# [config.site] # # created by , do not delete! # used by configure and the aliases cg, cgg, cgx # s.a. 'man configure' # # Um z.B. /local/X11R6.3/lib vom Suchen auszuschließen, weil etwa # /usr/openwin/lib besser klappt, die entsprechende Zeile auskommentieren. # Zusätzlich muß noch $LD_LIBRARY_PATH entsprechend geändert werden. # Im Notfall muß bei ./configure noch --x-includes=/usr/openwin/include # und --x-libraries=/usr/openwin/lib angegeben werden. # -msupersparc geht für alle Suns ab v7 CC='gcc' CXX='g++' CFLAGS='-O2 -DSYSV -msupersparc' CXXFLAGS='-O2 -msupersparc' #LDFLAGS='-s -R/local/GNU/lib:/local/X11R6.3/lib:/local/X11-local/lib' LDFLAGS='-s -R/local/GNU/lib:/usr/openwin/lib:/local/X11-local/lib'