Changes between Initial Version and Version 5 of Ticket #28063
- Timestamp:
- Apr 2, 2011, 12:28:02 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28063
- Property Cc and.damore@… added
-
Ticket #28063 – Description
initial v5 1 1 Attempting to install "gnustep" results in a failure while configuring "gnustep-base" on 10.6. 2 2 3 {{{ 3 4 configure fails on step "checking whether objc really works…". 5 }}} 4 6 5 7 I do not have GCC 4.2 installed from MacPorts; Apple's GCC 4.2 is installed, and used by GNUstep-base. Despite that, there are several references in the log to attempting to use MacPorts GCC 4.2: FFII library from /opt/local/include/gcc42 and /opt/local/lib/gcc42 is apparently used. See this line from the log: 6 8 9 {{{ 7 10 :info:configure 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=/usr/bin/gcc-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 1 11 }}} 8 12 9 13 MP-GCC 4.2 failed to install for me several months ago (which was the previous reason for me failing to install and use GNUstep), and since it is not required for installation, I do not feel obliged to have it installed.