>> From: [email protected] >> [[email protected]] on behalf of ext >> Jonathan Liu [[email protected]] > > GCC uses CPATH with paths separated by colons instead of INCLUDE. > GCC uses LIBRARY_PATH with paths separated by colons instead of LIB. > >INCLUDE and LIB are used by Microsoft Visual C++ Compiler not GCC.
Hi Jonathan, I'm not sure about the exact relationship between CPATH/INCLUDE and LIBRARY_PATH/LIB, but what I know is that gcc does care about INCLUDE and LIB. I managed to run mingw32-make one or two times in an environment with INCLUDE and LIB set to MSVC, and the result was that gcc picked up the wrong headers ... Regards, Kai _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
