[FIX] peunix build snafoo.

Alan Grimes alangrimes at starpower.net
Tue Sep 23 18:43:36 UTC 2003


The latest CVS source has a regression with regards to linking against 
the OpenGL libraries.. (you will get 10^15 linker errors...) The fix is 
attached, drop it in the ./platforms/unix/config/ directory.

I don't know when or why this got unfixed...
-------------- next part --------------
# make.prg.in -- mf fragment for programs		-*- makefile -*-
# 
# Author: Ian.Piumarta at inria.fr
# 
# Last edited: 2003-9-23 09:28:43 by Alan Grimes. ( alangrimes at starpower.net ) ( X_LIBS were omitted.)

o		= .o
a		= .a
x		=
COMPILE		= $(CC) $(CFLAGS) $(XCFLAGS) \
		  $(LDFLAGS) $(XLDFLAGS) -export-dynamic -c -o
LINK		= $(LIBTOOL) --mode=link \
		  $(CC) $(CFLAGS) $(XCFLAGS) \
		  $(LDFLAGS) $(XLDFLAGS) $(X_LIBS) -export-dynamic -R$(libdir) -o
RANLIB		= :


More information about the Squeak-dev mailing list