You are not logged in.

#1 2012-04-19 00:40:30

rh995
Member
Registered: 2012-03-09
Posts: 76

How to get autoconf to link in libraries

I have a program that I would like to distribute using autoconf. However, certain libraries that I use must be linked in. I am able to use PKG_CHECK_MODULES, but the library name is different for the windows and linux versions (ncurses and pdcurses). I want autoconf to detect which library exists, and link it with the program. Is there a way to do this? It has to work with cross compiling for i486-mingw32 as well.

Offline

Board footer

Powered by FluxBB