[LLVMdev] llvm-ld behavior change?
Evan Cheng
evan.cheng at apple.com
Wed Feb 27 10:06:49 PST 2008
Before:
/Users/echeng/LLVM/llvm/Release/bin/llvm-ld -L/Developer/usr/llvm-
gcc-4.2/lib/gcc/i686-apple-darwin9.2.0/4.2.1 -L/Developer/usr/llvm-
gcc-4.2/lib Output/444.namd.linked.bc -lc -lstdc++ -lm -o Output/
444.namd.llvm
llvm-ld: warning: Cannot find library 'stdc++'
Now:
/Users/echeng/LLVM/llvm/Release/bin/llvm-ld -L/Developer/usr/llvm-
gcc-4.2/lib/gcc/i686-apple-darwin9.2.0/4.2.1 -L/Developer/usr/llvm-
gcc-4.2/lib Output/444.namd.linked.bc -lc -lstdc++ -lm -o Output/
444.namd.llvm
llvm-ld: error: Cannot find library 'stdc++'
make[1]: [Output/444.namd.llvm.bc] Error 1 (ignored)'
This is breaking 444.namd for me. Is this intended?
Evan
More information about the llvm-dev
mailing list