<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
<div>Hi. &nbsp;I just installed openslide for the first time and am having some trouble getting it running in C&#43;&#43;. &nbsp;It seemed to install with no problems (on opensuse 13.1) and I just wrote a simple program to test it:</div>
<div><br>
</div>
<div>
<div><br>
</div>
<div><span style="font-size: 10pt;">extern &quot;C&quot; {</span></div>
<div>&nbsp; #include &lt;openslide.h&gt;</div>
<div>}</div>
<div>#include &lt;iostream&gt;</div>
<div>#include &lt;cstdlib&gt;</div>
<div>#include &lt;cmath&gt;</div>
<div>#include &lt;ctime&gt;</div>
<div>#include &lt;glib.h&gt;</div>
<div>using namespace std;</div>
<div>int main (int argc, char * argv[])</div>
<div>{</div>
<div><br>
</div>
<div>&nbsp; cout &lt;&lt; &quot;Version: &quot; &lt;&lt; openslide_get_version() &lt;&lt; endl;</div>
<div><br>
</div>
<div>&nbsp; return 0;</div>
<div>}</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>But when I run this I get the following compiler error:</div>
<div><br>
</div>
<div>
<div>g&#43;&#43; -Wall -I/usr/local/include/openslide -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -L/usr/lib -lm -lglib-2.0 -o AccessSlides AccessSlides.cc</div>
<div>/tmp/cc7Nmv18.o: In function `main':</div>
<div>AccessSlides.cc:(.text&#43;0x11): undefined reference to `openslide_get_version'</div>
<div>collect2: error: ld returned 1 exit status</div>
</div>
<div><br>
</div>
<div>Does anyone know what might be causing this? &nbsp;It seems like it's not finding the openslide functions at all even though I am including the openslide.h file...</div>
<div><br>
</div>
<div>Thanks!</div>
<div>Melanie</div>
<div><br>
</div>
</div>
</body>
</html>