Re: libtool on Sequent platforms...

2000-05-18 Thread Chris Lattner
Okay, upon reading deeper into the manual (*gasp*), I found a very similar issue in the "Writing libraries for C++". There it indicates that C++ libraries have the same problems calling initializers and finalizers. For now, I'm going to try to hack my version of libtool to use include the two

Re: libtool passing `-Wl,--whole-archive'

2000-05-18 Thread Alexandre Oliva
On May 18, 2000, Mocha [EMAIL PROTECTED] wrote: /bin/sh /usr/pkg/bin/libtool --silent --mode=link gcc -g -O2 -I/usr/pkg/include Please remove this flag and let us see what libtool prints. For some reason, it seems to assume it's running GCC for linking,

Re: libtool on Sequent platforms...

2000-05-18 Thread Chris Lattner
Okay, here's my patch. This completely enables the sequent platform (i386-sequent-sysv4). Diffs are against libtool version: libtool --version ltmain.sh (GNU libtool) 1.3.4 (1.385.2.196 1999/12/07 21:47:57) Let me know what I can do to get these minor changes in. diff ./ltconfig.in

Re: libtool passing `-Wl,--whole-archive'

2000-05-18 Thread Mocha
At 03:13 PM 5/18/00 -0300, Alexandre Oliva wrote: On May 18, 2000, Mocha [EMAIL PROTECTED] wrote: /bin/sh /usr/pkg/bin/libtool --silent --mode=link gcc -g -O2 -I/usr/pkg/include Please remove this flag and let us see what libtool prints. For some

Re: Status Update Request (C++, static libraries)

2000-05-18 Thread Ossama Othman
Hi Kevin, On Thu, May 18, 2000 at 11:43:28PM -0400, Kevin Atkinson wrote: On Thu, 18 May 2000, Ossama Othman wrote: Sure. I don't know anything about libtool's internals but if you send me a patch I can try it out on several different platforms including Digital UNIX which currently doesn't