Hi Camm, I'm looking at the GCL bits of Bill's message
http://lists.nongnu.org/archive/html/axiom-developer/2006-09/msg00297.html bash-2.05$ diff -Naur gcl-2.6.8pre_orig gcl-2.6.8pre diff -Naur gcl-2.6.8pre_orig/h/solaris.defs gcl-2.6.8pre/h/solaris.defs --- gcl-2.6.8pre_orig/h/solaris.defs 2004-07-15 12:28:44.000000000 -0400 +++ gcl-2.6.8pre/h/solaris.defs 2006-09-12 13:15:58.280649000 -0400 @@ -1,15 +1,18 @@ -# notes for redhat 6.0 -# the configure should select the compiler GCC=/usr/bin/i386-glibc20-linux-gcc -# However for the gcl-tk directory, you must use plain 'gcc' since -# that must link with the tcl tk libs which have been compiled with it. -# so after configure change to GCC=gcc in the gcl-tk/makefile +# notes for Solaris +# Machine dependent makefile definitions for Solaris 9, 10 +# running a full GNU toolchain. This might not work on a +# pure Sun configuration. -# Machine dependent makefile definitions for intel 386,486 running linux +# Modified: Sept 12, 2006 Bill Page LBINDIR=/usr/local/bin +# We need these flags to get the right options for sockio.h +# and memalign +CFLAGS := ${CFLAGS} -DBSD_COMP=bsd_comp -DGNUMALLOC=gnumalloc + #OFLAG = -g -Wall #OFLAG = -g -Wall -fomit-frame-pointer -Werror #LIBS = -lm What would be your take on this? -- Gaby _______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gcl-devel