This is the mail archive of the cygwin 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]
Other format: [Raw text]

Compile mingw32 code under cygwin


I'm trying to compile some code natively under windoze by using mingw32 compilation.

Problem is that I have same libraries for both worlds, Cygwin and mingw32. How I can tell in configure-phase that gcc can use libraries only from spesified location, like /target/lib and includes from /target/include and nothing under /lib or /usr/lib nor /include...

pkg should fail when library that exists under cygwin but not under mingw system... Now it finds always cygwin counterparts if no mingw version is found and that's bad thing.


-- 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/


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