Skip to content
Snippets Groups Projects
Commit e33ed8b3 authored by rtoy's avatar rtoy
Browse files

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.
parent 6ea0de01
No related branches found
No related tags found
No related merge requests found
CFLAGS = -O2 -I/opt/local/include -I/sw/include -I/usr/local/include -I/usr/X11R6/include -I. -I$(VPATH) CFLAGS = -g -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 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
#LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -llanginfo #LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -llanginfo
# This def assumes you are building in the same or parallel # This def assumes you are building in the same or parallel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment