How do you make shared objects?

2003-08-18 Thread Daniel Carrera
Hello, I've been looking all over the libtool manual and I can't find any references to how to make .so libraries. All I can find are the static .a libraries. I am running Solaris 2.8 (SPARC) with GNU tools, including GNU make and GNU ld. Could someone please help me out? Ultimately what I

Re: handling of -framework in .la's?

2003-08-18 Thread Peter O'Gorman
Hi, The patch I sent Ben for libtool fixes this particular issue with Qt, but I have decided not to sumbit it to libtool-patches, because it is "wrong". The way "-framework foo" is handled by gnu libtool needs to be rethought. Currently we are treating them as linker flags, as this issue with

Re: libtool 1.5 on hppa2.0-hp-hpux10.20

2003-08-18 Thread Steve Edwards
On 2003.08.18 06:52 Schleicher Ralph (LLI) wrote: Steve Edwards writes: > (Warning) At least one PA 2.0 object file (conftest.o) was detected. > The linked output may not run on a PA 1.x system. Add LDOPTS='+vnocompatwarnings +s' export LDOPTS to your .profile file. Thanks for that. It's

Re: libtool 1.5 on hppa2.0-hp-hpux10.20

2003-08-18 Thread Schleicher Ralph (LLI)
Steve Edwards writes: > (Warning) At least one PA 2.0 object file (conftest.o) was detected. > The linked output may not run on a PA 1.x system. Add LDOPTS='+vnocompatwarnings +s' export LDOPTS to your .profile file. -- Ralph ___ Libtoo