-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of francisco.rinaldo1 Sent: 19 October 2004 21:32 To: flightgear-users Subject: RE: [Flightgear-users] Libraries containing aluinit
HI � Thanks a lot for your help and patience � Openal_cyg i s in /usr/local and simgear is in /usr/local/source. I�ve followed exactly your instructions, tar xvfz openal_cyg in /usr/local, but it is not possible to finde the "word" alutInit in my system. I have only a really basic skill in C++, and I think that alutInt is a function, isn�t it? � Regards � P.S. I have FG working perfectly in my ssystem, but if i can compile the program I�m proud of it. � De: [EMAIL PROTECTED] Para: "FlightGear user discussions" [EMAIL PROTECTED] C�pia: Data: Tue, 19 Oct 2004 20:16:11 +0100 Assunto: RE: [Flightgear-users] Libraries containing aluinit � � > Francisco Rinaldo wrote > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Sent: 19 October 2004 18:50 > To: flightgear-users > Subject: [Flightgear-users] Libraries containing aluinit > > Hi, All > Does anyone know in what libraries _alutInit and alGenBuffers are in? > � > I think that is the reason i can�t build simgear. > � > > IF you have unzipped openal_cyg.tgz�in the right place AND your path is > correct, the 'make' command will sort it out for itself. > > Don�t fiddle around: JFTFI > > Regards > > Vivian > > PS - if you don't need to use the source code for development the Windows > binary will be a lot easier to install, and you'll probably get a better > frame rate. > OK, let's do some checking: 1. You are trying to compile plib-1.8.3 with simgear-0.3.6 OR 2 You are trying to complile plib-20041012-FG and simgear-0.3.7 3. Does /usr/local/lib contain: libALut.a libopenal.dll libopenal32.a ? 4. Does /usr/local/include/AL contain: al.h alctypes.h alu.h alut.h alutypes.h alc.h altypes.h alut.bak aluttypes.h 5. Make sure that there are NO other file/directories called AL (./configure will find this, and then fail - possibly your problem) left over from trying to install from downloads other than from openal_cyg.tgz. 6. Does your .bash_profile contain: LDFLAGS="-L/usr/local/lib" CXXFLAGS="-pipe -O2 -Wall -DWIN32 -DNOMINMAX -DHAVE_WINDOWS_H" CFLAGS=$CXXFLAGS export LDFLAGS export CXXFLAGS export CFLAGS 7. If you compile the right version of plib and simgear, when you run ./configure you should see: checking for library containing alGenBuffers... -lopenal32 checking for library containing alutInit... -lALut 8. If this doesn't work either: A. delete the cygwin directory (EVERYTHING), and start over from a completely new install. No big deal - I've had to do it. B. Give up and use the Windows binary - I use that when not fiddling with source code. It does work, really, Regards, Vivian _______________________________________________ Flightgear-users mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-users 2f585eeea02e2c79d7b1d8c4963bae2d
