Re: beginner problem in Solaris

2007-07-20 Thread Joao Miguel Ferreira
On Thu, 2007-07-19 at 20:20 +0200, Jason Curl wrote: Bob Friesenhahn wrote: On Mon, 16 Jul 2007, Joao Miguel Ferreira wrote: I can confirm that the problem should be in the false cru ... line because all the above stuff gets done. On Linux and on HP-UX I read the word ar instead of

Re: beginner problem in Solaris

2007-07-19 Thread Jason Curl
Bob Friesenhahn wrote: On Mon, 16 Jul 2007, Joao Miguel Ferreira wrote: I can confirm that the problem should be in the false cru ... line because all the above stuff gets done. On Linux and on HP-UX I read the word ar instead of false on that line ?!? I should also add that the Solaris

Re: beginner problem in Solaris

2007-07-19 Thread Bob Friesenhahn
On Thu, 19 Jul 2007, Jason Curl wrote: Make sure that the /usr/ccs/bin directory exists and is in your shell's search path. If this directory does not exist or is empty, then you need to install a Solaris package. Well, he's already got GCC, so he should at least have 'gar' and 'gmake' like

Re: beginner problem in Solaris

2007-07-19 Thread Benoit SIGOURE
On Jul 19, 2007, at 8:20 PM, Jason Curl wrote: Bob Friesenhahn wrote: On Mon, 16 Jul 2007, Joao Miguel Ferreira wrote: I can confirm that the problem should be in the false cru ... line because all the above stuff gets done. On Linux and on HP-UX I read the word ar instead of false on that

beginner problem in Solaris

2007-07-16 Thread Joao Miguel Ferreira
Hello all, I'm tryng to compile my first helloworld LIB with Autotools. I need to work in Linux, HP-UX and Solaris. I have compiled a very simple hello worl application and it works on 3 platforms. Now I've writen a simple LIB to print out Hello in 3 diferent languages. It works great on Linux

Re: beginner problem in Solaris

2007-07-16 Thread Benoit Sigoure
Quoting Joao Miguel Ferreira [EMAIL PROTECTED]: Hello all, Hello Joao Miguel, [...] It works great on Linux and on HP-UX, but on Solaris I get this error during the make phase: --- gcc -shared -Wl,-h -Wl,libbabel.so.0 -o .libs/libbabel.so.0.0.0

Re: beginner problem in Solaris

2007-07-16 Thread Joao Miguel Ferreira
On Mon, 2007-07-16 at 13:16 +0200, Benoit Sigoure wrote: Quoting Joao Miguel Ferreira [EMAIL PROTECTED]: 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

Re: beginner problem in Solaris

2007-07-16 Thread Bob Friesenhahn
On Mon, 16 Jul 2007, Joao Miguel Ferreira wrote: I can confirm that the problem should be in the false cru ... line because all the above stuff gets done. On Linux and on HP-UX I read the word ar instead of false on that line ?!? I should also add that the Solaris machine was installed