#36207: R-framework @2.15.1: ld fails to link a test executable in ./configure --------------------------------+--------------------------- Reporter: elijah.epifanov@… | Owner: kjell.konis@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: R-framework | --------------------------------+--------------------------- Changes (by jmr@…): * cc: elijah.epifanov@… (removed) * owner: macports-tickets@… => kjell.konis@… Comment: {{{ configure:6092: checking whether the C compiler works configure:6114: /opt/local/bin/llvm-gcc-4.2 -pipe -O2 -m64 -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/llvm-gcc42 -lgfortran conftest.c >&5 ld: file is universal (2 slices) but does not contain a(n) x86_64 slice: /usr/lib/crt1.10.6.o for architecture x86_64 collect2: ld returned 1 exit status configure:6118: $? = 1 configure:6156: result: no }}} What does `lipo -info /usr/lib/crt1.10.6.o` say? I don't have 10.8, but on 10.7 I get: {{{ Architectures in the fat file: /usr/lib/crt1.10.6.o are: x86_64 i386 }}} and I would imagine it should have the same archs on 10.8. -- Ticket URL: <https://trac.macports.org/ticket/36207#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS