[EMAIL PROTECTED] 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

Reply via email to