lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Compilation error


From: T.E.Dickey
Subject: Re: LYNX-DEV Compilation error
Date: Thu, 11 Sep 1997 06:20:32 -0400 (EDT)

> Thank you for your suggestions.
> 
> None of them worked.
> 
> The compilation stops before LYMainLoop.o is created.
I would recommend checking my assumption that module size is a factor
by ifdef'ing a large chunk of LYMainLoop.c, to see if smaller compiles
succeed.  (It may indeed be a hardware problem - but I've also had reports
from a while back that the NeXT machines aren't usually configured with
a lot of memory, and dealing with this is a problem with older versions
of gcc).  If a smaller (e.g., half-size) compile succeeds, perhaps we
should consider restructing that module.
 
> At 03:24 PM 9/10/97 -0500, Klaus Weide wrote:
> >On Wed, 10 Sep 1997, T.E.Dickey wrote:
> >
> >> > I tried to compile your latest development post on a NeXTstation running
> >> > NeXTstep/OpenStep 4.0
> >> 
> >> >  -DXMOSAIC_HACK  -c ./LYMain.c
> >> > cc -DHAVE_CONFIG_H  -I.. -I../WWW/Library/Implementation   -O2 -DNEXT=
> >> >  -DXMOSAIC_HACK  -c ./LYMainLoop.c
> >> > cc: Internal compiler error: program cc1obj got fatal signal 11
> >> > make[1]: *** [LYMainLoop.o] Error 1
> >> > make[1]: Leaving directory `/root/temp/lynx2-7-1/src'
> >> > make: *** [all] Error 2
> >
> >> Try taking the optimization (-O2) out of the makefile.
> >> (LYMainLoop.c is excessively large & probably should have been split up
> >> long ago - but that's probably what's breaking this).
> >
> >ALso see whether it reproducible.  Just 'rm src/LYMainLoop.o' (in case
> >it has been partially created) and run make again, maybe after running
> >some other commands for a while.  It may not have anything to do with the
> >Lynx source.
> >
> >See <URL:http://www.bitwizard.nl/sig11/> for "The SIG11 problem", although
> >that is written for linux it may also apply to you.
> >
> >    Klaus
> >
> >
> >
> ;
> ; To UNSUBSCRIBE:  Send a mail message to address@hidden
> ;                  with "unsubscribe lynx-dev" (without the
> ;                  quotation marks) on a line by itself.
> ;
> 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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