Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] missing libGL.dylib

Subject: CGAL users discussion list

List archive

[cgal-discuss] missing libGL.dylib


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] missing libGL.dylib
  • Date: Mon, 22 Sep 2008 19:56:10 +0200 (CEST)

Hello all,

I've been able to compile the CGAL libraries a linux Cluster.
Now I'm trying to compile a program that uses CGAL.

When compiling I get this error

/usr/bin/g++ -o wv wv.o
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
'-L/work/00981/pederzan/CGAL-3.3.1/lib/x86-64_Linux-2.6_g++-3.4.6'
-L/usr/X11R6/lib64
-Wl,-R/work/00981/pederzan/CGAL-3.3.1/lib/x86-64_Linux-2.6_g++-3.4.6:/usr/X11R6/lib64
-lCGAL -lCGALimageIO -lCGALPDB -lGL -lGLU -lz -lX11 -lm
/opt/apps/binutils/binutils-2.17/bin/ld:
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:
No such file: No such file or directory
collect2: ld returned 1 exit status
gmake: *** [wv] Error 1

Is this a problem with how I compiled the CGAL libraries or with the program
that uses the CGAL libraries?

Thank you for your help

Jean-Noel Pederzani


  • [cgal-discuss] missing libGL.dylib, pederzani, 09/22/2008

Archive powered by MHonArc 2.6.16.

Top of Page