Well, yeah. I am using linux, and there is an openal package that I've
already installed and like I've shown ... the file openal.so is there.
That's the file I need to link with. So I'm trying to figure out how to link
my program w/ this shared lib which is a *.so, not a *.la which is what
libtool seems to be looking for. I've added -lopenal to my _LDADD=, but it's
not working so I'm not clear on why this is.


Bob Friesenhahn wrote:
> 
>>
>> 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.
> 
> I don't recall if you revealed the operating system you are using but 
> if it is something like Linux and it is package based, perhaps there 
> is a "openla" developer package option which provides the missing 
> files.
> 

-- 
View this message in context: 
http://www.nabble.com/libtool-link-error-tp20043664p20048562.html
Sent from the Gnu - Automake - General mailing list archive at Nabble.com.



Reply via email to