On Tue, 27 Jan 2004, Nuno Lopes wrote: > > hey > > > > playing a bit building livedoc on win2000 using cygwin i run ito two > > problems: > > > > 1. the autoconf (shell) paths are /cygdrive/X format, but the php binary > is > > vc build (cygwin gcc port is dead for a while) that have nothing to do > with > > those paths. > > > > 2. the `ln -sf` is somthing behave very fishy on cygwin so i have to > replace > > it with `cp -rf` > > > > on the attachment there is a patch that fix the problems. > > > > --\moshe. > > > I'm using cygwin and autoconf really messes the paths... I didn't test your > patch, but seems to be a good work-around.
it's a sucky one if you want to to develop on a life installation as you need to copy the files over again all the time then. Derick