| 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 |
| X-Apparently-From: | <earnie?boyd AT yahoo DOT com> |
| Message-ID: | <3A548795.C74F2088@yahoo.com> |
| Date: | Thu, 04 Jan 2001 09:24:21 -0500 |
| From: | Earnie Boyd <earnie_boyd AT yahoo DOT com> |
| Reply-To: | cygwin AT cygwin DOT com |
| X-Mailer: | Mozilla 4.76 [en] (WinNT; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | M4um AT aol DOT com |
| CC: | cygwin AT cygwin DOT com, flognat AT flognat DOT myip DOT org |
| Subject: | Re: #includes not being processed across network (revised) |
| References: | <81 DOT 5134674 DOT 2785d47a AT aol DOT com> |
M4um AT aol DOT com wrote: > > 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 Cheers, Earnie. P.S.: Getting rid of blank lines: sed -e 's/^[ <TAB>]*$//' foo.file > foo.newfile Replace the <TAB> with a real tab character, in vi it is C-vC-i _________________________________________________________ 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |