Changes between Initial Version and Version 4 of Ticket #22751
- Timestamp:
- Dec 29, 2011, 5:41:24 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22751
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #22751 – Description
initial v4 1 1 Similar to gnustep-make error in ticket #22729... I'm getting the following error while updating gnustep-base: 2 ***** 2 3 {{{ 3 4 Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnustep_gnustep-base/work/gnustep-base-1.19.1" && ./configure --prefix=/opt/local CC=gcc-mp-4.2 GNUSTEP_MAKEFILES=/opt/local/GNUstep/System/Library/Makefiles --disable-tls --enable-libffi --with-ffi-include=/opt/local/include/gcc42 --with-ffi-library=/opt/local/lib/gcc42 " returned error 77 4 5 5 Command output: checking build system type... i386-apple-darwin9.8.0 6 7 6 checking host system type... i386-apple-darwin9.8.0 8 9 7 checking target system type... i386-apple-darwin9.8.0 10 11 8 checking for gcc... gcc-mp-4.2 12 13 9 checking for C compiler default output file name... configure: error: C compiler cannot create executables 14 15 10 See `config.log' for more details. 16 17 11 Error: Unable to upgrade port: 1 18 ***** 12 }}} 19 13 20 14 I've attached my config.log. The key text appears to be: 21 15 16 {{{ 22 17 configure:1915: gcc-mp-4.2 -V </dev/null >&5 23 24 '''gcc-mp-4.2: '-V' option must have argument''' 25 18 gcc-mp-4.2: '-V' option must have argument 26 19 configure:1918: $? = 1 27 28 20 configure:1941: checking for C compiler default output file name 29 30 21 configure:1944: gcc-mp-4.2 -O2 -arch i386 -I/opt/local/include -I/opt/local/GNUstep/System/Library/Headers -I/opt/local/GNUstep/Local/Library/Headers -L/opt/local/lib -L/opt/local/GNUstep/System/Library/Libraries -L/opt/local/GNUstep/Local/Library/Libraries conftest.c >&5 31 32 '''cc1: error: unrecognized command line option "-arch"''' 22 cc1: error: unrecognized command line option "-arch" 23 }}}