This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [net release] solution to -mno-cygwin problem


--- Mumit Khan <khan@NanoTech.Wisc.EDU> wrote:
-8<-
> The solution is any one of the following three:
> 
-8<-
> 3. Edit the gcc specs file (`gcc -print-file-name=specs'), taking care
>    not to wrap any lines and so on, and change `mingw32' to `mingw' in
>    the:
>      -iwithprefix ../../../../include/mingw32 
       ^^^^^^^^^^^^
       -iwithprefixbefore
>    to
>      -iwithprefix ../../../../include/mingw
       ^^^^^^^^^^^^
       -iwithprefixbefore

FTR, the difference is -iwithprefix puts the directory _after_ the list of
already included directories and -iwithprefixbefore puts the directory _before_
the list of already included directories.


=====
---
   Earnie Boyd: <mailto:earnie_boyd@yahoo.com>
            __Cygwin: POSIX on Windows__
Cygwin Newbies: <http://www.freeyellow.com/members5/gw32/index.html>
           __Minimalist GNU for Windows__
  Mingw32 List: <http://www.egroups.com/group/mingw32/>
    Mingw Home: <http://www.mingw.org/>

__________________________________________________
Do You Yahoo!?
Send online invitations with Yahoo! Invites.
http://invites.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]