Hello, First I wish you an happy new year !!! (and congrats for the nice proggie =)
But the purpose of this mail is of course problems =)
I'm trying to compile the latest avifile but
I've some problems with QT:
STDOUT from configure: (first it's yes then no ?!?)
---
~snip~
checking for Qt... checking for main in -lqt-mt... yes
no
*** WARNING: Could not find usable Qt on your system! If it _is_
installed,
*** delete ./config.cache and re-run ./configure, specifying path to
*** Qt headers and libraries in configure options. Also possible reason
*** could be you are trying to link Qt libraries compiled with different
*** compiler - Qt libraries compiled with different compiler then the
one
*** used right now can't be linked TOGETHER - see ./config.log for the
reason
*** Switching off compilation of Qt utilities.
~snip~
Configuration:
Compiler C: gcc -g -march=i586 -ffast-math -pipe
Compiler C++: c++ -g -march=i586 -ffast-math -pipe
Install path: /usr/local
Qt: no
Sdl: yes
Xft: yes
Oss audio: yes
Sun audio: no
Mga_vid: no
Plugins:
ac3passthrough yes (with SBLive only)
divx4 yes (DivX ;-), OpenDivX, DivX4)
ffmpeg yes (DivX ;-), OpenDivX, MJPEG, AC3)
os motion jpeg yes (MJPEG)
win32 yes (DivX, WMF1/2, DV, MJPEG, Ati, Asus,...)
MAD yes (MPEG Layer I/II/III)
ogg/vorbis yes
lame runtime yes
---
okie so I decided to have a look to the .log
and darn lot of undefined reference ?!?
I used the rpm package of Mandrake 8.1 distro
(QT 2.3.1) and I'm using the worst compiler (2.96 =)
Could you tip me on why I've 'undefined reference' ?
(and above all, how to solve this problem ?)
maybe should I recompile QT ?!?
---
configure:7645: checking for
Qt
configure:7747: checking for main in
-lqt-mt
configure:7762: gcc -o conftest -g -O2 -march=i586 -ffast-math -pipe
-Wall -Wno-unused -L/usr/local/lib/qt2/lib -L/usr/X11R6/lib conftest.c
-lqt-mt -lpthread -lnsl -ldl -lm
1>&5
configure:7805: c++ -o conftest -g -O2 -march=i586 -ffast-math -pipe
-I/usr/local/lib/qt2/include -Wall -Wno-unused -L/usr/local/lib/qt2/lib
-L/usr/X11R6/lib conftest.C -lpthread -lnsl -ldl -lm -lqt-mt -lXext
-lX11
1>&5
/usr/local/lib/qt2/lib/libqt-mt.a(qapplication_x11.o): In function
`sm_setProperty(QString const &, QStringList const
&)':
qapplication_x11.o(.text+0xc6c0): undefined reference to
`SmcSetProperties'
qapplication_x11.o(.text+0xc6da): undefined reference to
`SmcDeleteProperties'
/usr/local/lib/qt2/lib/libqt-mt.a(qapplication_x11.o): In function
`sm_performSaveYourself(QSessionManager
*)':
qapplication_x11.o(.text+0xc79c): undefined reference to
`SmcSetProperties'
qapplication_x11.o(.text+0xc888): undefined reference to
`SmcSetProperties'
qapplication_x11.o(.text+0xd2fe): undefined reference to
`SmcRequestSaveYourselfPhase2'
qapplication_x11.o(.text+0xd372): undefined reference to
`SmcInteractDone'
qapplication_x11.o(.text+0xd5f8): undefined reference to
`SmcSetProperties'
qapplication_x11.o(.text+0xd613): undefined reference to
`SmcSaveYourselfDone'
/usr/local/lib/qt2/lib/libqt-mt.a(qapplication_x11.o): In function
`QSessionManager::QSessionManager(QApplication *, QString
&)':
qapplication_x11.o(.text+0xdac9): undefined reference to
`SmcOpenConnection'
qapplication_x11.o(.text+0xdb97): undefined reference to
`SmcGetIceConnection'
qapplication_x11.o(.text+0xdb9f): undefined reference to
`IceConnectionNumber'
/usr/local/lib/qt2/lib/libqt-mt.a(qapplication_x11.o): In function
`QSessionManager::~QSessionManager(void)':
qapplication_x11.o(.text+0xdc61): undefined reference to
`SmcCloseConnection'
/usr/local/lib/qt2/lib/libqt-mt.a(qapplication_x11.o): In function
`QSessionManager::setProperty(QString const &, QString const
&)':
qapplication_x11.o(.text+0xe084): undefined reference to
`SmcSetProperties'
/usr/local/lib/qt2/lib/libqt-mt.a(qapplication_x11.o): In function
`QSessionManager::setProperty(QString const &, QStringList const
&)':
qapplication_x11.o(.text+0xe16e): undefined reference to
`SmcSetProperties'
qapplication_x11.o(.text+0xe18b): undefined reference to
`SmcDeleteProperties'
/usr/local/lib/qt2/lib/libqt-mt.a(qapplication_x11.o): In function
`QSmSocketReceiver::socketActivated(int)':
qapplication_x11.o(.text+0xedc2): undefined reference to
`SmcGetIceConnection'
qapplication_x11.o(.text+0xedca): undefined reference to
`IceProcessMessages'
/usr/local/lib/qt2/lib/libqt-mt.a(qapplication_x11.o): In function
`QSessionManager::allowsInteraction(void)':
qapplication_x11.o(.text+0xef48): undefined reference to
`SmcInteractRequest'
/usr/local/lib/qt2/lib/libqt-mt.a(qapplication_x11.o): In function
`QSessionManager::allowsErrorInteraction(void)':
qapplication_x11.o(.text+0xefda): undefined reference to
`SmcInteractRequest'
/usr/local/lib/qt2/lib/libqt-mt.a(qapplication_x11.o): In function
`QSessionManager::release(void)':
qapplication_x11.o(.text+0xf04c): undefined reference to
`SmcInteractDone'
/usr/local/lib/qt2/lib/libqt-mt.a(qfont_x11.o): In function
`QFont::initFontInfo(void)
const':
qfont_x11.o(.text+0x1273): undefined reference to
`XftPatternGetString'
qfont_x11.o(.text+0x1287): undefined reference to
`XftPatternGetInteger'
qfont_x11.o(.text+0x129e): undefined reference to
`XftPatternGetInteger'
qfont_x11.o(.text+0x12b2): undefined reference to
`XftPatternGetInteger'
/usr/local/lib/qt2/lib/libqt-mt.a(qfont_x11.o): In function
`QFont::load(void)
const':
qfont_x11.o(.text+0x2531): undefined reference to
`XftFontOpen'
qfont_x11.o(.text+0x259b): undefined reference to
`XftFontOpen'
/usr/local/lib/qt2/lib/libqt-mt.a(qfont_x11.o): In function
`QFontMetrics::inFont(QChar)
const':
qfont_x11.o(.text+0x684a): undefined reference to
`XftGlyphExists'
/usr/local/lib/qt2/lib/libqt-mt.a(qfont_x11.o): In function
`getExt(QString, int, XRectangle &, XRectangle &, _XOC *, _XftFont *,
QTextCodec const
*)':
qfont_x11.o(.text+0x710d): undefined reference to
`XftTextExtents16'
/usr/local/lib/qt2/lib/libqt-mt.a(qfont_x11.o): In function
`QFontMetrics::leftBearing(QChar)
const':
qfont_x11.o(.text+0x72b5): undefined reference to
`XftTextExtents32'
/usr/local/lib/qt2/lib/libqt-mt.a(qfont_x11.o): In function
`QFontMetrics::rightBearing(QChar)
const':
qfont_x11.o(.text+0x74d4): undefined reference to
`XftTextExtents32'
/usr/local/lib/qt2/lib/libqt-mt.a(qfont_x11.o): In function
`QFontMetrics::width(QChar)
const':
qfont_x11.o(.text+0x7c65): undefined reference to
`XftTextExtents32'
/usr/local/lib/qt2/lib/libqt-mt.a(qfont_x11.o): In function
`QFontMetrics::width(QString const &, int)
const':
qfont_x11.o(.text+0x7ec1): undefined reference to
`XftTextExtents16'
/usr/local/lib/qt2/lib/libqt-mt.a(qfont_x11.o): In function
`QFontMetrics::boundingRect(QString const &, int)
const':
qfont_x11.o(.text+0x8250): undefined reference to
`XftTextExtents16'
/usr/local/lib/qt2/lib/libqt-mt.a(qfont_x11.o): In function
`QFontCache::deleteItem(void
*)':
qfont_x11.o(.text+0x8edd): undefined reference to
`XftFontClose'
/usr/local/lib/qt2/lib/libqt-mt.a(qfont_x11.o): In function
`QDict<QFontInternal>::deleteItem(void
*)':
qfont_x11.o(.QDict<QFontInternal>::gnu.linkonce.t.deleteItem(void
*)+0x2f): undefined reference to
`XftFontClose'
/usr/local/lib/qt2/lib/libqt-mt.a(qpainter_x11.o): In function
`qt_lookup_ft_draw(unsigned long, bool, QRegion
*)':
qpainter_x11.o(.text+0x687): undefined reference to
`XftDrawCreate'
qpainter_x11.o(.text+0x699): undefined reference to
`XftDrawCreateBitmap'
qpainter_x11.o(.text+0x73e): undefined reference to
`XftDrawSetClip'
qpainter_x11.o(.text+0x7af): undefined reference to
`XftDrawSetClip'
qpainter_x11.o(.text+0x7db): undefined reference to
`XftDrawSetClip'
/usr/local/lib/qt2/lib/libqt-mt.a(qpainter_x11.o): In function
`QPainter::drawText(int, int, QString const &,
int)':
qpainter_x11.o(.text+0x6c89): undefined reference to
`XftDefaultHasRender'
qpainter_x11.o(.text+0x6e5b): undefined reference to
`XftDefaultHasRender'
qpainter_x11.o(.text+0x6fa9): undefined reference to `XftTextExtents16'
qpainter_x11.o(.text+0x704b): undefined reference to
`XftDrawRect'
qpainter_x11.o(.text+0x70df): undefined reference to
`XftDrawString16'
/usr/local/lib/qt2/lib/libqt-mt.a(qpainter_x11.o): In function
`qt_use_xft(void)':
qpainter_x11.o(.text+0x738c): undefined reference to
`XftDefaultHasRender'
/usr/local/lib/qt2/lib/libqt-mt.a(qpainter_x11.o): In function
`qt_create_ft_draw(_XDisplay *, unsigned long, Visual *, unsigned
long)':
qpainter_x11.o(.text+0x740c): undefined reference to
`XftDefaultHasRender'
/usr/local/lib/qt2/lib/libqt-mt.a(qpainter_x11.o): In function
`qt_destroy_ft_draw(_XDisplay *, unsigned
long)':
qpainter_x11.o(.text+0x750d): undefined reference to
`XftDrawDestroy'
/usr/local/lib/qt2/lib/libqt-mt.a(qjpegio.o): In function
`read_jpeg_image(QImageIO
*)':
qjpegio.o(.text+0x47): undefined reference to
`jpeg_resync_to_restart'
qjpegio.o(.text+0x6e): undefined reference to
`jpeg_CreateDecompress'
qjpegio.o(.text+0x88): undefined reference to
`jpeg_std_error'
qjpegio.o(.text+0xc3): undefined reference to
`jpeg_read_header'
qjpegio.o(.text+0xcb): undefined reference to
`jpeg_start_decompress'
qjpegio.o(.text+0x1aa): undefined reference to
`jpeg_read_scanlines'
qjpegio.o(.text+0x1cc): undefined reference to
`jpeg_finish_decompress'
qjpegio.o(.text+0x2b4): undefined reference to
`jpeg_destroy_decompress'
/usr/local/lib/qt2/lib/libqt-mt.a(qjpegio.o): In function
`write_jpeg_image(QImageIO
*)':
qjpegio.o(.text+0x3b4): undefined reference to
`jpeg_std_error'
qjpegio.o(.text+0x3f6): undefined reference to
`jpeg_CreateCompress'
qjpegio.o(.text+0x4f1): undefined reference to
`jpeg_set_defaults'
qjpegio.o(.text+0x59d): undefined reference to
`jpeg_set_quality'
qjpegio.o(.text+0x5a7): undefined reference to
`jpeg_start_compress'
qjpegio.o(.text+0x984): undefined reference to
`jpeg_write_scanlines'
qjpegio.o(.text+0x9a8): undefined reference to
`jpeg_finish_compress'
qjpegio.o(.text+0x9b0): undefined reference to
`jpeg_destroy_compress'
/usr/local/lib/qt2/lib/libqt-mt.a(qmngio.o): In function
`readdata(mng_data_struct *, void *, unsigned int, unsigned int
*)':
qmngio.o(.text+0x14): undefined reference to
`mng_get_userdata'
/usr/local/lib/qt2/lib/libqt-mt.a(qmngio.o): In function
`processheader(mng_data_struct *, unsigned int, unsigned
int)':
qmngio.o(.text+0xc4): undefined reference to
`mng_get_userdata'
qmngio.o(.text+0x14a): undefined reference to
`mng_set_canvasstyle'
/usr/local/lib/qt2/lib/libqt-mt.a(qmngio.o): In function
`QMNGFormat::decode(QImage &, QImageConsumer *, unsigned char const *,
int)':
qmngio.o(.text+0x1a0): undefined reference to
`mng_initialize'
qmngio.o(.text+0x1b0): undefined reference to
`mng_set_suspensionmode'
qmngio.o(.text+0x1c0): undefined reference to
`mng_setcb_openstream'
qmngio.o(.text+0x1d0): undefined reference to
`mng_setcb_closestream'
qmngio.o(.text+0x1e0): undefined reference to
`mng_setcb_readdata'
qmngio.o(.text+0x1f0): undefined reference to
`mng_setcb_errorproc'
qmngio.o(.text+0x200): undefined reference to
`mng_setcb_processheader'
qmngio.o(.text+0x210): undefined reference to
`mng_setcb_getcanvasline'
qmngio.o(.text+0x220): undefined reference to
`mng_setcb_refresh'
qmngio.o(.text+0x230): undefined reference to
`mng_setcb_gettickcount'
qmngio.o(.text+0x240): undefined reference to
`mng_setcb_settimer'
qmngio.o(.text+0x251): undefined reference to
`mng_readdisplay'
qmngio.o(.text+0x288): undefined reference to
`mng_display_resume'
/usr/local/lib/qt2/lib/libqt-mt.a(qmngio.o): In function
`openstream(mng_data_struct
*)':
qmngio.o(.text+0x44b): undefined reference to
`mng_get_userdata'
/usr/local/lib/qt2/lib/libqt-mt.a(qmngio.o): In function
`closestream(mng_data_struct
*)':
qmngio.o(.text+0x46b): undefined reference to
`mng_get_userdata'
/usr/local/lib/qt2/lib/libqt-mt.a(qmngio.o): In function
`errorproc(mng_data_struct *, int, signed char, int, unsigned int, int,
int, char
*)':
qmngio.o(.text+0x497): undefined reference to
`mng_get_userdata'
/usr/local/lib/qt2/lib/libqt-mt.a(qmngio.o): In function
`getcanvasline(mng_data_struct *, unsigned
int)':
qmngio.o(.text+0x4f0): undefined reference to
`mng_get_userdata'
/usr/local/lib/qt2/lib/libqt-mt.a(qmngio.o): In function
`refresh(mng_data_struct *, unsigned int, unsigned int, unsigned int,
unsigned
int)':
qmngio.o(.text+0x544): undefined reference to
`mng_get_userdata'
/usr/local/lib/qt2/lib/libqt-mt.a(qmngio.o)(.text+0x5ac): more undefined
references to `mng_get_userdata'
follow
/usr/local/lib/qt2/lib/libqt-mt.a(qmngio.o): In function
`QMNGFormat::processheader(unsigned int, unsigned
int)':
qmngio.o(.QMNGFormat::gnu.linkonce.t.processheader(unsigned int,
unsigned int)+0x90): undefined reference to
`mng_set_canvasstyle'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`setup_qt(QImage &, png_struct_def *, png_info_struct
*)':
qpngio.o(.text+0x14): undefined reference to
`png_get_valid'
qpngio.o(.text+0x2f): undefined reference to
`png_get_gAMA'
qpngio.o(.text+0x4b): undefined reference to
`png_set_gamma'
qpngio.o(.text+0x7a): undefined reference to
`png_get_IHDR'
qpngio.o(.text+0xaf): undefined reference to
`png_set_invert_mono'
qpngio.o(.text+0xbe): undefined reference to
`png_read_update_info'
qpngio.o(.text+0x151): undefined reference to
`png_set_strip_16'
qpngio.o(.text+0x164): undefined reference to
`png_set_packing'
qpngio.o(.text+0x194): undefined reference to
`png_read_update_info'
qpngio.o(.text+0x228): undefined reference to
`png_get_valid'
qpngio.o(.text+0x2d7): undefined reference to
`png_get_valid'
qpngio.o(.text+0x303): undefined reference to `png_set_packing'
qpngio.o(.text+0x316): undefined reference to
`png_read_update_info'
qpngio.o(.text+0x338): undefined reference to
`png_get_IHDR'
qpngio.o(.text+0x36b): undefined reference to
`png_get_valid'
qpngio.o(.text+0x490): undefined reference to
`png_set_strip_16'
qpngio.o(.text+0x49f): undefined reference to
`png_set_expand'
qpngio.o(.text+0x4b4): undefined reference to
`png_set_gray_to_rgb'
qpngio.o(.text+0x4ec): undefined reference to
`png_get_valid'
qpngio.o(.text+0x513): undefined reference to
`png_set_filler'
qpngio.o(.text+0x542): undefined reference to
`png_set_swap_alpha'
qpngio.o(.text+0x555): undefined reference to
`png_read_update_info'
qpngio.o(.text+0x56e): undefined reference to
`png_set_bgr'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`read_png_image(QImageIO
*)':
qpngio.o(.text+0x594): undefined reference to
`png_create_read_struct'
qpngio.o(.text+0x5c0): undefined reference to
`png_set_error_fn'
qpngio.o(.text+0x5ca): undefined reference to
`png_create_info_struct'
qpngio.o(.text+0x5e4): undefined reference to
`png_destroy_read_struct'
qpngio.o(.text+0x608): undefined reference to
`png_create_info_struct'
qpngio.o(.text+0x624): undefined reference to
`png_destroy_read_struct'
qpngio.o(.text+0x663): undefined reference to
`png_destroy_read_struct'
qpngio.o(.text+0x691): undefined reference to
`png_set_read_fn'
qpngio.o(.text+0x6a3): undefined reference to
`png_read_info'
qpngio.o(.text+0x6e4): undefined reference to
`png_get_IHDR'
qpngio.o(.text+0x724): undefined reference to
`png_read_image'
qpngio.o(.text+0x733): undefined reference to
`png_get_x_pixels_per_meter'
qpngio.o(.text+0x74e): undefined reference to
`png_get_y_pixels_per_meter'
qpngio.o(.text+0x786): undefined reference to
`png_read_end'
qpngio.o(.text+0x79a): undefined reference to
`png_destroy_read_struct'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`set_text(QImage const &, png_struct_def *, png_info_struct *,
bool)':
qpngio.o(.text+0xc67): undefined reference to
`png_set_text'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`QPNGImageWriter::writeImage(QImage const &, int, int,
int)':
qpngio.o(.text+0xdb2): undefined reference to
`png_create_write_struct'
qpngio.o(.text+0xdd2): undefined reference to
`png_set_error_fn'
qpngio.o(.text+0xddc): undefined reference to
`png_create_info_struct'
qpngio.o(.text+0xe13): undefined reference to
`png_destroy_write_struct'
qpngio.o(.text+0xe55): undefined reference to
`png_set_compression_level'
qpngio.o(.text+0xe6f): undefined reference to
`png_set_write_fn'
qpngio.o(.text+0xee9): undefined reference to
`png_set_IHDR'
qpngio.o(.text+0xf41): undefined reference to
`png_set_PLTE'
qpngio.o(.text+0x1039): undefined reference to
`png_set_tRNS'
qpngio.o(.text+0x1071): undefined reference to
`png_set_swap_alpha'
qpngio.o(.text+0x108a): undefined reference to
`png_set_bgr'
qpngio.o(.text+0x10b5): undefined reference to
`png_set_oFFs'
qpngio.o(.text+0x10d0): undefined reference to
`png_set_sig_bytes'
qpngio.o(.text+0x10fd): undefined reference to
`png_set_pHYs'
qpngio.o(.text+0x1126): undefined reference to
`png_write_info'
qpngio.o(.text+0x1157): undefined reference to
`png_set_packing'
qpngio.o(.text+0x1188): undefined reference to
`png_set_filler'
qpngio.o(.text+0x11e9): undefined reference to
`png_write_chunk'
qpngio.o(.text+0x1251): undefined reference to
`png_write_chunk'
qpngio.o(.text+0x127a): undefined reference to
`png_get_IHDR'
qpngio.o(.text+0x12c4): undefined reference to
`png_write_image'
qpngio.o(.text+0x12e7): undefined reference to
`png_write_end'
qpngio.o(.text+0x132c): undefined reference to
`png_destroy_write_struct'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`QPNGFormat::decode(QImage &, QImageConsumer *, unsigned char const *,
int)':
qpngio.o(.text+0x18fc): undefined reference to
`png_create_read_struct'
qpngio.o(.text+0x1931): undefined reference to
`png_set_error_fn'
qpngio.o(.text+0x1941): undefined reference to
`png_set_compression_level'
qpngio.o(.text+0x194e): undefined reference to
`png_create_info_struct'
qpngio.o(.text+0x199a): undefined reference to
`png_destroy_read_struct'
qpngio.o(.text+0x19d3): undefined reference to
`png_set_progressive_read_fn'
qpngio.o(.text+0x19f6): undefined reference to
`png_set_sig_bytes'
qpngio.o(.text+0x1a3c): undefined reference to
`png_destroy_read_struct'
qpngio.o(.text+0x1a7b): undefined reference to
`png_process_data'
qpngio.o(.text+0x1aab): undefined reference to
`png_destroy_read_struct'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`QPNGFormat::end(png_struct_def *, png_info_struct
*)':
qpngio.o(.text+0x1ae5): undefined reference to
`png_get_x_offset_pixels'
qpngio.o(.text+0x1afa): undefined reference to
`png_get_y_offset_pixels'
qpngio.o(.text+0x1b40): undefined reference to
`png_get_x_pixels_per_meter'
qpngio.o(.text+0x1b58): undefined reference to
`png_get_y_pixels_per_meter'
qpngio.o(.text+0x1b7d): undefined reference to
`png_get_text'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`iod_read_fn(png_struct_def *, unsigned char *, unsigned int)':
qpngio.o(.text+0x1c74): undefined reference to
`png_get_io_ptr'
qpngio.o(.text+0x1cb0): undefined reference to
`png_error'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`qpiw_write_fn(png_struct_def *, unsigned char *, unsigned
int)':
qpngio.o(.text+0x1ce4): undefined reference to
`png_get_io_ptr'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`qpiw_flush_fn(png_struct_def
*)':
qpngio.o(.text+0x1d2b): undefined reference to
`png_get_io_ptr'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`info_callback(png_struct_def *, png_info_struct
*)':
qpngio.o(.text+0x1f20): undefined reference to
`png_get_progressive_ptr'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`row_callback(png_struct_def *, unsigned char *, unsigned long,
int)':
qpngio.o(.text+0x1f54): undefined reference to
`png_get_progressive_ptr'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`end_callback(png_struct_def *, png_info_struct
*)':
qpngio.o(.text+0x1f90): undefined reference to
`png_get_progressive_ptr'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`QPNGFormat::~QPNGFormat(void)':
qpngio.o(.text+0x2016): undefined reference to
`png_destroy_read_struct'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`QPNGFormat::info(png_struct_def *, png_info_struct
*)':
qpngio.o(.text+0x2060): undefined reference to
`png_set_interlace_handling'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`qt_zlib_compression_hack(void)':
qpngio.o(.text+0x219f): undefined reference to
`compress'
qpngio.o(.text+0x21ac): undefined reference to
`uncompress'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`qpiw_write_fn(png_struct_def *, unsigned char *, unsigned
int)':
qpngio.o(.text+0x1d0f): undefined reference to
`png_error'
/usr/local/lib/qt2/lib/libqt-mt.a(qpngio.o): In function
`QPNGFormat::row(png_struct_def *, unsigned char *, unsigned long,
int)':
qpngio.o(.text+0x20e5): undefined reference to
`png_progressive_combine_row'
collect2: ld returned 1 exit
status
configure: failed program
was:
#include
"confdefs.h"
#include
<qmovie.h>
#include
<qapplication.h>
int main()
{
QMovie
m;
m.setSpeed(20);
return
0;
}
configure:8314: checking for jpeglib.h
---
Thanks in advance for your help,
greetz,
Ash
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile
