Re: Building projects on i386-pc-solaris2.8

2002-02-01 Thread Allan McIntosh
On the solaris machine there are 3 linkers: /opt/sfw/bin/ld /usr/ucb/ld /usr/ccs/bin/ld If I do a `which ld` it returns /opt/sfw/bin/ld /opt/sfw/bin/c++ [amcintosh@amcintosh 11:57:49 src]# ls -la /opt/sfw/bin/c++ -r-xr-xr-x 2 root bin74868 May 21 2001 /opt/sfw/bin/c++

Re: Building projects on i386-pc-solaris2.8

2002-02-01 Thread Boris Kolpackov
Hi Allan, On the solaris machine there are 3 linkers: /opt/sfw/bin/ld /usr/ucb/ld /usr/ccs/bin/ld If I do a `which ld` it returns /opt/sfw/bin/ld /opt/sfw/bin/c++ [amcintosh@amcintosh 11:57:49 src]# ls -la /opt/sfw/bin/c++ -r-xr-xr-x 2 root bin74868 May 21 2001

Re: Building projects on i386-pc-solaris2.8

2002-02-01 Thread Robert Boehne
Allan: It helps to specify the verson of Libtool you're using as well as the actual link line that Libtool creates. For my money I can't think of any reason why the link line you have here should work. It doesn't specify that you want to create a shared library. Rob Allan McIntosh wrote:

Building projects on i386-pc-solaris2.8

2002-01-31 Thread Allan McIntosh
Hey, I rewrote a project's build process to use autotools and libtool. Everything builds fine but the binary seg faults at run time(in i386 solaris2.8 ). Does anyone know of any issues or AC_ AM_ macros that are absolutely required to build shared objects and dynamicly linked

Re: Building projects on i386-pc-solaris2.8

2002-01-31 Thread Albert Chin
On Thu, Jan 31, 2002 at 02:04:27PM -0500, Allan McIntosh wrote: I rewrote a project's build process to use autotools and libtool. Everything builds fine but the binary seg faults at run time(in i386 solaris2.8 ). Does anyone know of any issues or AC_ AM_ macros that are absolutely

Re: Building projects on i386-pc-solaris2.8

2002-01-31 Thread Allan McIntosh
On Thu, Jan 31, 2002 at 02:04:27PM -0500, Allan McIntosh wrote: I rewrote a project's build process to use autotools and libtool. Everything builds fine but the binary seg faults at run time(in i386 solaris2.8 ). Does anyone know of any issues or AC_ AM_ macros that are absolutely