[LLVMdev] LLVM 2.7 gcc binary package: please ship libstdc++.so instead of .la + .a

Anton Korobeynikov anton at korobeynikov.info
Sun Apr 4 09:31:55 PDT 2010


Hello, Edwin

> I think its a mistake in the binary package: the .la and .a shouldn't be
> shipped, and the .so should be built & shipped!
This means that llvm-gcc was compiled in static mode (same problem,
btw, is seen with debian packages - llvm-gcc they ship is pretty
useless due to this). One should configure llvm-gcc w/o
--disable-shared. And yes, both .so and .a should be shipped.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list