search for: libextra

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

Did you mean: libera
2010 Mar 10
4
[LLVMdev] glod plugin use
...rks fine. But, when I followed the instructions on http://llvm.org/docs/GoldPlugin.html#build to use gold plugin, I got errors like: /home/vadve/ssahoo2/local/bin/ld: error: modules/standard/libstandard.a: no archive symbol table (run ranlib) /home/vadve/ssahoo2/local/bin/ld: error: modules/extra/libextra.a: no archive symbol table (run ranlib) /home/vadve/ssahoo2/local/bin/ld: error: main/libmain.a: no archive symbol table (run ranlib) .... I tried ranlib/llvm-ranlib, but it didn't work. Can someone help me, if I am doing anything wrong here? Thanks, Swarup. *********************************...
2010 Mar 11
0
[LLVMdev] glod plugin use
..., when I followed the instructions on http://llvm.org/docs/GoldPlugin.html#build to use gold plugin, I got errors like: > > /home/vadve/ssahoo2/local/bin/ld: error: modules/standard/libstandard.a: no archive symbol table (run ranlib) > /home/vadve/ssahoo2/local/bin/ld: error: modules/extra/libextra.a: no archive symbol table (run ranlib) > /home/vadve/ssahoo2/local/bin/ld: error: main/libmain.a: no archive symbol table (run ranlib) > .... > > I tried ranlib/llvm-ranlib, but it didn't work. Can someone help me, if I am doing anything wrong here? You shouldn't need ranlib n...
2010 Mar 11
2
[LLVMdev] gold plugin use
...lowed the instructions on http://llvm.org/docs/GoldPlugin.html#build to use gold plugin, I got errors like: >> >> /home/vadve/ssahoo2/local/bin/ld: error: modules/standard/libstandard.a: no archive symbol table (run ranlib) >> /home/vadve/ssahoo2/local/bin/ld: error: modules/extra/libextra.a: no archive symbol table (run ranlib) >> /home/vadve/ssahoo2/local/bin/ld: error: main/libmain.a: no archive symbol table (run ranlib) >> .... >> >> I tried ranlib/llvm-ranlib, but it didn't work. Can someone help me, if I am doing anything wrong here? > >You sho...