10.4.10, G4 Single Processor, Xcode 2.4.1, xorg-6.8.2-x Failure mode: Running labplot, which depends on qwtplot3d-shlibs, and worked with qt3-3.3.8-1021, I get:
$ labplot dyld: Symbol not found: __ZN9QGLWidget6glDrawEv Referenced from: /sw/lib/qt3/qwtplot3d/lib/libqwtplot3d.0.dylib Expected in: /sw/lib/libqt-mt.3.dylib I therefore tried rebuilding qwtplot3d, but the build failed: ... g++-4.0 -prebind -dynamiclib -single_module -headerpad_max_install_names -install_name /sw/lib/qt3/qwtplot3d/lib/libqwtplot3d.0.dylib -compatibility_version 0.2 -current_version 0.2.6 -o libqwtplot3d.0.2.6.dylib tmp/qwt3d_axis.o tmp/qwt3d_color.o tmp/qwt3d_coordsys.o tmp/qwt3d_drawable.o tmp/qwt3d_mousekeyboard.o tmp/qwt3d_movements.o tmp/qwt3d_lighting.o tmp/qwt3d_colorlegend.o tmp/qwt3d_plot.o tmp/qwt3d_label.o tmp/qwt3d_types.o tmp/qwt3d_enrichment_std.o tmp/qwt3d_autoscaler.o tmp/qwt3d_io_reader.o tmp/qwt3d_io.o tmp/qwt3d_scale.o tmp/qwt3d_gridmapping.o tmp/qwt3d_parametricsurface.o tmp/qwt3d_function.o tmp/qwt3d_surfaceplot.o tmp/qwt3d_gridplot.o tmp/qwt3d_meshplot.o tmp/qwt3d_io_gl2ps.o tmp/gl2ps.o tmp/moc_qwt3d_plot.o tmp/moc_qwt3d_surfaceplot.o -L/sw/lib -L/sw/lib/qt3/lib -L/usr/X11R6/lib -lz -lqt-mt -lGLU -lGL -lXmu -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib ld: warning -prebind ignored because MACOSX_DEPLOYMENT_TARGET environment variable greater or equal to 10.4 ld: Undefined symbols: __ZN9QGLWidget11makeCurrentEv __ZN9QGLWidget12renderPixmapEiib __ZN9QGLWidgetC2EP7QWidgetPKcPKS_j __ZN9QGLWidgetD2Ev __ZN9QGLWidget17convertToGLFormatERK6QImage __ZN9QGLWidget10paintEventEP11QPaintEvent __ZN9QGLWidget10setContextEP10QGLContextPKS0_b __ZN9QGLWidget11qt_propertyEiiP8QVariant __ZN9QGLWidget11resizeEventEP12QResizeEvent __ZN9QGLWidget11swapBuffersEv __ZN9QGLWidget14paintOverlayGLEv __ZN9QGLWidget15grabFrameBufferEb __ZN9QGLWidget15resizeOverlayGLEii __ZN9QGLWidget15updateOverlayGLEv __ZN9QGLWidget16setMouseTrackingEb __ZN9QGLWidget16staticMetaObjectEv __ZN9QGLWidget18makeOverlayCurrentEv __ZN9QGLWidget19initializeOverlayGLEv __ZN9QGLWidget6glDrawEv __ZN9QGLWidget6glInitEv __ZN9QGLWidget7qt_castEPKc __ZN9QGLWidget7qt_emitEiP8QUObject __ZN9QGLWidget8reparentEP7QWidgetjRK6QPointb __ZN9QGLWidget8updateGLEv __ZN9QGLWidget9qt_invokeEiP8QUObject __ZN9QGLWidget9setFormatERK9QGLFormat __ZTI9QGLWidget /usr/bin/libtool: internal link edit command failed make: *** [lib/libqwtplot3d.0.2.6.dylib] Error 1 One note: my qt3 came from an unofficial binary distro (xanana). I'll try a build on my machine and post back on this thread. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
