I have this in my automake Makefile.am ... myProg_LDADD= $(OGRE_LIBS) $(OIS_LIBS) -L/usr/lib64 -lglib-2.0 libs/utils libmyProgUtils.la -lopenal libs/events/libmyProgEvents.la
And when I compile, I get the following error ... libtool: link: cannot find the library `/usr/lib64/libopenal.la' or unhandled argument `/usr/lib64/libopenal.la' And here are my libs ... /usr/lib64 # ls -l libopenal.* lrwxrwxrwx 1 root root 14 Oct 17 21:11 libopenal.so -> libopenal.so.1 lrwxrwxrwx 1 root root 20 Oct 17 21:11 libopenal.so.1 -> libopenal.so.1.4 .272 -rwxr-xr-x 1 root root 154864 Oct 17 21:11 libopenal.so.1.4.272 Is the problem something with having a *.so, but for some reason libtool is looking for a *.la. Anyone see what I'm doing wrong here? -- View this message in context: http://www.nabble.com/libtool-link-error-tp20043664p20043664.html Sent from the Gnu - Automake - General mailing list archive at Nabble.com.