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
> ~^^^
>
-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
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
-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
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