<html><body><div style="color:#000; background-color:#fff; font-family:garamond, new york, times, serif;font-size:12pt"><b><span style="font-weight:bold;">From:</span></b> Marc Feeley <feeley@iro.umontreal.ca><br><div style="font-family: garamond, new york, times, serif; font-size: 12pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div dir="ltr"><font face="Arial" size="2"> <b><span style="font-weight: bold;">To:</span></b> Steve Graham <jsgrahamus@yahoo.com> <br><b><span style="font-weight: bold;">Cc:</span></b> Gambit List <Gambit-list@iro.umontreal.ca> <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, March 19, 2013 12:29 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [gambit-list] Running gambit program<br> </font> </div> <br><br>On 2013-03-19, at 1:30 PM, Steve Graham <<a ymailto="mailto:jsgrahamus@yahoo.com"
 href="mailto:jsgrahamus@yahoo.com">jsgrahamus@yahoo.com</a>> wrote:<br><br>> I think this is a link problem:<br>> <br>> steve@steve-Satellite-L555D ~/Desktop $ which gsi<br>> /usr/bin/gsi<br>> <br>> steve@steve-Satellite-L555D ~/Desktop $ ls -al /usr/bin/gsi<br>> -rwxrwxrwx 1 root root 45 Feb 20 13:20 /usr/bin/gsi<br>> <br>> steve@steve-Satellite-L555D ~/Desktop $ ls -al /usr/src/gambit/gsi/gsi<br>> -rwxr-xr-x 1 root root 5320182 Mar 19 11:05 /usr/src/gambit/gsi/gsi<br>> <br>> steve@steve-Satellite-L555D ~/Desktop $ cat test.scm<br>> (display (+ 1 2))<br>> (display "\n")<br>> (exit)<br>> <br>> steve@steve-Satellite-L555D ~/Desktop $ /usr/src/gambit/gsi/gsi test.scm<br>> 3<br>> <br>> steve@steve-Satellite-L555D ~/Desktop $ <br>> <br>> <br>> Sorry for this.<br><br>I would like to understand what went wrong.  Previously you said that you built Gambit in a conventional
 way:<br><br>On 2013-03-19, at 1:18 PM, Steve Graham <<a ymailto="mailto:jsgrahamus@yahoo.com" href="mailto:jsgrahamus@yahoo.com">jsgrahamus@yahoo.com</a>> wrote:<br><br>> Sorry, got ahead of myself.  Went ahead and executed the following:<br>> <br>> <br>> git clone <a href="https://github.com/feeley/gambit.git" target="_blank">https://github.com/feeley/gambit.git</a><br>> <br>> (Downloaded it to my home directory and moved it to /usr/src)<br>> <br>>  cd gambit<br>>  sudo ./configure --enable-single-host<br>>  sudo make bootstrap<br>>  sudo make bootclean<br>>  sudo make<br>>  sudo make check<br>>  sudo make install<br><br>However, you later said that gsi was in /usr/bin/gsi .  This is very strange because building Gambit conventionally will install gsi in /usr/local/Gambit-C/bin/gsi , so how come it ended up in /usr/bin/gsi?  And why did it not run
 properly?  I know you fixed your problem, but it would be worthwhile spending some time to understand what the problem is so that I can fix the makefiles if they are at fault, for the benefit of others.<br><br>Marc<br><br>---<br><br>Normally I download it to ~/Desktop, move it to /usr/src and build from 
there.  Is there a better way to accomplish that.  I would be willing to
 run it again.  Probably be a good idea to start from a clean slate, 
too.<br><br>Steve<br> </div> </div>  </div></body></html>