> Are you building debug binaries by any chance, that is, did you set BuildDebugBianries=1 in one of the config files? > (I think it was mk/config.mk, but I could misremember things) > > If you do, then this is a know problem. Set BuildDebugBinaries to 0 and build again: make clean; make export. Yep that did it ! Thanks. Roger B.