Why does statically linking this not work? added by sECuRE on Wed Jun 26 22:08:17 2013

midna /tmp $ csc -static poc.scm
midna /tmp $ ./poc

Error: (require) cannot load extension: awful

	Call history:

	##sys#require	  	<--
midna /tmp $ cat poc.scm
(use awful)

(format #t "ohai~N")