Re: Using a.out.h from Cygwin with Mingw gcc - was Re: Binary read on textmode mount

2004-11-05 Thread Larry Hall
At 02:33 PM 11/5/2004, you wrote: >I now include a.out.h via #include "/usr/include/a.out.h" and don't use >the -I /usr/include which burned me. Fortunately, a.out.h has no >#includes within it. Well I'm glad you were able to find a suitable resolution to your issue, at least this time. -- Lar

Re: Using a.out.h from Cygwin with Mingw gcc - was Re: Binary read on textmode mount

2004-11-05 Thread Shaffer, Kenneth
I now include a.out.h via #include "/usr/include/a.out.h" and don't use the -I /usr/include which burned me. Fortunately, a.out.h has no #includes within it. More comments within yours below. -- Ken Shaffer On Fri, 5 Nov 2004, Larry Hall wrote: > But how appropriate it is to use 'a.out.h' or