Dr. David Kirkby wrote:
I'm trying to write a test, but find the documentation extremely sparse on this.

I wish to compile the following C program:

main()
{
}

using the compiler option "-Wl,-zextractall"

and see if it returns 0 or 1.
Have a look at AX_CHECK_COMPILER_FLAGS in the autoconf macro archive:

http://www.nongnu.org/autoconf-archive/ax_check_compiler_flags.html

cheers,
Peter


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to