search for: some_other_lib

Displaying 5 results from an estimated 5 matches for "some_other_lib".

2006 Aug 16
2
[LLVMdev] Weird behavior of llvm-ld
Hi, I'm using LLVM 1.8 with the GCC4-frontend on a Slackware 10.2 box (GCC 3.3.6). When issuing the following command (line 14 in a script called manual.sh): llvm-ld -O1 *.trans -L${SOME_LIB_DIR} -L${SOME_OTHER_LIB_DIR} -L${LLVM_FRONT}/lib -lSOME_LIB -lSOME_OTHER_LIB -load=${MY_LIB_DIR}/opt1.so -load=${MY_LIB_DIR}/opt2.so -debug-pass=Details -debug -o test ... I get the following messages: llvm-ld: warning: Supposed library 'SOME_OTHER_LIB' isn't a library. ./manual.sh: line 14: 25492 Segment...
2007 Mar 31
2
[LLVMdev] native libraries
...+0200, Bram Adams wrote: > > Hi, > > > > I'm using LLVM 1.8 with the GCC4-frontend on a Slackware 10.2 box (GCC > > 3.3.6). When issuing the following command (line 14 in a script called > > manual.sh): > > > > llvm-ld -O1 *.trans -L${SOME_LIB_DIR} -L${SOME_OTHER_LIB_DIR} -L > > ${LLVM_FRONT}/lib -lSOME_LIB -lSOME_OTHER_LIB -load= > > ${MY_LIB_DIR}/opt1.so -load=${MY_LIB_DIR}/opt2.so -debug-pass=Details > > -debug -o test > > > > ... I get the following messages: > > > > llvm-ld: warning: Supposed library 'SOME_OTHE...
2006 Aug 16
0
[LLVMdev] Weird behavior of llvm-ld
...e .. On Wed, 2006-08-16 at 18:01 +0200, Bram Adams wrote: > Hi, > > I'm using LLVM 1.8 with the GCC4-frontend on a Slackware 10.2 box (GCC > 3.3.6). When issuing the following command (line 14 in a script called > manual.sh): > > llvm-ld -O1 *.trans -L${SOME_LIB_DIR} -L${SOME_OTHER_LIB_DIR} -L > ${LLVM_FRONT}/lib -lSOME_LIB -lSOME_OTHER_LIB -load= > ${MY_LIB_DIR}/opt1.so -load=${MY_LIB_DIR}/opt2.so -debug-pass=Details > -debug -o test > > ... I get the following messages: > > llvm-ld: warning: Supposed library 'SOME_OTHER_LIB' isn't a library....
2007 Apr 01
0
[LLVMdev] native libraries
...> Hi, > > > > > > I'm using LLVM 1.8 with the GCC4-frontend on a Slackware 10.2 box (GCC > > > 3.3.6). When issuing the following command (line 14 in a script called > > > manual.sh): > > > > > > llvm-ld -O1 *.trans -L${SOME_LIB_DIR} -L${SOME_OTHER_LIB_DIR} -L > > > ${LLVM_FRONT}/lib -lSOME_LIB -lSOME_OTHER_LIB -load= > > > ${MY_LIB_DIR}/opt1.so -load=${MY_LIB_DIR}/opt2.so -debug-pass=Details > > > -debug -o test > > > > > > ... I get the following messages: > > > > > > llvm-ld: warni...
2006 Aug 16
2
[LLVMdev] Weird behavior of llvm-ld
Hi, Op 16-aug-06, om 18:59 heeft Reid Spencer het volgende geschreven: >> llvm-ld: warning: Supposed library 'SOME_OTHER_LIB' isn't a library. > > The -l option is used to link libraries into the resulting executable. > I'm hoping "SOME_OTHER_LIB" is not the actual name and you're just > paraphrasing the actual command line. Note that native libraries > are not > supported by...