Skip to content
Snippets Groups Projects
Commit f05a4402 authored by Raymond Toy's avatar Raymond Toy
Browse files

Addresses ticket #84 for Linux.

 * Add -m32 flag to build 32-bit object files and binaries.  
 * Update -L to where the 32-bit X11 libraries are on my OpenSuSE 11.3
   system.

(This wasn't working before because apparently I didn't actually have
the 32-bit X11 libraries installed.)
parent 6635ef21
No related branches found
No related tags found
No related merge requests found
CFLAGS += -O2 -I/usr/X11R6/include -I. -I$(VPATH) CFLAGS += -m3 -O2 -I/usr/X11R6/include -I. -I$(VPATH)
LDFLAGS += -L/usr/X11R6/lib # LDFLAGS += -L/usr/X11R6/lib
# On OpenSuSE 11.3,the 32-bit X libraries are in /usr/lib.
LDFLAGS += -L/usr/lib
LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -lXp -ldl -lpthread LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -lXp -ldl -lpthread
# This def assumes you are building in the same or parallel # This def assumes you are building in the same or parallel
# tree to the CVS souce layout. Sites may need to customize # tree to the CVS souce layout. Sites may need to customize
......
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