From: Adrien B. <adr...@gm...> - 2005-11-07 23:51:19
|
I downloaded sip, pyqt and qt. I can't compile/link qt nor sip :(. With gcc4, I get compilations errors. With gcc3, theses errors are reported as warnings and the compilations goes on. But i can't link. I did as the INSTALL files from qt says... I also configured qt with : ./configure -no-accessibility -no-ipv6 -no-tablet -fast, and i put /usr/lib:/sw/lib into DYLD_LIBRARY_PATH, but nothing work better Here is the message i get when i try to compile sip or qt sip : c++ -headerpad_max_install_names -o sip main.o transform.o gencode.o heap.o parser.o lexer.o ld: Undefined symbols: _fprintf$LDBLStub _printf$LDBLStub _vfprintf$LDBLStub _sprintf$LDBLStub make[1]: *** [sip] Error 1 make: *** [all] Error 2 qt : ld: warning multiple definitions of symbol _dladdr .obj/release-shared/dlfcn.o definition of _dladdr in section (__TEXT,__text= ) /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) definition of _dladdr ld: warning multiple definitions of symbol _dlclose .obj/release-shared/dlfcn.o definition of _dlclose in section (__TEXT,__tex= t) /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) definition of _dlclose ld: warning multiple definitions of symbol _dlerror .obj/release-shared/dlfcn.o definition of _dlerror in section (__TEXT,__tex= t) /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) definition of _dlerror ld: warning multiple definitions of symbol _dlopen .obj/release-shared/dlfcn.o definition of _dlopen in section (__TEXT,__text= ) /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) definition of _dlopen ld: warning multiple definitions of symbol _dlsym .obj/release-shared/dlfcn.o definition of _dlsym in section (__TEXT,__text) /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) definition of _dlsym ld: warning prebinding disabled because of undefined symbols ld: Undefined symbols: _sprintf$LDBLStub _fprintf$LDBLStub _snprintf$LDBLStub _vsnprintf$LDBLStub /usr/bin/libtool: internal link edit command failed make[2]: *** [../lib/libqt.3.3.4.dylib] Error 1 make[1]: *** [sub-src] Error 2 make: *** [init] Error 2 are libraries missing on my system ? Thanks for your help Adrien |