<p dir="ltr">Thanks, I can give that a try. </p>
<p dir="ltr">One other thing I have noticed is that other projects that uses the same tool chain, have no problems regarding this. (trailing ' character) <br>
I checked the libtool version with libtool --version and geos libtool version is 2.2.6 while the other is 2.4<br>
The other projects is freexl, libiconv, libxml2 and gsl. </p>
<p dir="ltr">Maybe the libtool version for geos is too old? <br>
But how to get a newer version into geos? <br></p>
<p dir="ltr">Send from Nexus 10</p>
<div class="gmail_quote">On 4 Nov 2014 18:16, "Sandro Santilli" <<a href="mailto:strk@keybit.net">strk@keybit.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Nov 04, 2014 at 02:55:28PM +0200, Theuns Heydenrych wrote:<br>
> What i have figured out so far is to list the default search path for gcc<br>
> in MinGW is to issue the command<br>
> gcc -### -o foo foo.c<br>
><br>
> This will produce the following:<br>
<br>
[..]<br>
<br>
> CPPFLAGS= LDFLAGS='-pipe<br>
> -L/c/mingw491/i686-491-posix-dwarf-rt_v3-rev0/mingw32/opt/lib<br>
> -L/c/mingw491/prerequisites/i686-zlib-static/lib<br>
> -L/c/mingw491/prerequisites/i686-w64-mingw32-static/lib'<br>
<br>
[..]<br>
<br>
> So there right at the end is the "offending" path, some script that should<br>
> extract the -L paths, is bringing the ' character in, at the end of the<br>
> line.<br>
<br>
Good catch!<br>
<br>
> No where that script is and how to fix it i dont know.<br>
> Any suggestions?<br>
<br>
How about writing your own gcc wrapper to catch that call<br>
and print some context ?<br>
<br>
Or comment out portions of <a href="http://configure.ac" target="_blank">configure.ac</a> until that call is not<br>
performed anymore and chase the offending macro, I would start with:<br>
<br>
  AC_PREREQ([2.52])<br>
<br>
--strk;<br>
<br>
  ()   Free GIS & Flash consultant/developer<br>
  /\   <a href="http://strk.keybit.net/services.html" target="_blank">http://strk.keybit.net/services.html</a><br>
_______________________________________________<br>
geos-devel mailing list<br>
<a href="mailto:geos-devel@lists.osgeo.org">geos-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geos-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/geos-devel</a><br>
</blockquote></div>