Dear Richard,

Welcome to the ML side of the Gambit community!

While the way you compiled Gambit below is really interesting, the ordinary way I and I believe others are used with, is:

$ wget http://www.iro.umontreal.ca/~gambit/download/gambit/v4.3/source/gambc-v4_3_2-devel.tgz
$ tar zxf gambc-v4_3_2-devel.tgz
$ cd gambc-v4_3_2-devel
$ ./configure --enable-single-host
$ make

Gambit is now in ./gsc/gsc and ./gsi/gsi , ready to be used. And you may install it into the system:

# make install

and then suitably link gsc to the Gambit binary, sth like:

# ln -s /usr/bin/gsc /usr/local/Gambit-C/v4.6.0/bin/gsc

Was this of help?

M

2012/10/16 Richard Prescott <rdprescott@gmail.com>
Hello everybody,

First of all, thanks in advance to people contributing and helping out others.   I am new to this list, to scheme, and even to MacOS so apologize my ignorance.   Although, I am a old timer Unix C programmer so we should meet somewhere.  I choose gambit to learn scheme because I am from Montreal and because I am interested into BIT and PICOBIT.

Unfortunately, apart from saying hello, I come to this mailing list for help.  I followed instructions off the website


$ wget http://www.iro.umontreal.ca/~gambit/download/gambit/v4.3/source/gambc-v4_3_2-devel.tgz
$ tar zxf gambc-v4_3_2-devel.tgz
$ cd gambc-v4_3_2-devel
$ ./configure --enable-single-host
$ make bootstrap
and then boom!
$ ./bin/gsi-script 
Segmentation fault: 11
Moreover:

$ gdb ./bin/gsi-script 
GNU gdb 6.3.50-20050815 (Apple version gdb-1820) (Sat Jun 16 02:40:11 UTC 2012)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries .. done

(gdb) r
Starting program: /Users/rip/Documents/Ideas/Embedded_Lisp/BIT/gambc-v4_3_2-devel/bin/gsi-script 
Reading symbols for shared libraries +............................. done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000001
0x0000000000000001 in ?? ()
(gdb) bt
#0  0x0000000000000001 in ?? ()
Cannot access memory at address 0x1
#1  0x01000000010031ba in ?? ()


Any idea what am I doing wrong ?

Best Regards

Richard Prescott

_______________________________________________
Gambit-list mailing list
Gambit-list@iro.umontreal.ca
https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list