From: Dan S. <dan...@ie...> - 2011-09-15 23:44:11
|
The mingw environment, does not put /usr/include and /usr/local/include in the include paths, and /usr/lib and /usr/local/lib in the library search paths. An explanation of this is found in: http://www.mingw.org/wiki/IncludePathHOWTO . Perhaps an addition to the unix/platforms document for mingw could explain that in order to build in the mingw environment, these paths need to be included either by flags to the compiler, by setting environment variables in .profile, or installing readline and termcap in the locations in the top level mingw directory. Dan Stanger |