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 h
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 refer
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