automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool link error


From: rrlangly
Subject: libtool link error
Date: Fri, 17 Oct 2008 19:46:52 -0700 (PDT)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]