Date: Fri, 4 Apr 1997 12:48:18 -0600 (CST) From: Casey Corcoran To: "John M. Aldrich" cc: djgpp AT delorie DOT com, Alessandro Rizzoli Subject: Re: Building djgpp on NT machine (was Nmake for WinNT 3.5 utilities) In-Reply-To: <3343B922.6A9@cs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII John, Thank you for your detailed response! Your explanation makes good sense, and I tried it as you said with the following result: c:\gnu\sources\gnu\gcc-2721> make gcc -DIN_GCC -g -I. -I. -I./config \ -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i386-*-winnt3.5/2.7.2.1/include\" \ -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\" \ -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \ -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i386-*-winnt3.5/2.7.2.1/sys-include\" \ -DTOOL_INCLUDE_DIR=\"/usr/local/i386-*-winnt3.5/include\" \ -c `echo ./cccp.c | sed 's,^\./,,'` gcc: C:/TEMP/dj100000 1: cannot execute: The parameter is incorrect. make.exe: *** [cccp.o] Error 126 Which is the same result I had before . . . maybe it's something to do with the way NT handles DOS windows? Anyway, a few of the other responses I got said that cygnus had an NT compatible set of sources, etc. I tried their distribution once already, with similar results as trying to compile djgpp, but I guess I'll give them another shot. In the end, I guess we can always cross compile from linux . . . But we really would rather not! |...... Casey K. Corcoran ......| University of Illinois |...... ckcorcor AT uiuc DOT edu ......| Center for Supercomputing R & D |....... (217) 244-0049 ........| 1308 W. Main Street, Urbana, IL 61801