On Sun, Jan 05, 2003 at 01:29:18AM +0000, Pier Fumagalli wrote: > Now, gcc _correctly_ links any executable to the correct library libgcc.a > automagically (if I call it from the command line), _but_ libtool is stupid, > and assumes that when we want to link a library, we can simply call "ld" > automatically without caring about what GCC might have to say...
I just looked and it appears that libtool HEAD uses gcc -shared to create shared libraries when GCC is the compiler. -- albert chin ([EMAIL PROTECTED])
