From: Stefan Loewe
Subject: Compile GCL for Linux/ELF
Date: 
Message-ID: <STEFAN.95Sep26113902@riemann.math.nat.tu-bs.de>
I cannot compile GCL for Linux/ELF. Compiling for Linux/a.out works fine. 
Problem: after linking the binary SEGFAULT's in o/alloc.c in the function
alloc_object(t). The guilty line is 

sSAignore_maximum_pagesA->s.s_dbind = Cnil; 

Any help (e.g: where is the type "object" defined? Is it true that
DEFVAR("*IGNORE-MAXIMUM-PAGES*",sSAignore_maximum_pagesA,SI,sLt,"");
defines sSAignore_maximum_pagesA as "object"?, ...) is greatly appreciated! 

Stefan