#43467: clisp 2.4.9 Installation/Configuration fails on Mavericks. ------------------------------+-------------------------------- Reporter: lauri.moisio@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: clisp, mavericks | Port: clisp ------------------------------+-------------------------------- clisp 2.4.9 fails to install on Mavericks (10.9.2), Xcode (5.1.1) {{{ Error: org.macports.configure for port clisp returned: configure failure: command execution failed }}} So ''./configure'' fails. From config.log: {{{ configure:3921: checking whether the C compiler works configure:3943: /opt/local/bin/llvm-gcc-4.2 -arch i386 -pipe -Wl,-no_pie -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386 conftest.c >&5 ld: library not found for -lcrt1.10.6.o collect2: ld returned 1 exit status configure:3947: $? = 1 configure:3985: result: no }}} So it's apparently a path problem? "crt1.10.6.o" can be located in "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/crt1.10.6.o" but not in "/opt/local/lib". -- Ticket URL: <https://trac.macports.org/ticket/43467> MacPorts <http://www.macports.org/> Ports system for OS X