Ticket #23244 (closed defect: fixed)
py26-numpy +universal configure or build does not like the -arch option passed to gcc-mp
Description
mp-gcc-4.3 is choking on the -arch option it receives during configure or build
Here is the output
:info:build compiling '_configtest.c':
:info:build
:info:build /* This file is generated from numpy/distutils/system_info.py */
:info:build void ATL_buildinfo(void);
:info:build int main(void) {
:info:build ATL_buildinfo();
:info:build return 0;
:info:build }
:info:build C compiler: /opt/local/bin/gcc-mp-4.3 -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
:info:build
:info:build compile options: '-c'
:info:build gcc-mp-4.3: _configtest.c
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build failure.
:info:build removing: _configtest.c _configtest.o
:info:build Status: 255
There are no variants selected. My Portfiles are at r62620 OS X 10.6.2 Xcode 3.2.1
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


