search for: and_so_forth

Displaying 3 results from an estimated 3 matches for "and_so_forth".

2006 Aug 21
1
[LLVMdev] stdlib.h
...d library 'crtend' gccld: warning: Cannot find library 'c' I have the libraries in my llvm directory: llvm/runtime/GCCLibraries/crtend Well, how do I link this to the LLVM runtime stuff? Before building from the source, I had copied all the .h from my old gcc 4.0 to llvm/cfrontend/and_so_forth... and I was able to compile .c all right. The problem was the .cpp. Thanks a lot, Fernando > Try adding -lcrtend to the gcc link line. You need to link in the LLVM > runtime stuff. > > Reid. > > > I've rebuild my llvm-gcc3 (not llvm-gcc4) from source, and now it can...
2006 Aug 20
0
[LLVMdev] stdlib.h
Try adding -lcrtend to the gcc link line. You need to link in the LLVM runtime stuff. Reid. On Sun, 2006-08-20 at 14:30 -0700, Fernando Magno Quintao Pereira wrote: > > Rebuilding llvm-gcc4 from source should work fine. Please see the > > directions in the file README.LLVM at the top level src directory. You > > can check llvm-gcc4 out from Subversion with the command: >
2006 Aug 20
2
[LLVMdev] stdlib.h
> Rebuilding llvm-gcc4 from source should work fine. Please see the > directions in the file README.LLVM at the top level src directory. You > can check llvm-gcc4 out from Subversion with the command: Dear guys, I've rebuild my llvm-gcc3 (not llvm-gcc4) from source, and now it can find stdlib.c and all the other sources, but I am having some other problems with the new