From: <al...@be...> - 2017-07-03 10:40:57
|
<div> </div><div> </div><div>01.07.2017, 16:14, "Alain Aupeix" <ala...@wa...>:</div><blockquote type="cite"><p>I suppose its the same problem with Ubuntu or other builds using<br />libpcre3-dev 8.19<br /><br />The solution is to add -lpcre just before -lm on gcc command line.<br />I use a variable $SYSTEM_LIBS = '-lpcre -lm'<br />On gcc line, this variable must be located at the end of the line.</p></blockquote><div> </div><div>Does you suggest to change this in samples/gtk_samples/build.sh ?</div><div> </div><div>Regards, Alexander.</div> |