id summary reporter owner description type status milestone component version severity resolution keywords cc 3662 Define _SVID_SOURCE and _POSIX_SOURCE for Comeau mloskot Gennadiy Rozental "According to [http://www.comeaucomputing.com/4.3.0/minor/linux/ manual] of Comeau C++ 4.3, on Linux ''In order to use some POSIX or SVID extension routines/struct's, it may be necessary to define _POSIX_SOURCE or _SVID_SOURCE'' The attached patch adds these definitions to Jamfile.v2 for the build. However, I don't know where it would be required else, for example, when Boost.Test is used in ''included'' mode, etc. My environment: * Linux 32-bit * Comeau C/C++ 4.3.10.1 * GCC 4.3.3 " Patches closed Boost 1.42.0 test Boost Development Trunk Problem duplicate como