| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| From: | M4um AT aol DOT com |
| Message-ID: | <cd.8bfae3.2785e44c@aol.com> |
| Date: | Thu, 4 Jan 2001 09:35:56 EST |
| Subject: | Re: #includes not being processed across network (revised) |
| To: | cygwin AT cygwin DOT com |
| CC: | flognat AT flognat DOT myip DOT org |
| MIME-Version: | 1.0 |
| X-Mailer: | AOL 4.0 for Windows 95 sub 109 |
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. Thanks, John -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |