scsh-hackers
[Top] [All Lists]

[Scsh-hackers] Re: How to compile scsh on Solaris?

To: scsh-hackers@lists.sourceforge.net
Subject: [Scsh-hackers] Re: How to compile scsh on Solaris?
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: Thu, 09 Aug 2001 19:00:52 +0200
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
>>>>> "Niels" == Niels van Dijke <Niels.van.Dijke@Concert.Net> writes:

Niels> creating sysdep.h
Niels> make scshvm PACKAGES=
Niels> make[1]: Entering directory `/src/scsh-0.5.3'
Niels> gcc -c -o main.o -DDEFAULT_IMAGE_NAME=\"/usr/local/lib/scsh/scsh.image\" 
\
Niels>     -I./cig -I./scsh/regexp -g -O2 ./main.c
Niels> gcc -c -I./cig -I./scsh/regexp -DHAVE_CONFIG_H -I. -I. -g -O2 -o unix.o 
unix.c
Niels> (echo ,bench; \
Niels>  echo ,load-package big-scheme; echo ,open big-scheme; \
Niels>  echo ,load link/generate-c-header.scm; \
Niels>  echo \(make-c-header-file \"scheme48.h\" \
Niels>                            \"./vm/arch.scm\" \"./vm/data.scm\"\)) \
Niels> | scsh -s-
Niels> /bin/sh: scsh: not found
Niels> make[1]: *** [scheme48.h] Error 1
Niels> make[1]: Leaving directory `/src/scsh-0.5.3'
Niels> make: *** [filenames.make] Error 2
Niels> + exit

Something has screwed up the modification times of your distribution. 
A 

touch c/scheme48.h

should help. For safety, add a

touch scsh/*.c scsh/*/*.c 

Then run make again.

-- 
Martin


<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-hackers] Re: How to compile scsh on Solaris?, Martin Gasbichler <=