Pierre> Didn't work. In Project|Options, I added @POPTLIB@ to linker
Pierre> options;

Are you using a program to generate Makefile.am?
Which one does that?

Pierre> I changed the popt test to
Pierre> AC_CHECK_HEADERS(popt.h,POPTLIB="-lpopt",POPTLIB=)
Pierre> in configure.in , configured, and made. I got the error
Pierre> gcc: @POPTLIB@: No such file or directory
Pierre> How do I make this work?

1. Make sure you AC_SUBST(POPTLIB)
2. Re-run autoconf and automake
3. Then "make"

Tom



Reply via email to