[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1

Scott Michel scottm at rushg.aero.org
Mon Nov 6 12:07:58 PST 2006


Reid Spencer wrote:
> This is an libpath problem.  When xgcc runs it wants to dynamically linkthe libgcc.so.
> When you run it from the command line it will find yoursystem
libgcc.so (which works)

Not really. For systems that have gcc 4.2 natively installed, like the
current Debian testing, the compiler gets GCC_4.2.0 version errors. It
isn't easy to work around b/c xgcc wants to link in the 4.2 version of
the library.

Basically, this is a "me too!"


-scooter



More information about the llvm-dev mailing list