Bug 231713 - cannot find -lgcc_s
Summary: cannot find -lgcc_s
Status: RESOLVED DUPLICATE of bug 218406
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: Development (show other bugs)
Version: Final
Hardware: x86-64 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Philipp Thomas
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-04 10:32 UTC by Nils Wagner
Modified: 2007-01-04 16:23 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nils Wagner 2007-01-04 10:32:10 UTC
When building the latest numpy on an x86_64 machine using openSUSE10.2 I get

...
creating build/temp.linux-x86_64-2.5/numpy/core/blasdot
compile options: '-DNO_ATLAS_INFO=1 -Inumpy/core/blasdot -Inumpy/core/include -Ibuild/src.linux-x86_64-2.5/numpy/core -Inumpy/core/src -Inumpy/core/include -I/usr/include/python2.5 -c'
gcc: numpy/core/blasdot/_dotblas.c
/usr/bin/g77 -g -Wall -shared build/temp.linux-x86_64-2.5/numpy/core/blasdot/_dotblas.o -L/usr/lib64 -L/usr/lib/python2.5/config -lblas -lpython2.5 -lg2c -o build/lib.linux-x86_64-2.5/numpy/core/_dotblas.so
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: cannot find -lgcc_s
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld: cannot find -lgcc_s
error: Command "/usr/bin/g77 -g -Wall -shared build/temp.linux-x86_64-2.5/numpy/core/blasdot/_dotblas.o -L/usr/lib64 -L/usr/lib/python2.5/config -lblas -lpython2.5 -lg2c -o build/lib.linux-x86_64-2.5/numpy/core/_dotblas.so" failed with exit status 1

locate libgcc_s yields

/lib64/libgcc_s.so.1
/lib/libgcc_s.so.1
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/libgcc_s.so

Any pointer would be appreciated.

Nils
Comment 1 Andreas Hanke 2007-01-04 16:23:01 UTC

*** This bug has been marked as a duplicate of bug 218406 ***