installing from cvs

hamkins@alumni.caltech.edu hamkins@alumni.caltech.edu
Mon, 23 Sep 2002 09:26:38 -0700


>So, can anyone tell me what magic incantation I need to let ./configure find 
>the newly installed g-wrap 1.3.2 ?

A couple of ideas.

g-wrap probably was placed in a location that configure isn't looking.
On a RH 7.x box, I think the RPM puts things in /usr/share/guile/g-wrap.
Check if this is where yours is, and where configure is looking for it.

Also, if configure is looking for g-wrap based on a command like
'which', it may fail to find it after a recent install.  Try a 'rehash'
first (this is shell dependent).

Hope this helps.

     ----Jon