compilation problems

Marc Evans marc@destek.net
Fri, 14 Jul 2000 21:07:27 -0400 (EDT)


On Sat, 15 Jul 2000, Robert Graham Merkel wrote:

> OK, I've found the problem - something's wrong with your configuration
> of g-wrap.
> 
> Open up /usr/local/bin/g-wrap (it's a guile script).  
> Go to about line number 52 (NB: the lines are added by me)
> and you'll see something like the following:
> 
>      50   (let ((executable
>      51          (case target-language
>      52            ((guile) "/usr/share/g-wrap/g-wrap-guile")
>      53            ((rscheme) "/usr/share/g-wrap/g-wrap-rs")
>      54            (else #f))))

Sure enough, I can not locate the g-wrap-rs file ANYPLACE on my system. I
will now investigate where it went...

Thanks! - Marc