Hi,

well, I'm bit puzzled, I just upgraded to the latest (and the greatest:)
Qt (both versions in Rawhide, 2.3.2 and 3.0.1) and configure script
can't find any of them.

-->

excerpt from configure :

# g++ -o conftest -g -O2 -march=i586 -ffast-math -Wall -Wno-unused
-I/usr/lib/qt3/include -L/usr/X11R6/lib -L/usr/lib/qt3/lib -lpthread -lnsl -ldl
-lm -lqt -lqt-mt -lXext -lX11 avifileQt.c
/tmp/cc7KmNm5.o: In function `main':
/root/work/avifileQt.c:5: undefined reference to `QMovie::QMovie()'
/root/work/avifileQt.c:6: undefined reference to `QMovie::setSpeed(int)'
/root/work/avifileQt.c:8: undefined reference to `QMovie::~QMovie()'
/root/work/avifileQt.c:7: undefined reference to `QMovie::~QMovie()'
collect2: ld returned 1 exit status

no mather if it is q2 or q3 dir _but_ :

# strings /usr/lib/qt3/lib/libqt-mt.so.3.0.1 | grep setSpeed
setSpeed__6QMoviei
     

what is wrong !?

here is config.log Qt part ->

configure:10032: checking for Qt
configure:10250: checking for main in -lqt-mt
configure:10276: gcc -o conftest -O2 -march=i386 -mcpu=i686  -pipe   -Wall
-Wno-unused -
L/usr/lib/qt-2.3.2/lib -L/usr/X11R6/lib conftest.c -lqt-mt  -lpthread -lnsl -ldl
 -lm >&
5
configure:10279: $? = 0
configure:10282: test -s conftest
configure:10285: $? = 0
configure:10296: result: yes
configure:10321: g++ -o conftest -g -O2 -march=i586 -ffast-math  -pipe 
-I/usr/lib/qt-2.
3.2/include  -Wall -Wno-unused -L/usr/lib/qt-2.3.2/lib -L/usr/X11R6/lib
conftest.cc -lpt
hread -lnsl -ldl  -lm -lqt-mt -lXext -lX11  >&5
/tmp/ccQ1tnSC.o: In function `main':
/usr/src/redhat/BUILD/avifile-0.6.6/conftest.cc:5: undefined reference to
`QMovie::QMovi
e()'
/usr/src/redhat/BUILD/avifile-0.6.6/conftest.cc:6: undefined reference to
`QMovie::setSp
eed(int)'
/usr/src/redhat/BUILD/avifile-0.6.6/conftest.cc:8: undefined reference to
`QMovie::~QMov
ie()'
/usr/src/redhat/BUILD/avifile-0.6.6/conftest.cc:7: undefined reference to
`QMovie::~QMov
ie()'
collect2: ld returned 1 exit status
configure:10324: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qmovie.h>
#include <qapplication.h>
int main() {
  QMovie m;
  m.setSpeed(20);
  return 0;
}
configure:10343: result: no
                        

--
FUBared.

-------------------- H T h i n e t - - W e b M a i l --------------------
Ova poruka poslana je upotrebom HThinet WebMail usluge.
https://webmail.hinet.hr



_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to