bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: [Bug-gnubg] darwin linkflags


From: Christian Anthon
Subject: Fwd: [Bug-gnubg] darwin linkflags
Date: Tue, 28 Oct 2008 14:20:30 +0100

One small issue: Would there be any harm in your editing configure.in to replace

*-*-darwin*)
  LDFLAGS="$LDFLAGS -dylib_file
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-framework QuickTime `/opt/local/bin/pkg-config --libs glib-2.0`"

with

*-*-darwin*)
  LDFLAGS="$LDFLAGS -framework CoreServices -framework ApplicationServices -fra
mework OpenGL -framework QuickTime `/opt/local/bin/pkg-config --libs glib-2.0`"

I seem to need the CoreServices and ApplicationServices frameworks.
And why do we use the -dylib_file option at all, given that the paths
on either side of the colon are identical? My gnubg builds fine with
just -framework OpenGL.

Thanks for all the work.

Louis




reply via email to

[Prev in Thread] Current Thread [Next in Thread]