chicken-install sdl 127 ↵ retrieving ... connecting to host "chicken.kitten-technologies.co.uk", port 80 ... requesting "/henrietta.cgi?name=sdl&mode=default" ... reading response ... HTTP/1.1 200 OK Date: Fri, 30 Nov 2012 22:43:35 GMT Server: Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.9-dev DAV/2 SVN/1.6.17 PHP/5.2.17 mod_fastcgi/2.4.6 Connection: close Transfer-Encoding: chunked Content-Type: text/plain reading chunks ... reading files ... ./Makefile ./COPYING ./test-heap.scm ./heap.scm ./keysym.scm ./sdl-csi.scm ./sdl.meta ./sdl.scm ./sdl.setup ./test-sdl-body.scm ./test-net.scm ./unknown2-scale8.jpg ./test-sdl.scm ./timer.scm sdl located at /var/folders/hv/973d6w215pg79lxg86sysvwm3d4wdm/T/tempbc.63707/sdl checking platform for `sdl' ... checking dependencies for `sdl' ... install order: ("sdl") installing sdl:0.5.5 ... changing current directory to /var/folders/hv/973d6w215pg79lxg86sysvwm3d4wdm/T/tempbc.63707/sdl /usr/local/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"sdl\" \"0.5.5\"))" /var/folders/hv/973d6w215pg79lxg86sysvwm3d4wdm/T/tempbc.63707/sdl/sdl.setup /usr/local/bin/csc -feature compiling-extension -setup-mode -s -O3 -d1 sdl.scm -j sdl -lSDL -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -L/usr/local/lib -lSDLmain -lSDL -C -Wl,-framework,Cocoa i686-apple-darwin11-llvm-gcc-4.2: -framework: linker input file unused because linking not done i686-apple-darwin11-llvm-gcc-4.2: Cocoa: linker input file unused because linking not done Undefined symbols for architecture x86_64: "_IMG_Load", referenced from: _f_9949 in sdl.o _stub3605 in sdl.o "_SDLNet_AddSocket", referenced from: _f_10561 in sdl.o "_SDLNet_CheckSockets", referenced from: _stub4005 in sdl.o "_SDLNet_DelSocket", referenced from: _f_10583 in sdl.o "_SDLNet_Init", referenced from: _f_10220 in sdl.o "_SDLNet_Quit", referenced from: _f_10224 in sdl.o "_SDLNet_ResolveHost", referenced from: _f_10233 in sdl.o _stub3805 in sdl.o "_SDLNet_ResolveIP", referenced from: _f_10263 in sdl.o "_SDLNet_TCP_Accept", referenced from: _f_10333 in sdl.o "_SDLNet_TCP_Close", referenced from: _f_10442 in sdl.o "_SDLNet_TCP_GetPeerAddress", referenced from: _stub3860 in sdl.o "_SDLNet_TCP_Open", referenced from: _f_10308 in sdl.o "_SDLNet_TCP_Recv", referenced from: _f_10412 in sdl.o "_SDLNet_TCP_Send", referenced from: _f_10383 in sdl.o "_TTF_CloseFont", referenced from: _f_9498 in sdl.o "_TTF_FontAscent", referenced from: _f_9557 in sdl.o "_TTF_FontDescent", referenced from: _f_9570 in sdl.o "_TTF_FontFaceFamilyName", referenced from: _f_9626 in sdl.o "_TTF_FontFaceIsFixedWidth", referenced from: _f_9609 in sdl.o "_TTF_FontFaceStyleName", referenced from: _f_9643 in sdl.o "_TTF_FontFaces", referenced from: _f_9596 in sdl.o "_TTF_FontHeight", referenced from: _f_9544 in sdl.o "_TTF_FontLineSkip", referenced from: _f_9583 in sdl.o "_TTF_GetFontStyle", referenced from: _f_9515 in sdl.o "_TTF_Init", referenced from: _f_9436 in sdl.o "_TTF_OpenFont", referenced from: _stub3353 in sdl.o "_TTF_OpenFontIndex", referenced from: _f_9479 in sdl.o "_TTF_Quit", referenced from: _f_9444 in sdl.o "_TTF_RenderText_Blended", referenced from: _stub3575 in sdl.o "_TTF_RenderText_Shaded", referenced from: _stub3536 in sdl.o "_TTF_RenderText_Solid", referenced from: _stub3503 in sdl.o "_TTF_RenderUTF8_Blended", referenced from: _stub3591 in sdl.o "_TTF_RenderUTF8_Shaded", referenced from: _stub3556 in sdl.o "_TTF_RenderUTF8_Solid", referenced from: _stub3519 in sdl.o "_TTF_SetFontStyle", referenced from: _f_9528 in sdl.o "_TTF_SizeText", referenced from: _stub3473 in sdl.o "_TTF_SizeUTF8", referenced from: _stub3488 in sdl.o "_TTF_WasInit", referenced from: _f_9440 in sdl.o "_rotozoomSurface", referenced from: _f_9976 in sdl.o "_zoomSurface", referenced from: _f_9999 in sdl.o ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status Error: shell command terminated with non-zero exit status 256: gcc sdl.o -o sdl.so -m64 -bundle -L/usr/local/Cellar/sdl/1.2.15/lib -lSDL -L/usr/local/lib -lSDLmain -lSDL -L"/usr/local/lib" -lchicken -lm Error: shell command failed with nonzero exit status 256: /usr/local/bin/csc -feature compiling-extension -setup-mode -s -O3 -d1 sdl.scm -j sdl -lSDL -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -L/usr/local/lib -lSDLmain -lSDL -C -Wl,-framework,Cocoa Error: shell command terminated with nonzero exit code 17920 "/usr/local/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e \"(im...