Displaying 4 results from an estimated 4 matches for "lqtcore".
Did you mean:
qtcore
2012 May 01
2
[LLVMdev] Gold plugin and LLVM tools documentation
...lang++
-Wl,-plugin,/home/tmjackso/multicompiler/llvm-3.0/release/lib/LLVMgold.so
-Wl,-rpath,/home/tmjackso/builds/qt/qt-4.8.1/lib
-Wl,-rpath,/home/tmjackso/builds/webkit/WebKit-r94287/WebKitBuild/Release/lib
-o ./jsc obj/release/jsc.o -L./release
-L/home/tmjackso/builds/qt/qt-4.8.1/lib -ljscore -lQtCore
-L/home/tmjackso/builds/qt/qt-4.8.1/lib -lpthread
/usr/bin/ld: error: jscore: malformed archive header name at 8
When I change the link command to not use "-ljscore" but the path to
libjscore.a, it works:
/home/tmjackso/multicompiler/llvm-3.0/release/bin/clang++
-Wl,-plugin,/home/tmjacks...
2012 May 01
0
[LLVMdev] Gold plugin and LLVM tools documentation
...home/tmjackso/multicompiler/llvm-3.0/release/lib/LLVMgold.so
> -Wl,-rpath,/home/tmjackso/builds/qt/qt-4.8.1/lib
> -Wl,-rpath,/home/tmjackso/builds/webkit/WebKit-r94287/WebKitBuild/Release/lib
> -o ./jsc obj/release/jsc.o -L./release
> -L/home/tmjackso/builds/qt/qt-4.8.1/lib -ljscore -lQtCore
> -L/home/tmjackso/builds/qt/qt-4.8.1/lib -lpthread
> /usr/bin/ld: error: jscore: malformed archive header name at 8
>
> When I change the link command to not use "-ljscore" but the path to
> libjscore.a, it works:
> /home/tmjackso/multicompiler/llvm-3.0/release/bin/clan...
2012 Jul 09
0
[LLVMdev] ExecutionEngine fails to use MCJIT, non-unique static member variables
...86Utils
-lLLVMX86Info -
lLLVMAsmPrinter -lLLVMMCParser -lLLVMCodeGen -lLLVMScalarOpts
-lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAsmParser
-lLLVMArchive -lLLVMBitReader -
lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMSupport -lQtGui
-L/usr/lib64 -L/usr/lib64/qt4 -L/usr/X11R6/lib -lQtCore -lgthread-2.0
-lrt -lglib-2.0 -lpthread
Any help is appreciated,
Thomas
2015 Jan 31
0
Installation of qtiplot in Centos 7
...lugins/explin'
rm -f libexplin.so.1.0.0 libexplin.so libexplin.so.1 libexplin.so.1.0
g++ -Wl,-O1 -Wl,-z,relro -shared -Wl,-soname,libexplin.so.1 -o
libexplin.so.1.0.0 explin.o -L/usr/lib64 ../../3rdparty/gsl/lib/libgsl.a
../../3rdparty/gsl/lib/libgslcblas.a -L/opt/local/lib -lpthread -lQtGui
-lQtCore
g++: error: ../../3rdparty/gsl/lib/libgsl.a: No such file or directory
g++: error: ../../3rdparty/gsl/lib/libgslcblas.a: No such file or directory
make[2]: *** [../libexplin.so.1.0.0] Error 1
make[2]: Leaving directory
`/home/rahman/Downloads/qtiplot-0.9.8.9/fitPlugins/explin'
make[1]: *** [sub...