Well, I did that and they look fine, but what I don't understand is that there is no /usr/lib64/openal.la file ... there is however a /usr/lib64/openla.so which is what I'm trying to link with.
Bob Friesenhahn wrote: > > On Fri, 17 Oct 2008, rrlangly wrote: >> >> 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? > > The problem is that one of the ".la" files you already have listed is > referencing other ".la" files and one of those referenced .la files > has been deleted. Normally libtool would use that .la file to ensure > that the necessary libraries are linked properly. > > Feel free to look in a .la file to see what they look like. They are > just text files. > -- View this message in context: http://www.nabble.com/libtool-link-error-tp20043664p20044182.html Sent from the Gnu - Automake - General mailing list archive at Nabble.com.
