[racket-dev] Can't build on Mac OS X anymore
I pulled plt-release, and get this:
mkdir -p Racket.framework/Versions/5.91.0.900
gcc -o Racket.framework/Versions/5.91.0.900/Racket -pthread -framework CoreFoundation -dynamiclib -all_load libracket.a libmzgc.a -ldl -lm -liconv
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
rm -f Racket.framework/Racket
ln -s Versions/5.91.0.900/Racket Racket.framework/Racket
gcc -I. -I../../racket/include -g -O2 -Wall -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread -fno-common -DINITIAL_COLLECTS_DIRECTORY='"'"`cd ../../racket/../../collects; pwd`"'"' -DINITIAL_CONFIG_DIRECTORY='"'"`cd ../../racket/../..; pwd`/etc"'"' -c ../../racket/main.c -o main.o
gcc -o racketcgc -pthread main.o -Wl,-headerpad_max_install_names -F. -framework Racket -ldl -lm -liconv
/usr/bin/install_name_tool -change "Racket.framework/Versions/5.91.0.900/Racket" "@executable_path/Racket.framework/Versions/5.91.0.900/Racket" "racketcgc"
/usr/bin/install_name_tool: object: racketcgc malformed object (unknown load command 4)
Anybody know what's going on?
--
Regards,
Mike