Jump to content

nonstandard openal localization


dominikZ

Recommended Posts

Hi!

Im trying to compile gemrb on my netbsd machine. The problem is that configure script doesnt find my openal instalation [which is in /usr/pkg/lib]. Setting CPPFLAGS to '-L /usr/pkg/lib -I /usr/pkg/icnludes' doesnt help - configure still cant find openal. I dont know autotools much so plz give me some hints :(

Tia

Link to comment
Guest Shade
Hi!

Im trying to compile gemrb on my netbsd machine. The problem is that configure script doesnt find my openal instalation [which is in /usr/pkg/lib]. Setting CPPFLAGS to '-L /usr/pkg/lib -I /usr/pkg/icnludes' doesnt help - configure still cant find openal. I dont know autotools much so plz give me some hints :(

Tia

 

Looks like your usage of the flags is wrong.

 

Try with CPPFLAGS set to '-I/usr/pkg/include' (or wherever your system stores library headers)and LDFLAGS set to '-L/usr/pkg/lib' (or wherever your system stores libraries). You possibly also need OpenAL's alut installed.

Link to comment

The alut dependency was removed a while ago, so if you got the source from SVN, you don't need alut.

 

also you wrote: CPPFLAGS to '-L /usr/pkg/lib -I /usr/pkg/icnludes'

 

If it is how you wrote in your file too, then the problem is there

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...