From mboxrd@z Thu Jan 1 00:00:00 1970 From: Earnie Boyd To: M4um@aol.com Cc: cygwin@cygwin.com, flognat@flognat.myip.org Subject: Re: #includes not being processed across network (revised) Date: Thu, 04 Jan 2001 06:49:00 -0000 Message-id: <3A548D96.86D8264@yahoo.com> References: X-SW-Source: 2001-01/msg00116.html M4um@aol.com wrote: > > Earnie: > > > > > > > Thanks; here's my command line: > > > > > > gcc -save-temps -H -dD -g -v -O3 -m486 -I/usr/include -idirafter > > > /cygdrive/h/usr/include ./dcheck.c -o /usr/bin/dcheck > > > > > > > What happens if you change the command line to > > gcc -save-temps -H -dD -g -v -O3 -m486 -I/usr/include -idirafter > > h:/usr/include ./dcheck.c -o /usr/bin/dcheck > > > > Don't you have H:/ mounted to /UNIX? What about > > gcc -save-temps -H -dD -g -v -O3 -m486 -I/usr/include -idirafter > > /UNIX:/usr/include ./dcheck.c -o /usr/bin/dcheck > > I have tried these and various other pseudonyms for "over there" -- including > a full mount directly to H:/usr/include, along with bin/textmode changes -- > with the same result: The file is always found, but it is not processed. > It sounds as if it's time to strace. Expect the strace file to be large. Compare between the one that works and the one that doesn't. Cheers, Earnie. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple