How to treat libraries...

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

 



Hi autofans!

I am a complete noob to autoconf (and the whole gnu build system) and just have a question about how to treat things.

I am using a non standard library of a friend in my C project which is to be statically linked with my stuff.
Therefore I am invoking the library with

LIBS="-lm -lz -ldl -lbz2"
AC_CHECK_LIB([atcore], [ats_new])
AC_CHECK_LIB([atcore], [ats_delete])

in configure.ac. First of all: Is that the intended way to do this?
What should I do to all the other functions from libatcore my program is using? Should they all be tested seperately?

greetings,

Stefan

--
Stefan Bienert
Zentrum fuer Bioinformatik
Universitaet Hamburg
Bundesstrasse 43
20146 Hamburg
Germany

Email: bienert@xxxxxxxxxxxxxxxxxx
Phone:  +49 (40) 42838 7345
Fax:    +49 (40) 42838 7332


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux