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

Charles Lindahl clindahl at ...127...
Wed May 7 22:55:17 CEST 2003


I still have a problem. 

I replaced the "CXX_LIB" directive in the Makefile
to include the indicated libraries 

CXX_LIB = -lgcc_s -lresolv -lpthread -lstdc++

And *still* get the following (excertp from the "make install"): 

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/clindahl/downloaded/gambas/gambas-0.55'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/clindahl/downloaded/gambas/gambas-0.55'
make: *** [install-recursive] Error 1
sh-2.05b# gambas
ERROR: #27: Cannot load library '/opt/gambas/lib/lib.gb.qt.la':
/usr/lib/qt-3.1/lib/libqt-mt.so.3: undefined symbol:
_ZNSs4_Rep11_S_terminalE
sh-2.05b# 

Any other ideas? 

I'm on Redhat 9, BTW. 

Thanks,
Charlie Lindahl
Texas A&M University System
Health Science Center

> -----Original Message-----
> From: Carlo Malfatti [mailto:carlo.m at ...122...]
> Sent: Wednesday, May 07, 2003 3:37 PM
> To: gambas-user at lists.sourceforge.net
> Subject: Re: [Gambas-user] Problems compiling under RH9 (still)
> 
> 
> Hi,
> I'm here again. First of all, I'm not sure I've well 
> understood what to
> do with your suggestion.
> What I've done is to edit the configure.in file changing the line:
> 3\.* ) CXX_LIB="-lgcc_s -lstdc++" (already amended as per previous
> message) with one proposed in your message, so to have:
> 3\.* ) CXX_LIB="-lgcc_s -lresolv" or
> 3\.* ) CXX_LIB="-lgcc_s -lpthread"
> 
> If this was correct thing to do, well both changes produced the same
> error as before during installation.
> If I've to try something else, please advise.
> 
> Thanks for now,
> Carlo




More information about the User mailing list