Re: [Flightgear-devel] link problem on new 64 bit system

2010-04-03 Thread dave perry
On 04/03/2010 11:34 AM, John Denker wrote: > On 04/03/2010 10:21 AM, dave perry wrote: > >> I get the following error compiling fgfs. >> >> /usr/bin/ld: cannot find -lopenal >> >> But /usr/lib64/libopenal.so.0 => libopenal.so.1 => libopenal.so.1.11.753. >> > Note that "libopenal.so" (wi

Re: [Flightgear-devel] link problem on new 64 bit system

2010-04-03 Thread stefan riemens
I think a simple yum install openal-soft-devel should fix your issue. That will install the headers and libopenal.so. No need to do manual symlinking. At least, I don't need to do so, and I have practically the same setup... Good luck 2010/4/3, John Denker : > On 04/03/2010 10:21 AM, dave perry w

Re: [Flightgear-devel] link problem on new 64 bit system

2010-04-03 Thread John Denker
On 04/03/2010 10:21 AM, dave perry wrote: > I get the following error compiling fgfs. > > /usr/bin/ld: cannot find -lopenal > > But /usr/lib64/libopenal.so.0 => libopenal.so.1 => libopenal.so.1.11.753. Note that "libopenal.so" (with no suffix) is not listed. > My .bashrc has the line > export

[Flightgear-devel] link problem on new 64 bit system

2010-04-03 Thread dave perry
I get the following error compiling fgfs. /usr/bin/ld: cannot find -lopenal But /usr/lib64/libopenal.so.0 => libopenal.so.1 => libopenal.so.1.11.753. My .bashrc has the line export LD_LIBRARY_PATH=/usr/lib:/usr/lib64:/usr/local/lib:/usr/local/lib64:/usr/local/lib/osgPlugins so I don't see why