<div dir="ltr"><br><div class="gmail_extra">Hi all,</div><div class="gmail_extra"><br></div><div class="gmail_extra">I am still having problems to compile GRASS on Maverick, it cannot find GDAL, I already reinstalled the frameworks and Xcode, too. I tried to compile the simple code which seems to be compiled during configure:</div>

<div class="gmail_extra">#include <gdal.h>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p>
int main(int argc, const char* argv[])<br>{<br>    GDALOpen("foo", GA_ReadOnly);<br>}</div><div class="gmail_extra"><br></div><div class="gmail_extra">which gives me:</div><div class="gmail_extra"><br></div>gis-imac:Desktop akratoc$ gcc test.c <br>

<br>test.c:14:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result]<br><br>    GDALOpen("foo", GA_ReadOnly);<br><br>    ^~~~~~~~ ~~~~~~~~~~~~~~~~~~<br><br>1 warning generated.<br>

<br>Undefined symbols for architecture x86_64:<br><br>  "_GDALOpen", referenced from:<br><br>      _main in test-sew0gz.o<br><br>ld: symbol(s) not found for architecture x86_64<br><br>clang: error: linker command failed with exit code 1 (use -v to see invocation)<div>

<br></div><div>I am having the same problem also on another computer. Any help appreciated.</div><div><br></div><div>Thanks, </div><div>Anna</div><div><br></div><div><br></div><div><br></div><div><br><div class="gmail_extra">

<br><div class="gmail_quote">On Fri, Nov 29, 2013 at 3:27 PM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div class="im">On Fri, Nov 29, 2013 at 9:02 PM, Michael Barton <<a href="mailto:Michael.Barton@asu.edu">Michael.Barton@asu.edu</a>> wrote:<br>
> I've been chilling out after Thanksgiving and thought I'd try compiling<br>
> GRASS on Mavericks.<br>
><br>
> I had a couple of configure issues.<br>
><br>
> --with-odbc failed. Is this not included with Mavericks or do I need to<br>
> reference it in some other way?<br>
> --with nls also failed. I wonder if I have to update the version of gettext<br>
> that I compiled on Lion?<br>
><br>
> When I dropped these out, I got it to compile. But it errors out with the<br>
> following:<br>
><br>
> Undefined symbols for architecture x86_64:<br>
>   "___sincos_stret", referenced from:<br>
<br>
</div>I found these "random" links:<br>
<br>
<a href="http://trac.macports.org/ticket/40961" target="_blank">http://trac.macports.org/ticket/40961</a><br>
<br>
<a href="http://stackoverflow.com/questions/19015780/sincos-stret-undefined-symbol-when-linking" target="_blank">http://stackoverflow.com/questions/19015780/sincos-stret-undefined-symbol-when-linking</a><br>
<br>
Perhaps giving the right idea..<br>
Markus<br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
</blockquote></div><br></div></div></div>