[Gambas-user] Problems compiling under RH9 (still)

Benoit Minisini gambas at ...2...
Wed May 7 11:26:04 CEST 2003


Le Mardi 6 Mai 2003 23:52, Carlo Malfatti a écrit :
> Hi, have tried as per your message but the problem is still there:
>
> Creating the library info files...
> /opt/gambas/lib/info/gb.info
> /opt/gambas/lib/info/gb.eval.info
> /opt/gambas/lib/info/gb.example.info
> /opt/gambas/lib/info/gb.db.info
> /opt/gambas/lib/lib.gb.qt.editor.la: /usr/lib/qt-3.1/lib/libqt-mt.so.3:
> undefined symbol: _ZNSs4_Rep11_S_terminalE
> make[2]: *** [install-exec-local] Error 1
> make[2]: Leaving directory `/home/carlo/downloads/gambas-0.55'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/home/carlo/downloads/gambas-0.55'
> make: *** [install-recursive] Error 1
>
> Anything else I can try to succesfully install Gambas?
> Thanks,
> Carlo
>

Try to add the following libraries (one by one to find which contains the 
missing symbol).

CXX_LIB="-lgcc_s -lresolv"

CXX_LIB="-lgcc_s -lpthread"

I find them by compiling a void project with KDevelop, as I think that 
KDevelop projects should compile on RedHat.

If you want, you can do the same thing, i.e. creating a new KDE project on 
KDevelop and compile it, to get the list of libraries passed to the linker. 
Maybe this list will be different on RedHat than on Mandrake, as autoconf 
tools analyze the underlying system.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list