# Les cores et binaires locaux a Sophia # inclure a la fin de makeconf (ou makefile si renommage!) # De grosses tailles pour complice. Est ce vraiment utile? # ATTENTION: pour SUN4 il faut au moins 1 en zone float sous peine de # plantage dans load-cpl sur: #E.0.herald..Erreur interne: # (with errsxt 7) #E.0.herald..Erreur interne: # (#:compiler:macro-expand-error erreur durant la macroexpansion with) #E.0.herald..Erreur interne: # (with errsxt 7) #E.0.herald..Erreur interne: # (#:compiler:macro-expand-error erreur durant la macroexpansion with) SIZE = -stack 12 -code 1500 -heap 350 -number 0 -float 1 \ -vector 14 -string 10 -symbol 8 -cons 10 # Pour X11. Faut il aussi faire X10? XLDLIBS= -L/usr/lib/X11 -lX11 $(LDLIBS) sophia: tout cmplc LDFLAGS= -x -Bstatic # Modifier makefile sur la regle suivante # LDFLAGS AVANT $(obj) pour rendre effectif -Bstatic #lelispbin: $(obj) # cc $(LDFLAGS) $(obj) $(LDLIBS) -o lelispbin