Hi!

I tried to compile licq on our SunOS 5.8 system. (with QT 2.2.1)

Licq itself compiled without problems.

When I tried to compile the QT gui I got som problems.

Firstly I found an error in the code, in usereventdlg.cpp row 1757 and
1758. QStringList::size() is unknown so I looked in the documentation for
QT and found that the correct function should be QStringList::count() so I
changed to that and tried again.

Now I get a problem in the linking.

/bin/bash ../libtool --silent --silent --mode=link --tag=CXX g++  -O2
-fno-exceptions -fno-check-new -Wall -I/usr/pd/X11/qt-2.2.1/include
-I/usr/openwin/include   -L/usr/openwin/lib -R/usr/openwin/lib
-L/usr/pd/X11/qt-2.2.1/lib  -mimpure-text -o licq_qt-gui.la
-L/usr/openwin/lib -R/usr/openwin/lib -L/usr/pd/X11/qt-2.2.1/lib -module
-avoid-version -rpath /users/dtek/d99/d99roric//lib/licq
-R/usr/pd/X11/qt-2.2.1/lib  adduserdlg.lo authuserdlg.lo awaymsgdlg.lo
refusedlg.lo chatdlg.lo editgrp.lo editfile.lo eventdesc.lo ewidgets.lo
filedlg.lo licqgui.lo mainwin.lo messagebox.lo mledit.lo mlview2.lo
mlview3.lo optionsdlg.lo outputwin.lo plugindlg.lo registeruser.lo
searchuserdlg.lo securitydlg.lo showawaymsgdlg.lo sigman.lo skin.lo
skinbrowser.lo userbox.lo utilitydlg.lo wharf.lo randomchatdlg.lo
forwarddlg.lo chatjoin.lo mmlistview.lo mmsenddlg.lo userinfodlg.lo
usereventdlg.lo keyrequestdlg.lo jfcstyle.lo usercodec.lo reqauthdlg.lo
licqdialog.lo -lqt -lSM -lICE -lX11 -lXext  -lsocket  -lnsl -lqt  -lSM
-lICE -lX11 -lXext 
.
.
.
.umul                               0x1cf0
/usr/pd/gnu/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/libstdc++.a(floatconv.o)
.umul                               0x1d00
/usr/pd/gnu/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/libstdc++.a(floatconv.o)
atexit                              0x8
/usr/pd/gnu/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/libstdc++.a(cleanup.o)
write                               0xad0
/usr/pd/gnu/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/libstdc++.a(fileops.o)
ld: fatal: relocations remain against allocatable but non-writable
sections
collect2: ld returned 1 exit status
gmake: *** [licq_qt-gui.la] Error 1



I read some previous mails in the mailinglist and found that there is
problems linking the gui against a static libstdc++, but that should work
if I pass the -mimpure-text flag to libtool.
But I get the same errors anyway :/

tried with LDFLAGS=-mimpure-text configure .... too but it won't work
anyway.

Does anyone has any suggestions??

Thanks for a good ICQ client btw!! (when it compiles ;))


Best Regards
Richard





-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to