gcomprise compile issue with -lverbisfile

2b

Registered
Greeting all,

Make install for gcompris (kids game) yields to the following error:
PHP:
ld: can't locate file for: -lvorbisfile
make[3]: *** [gcompris] Error 1
make[3]: Leaving directory `/Users/me/Desktop/gcompris-6.5.3/src/gcompris'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/Users/me/Desktop/gcompris-6.5.3/src/gcompris'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/Users/me/Desktop/gcompris-6.5.3/src'
make: *** [install-recursive] Error 1

I am on PowerPC G3, Mac OS X 10.3.9

Thanks in advanced
 
I don't know what -lvorbisfile option is for.
Do you know how I can get around the above mentioned errors :(
 
It's saying that it can't find the library file

libvorbisfile.a

search for *vorbisfile* in the finder. If you find it then modify the compile flag to have something

-L/dir/where/lib/is/located/
 
nixgeek, On my system I am unable to find GCompris as one of the available packages to install using Fink (Using Fink 5.4 on OS X 10.3.9)

spb, I am unable to find the vorbisfile file. "find / -name libvorbisfile.a -print" yeilds to nothing. I don't know where to obtain this library.

:confused:
 
Back
Top