Only in fluxus-0.12b2-minimus: .sconf_temp Only in fluxus-0.12b2-minimus: .sconsign.dblite diff -ruw fluxus-0.12b2/SConstruct fluxus-0.12b2-minimus/SConstruct --- fluxus-0.12b2/SConstruct 2007-01-14 18:05:46.000000000 +0000 +++ fluxus-0.12b2-minimus/SConstruct 2007-01-14 22:49:44.000000000 +0000 @@ -9,12 +9,12 @@ MinorVersion = "12" FluxusVersion = MajorVersion+"."+MinorVersion Target = "fluxus-"+FluxusVersion -Prefix = "/usr/local" -PLTPrefix = "/usr/local" -PLTInclude = PLTPrefix+"/include/plt" +Prefix = "/home/claude" +PLTPrefix = "/usr/lib/drscheme" +PLTInclude = PLTPrefix+"/include" PLTLib = PLTPrefix+"/lib" -CollectsLocation = PLTPrefix + "/lib/plt/collects/" +CollectsLocation = Prefix + "/lib/drscheme/collects/" CollectsInstall = CollectsLocation + "fluxus-"+FluxusVersion LibPaths = ["/usr/local/lib", @@ -46,7 +46,7 @@ # need to do this to get scons to link plt's mzdyn.o env["STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME"]=1 -MZDYN = PLTPrefix+"/lib/plt/mzdyn.o" +MZDYN = PLTPrefix+"/lib/mzdyn.o" ################################################################################ # Figure out which libraries we are going to need @@ -57,8 +57,8 @@ LibList = [["m", "math.h"], ["pthread", "pthread.h"], ["dl", "stdio.h"], - ["mzgc", "scheme.h"], ["mzscheme", "scheme.h"], + ["mzgc", "scheme.h"], ["jpeg", ["stdio.h", "stdlib.h", "jpeglib.h"]], ["tiff", "tiff.h"], ["z", "zlib.h"], Only in fluxus-0.12b2-minimus: config.log