Thank you for the tip. I was able to select the libraries from FINK.
However, I am getting an error while compiling the Qt shared library as described below.
Any help will be very much appreciated.
** CGAL 3.3 Installation QT Menu **
** ============================= **
** **
** OS: i386_Darwin-8.9 **
** Compiler: GNU 4.0.1 **
** Support for: BOOST, BOOST_PROGRAM_OPTIONS, X11, GMP, **
** GMPXX, MPFR, ZLIB, BLAS, LAPACK, and **
** OPENGL. **
** **
** Compiler is supported by CGAL. **
** The setup has been tested ok. **
** **
** <0> Auto-find library **
** <1> Set QT_INCL_DIR **
** /sw/include/qt **
** <2> Set QT_LIB_DIR **
** /sw/lib **
** <3> Use QT3MT (Unix (multi-threaded)) **
** <4> Use QT3ST (Unix (single-threaded)) **
** <5> Use QT3MSMT (MS Windows (multi-threaded)) **
** <6> Use QT3MSST (MS Windows (single-threaded)) **
** <T> Test (and save) setup **
** **
** <Q> Back to Support Menu **
** **
** Your Choice: **
** **
****************************************************************
OS: i386_Darwin-8.9
COMPILER: GNU 4.0.1
BOOST: supported (1.34.0)
BOOST_PROGRAM_OPTIONS: supported (1.34.0)
BOOST_BIMAP: not supported
X11: supported (11.0)
GMP: supported (4.1.4)
GMPXX: supported (4.1.4)
MPFR: supported (2.2.0)
ZLIB: supported (1.2.3)
BLAS: supported (unknown version)
LAPACK: supported (unknown version)
ATLAS: not supported
LEDA: not supported
LEDAWIN: not supported
OPENGL: supported (1.4)
QT: supported (3.3.5)
TAUCS: not supported
/usr/bin/g++ -dynamiclib -install_name '/Volumes/Uranium/Codes/CGAL-3.3/lib/i386_Darwin-8.9_g++-4.0.1'/libCGALQt.dylib -o ''libCGALQt.dylib \ Qt_widget.o Qt_widget_layer.o Qt_widget_standard_toolbar.o Qt_help_window.o Qt_widget_history.o Qt_widget_xpm_icons.o Qt_widget_OpenGL.o Kinetic_pixmaps.o Kinetic_Qt_widget_2_core.o Kinetic_Qt_core.o Kinetic_Qt_timer.o Kinetic_Qt_window_2.o \ '-L/Volumes/Uranium/Codes/CGAL-3.3/lib/i386_Darwin-8.9_g++-4.0.1' -L/usr/local/lib -L/sw/lib -L/sw/lib -L/sw/lib -lqt-mt -lGL -lGLU '-L/Volumes/Uranium/Codes/CGAL-3.3/lib/i386_Darwin-8.9_g++-4.0.1' -L/usr/local/lib -L/sw/lib -L/sw/lib -lCGAL
/usr/bin/libtool: can't locate file for: -lGL
/usr/bin/libtool: file: -lGL is not an object file (not allowed in a library)
/usr/bin/libtool: can't locate file for: -lGLU
/usr/bin/libtool: file: -lGLU is not an object file (not allowed in a library)
make: *** [libCGALQt.dylib] Error 1
make: Target `shared_lib' not remade because of errors.