On May 18, 2000, Chris Lattner <[EMAIL PROTECTED]> wrote:
> Diffs are against libtool version:
Thanks. We need a ChangeLog entry and a context or unified diff (diff
-c or -u, respectively). Please post them to [EMAIL PROTECTED]
> < archive_cmds='$CC -G -Wl,-h $soname -o $lib $libobjs $d
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 ../l/li
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
.
On May 17, 2000, Chris Lattner <[EMAIL PROTECTED]> wrote:
> What should I do?
You'd have to change archive_cmds in the appropriate place of
ltconfig. However, I'm not sure whether it's best to run `cc' instead
of `ld' or to add the object files to archive_cmds explicitly. In any
case, this ma