﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1084	r7rs library include path trouble	sethalves	evhan	"Attached is a tarball with 3 small source files in it.  They are a top-level file and two r7rs library files.  csi is able to run this without issue.  csc complains about one of the library files, and the resulting executable doesn't work.

ponk% find . -type f
./aaa.scm
./seth/bbb.sld
./seth/ccc.sld
./Makefile

ponk% make
csc aaa.scm -o aaa

Warning: extension `seth.ccc' is currently not installed

ponk% ./aaa

Error: (require) cannot load extension: seth.ccc

	Call history:

	aaa.scm:6: ##sys#require	  
	seth/ccc.sld:1: register-feature!	  
	seth/ccc.sld:1: ##sys#require	  
	seth/bbb.sld:1: register-feature!	  
	seth/bbb.sld:1: ##sys#require	  
	seth/bbb.sld:1: ##sys#require	  	<--

ponk% ./aaa.scm
a-func
b-func
c-func

ponk% 
"	defect	closed	major	someday	extensions	4.8.x	fixed	r7rs		
