I am using Mac OS X.2.3 and the mac download of fmod. I go to the example directory for example “stream” and simply type make. I get the error
gcc -g -O3 -o stream main.c ../../api/lib/libfmod.a -framework Carbon
ld: table of contents for archive: ../../api/lib/libfmod.a is out of date; rerun ranlib(1) (can’t load from it)
make: *** [all] Error 1
why doesn’t it work does fmod require a 3rd party library to be installed?
- jcact asked 15 years ago
- You must login to post comments
i’m working with mac os 10.3 with GCC 3.3 and getting the same error. updated file using touch. no luck. i am no expert here. also tried building in codewarrior and couldn’t drag libfmod.a into project (which i believe should be done).
- sohla answered 13 years ago
- You must login to post comments
I believe I am using gcc 3.1 because I found a folder named 2.95.2 and one named 3.1 in my gcc folder. Is anyone out there using 10.2.3 and gcc 3.1? P.S. maybe you should upgrade to 10.2.3. or not
- jcact answered 15 years ago
- You must login to post comments
I’m running mac os 10.3.7 with GCC 3.3
I can’t compile the examples either.
Rorshuck:record $ make
gcc -g -O3 -o record main.c ../../api/lib/libfmod.a -framework Carbon
ld: table of contents for archive: ../../api/lib/libfmod.a is out of date; rerun ranlib(1) (can’t load from it)
make: *** [all] Error 1
- earnan answered 13 years ago
- You must login to post comments
Please login first to submit.