Snow Leopard

Im trying to build from source now… have some problems with make trying to link with ppc binaries. Snow Leopard does not support ppc at all so i removed the -arch ppc from makepanda.py. Now i got this error. Any idea ? :slight_smile:

(I will try to symlink the mesalib)

............
terrogate_composite.cxx
g++ -o built/bin/interrogate -Lbuilt/lib -L/usr/X11R6/lib built/tmp/interrogate_composite.o built/tmp/libcppParser.a built/lib/libp3dtool.dylib built/lib/libp3dtoolconfig.dylib built/lib/libp3pystub.dylib -lcrypto -lssl -lpthread -ldl -isysroot /Developer/SDKs/MacOSX10.5.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk   -arch i386
ld: library not found for -lcrt1.10.6.o
collect2: ld returned 1 exit status
Storing dependency cache.
Elapsed Time: 1 min 14 sec