[gambit-list] [Fwd: Re: Hello World segfaults on me]

Christian Jaeger christian at pflanze.mine.nu
Sun Feb 3 11:34:12 EST 2008


David St-Hilaire wrote:
> I am not 100% sure here but I believe that the .o1 file format is some 
> kind of
> gambit byte code. 

It's not byte code, but a shared library.

$ file test.o1
test.o1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), 
not stripped
$ file /lib/libc-2.3.2.so
/lib/libc-2.3.2.so: ELF 32-bit LSB shared object, Intel 80386, version 1 
(SYSV), stripped
$ objdump -d test.o1
# outputs disassembled machine code

Christian.




More information about the Gambit-list mailing list