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++

How about this?

2002-02-01 Thread Allan McIntosh
I don't believe my question is bug related. I am just seeking advice, having struggled way to long with this. In my hand written Makefile I have the following: g++ -MD -fPIC -c source1.c g++ -MD -fPIC -c source2.c g++ -MD -fPIC -c source3.c and so on up untill: g++ -o libagent.so -fPIC

Re: How about this?

2002-02-01 Thread Allan McIntosh
ld doesn't work for linking c++, so you need to have an alpha version (or CVS HEAD) of Libtool to do this. Robert, Thank you, For now I will not spend any more time on this. Arhhh. Al -- Allan McIntosh, Software

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 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