lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev compile problem on HP-UX 9.07


From: dickey
Subject: Re: lynx-dev compile problem on HP-UX 9.07
Date: Fri, 9 Apr 1999 16:22:55 -0400 (EDT)

> I get this on an HP-UX 9.07 machine: 
you need to add this to CPPFLAGS
        -Wp,-H600000

(maybe not 600k, but it worked for me)

also, guard the include for stdarg.h with
        #if HAVE_STDARG_H && ANSI_VARARGS

since HP's stdarg.h incorrectly includes varargs.h
  
-- I'll put those fixes in dev.22

>          cc -DHAVE_CONFIG_H    -I../../..  -I../../../src  -I../../../intl  
> -I../../..  -I../. ./../src  -I../../../intl  
> -I../../../WWW/Library/Implementation -DSNAKE    
> -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH -c 
> ../../../WWW/Library/Implementation/HTAccess.c 
> ../../../src/LYUtils.h: 180: too much defining - use -H option 
> ../../../src/LYUtils.h: 181: too much defining - use -H option 

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

reply via email to

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