Is it possible to control shared library output????

2004-02-26 Thread Will Bene
Libtool adds object files (crti.o, et al), and also controls the --whole-archive flag when creating a shared library. Can the output of libtool be controlled such that these can be suppressed? Will -- = William J.

libtool 1.5 adds unwanted objects to shared library

2004-02-25 Thread Will Bene
Calling libtool with the following: /bin/sh ../libtool --mode=link g++ -g -O2 -o libGridExProEDLL.la \ -rpath /prjbob.1/bene/CVS/wxGridEx/Linux/lib \ -rdynamic libGridExProEDLL_la-AFLR3.o \ generates the following command: g++ -shared -nostdlib /usr/lib/