thanks for answer.the errors loks like that:
.libs/kbearftp.o(.text+0x105): In function `kdemain':
: undefined reference to `QString::setNum(long long, int)'
.libs/kbearftp.o(.text+0x145
: In function `KBearFtp::readresp()':
: undefined reference to `QString::setNum(long long, int)'
.libs/kbearftp.o(.text+0x2ca7): In function `KBearFtp::openConnection()':
: undefined reference to `QString::setNum(long long, int)'
.libs/kbearftp.o(.text+0x8337): In function `.L2637':
: undefined reference to `QString::setNum(unsigned long long, int)'
.libs/kbearftp.o(.text+0x8d92): In function `.L2875':
: undefined reference to `QString::setNum(unsigned long long, int)'
.libs/kbearftp.o(.text+0x981a): In function `.L3126':
: undefined reference to `QString::setNum(unsigned long long, int)'
.libs/kbearftp.o(.text+0xc699): In function `KBearFtp::ftpSendCmd(QCString const&, int)':
: undefined reference to `QString::setNum(long long, int)'
.libs/kbearftp.o(.text+0xd70d): In function `KBearFtp::ftpOpenPASVDataConnection()':
: undefined reference to `QString::setNum(unsigned long long, int)'
.libs/kbearftp.o(.text+0x10eda): In function `KBearFtp::stat(KURL const&)':
: undefined reference to `QString::setNum(long long, int)'
.libs/kbearftp.o(.text+0x16ece): In function `KBearFtp::put(KURL const&, int, bool, bool)':
: undefined reference to `QString::setNum(unsigned long long, int)'
collect2: ld returned 1 exit status
make[3]: *** [kio_kbearftp.la.closure] Error 1
.my system is : debian sid
i have installed qt-x11-free-3.3.1.tar.bz2
and it has ended with message about succesfull compilation
in /etc/profile i added before compilation of qt
QTDIR=/usr/local/qt
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR PATH MANPATH LD_LIBRARY_PATH
my system is DEBIAN SID
.i'm rather beginner.and this link is only ocumentation of qstrings functions.
do you have any ideas what can be wrong.it maybe looks like he is not saneof these functions(this only my interpretation).in documentaytion of qt they write that i don't have to use any flags for ./configure
i have read that sometimes instaling libqt3-compat-headers_3.2.3-2_all.deb
may help.but it didn't.
what do you think about it?