- From: Yury Dubinsky <yuryd@tt.comm.mot.com>
- Date: Thu, 25 Jul 1996 14:49:41 -0500
- To: www-lib-bugs@w3.org
Hi,
I retrieved the latest (?) version, 4.1 beta 1 of libwww and have not
been able to build. I have an HP box, running HP-UX 9.05 with X/Motif.
I ran configure as specified and it seems to have configured everything
correctly. Then when I did a "make," I got the following output:
$ make
make all-recursive
for subdir in config Library PICS-client LineMode Robot ComLine
MiniServ Listen Icons; do \
target=`echo all-recursive | sed s/-recursive//`; \
echo making $target in $subdir; \
(cd $subdir && make $target) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in config
No suffix list.
making all in Library
No suffix list.
for subdir in src User Examples; do \
target=`echo all-recursive | sed s/-recursive//`; \
echo making $target in $subdir; \
(cd $subdir && make $target) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in src
Make: line 839: syntax error. Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
Any ideas?
Thanks in advance,
Yury
Received on Thursday, 25 July 1996 15:49:53 UTC