[Numpy-tickets] [NumPy] #942: installation problem -> cannot find -lgcc_s
NumPy
numpy-tickets@scipy....
Thu Oct 23 11:18:03 CDT 2008
#942: installation problem -> cannot find -lgcc_s
-----------------------+----------------------------------------------------
Reporter: christoph | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version: none
Severity: normal | Keywords:
-----------------------+----------------------------------------------------
I'm a newbie...
I have a problem installing the numpy packages (tried 1.2.0 and down to
1.0.4). I couldnt fix my problem although I searched information in the
web...
There is a problem after "python setup.py install",
/usr/bin/ld: skipping incompatible /usr/lib/liblapack.so when searching
for -lla pack
/usr/bin/ld: skipping incompatible /usr/lib/liblapack.a when searching for
-llap ack
/usr/bin/ld: skipping incompatible /usr/lib/libblas.so when searching for
-lblas
/usr/bin/ld: skipping incompatible /usr/lib/libblas.a when searching for
-lblas
/usr/bin/ld: skipping incompatible /usr/lib/libg2c.so when searching for
-lg2c
/usr/bin/ld: skipping incompatible /usr/lib/libg2c.a when searching for
-lg2c
/usr/bin/ld: skipping incompatible /usr/lib/libfrtbegin.a when searching
for -lf rtbegin
/usr/bin/ld: skipping incompatible /usr/lib/libg2c.so when searching for
-lg2c
/usr/bin/ld: skipping incompatible /usr/lib/libg2c.a when searching for
-lg2c
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
/usr/bin/ld: skipping incompatible /usr/lib/liblapack.so when searching
for -lla pack
/usr/bin/ld: skipping incompatible /usr/lib/liblapack.a when searching for
-llap ack
/usr/bin/ld: skipping incompatible /usr/lib/libblas.so when searching for
-lblas
/usr/bin/ld: skipping incompatible /usr/lib/libblas.a when searching for
-lblas
/usr/bin/ld: skipping incompatible /usr/lib/libg2c.so when searching for
-lg2c
/usr/bin/ld: skipping incompatible /usr/lib/libg2c.a when searching for
-lg2c
/usr/bin/ld: skipping incompatible /usr/lib/libfrtbegin.a when searching
for -lf rtbegin
/usr/bin/ld: skipping incompatible /usr/lib/libg2c.so when searching for
-lg2c
/usr/bin/ld: skipping incompatible /usr/lib/libg2c.a when searching for
-lg2c
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
error: Command "/usr/local/bin/g77 -g -Wall -g -Wall -shared
build/temp.linux-x8 6_64-2.5/numpy/linalg/lapack_litemodule.o
build/temp.linux-x86_64-2.5/numpy/lina lg/python_xerbla.o -L/usr/lib
-llapack -lblas -lg2c -o build/lib.linux-x86_64-2.
5/numpy/linalg/lapack_lite.so" failed with exit status 1
I saw the same problem here posted in another Ticket (sorry, cant find it
again!), where the person posted "unsetenv cflags" was the solution.
I tried this, but I could not solve my problem.
Sorry, I'm quite a newbie, so I would be very glad if you could help me...
Thank you very very much,
christoph
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/942>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list