RE: Problem with multiple file handles
Lowery, Thomas (tlowery@dsdcng1.dsdc.dla.mil)
Thu, 28 Jan 1999 11:27:40 -0500
Include the -Ae with your CCFLAGS. This puts the HPUX compiler into ANSI
mode with the HP extension.
Tom
-----Original Message-----
From: Hyatt, Daniel J [mailto:HYATTDJ@sce.com]
Sent: Wednesday, January 27, 1999 5:57 PM
To: 'libwww-perl@ics.uci.edu'
Subject: FW: Problem with multiple file handles
I am having difficulty compiling this on HP-UX 10.2
When I run make I get :
making crypto...
echo "#define DATE \"`date`\"" >date.h
cc -I. -I../include -O -DNOPROTO -DCFLAGS=" \"cc -O -DNOPROTO\" " -c
cryptli
b.c
cc: "../include/bio.h", line 316: error 1000: Unexpected symbol: "*".
cc: "../include/bio.h", line 317: error 1000: Unexpected symbol: "*".
cc: "../include/bio.h", line 318: error 1000: Unexpected symbol: "*".
cc: "../include/bio.h", line 319: error 1000: Unexpected symbol: "*".
cc: "../include/bio.h", line 316: error 1705: Function prototypes are an
ANSI fe
ature.
c