[plt-scheme] Fwd: error-building plt dr scheme, on FC2 X86_64 (missing files??)

From: B (bloring at cisunix.unh.edu)
Date: Mon Nov 15 17:22:32 EST 2004

Hi, if you are experienced with installing DR scheme, can you look at the error I get during make install??
.configure
make

both seemed to go OK...

make install

.
.
.
setup-plt: Installing ProfessorJ
setup-plt: Post-Installing MrEd
setup-plt: Done setting up
setup-plt:
setup-plt: Error during Compiling .zos for sgl (/usr/local/plt/collects/sgl)
setup-plt:   default-load-handler: cannot open input file: "/usr/local/plt/collects/sgl/gl-vectors/gl-double-vector.ss" (No such file or directory; errno=2)
setup-plt: Error during Early Install for SSL Driver (/usr/local/plt/collects/openssl)
setup-plt:   extension-installer: can't find needed include files and/or library; try setting the environment variable PLT_EXTENSION_LIB_PATHS
setup-plt: Error during Early Install for homogeneous-vectors (/usr/local/plt/collects/srfi/4)
setup-plt:   make: Failed to make compiled/native/x86_64-linux/homo-f64-vector-prims.so; make: Failed to make compiled/native/x86_64-linux/homo-f64-vector-prims.so; link-extension: command failed
setup-plt: Error during Early Install for sgl (/usr/local/plt/collects/sgl)
setup-plt:   make: Failed to make gl-vectors/compiled/native/x86_64-linux/gl-double-vector.so; link-extension: command failed
setup-plt: Error during Early Install for Plot library (/usr/local/plt/collects/plot)
setup-plt:   make: Failed to make /usr/local/plt/collects/plot/compiled/native/x86_64-linux/fit-low-level.so; link-extension: command failed
install: Errors in compilation process! (1)
make[1]: *** [inplace-finish] Error 1
make[1]: Leaving directory `/usr/local/plt/src'
make: *** [install] Error 2


so I tried to locate the gl-double-vector.ss file...

root at faculty4-442:/usr/local/plt$ find ./ -name gl-*.ss
./collects/sgl/gl-vectors.ss
./collects/sgl/gl-unsafe.ss
./collects/sgl/gl-wrapper-helper.ss

I think the gl-double-vector.ss is a scheme source file that should be included in the source distro, right??  If not what am I doing wrong??

thanks 
Burlen



Posted on the users mailing list.