lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Problem builing lynx on Sun Sparcstation 20


From: T.E.Dickey
Subject: Re: LYNX-DEV Problem builing lynx on Sun Sparcstation 20
Date: Wed, 1 Apr 1998 21:41:05 -0500 (EST)

> maybe somebody can give me a clue about the problem. I'm trying to install  
> Lynx 2.8 on a SUN Sparcstation 20 (sun4m architecture) with Solaris 2.6.  
> I run configure with no problem at all, but when I run make afterwards I get  
> ...  
>                  from ../../../WWW/Library/Implementation/HTParse.c:6:  
> /usr/include/sys/model.h:32: #error "No DATAMODEL_NATIVE specified"  
This looks mostly like a problem installing gcc (or using gcc from a previous
version of Solaris, such as 2.5.1).

> ...  
> I'm not sure how and where to define DATAMODEL_NATIVE, in  
> /usr/include/sys/model.h the code looks like:  
> #if defined(_LP64)  
> #define DATAMODEL_NATIVE    DATAMODEL_LP64  
> #elif   defined(_ILP32)  
> #define DATAMODEL_NATIVE    DATAMODEL_ILP32  
> #else  
> #error  "No DATAMODEL_NATIVE specified"  
> #endif  /* _LP64 || _ILP32 */  

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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