[NumPy-Tickets] [NumPy] #1850: nose-1.0.0 error: ld: symbol(s) not found for architecture x86_64 on Mac OS X 10.6.7, gfortran-4.2-5664, Xcode-4.0.2 5666
NumPy Trac
numpy-tickets@scipy....
Thu Jun 2 14:49:28 CDT 2011
#1850: nose-1.0.0 error: ld: symbol(s) not found for architecture x86_64 on Mac OS
X 10.6.7, gfortran-4.2-5664, Xcode-4.0.2 5666
-----------------------------+----------------------------------------------
Reporter: elvisjohndowson | Owner: somebody
Type: defect | Status: new
Priority: low | Milestone: Unscheduled
Component: numpy.testing | Version: 1.6.0
Keywords: |
-----------------------------+----------------------------------------------
Changes (by rgommers):
* priority: normal => low
Comment:
Just came across this in the Python source tree in Mac/README:
{{{
107 Or to explicitly run in 32-bit mode, regardless of the machine
hardware::
108
109 $ arch -i386 -ppc python
110
111 NOTE: When you're using a framework install of Python this requires at
least
112 Python 2.7 or 3.2, in earlier versions the python (and pythonw)
commands are
113 wrapper tools that execute the real interpreter without ensuring that
the
114 real interpreter runs with the same architecture.
}}}
I guess it's still broken, since no one ever tests this.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1850#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list