David Luff writes: > > On 4/28/04 at 4:10 AM Norman Vine wrote: > > > >Have you tried my partial build of the openal / win directory > > > >http://www.vso.cape.com/~nhv/files/fgfs/openal.tgz > > > >probably best to install this into /usr/local > > > >i.e. > > > >cd /usr/local > >tar -xzvf $PATH_TO/openal.tgz > > > > I've just tried it, and can't get it to link. I added -lopenal32 to the > libraries in src/Main/Makefile.am, output is below:
My WAG is you will need to add something like SoundLibs = -lopenal32 -lwinmm -ldsound -ldxguid -lole32 $(SoundLibs) Norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
