- From: Mark Healey <mark@healeyonline.com>
- Date: Sun, 23 Dec 2001 21:59:48 -0500 (EST)
- To: "Vic Bancroft" <bancroft@america.net>
- Cc: "www-lib@w3.org" <www-lib@w3.org>
On Sun, 23 Dec 2001 15:03:25 -0500 (EST), Vic Bancroft wrote:
>
>On Sat, 22 Dec 2001, Mark Healey wrote:
>
>> I tried ti compile it I got a couldn't find WWWLib.h error. I checked
>> my include directory and they weren't there. Where are they?
>
>This would depend on the --prefix you may have used in ./configure however
>the default is like using ./configure --prefix=/usr/local then after
>the "make; make install" you would have
>
> /usr/local/include/w3c-libwww/WWWLib.h
>
>Since the configure process does the "creating Library/Examples/Makefile"
>one would expect the Makefile to be correctly generated. Under linux, one
>has in 'Library/Examples/Makefile' the macro definitions,
>
> prefix = /usr/local
> includedir = ${prefix}/include
> pkgincludedir = $(includedir)/w3c-libwww
>
>What is your os and version ???
Thanks that is where they are. I guess I'll have to figure out how to
modify the include path in my gcc configuration.
Received on Monday, 24 December 2001 00:52:57 UTC