Lino Herrera wrote:
> Hello FlightGear people!I'm need to install the FlightGear Simulator on a 
> Solaris 10 system. I'm really newbie on this and I'm having problems with the 
> SimGear package installation. When I try to configure the Simgear package 
> (./configure), it throws an error with the message: 
> "You *must* have the openal library installed on your system to build 
> SimGear!". 
> I already have installed the openal package on my system. Below show you the 
> components in my /usr/local/include:
> -bash-3.00$ pwd/usr/local/include/AL-bash-3.00$ lsal.h     alc.h    alext.h  
> alut.h-bash-3.00$
> and I got this components in the /usr/local/lib:
> libalut.a                               libopenal.solibalut.so                
>               libopenal.so.1libalut.so.0                            
> libopenal.so.1.11.753libalut.so.0.0.0                        libosg.so
> This is the spool from my console when I try to configure the simgear package
> -bash-3.00$ ./configurechecking for a BSD-compatible install... ./install-sh 
> -cchecking for -p flag to install... nochecking whether build environment is 
> sane... yeschecking for a thread-safe mkdir -p... /opt/sfw/bin/mkdir 
> -pchecking for gawk... nochecking for mawk... nochecking for nawk... 
> nawkchecking whether make sets $(MAKE)... yeschecking CXX...checking 
> CC...checking whether make sets $(MAKE)... (cached) yeschecking for gcc... 
> nochecking for cc... ccchecking for C compiler default output file name... 
> a.outchecking whether the C compiler works... yeschecking whether we are 
> cross compiling... nochecking for suffix of executables...checking for suffix 
> of object files... ochecking whether we are using the GNU C compiler... 
> nochecking whether cc accepts -g... yeschecking for cc option to accept ISO 
> C89... none neededchecking for style of include used by make... GNUchecking 
> dependency style of cc... nonechecking how to run the C preprocessor... cc 
> -Echecking for g++... nochecking for c++... nochecking for gpp... nochecking 
> for aCC... nochecking for CC... CCchecking whether we are using the GNU C++ 
> compiler... nochecking whether CC accepts -g... yeschecking dependency style 
> of CC... nonechecking for ranlib... ranlibchecking for a BSD-compatible 
> install... ./install-sh -cchecking whether ln -s works... yeschecking for 
> boostlib >= 1.34.0... yeschecking build system type... 
> i386-pc-solaris2.10checking host system type... i386-pc-solaris2.10includedir 
> changed to ${prefix}/include/simgear libdir is ${exec_prefix}/libBuilding 
> without Norman's jpeg image server supportchecking for extra include and lib 
> directories...   + found /usr/X11R6/include   + found /usr/X11R6/lib   + 
> found /usr/X11R6/binchecking for X... libraries , headerschecking for 
> gethostbyname... nochecking for gethostbyname in -lnsl... yeschecking for 
> connect... nochecking for connect in -lsocket... yeschecking for remove... 
> yeschecking for shmat... yeschecking for IceConnectionNumber in -lICE... 
> yeschecking for grep that handles long lines and -e... 
> /usr/xpg4/bin/grepchecking for egrep... /usr/xpg4/bin/grep -Echecking for 
> ANSI C header files... yeschecking for sys/types.h... yeschecking for 
> sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... 
> yeschecking for memory.h... yeschecking for strings.h... yeschecking for 
> inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... 
> yeschecking pthread.h usability... yeschecking pthread.h presence... 
> yeschecking for pthread.h... yeschecking for library containing 
> pthread_exit... none requiredchecking for library containing inet_addr... 
> -lxnetchecking for library containing socket... none requiredchecking for 
> library containing cos... -lmchecking for library containing XCreateWindow... 
> -lX11checking for library containing XShmCreateImage... -lXextchecking for 
> library containing XGetExtensionVersion... -lXichecking for library 
> containing IceOpenConnection... -lICEchecking for library containing 
> SmcOpenConnection... -lSMchecking for library containing XtMalloc... 
> -lXtchecking for library containing XmuLookupStandardColormap... 
> -lXmuchecking for library containing glNewList... -lGLchecking for library 
> containing gluLookAt... -lGLUchecking for library containing 
> glutGetModifiers... nochecking for library containing alGenBuffers... 
> nochecking for library containing alutInit... no
> You *must* have the openal library installed on your system to buildSimGear!
> Please see README.OpenAL for more details.
> configure aborted.
> Can anybody tell me what's maybe wrong, please? Thanks in advance. 
> Regards. 
> Lino. 
>
>                                         
> _________________________________________________________________
> Enciende tu hotness con Hotmail
> www.hotmailhotness.com.mx
>   
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ------------------------------------------------------------------------
>
> _______________________________________________
> Flightgear-users mailing list
> Flightgear-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-users
>   
Hi Lino,

Do you have the development package for ALUT, not just OpenAL? That's
what you need, becasue it's referring to a function called *alut*Init
(emphasis added). Good luck,

-David Chipman


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to