curl-library
Compile problem with libcurl on HPUX11
Date: Tue, 28 Dec 2004 11:39:23 +0100
Hello Everybody,
I use libcurl version : 7.12.1
I run the configuration and the generation of the libcurl.a in
SunSolaris OS with success.
Now, when I try on hpux11 (hppa2.0w-hp-hpux11.0) I have a problem with
the libcurl compilation.
I run the following command:
"./configure -prefix={UXEXE} -exec_prefix=${OBJECT} -disable-shared "
this step was OK
Now, I run the makefile : make, and I have the following error :
No suffix list.
Making all in lib
cd . && \
yacc getdate.y; \
mv -f y.tab.c getdate.c
"getdate.y", line 216: fatal error: invalid escape, or illegal reserved
word: expect
*** Error exit code 1
Stop.
*** Error exit code 1
I have already yacc installed on this HPUX-11 (I have a yacc executable
in /usr/bin)
I must installed bison ? (But it's works fine on Sun with yacc which is
standard)
What's wrong in this HPUX OS ?
Any help will be appreciated.
Thanks !
Delphine.
Received on 2004-12-29