X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <200802011307 DOT 48192 DOT aluaces AT udc DOT es> <008101c864cd$ed519840$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <008201c864d4$2295dbf0$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <008601c864d9$1d93de90$2e08a8c0 AT CAM DOT ARTIMI DOT COM> Subject: RE: Help with Make Date: Fri, 1 Feb 2008 14:43:03 -0000 Message-ID: <008b01c864e0$bfe00280$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 01 February 2008 13:56, Richard Head wrote: Right, so... > D:\Current_Work\Stand Alone Image Fusion\Image Fusion Toolkit>gcc -v > Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs > Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure > --ver bose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc > --libdir=/usr/lib --libe xecdir=/usr/lib --mandir=/usr/share/man > --infodir=/usr/share/info --enable-langu > ages=c,ada,c++,d,f77,pascal,java,objc --enable-nls > --without-included-gettext -- enable-version-specific-runtime-libs > --without-x --enable-libgcj --disable-java- awt --with-system-zlib > --enable-interpreter --disable-libgcj-debug --enable-thre ads=posix > --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptio ns > --enable-hash-synchronization --enable-libstdcxx-debug > Thread model: posix > gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) It *is* in your path and it *is* found... > D:\Current_Work\Stand Alone Image Fusion\Image Fusion Toolkit>make > gcc -c main.c fusionDefs.h > make: gcc: Command not found > make: *** [main.o] Error 127 And yet when make tries to invoke it, not. I can think of two possibilties: 1. You have some very funny value for SHELL set in your environment variables, or 2. There's a lot more in your makefile than you actually showed us. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/