X11 graphics on MacOS X

Robby Griffin rmg@terc.edu
Tue, 29 Oct 2002 17:16:33 -0500


Hmm. I doubt this is the perfect way to build the graphics library for 
hugs on MacOS X, but it's the first thing I tried that actually worked:

LDFLAGS_MKSO.Darwin = -bundle -lc /usr/lib/bundle1.o

	--Robby