Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Need help installing Qt 3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Need help installing Qt 3


Chronological Thread 
  • From: Gamal Akabani <>
  • To:
  • Subject: Re: [cgal-discuss] Need help installing Qt 3
  • Date: Sun, 10 Jun 2007 10:18:08 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer; b=h7RNot///CbDpXImpvQvhFqnNK0kpXpmZWzvjvFXcq+YnJkYGFct38ArdXYHWI4L+s1krFM3MFg9MDOeeo3YZaR9GjK+c5jOIO9KqlM304PJBj4pFe5GKWI5EVNCHtbQp3SnFRrFj1oyehLlVcWtKKz1FCXFX1+fE8qqTxub36I=

Dear Daniel and others:

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.

Thank you 

Gamal

Setting for Qt:


  **               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

Result of compilation

/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.




Archive powered by MHonArc 2.6.16.

Top of Page