-----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, -export-dynamic is for shared libs, but you want
static modules? Are you trying to create preloaded modules?

Take a look at cvs m4 for how to do this with cvs libtool.

I think you're right that this could use some tidying.  If you want to build a
module that is always preloaded, you shouldn't have to create the dso.

Cheers,
        Gary.
- --
Gary V. Vaughan      ())_.  [EMAIL PROTECTED],gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/xxgUFRMICSmD1gYRAgpqAJ9SmSbziBwSJqip0u1YinUKv7RiOgCdFKbZ
y2gUFVZ8FWW69kWUAJJQjqY=
=Gfft
-----END PGP SIGNATURE-----



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to