gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Gcl-devel] Cygwin change


From: Billinghurst, David (CRTS)
Subject: RE: [Gcl-devel] Cygwin change
Date: Mon, 14 Jan 2002 18:51:09 +0800

I have just build gcl on cygwin with

#define DBEGIN 0x1a000000
#define NULL_OR_ON_C_STACK(y) (((void *)(y)) < ((void *)(0x400000)))

then tried to compile maxima with it.  It works for some files, but not
for others as I get errors

Error: Caught fatal error [memory may be damaged]


-----Original Message-----
From: Camm Maguire [mailto:address@hidden
Sent: Monday, 14 January 2002 9:30 
To: address@hidden
Cc: address@hidden
Subject: Re: [Gcl-devel] Cygwin change


Hello again!  Forgot to ask, is this with the value of DBEGIN I sent
you, or the original one?  Could you please report its value here to
be sure?

Thanks!

Dan Stanger <address@hidden> writes:

> There was really only 1 change, that is to change the definition of
> NULL_OR_ON_C_STACK to:
> 
> #define NULL_OR_ON_C_STACK(y) (((void *)(y)) < ((void *)0x400000))
> 
> I think this is ok as 0 gets checked by this case also.  You also have
> to put the file
> unexnt.c back into the normal cvs.
> Dan
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
Camm Maguire
address@hidden
========================================================================
==
"The earth is but one country, and mankind its citizens."  --
Baha'u'llah

_______________________________________________
Gcl-devel mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/gcl-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]