marius schebella wrote: > hi, > trying to figure out why -schedlib is not working with pdj for me I am > trying to compile pdj against 0.41, but wanted to build pd binaries > first, unfortunately I am getting this error:
http://lists.apple.com/archives/Xcode-users/2007/Oct/msg00694.html "" I think this is because the compiler believes you're targeting 10.5 as a minimum OS version. It doesn't know much about what that SDK is. Try passing -mmacosx-version-min=10.4 and see if that fixes it. "" > > cc -g -O2 -DPD -Wall -W -Wstrict-prototypes -Wno-unused > -Wno-parentheses -Wno-switch -DDL_OPEN -DMACOSX -DUNISTD > -I/usr/X11R6/include -I../portaudio/include > -I../portaudio/src/common -I../portaudio/src/os/mac_osx/ > -I../portmidi/pm_common -I../portmidi/pm_mac > -I../portmidi/porttime -DUSEAPI_PORTAUDIO -DPA19 > -DPA_USE_COREAUDIO -DNEWBUFFER -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc > -Wno-error -O2 -o ../bin/pd-watchdog s_watchdog.c > ld: library not found for -lcrt1.10.5.o > collect2: ld returned 1 exit status > ld: library not found for -lcrt1.10.5.o > collect2: ld returned 1 exit status > lipo: can't open input file: /var/tmp//ccPATFeH.out (No such file or > directory) > make: *** [../bin/pd-watchdog] Error 1 > > i just typed ./configure without any flags. and I am on os x 10.5 > best, > marius. > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
