Re: help with AC_CHECK_LIB, AC_TRY_LINK

2001-12-06 Thread Robert Collins
wrong list, you want the autoconf list, not automake for this. Rob

help with AC_CHECK_LIB, AC_TRY_LINK

2001-12-06 Thread Patrick Crosby
for some reason, i'm unable to get configure to find one of the libraries i'm using. i have tried both of the following in my configure.in: AC_CHECK_LIB([id3], [ID3Tag_New]) and saved_libs="$LIBS" LIBS="$LIBS -lid3" AC_TRY_LINK([#include ], [ID3Tag* pTag = ID3Tag_New();],