autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: beginner problem in Solaris


From: Joao Miguel Ferreira
Subject: Re: beginner problem in Solaris
Date: Mon, 16 Jul 2007 13:36:26 +0100

On Mon, 2007-07-16 at 13:16 +0200, Benoit Sigoure wrote:
> Quoting Joao Miguel Ferreira <address@hidden>:
> > 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,
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]