autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Switch for static/ dynamic linking


From: Stefan Bienert
Subject: Switch for static/ dynamic linking
Date: Wed, 24 Dec 2008 00:39:05 +0100
User-agent: Thunderbird 2.0.0.18 (X11/20081223)

Hi!

I'm planing to include a switch in my configure script to link external
libraries static in my project.

The question is how to do this? I can't find a good hint in the docs.

Is there already an Autoconf macro defined? Or must I create everything
 by myself?

For dynamic linking, I would use everything Autoconf already has
(AC_CHECK_LIB, AC_SEARCH_LIBS), for static linking I would try to use
the @LIBOBJS@ thingi...or LDADD if there is something like @address@hidden

Any ideas?

greetings & merry christmas,

Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]