<div dir="ltr"><div>idk if it’s a bug or if i did something wrong, which is why i wrote this mail.<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/25 Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de" target="_blank">mail@milianw.de</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Friday 25 October 2013 14:51:44 Philipp A. wrote:<br>
> hi, in a simple project built with a simple Makefile, there are two<br>
> libraries linked: math.h and gsl (gnu scientific library)<br>
><br>
> while the semantic analysis finds the latter and it compiles and runs fine,<br>
> it has problems with math.h, telling me that it can’t find the declaration<br>
> of “sqrt”.<br>
><br>
> Makefile:<br>
><br>
> CC=clang<br>
> CFLAGS=--std=c11 -Wall -pedantic<br>
> LDFLAGS=-lgsl -lgslcblas -lm<br>
><br>
> debug:<br>
>     $(CC) $(CFLAGS) -g -o c-pcor main.c $(LDFLAGS)<br>
> clean:<br>
>     rm -vfr *~ c-pcor<br>
><br>
> main.h (excerpt):<br>
><br>
> #include <stdio.h>#include <stdlib.h>#include <math.h>#include <stdbool.h><br>
> #include <gsl/gsl_matrix.h><br>
<br>
</div></div>Please report bugs on <a href="http://bugs.kde.org" target="_blank">bugs.kde.org</a> and attach the files to reproduce the issue<br>
there.<br>
<br>
Bye<br>
<span class="HOEnZb"><font color="#888888">--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" target="_blank">http://milianw.de</a><br>
</font></span></blockquote></div><br></div>