Opened 12 years ago
Closed 12 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)
Change History (5)
Changed 12 years ago by lauri.moisio@…
Changed 12 years ago by lauri.moisio@…
| Attachment: | config.log added |
|---|
comment:1 Changed 12 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 |
comment:2 Changed 12 years ago by lauri.moisio@…
Silly me, that solved the problem. Sorry to bother you!
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Ok, glad that fixed it.
Note: See
TracTickets for help on using
tickets.

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.