Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: Jonathan Hudgins Subject: Re: GNU make and VPATH problems Date: Fri, 13 Feb 2004 00:20:20 +0000 (UTC) Lines: 25 Message-ID: References: <400EC74B DOT 8040702 AT mchsi DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 65.36.65.164 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)) Pete Flugstad mchsi.com> writes: > > Greetings, > > I just recently started having a problem with GNU make. I believe > it's related to VPATH, but I'm not sure. The weird part is that I think > it just recently started happening after I ran the cygwin update (which > did not update GNU make). > The crypto lib has a lot of files > (370+), spread out over probably 30+ sub-dirs. I setup the directory > structure to have a GNUmakefile at the top level, with a src/ directory > with all the crypto sources in it and an obj/ directory where I want all > the .o's built. I setup the makefile to use all relative paths using > '/' as a seperator. I setup a VPATH to refer to all the source dirs, > again, just simple unix style paths, no spaces, or weird DOS characters. I have had a similar problem on my project. It seems to work on some machines at my company and not others. At this point I think it might have something to do with which OS (ie XP vs 2k, with it not working on XP). I will try running a debug build as well. I am really curious if this has been logged as a bug against gnu make. Jonathan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/