IMPORTANT NOTE: PLEASE send issues or requests to
http://groups.google.com/group/googletestframework *instead of here*.
This issue tracker is NOT regularly monitored.
If you really need to create a new issue, please provide the information
asked for below.
What steps will reproduce the problem?
1. Compile gmock-1.7.0 with PGI C++ compiler on Linux
2. Observe failure to find clone()
3.
What is the expected output? What do you see instead?
clone() should be found, or the fallback triggered.
What version of Google Test are you using? On what operating system?
1.7.0, PGI C++ compiler, Linux
Please provide any additional information below, such as a code snippet.
To fix, either #define _GNU_SOURCE if __PGI is defined, so that the compiler
will find clone() in sched.h, or trigger GoogleTest's the fork() fallback for
clone() in this case.
Original issue reported on code.google.com by Mark.J.A...@gmail.com on 16 Aug 2014 at 11:04
Original issue reported on code.google.com by
Mark.J.A...@gmail.com
on 16 Aug 2014 at 11:04