[Chicken-users] chmod a+rw indeed

2008-11-22 Thread Drake Wilson
Sorry for the short pre-message research time, but this seems bogus enough to warrant it. I just built Chicken 3.4.0 from source in /usr/local/src/chicken-3.4.0 on Debian GNU/Linux x86_64 (sid), and at the end of the [make install] output, I see: $ sudo make PLATFORM=linux PREFIX=/usr/local

Re: [Chicken-users] chmod a+rw indeed

2008-11-22 Thread Jim Ursetto
Drake, I duplicated your issue with 3.4.0 and I believe it is still an issue in the latest builds. This only occurs on Linux (because NEEDS_RELINKING is only set to 'yes' in Makefile.linux). The installed files in /usr/local are not affected -- only executables in the build directory itself.

[Chicken-users] separate compilation

2008-11-22 Thread F. Wittenberger
Hi, I noticed that the .import.scm files are overwritten, whenever the associated .scm file is compiled. This defeats separate compilation of modules. If the (any) file holding the exports where updated only if it's content really changed, it would be useful in Makefiles to suppress superfluous

Re: [Chicken-users] separate compilation

2008-11-22 Thread F. Wittenberger
Am Samstag, den 22.11.2008, 18:38 -0500 schrieb John Cowan: Jörg F. Wittenberger scripsit: I noticed that the .import.scm files are overwritten, whenever the associated .scm file is compiled. That's because they are object files from the point of view of compilation; the fact that they