[cmucl-commit] CMUCL commit: src/motif/server (Config.Darwin)

Raymond Toy rtoy at common-lisp.net
Mon Dec 27 02:46:46 CET 2010


    Date: Sunday, December 26, 2010 @ 20:46:46
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/motif/server

Modified: Config.Darwin

o The latest openmotif from macports appears to be linked against the
  macports X11 libs, so search for that first.  Without that, motifd
  crashes. 
o Add -g to enable debugging.


---------------+
 Config.Darwin |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Index: src/motif/server/Config.Darwin
diff -u src/motif/server/Config.Darwin:1.3 src/motif/server/Config.Darwin:1.4
--- src/motif/server/Config.Darwin:1.3	Tue Jan 22 07:43:42 2008
+++ src/motif/server/Config.Darwin	Sun Dec 26 20:46:46 2010
@@ -1,5 +1,5 @@
-CFLAGS = -O2 -I/opt/local/include -I/sw/include -I/usr/local/include -I/usr/X11R6/include -I. -I$(VPATH)
-LDFLAGS = -L/usr/X11R6/lib -L/opt/local/lib -L/sw/lib -L/usr/local/lib
+CFLAGS = -g -O2 -I/opt/local/include -I/sw/include -I/usr/local/include -I/usr/X11R6/include -I. -I$(VPATH)
+LDFLAGS = -L/opt/local/lib -L/usr/X11R6/lib -L/sw/lib -L/usr/local/lib
 LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE
 #LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -llanginfo
 # This def assumes you are building in the same or parallel


More information about the cmucl-commit mailing list