Building SDL from command line on mac 10.3.9

Joined
Nov 21, 2010
Messages
23
Reaction score
0
Points
1
Ok, so from another forum i found out that i need the library version of SDL to compile a program i want. I use fink, but it does not install the right one. i downloaded the source of the same version that fink has, but i keep getting these errors when i try to compile it.


/usr/bin/libtool: internal link edit command failed
ld: warning multiple definitions of symbol ___signbit
/usr/lib/gcc/darwin/3.3/libstdc++.a(signbit.o) private external definition of ___signbit in section (__TEXT,__text)
/usr/lib/libSystem.dylib(fpmacros.o) definition of ___signbit
ld: Undefined symbols:
_HIPointConvert referenced from QuickTime expected to be defined in Carbon
make[2]: *** [libSDL.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


I run system 10.3.9, trying to use SDL 1.2.7. I dont know if all of these are errors or just warnings. Do i need a different version of SDL, if not, how do i fix this?
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top