Help !Turbo-C & Xlisp "Too many globals.."

Eelco van Asperen evas at euraiv1.UUCP
Mon Aug 29 00:00:38 AEST 1988


in article <149 at tekn01.chalmers.se>, m85_miche at tekn01.chalmers.se says:
> Hi ! I have some problems with linking xlisp ver 2.0 with my
> turbo-c compiler. I keep getting the error "Too many globals declared"
> can I link the lisper in any other way or is xlisp ver 2.00 not for
> Pc's ??

The problem is TLINK, Borland's linker; although fast, it is not
as powerful as Microsoft LINK and it just can't handle huge amounts
of items such as globals. If you've got LINK, just use it
(don't forget the right switches like /noi[gnorecase]); the
first object file should be the header file, c0x (x=the code model
you use).
-- 
Eelco van Asperen.		
uucp:        evas at eurtrx / mcvax!eurtrx!evas	#include <inews/filler.h>
earn/bitnet: asperen at hroeur5			#include <stdjunk.h>
"We'ld like to know a little bit about you for our files" - Mrs.Robinson,	 Simon & Garfunkel



More information about the Comp.lang.c mailing list