From: <ar...@st...> - 2006-11-04 21:22:27
|
Hi, I'm sorry if this might seem like a stupid question to some of you, =20 but I have been struggling for the better part of the afternoon trying =20 to install NumPy on my G4 iBook, so I hope somebody can take the time =20 to lend me a helping hand. I have searched a little in the mail =20 archives and tried to follow the instructions on this page: http://www.scipy.org/Installing_SciPy/Mac_OS_X Python 2.5 is installed, and I have installed Apple's Developer's =20 Tools (i.e. the package "December 2002 Mac OS X Developer Tools"). The =20 GCC/G77-installation seemed to go ok. When I try to install the FFW libraries however, I get an error =20 message telling me that my "C compiler cannot create executables" =20 (full output below). After that I didn't really expect the installation of NumPy to work, =20 but I got a "permission denied"-error message that I'm not so sure is =20 connected to the missing FFW. So I'm at loss... Anyone? Many thanks, Arild N=E6ss =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D %pwd /Users/arildnss/Desktop/fftw-3.1.2 %./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... powerpc-apple-darwin8.8.0 checking host system type... powerpc-apple-darwin8.8.0 checking for gcc... gcc checking for C compiler default output file name... configure: error: =20 C compiler cannot create executables See `config.log' for more details. %pwd /Users/arildnss/Desktop/numpy-1.0 %python setup.py build Running from numpy source directory. F2PY Version 2_3396 blas_opt_info: FOUND: extra_link_args =3D ['-Wl,-framework', '-Wl,Accelerate'] define_macros =3D [('NO_ATLAS_INFO', 3)] extra_compile_args =3D ['-faltivec', =20 '-I/System/Library/Frameworks/vecLib.framework/Headers'] lapack_opt_info: FOUND: extra_link_args =3D ['-Wl,-framework', '-Wl,Accelerate'] define_macros =3D [('NO_ATLAS_INFO', 3)] extra_compile_args =3D ['-faltivec'] running build running config_fc running build_src building py_modules sources error: build/src.macosx-10.3-fat-2.5/numpy/distutils/__config__.py: =20 Permission denied |