Re: undefined symbol woes

2003-12-15 Thread Patrick Welche
On Fri, Nov 28, 2003 at 09:40:36AM +, Gary V. Vaughan wrote: > Patrick Welche wrote: > | I was hoping to not create shared modules [[snip]] > | > | libtool --mode=link gcc -module -export-dynamic -o mod_auth_basic.la > mod_auth_basic.lo > ~^^^ >

Re: undefined symbol woes

2003-11-28 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Welche wrote: | I was hoping to not create shared modules [[snip]] | | libtool --mode=link gcc -module -export-dynamic -o mod_auth_basic.la mod_auth_basic.lo ~^^^ - -module is for dlopening, -exp

Re: undefined symbol woes

2003-11-27 Thread Patrick Welche
On Thu, Nov 27, 2003 at 03:27:51PM +, Gary V. Vaughan wrote: > mod_auth_basic.a doesn't contain mod_auth_basic.o. Are you running with > - --disable-static? I was hoping to not create shared modules, but I can't actually see relevant flags in the libtool invocation. The compile which uses -pr

Re: undefined symbol woes

2003-11-27 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Welche wrote: | I am finding out the hard way about .la .lo etc files trying to compile | cvs httpd, with static modules, but I still haven't found the small | example to illustrate the problem. Essentially | libtool --mode=link gcc -export-dyna

undefined symbol woes

2003-11-27 Thread Patrick Welche
I am finding out the hard way about .la .lo etc files trying to compile cvs httpd, with static modules, but I still haven't found the small example to illustrate the problem. Essentially libtool --mode=link gcc -export-dynamic -o httpd modules.lo modules/aaa/mod_auth_basic.la translates as gcc -o