On Tue, Jun 15, 2004 at 02:26:35PM +0200, ZIGLIO, Frediano, VF-IT wrote: > I wants to include libgcc.a (statically) into shared library, I just > added /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/libgcc.a to > LIBS variable in configure however when libtool build static library it > split some library than add every module and libgcc.a to destination > library (filling entire drive). To solve this I have to create a > libgcc.la file. This solve my problem however IMHO it should work even > specifying libgcc.a directly. > Another issue it's export limit (-export-symbols-regex using libtool). > As you can note from output above first it try to compute symbols to > export (using grep) however it cannot find symbol file cause it's > created after grep (using nm).
On HP-UX, you _cannot_ create a shared libraries with .o files built without +z/+Z, -fpic/-fPIC. -- albert chin ([EMAIL PROTECTED]) _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool
