For Programmers: Free Programming Magazines  


Home > Archive > Unix Programming > January 2006 > library names and AC_CHECK_LIB









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author library names and AC_CHECK_LIB
gelbeiche

2006-01-12, 7:04 pm

Hi,
this group is about unix, I know, but I want ask
regarding a problem I have under MinGW with a M4 macro.
The macro uses AC_CHECK_LIB to test the availability of
a library. All works fine. Now I test it under MinGW and
it did not work, because e.g. libraries have the extension
"lib" (and not .a). So the linker does not recognize the
library. When I rename the library from lib.lib to
lib.a all is fine again.
What must I do to get a running configure for MinGW too ?

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com