18 Jan
2017
18 Jan
'17
3 p.m.
On 01/18/2017 07:43 AM, KO Myung-Hun wrote:
pthread check fails due to -no-undefined of LDFLAGS. gcc4 treats unknown flags as an error unlike gcc3.
-no-undefined is a libtool flags, it should not be passed as-is to gcc Here is what I get with gcc 6.2: % gcc -no-undefined gcc: error: unrecognized command line option ‘-no-undefined’; did you mean ‘-Wno-undef’? What is the error you are getting?