Hello Brian, On Sat, Mar 17, 2012 at 03:37:38AM +0000, Brian Politis wrote: > Hello, I'm trying to compile haproxy under cygwin and am having difficulty. > I can't seem to get past the error below. > > Politisb@BPOLITIS-E5400 /lib/haproxy/haproxy-1.4.20 > $ make TARGET=cygwin ARCH=i686 CPU=generic > make: *** No rule to make target `src/haproxy.c', needed by `src/haproxy.o'. > Stop.
There is something odd there, as you must have src/haproxy.c if you have properly extracted the sources. Are you sure you didn't get a truncated archive ? > Can someone point me to a resource or forum where I could find some help on > this issue? After many hours of searching I can't seem to find a single > example online of someone generating a similar error message. And > troubleshooting makefile issues seems to be a little over my head as well. In my opinion it's not a makefile issue, it is that src/haproxy.c is missing as make reports it. Regards, Willy

