On Mon, 2007-07-16 at 13:16 +0200, Benoit Sigoure wrote: > Quoting Joao Miguel Ferreira <jmcferreira@xxxxxxxxxxxxxxxxxxxx>: > > Hello all, > > Hello Joao Miguel, > > You're missing `ar'. This program creates archives used for static > libraries. You should review your `config.log' created by `configure' > where you will most likely see a failure where `configure' tries to > find or use `ar'. This failure may help you guess what's wrong. > Salut Benoit, you were right.... my $PATH was missing the paths to ar, ranlib and strip... now it works (well I bumped into another one, I'll post it right away :) ) thx Joao > Does it work if you manually run the command: > ar cru .libs/libbabel.a langs.o lang_en.o lang_pt.o lang_fr.o > In the folder `/export/home/jmf/testes/libbabel-0.1'? If it does, > then maybe `configure' did not find `ar' because of a PATH problem. > Look at where `ar' is and check your PATH. > If the command does not work, it looks like your toolchain is either > b0rken (if it's GCC -- which it seems to be according to what you > posted) or exotic. Try to re-install it. > > If you're still stuck you should consider posting your `config.log'. > > Cheers, > _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf