Re: [PHP-GTK] phpweb Manual Build

[email protected] ("James Moore") Sat, 18 Aug 2001 13:23:31 +0100
Newsgroups php.gtk
Message-ID <009601c127e0$996b7b00$fe3f073e@hound>
> > I couldnt get to the bottom of the configure problem Paul(?) was
happening,
> > paul please makesure you have m4 etc installed with cygwin, mine works
fine,
>
> I couldn't build with cygwin either BUT then I have a B20 release, it
> failed on autoconf, he he he!
>
> Anyway one has to be a masochist to work on cygwin when you can work on
> the real thing ;-)
>
> BTW is there any real reasons that all paths are absolute rather than
> relative.

Yeah cause we use the same header file for all scripts in the site and its
easier to have absolute paths..

> I had to convert all occurences of /manual or /gifs to ../manual ../gifs
> and so on to make it work in a sub directory on my server

- James