Hi all,
no idea if this really belongs here or on the MinGW list:

gcc searches

#include <...> search starts here:
 /usr/local/include
 /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/include
 /usr/include
 /usr/include/w32api

whereas gcc -mno-cygwin searches in

#include <...> search starts here:
 /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/include
 /usr/i686-pc-mingw32/include
 /usr/include/w32api

It would be convinient if gcc searched /usr/local/include in both
cases, mostly supporting my lazyness in 
CC='gcc -mno-cygwin' ./configure; make cycles.


Ciao
Tom

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to