I don't seem to have a compiler/Makefile-bundle:

fluffy:106% more compiler/Makefile
Makefile           Makefile-fragment  Makefile.in        
fluffy:106% more compiler/Makefile
fluffy:106% pwd
/Users/ddp/src/mit-scheme/src
fluffy:107% find . -name Makefile-bundle
fluffy:108% 

fluffy:108% make maintainer-clean
./Clean.sh maintainer-clean microcode runtime compiler cref sf star-parser 
edwin imail sos ssp xml 6001 compiler rcs win32 xdoc
run_cmd: rm -f Makefile config.log config.status
run_cmd: rm -f configure makefiles_created
run_cmd: rm -rf autom4te.cache lib boot-root
rm: boot-root/lib/mit-scheme-i386/optiondb.scm: Permission denied
rm: boot-root/lib/mit-scheme-i386: Permission denied
rm: boot-root/lib: Permission denied
rm: boot-root: Directory not empty
make: *** [maintainer-clean] Error 1

Oops.  Let me try fixing the owner on boot-root/.  If that still fails, I'll 
assume you meant what's in compiler/Makefile-fragment, yes?

Derrell

On Nov 14, 2009, at 3:42 PM, Taylor R Campbell wrote:

> Try running `make maintainer-clean' in the src directory, and then
> starting over with `sh etc/make-native.sh'.  Let me know if that makes
> any more progress.  Also, can you tell me what's in
> compiler/Makefile-bundle, before you run `make maintainer-clean' and
> after `sh etc/make-native.sh' has made it through the configure
> script?



_______________________________________________
MIT-Scheme-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to