pereraa / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

Can't compile llvm because it can't find lgcc_s #214

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compile llvm-svn 
2.
3.

What do you see instead?
llvm[2]: Linking Release executable tblgen (without symbols)
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
make[2]: *** [/home/beecher/llvm-svn/Release/bin/tblgen] Error 1
make[2]: Leaving directory `/home/beecher/llvm-svn/utils/TableGen'
make[1]: *** [TableGen/.makeall] Error 2
make[1]: Leaving directory `/home/beecher/llvm-svn/utils'
make: *** [all] Error 1

What version of the product are you using? On what operating system?
I'm trying to compile it with gcc 4.2, on ubuntu studio 11.04

Please provide any additional information below.

Original issue reported on code.google.com by koalaos...@gmail.com on 27 Aug 2011 at 6:16

GoogleCodeExporter commented 8 years ago
And I forgot to mension that I think I'm using ubuntu 32bit

Original comment by koalaos...@gmail.com on 27 Aug 2011 at 6:17