[DVDnav-discuss] [PATCH] Fix pthread check on OS/2
Rafaël Carré
funman at videolan.org
Wed Jan 18 17:00:23 EET 2017
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?
More information about the DVDnav-discuss
mailing list