-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Configure generates the following program:

#include "confdefs.h"
#include <qmovie.h>
#include <qapplication.h>
int main() {
  QMovie m;
  m.setSpeed(20);
  return 0;
}

which generates errors:

Line 5: undefined reference to `QMovie::QMovie()'
Line 6: undefined reference to `QMovie::setSpeed(int)'
Line 7: undefined reference to `QMovie::~QMovie()'
Line 7: undefined reference to `QMovie::~QMovie()'
ld returned 1 exit status...

It just cannot find QMovie in any of the qt libraries during the link phase. 
Is this a problem with my Qt version?

Best regards,

Casimiro Barreto
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7eEtEuyd3xy/8SRwRAvvFAJ4/KMwtwEAwME+JP3RZedQQglgIkACgmyo4
kJrHM3DS9fQWGz0KGT/mj8A=
=7veB
-----END PGP SIGNATURE-----

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

Reply via email to