Index: INSTALL ================================================================== --- INSTALL +++ INSTALL @@ -7,6 +7,9 @@ - choose your db 3. Copy requirements.scm.template to requirements.scm and modify as needed - choose your db (must match what you choose in 2. above) +If on 64 bit and you get error in compiling try fPIC: + +CSC_OPTIONS='-C "-fPIC"' make Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -71,10 +71,12 @@ # Cookie is a special case for now. Make a loadable so for test # Complile it in by include (see dependencies above). cookie.so : cookie.scm csc -s cookie.scm +clean : + rm -f *.o *.so # $(CFILES): build/%.c: ../scm/%.scm ../scm/macros.scm # chicken $< -output-file $@ # #