[clean-list] Clean on (Debian) Linux

kun arnouten@sci.kun.nl
27 Sep 2000 11:15:24 CEST


>  This is a bug in the make program (the make program should definitely not abort). It won't happen if you upgrade your
>  make program to the latest version (make-3.79.1) which you can get from any GNU ftp server.

Thank you. Instaling the latest version of make (I had 3.78.1) took care of my
makefile-problem.

However, I still cannot compile Clean programs:

arnout@sirach:~/progs/clean$ ls
week38.icl  week38.prj
arnout@sirach:~/progs/clean$ clm week38     
Compiling week38
Can't execute the clean compiler
arnout@sirach:~/progs/clean$ ls
Clean System Files  week38.icl	week38.prj
arnout@sirach:~/progs/clean$ ls -alF Clean\ System\ Files/
total 8
drwxr-sr-x    2 arnout	 arnout       4096 Sep 27 11:13 ./
drwxr-sr-x    3 arnout	 arnout       4096 Sep 27 11:13 ../
arnout@sirach:~/progs/clean$ 

(I don't need to set the path anymore, since make put clm in /usr/local/bin)

I home someone can be of assistance with this problem.

Arnout