I have a problem with Libtool when writing test programs with Autoconf.

My macro modifies LIBS and uses the AC_RUN_IFELSE macro to link and
run a test program, but AC_RUN_IFELSE uses gcc/g++ directly,
not through libtool, and the result is that .la files are not inspected
and required flags are thus not added.
At least this is what I think is happening.

How should I write my macro so that the test program is
compiled and linked through the libtool program?

Attachment: signature.asc
Description: Digital signature

_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool

Reply via email to