John Calcote wrote: > Is there a way to specify additional objects (sources) for the shared > library that will not be linked into the static library.
You could always wrap the entire contents of the file with "#ifdef PIC". The objects would still be in the static lib but they would be essentially empty files. I know, not the cleanest solution. Brian _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool