<p>On Oct 19, 2011 8:37 PM, "Luke Clemens" <<a href="mailto:lclemens@gmail.com">lclemens@gmail.com</a>> wrote:<br>
><br>
> Also since you're using gcc, i think you need to enclose your #includes within and extern "C"  { }</p>
<p>No, gcc is a C compiler; for C++, g++ is used. The extern "C" consruct is for C++.<br>
 <br>
Alex<br>
</p>