Opened 10 years ago

Closed 10 years ago

#43467 closed defect (invalid)

clisp 2.4.9: ld: library not found for -lcrt1.10.6.o

Reported by: lauri.moisio@… Owned by: easye
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: mavericks Cc: ryandesign (Ryan Carsten Schmidt)
Port: clisp

Description

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".

Attachments (2)

main.log (28.4 KB) - added by lauri.moisio@… 10 years ago.
config.log (16.4 KB) - added by lauri.moisio@… 10 years ago.

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by lauri.moisio@…

Attachment: main.log added

Changed 10 years ago by lauri.moisio@…

Attachment: config.log added

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Keywords: clisp removed
Owner: changed from macports-tickets@… to easieste@…
Summary: clisp 2.4.9 Installation/Configuration fails on Mavericks.clisp 2.4.9: ld: library not found for -lcrt1.10.6.o

This usually means you have not installed the Xcode command line tools, which are required to use MacPorts. Install them by running xcode-select --install.

comment:2 Changed 10 years ago by lauri.moisio@…

Silly me, that solved the problem. Sorry to bother you!

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

Ok, glad that fixed it.

Note: See TracTickets for help on using tickets.