You are not logged in.
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