• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Slackware gcc question

nitromullet

Diamond Member
Whenever I try to compile anything with gcc, I get the following error:

/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status

The same source code compiles and runs like a champ on my fedora core box... Any help appreciated.
 
According to various sources on google, you're not linking to libgcc_s.so properly. Find it, and make sure that the make process is looking in the right spot.
 
I got that from the googling I did...

I have /usr/lib/libgcc_s.so.1

but, not a /usr/lib/libgcc_s.so

are these interchangable?

If so, how do I make gcc link to this file?
 
yes, both...
gcc-3.3.4-i486-1.tar
binutils-2.15.92.0.2-i486-3.tgz

as well as

glibc-2.3.4-i486-1.tar
kernel-headers-2.6.18-i386-1.tar
make-3.80-i386-1.tar
autoconf-2.60-noarch-1.tar
 
Back
Top