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 _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
