<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hi Frank,<br>
<br>
thanks for your note.<br>
I gave 1.3.2b1 a try and it worked out perfectly.<br>
As shown in thread "building gdal on solaris", I edited cpl_strtod.cpp<br>
<br>
There&acute;s just one more line, I have to edit manually with any gdal
version: Though I configure with
LDFLAGS=-L/opt/oracle/product/10.1.0/db_1/lib32, GDALmake.opt always
reads LIBS = -lclntsh -L/opt/oracle/product/10.1.0/db_1/lib&nbsp; -lm -lrt
-ldl.<br>
If left like this, gmake throws errors concerning wrong ELF class.<br>
If I change the line to </font></font><font size="-1"><font
 face="Helvetica, Arial, sans-serif">LIBS = -lclntsh
-L/opt/oracle/product/10.1.0/db_1/lib32&nbsp; -lm -lrt -ldl it works.<br>
I guess not really many users configure --with-oci? So </font></font><font
 size="-1"><font face="Helvetica, Arial, sans-serif">for me </font></font><font
 size="-1"><font face="Helvetica, Arial, sans-serif">it&acute;s fine as it
is, but probably you can give me a hint how to fix this permanently.<br>
<br>
I&acute;m more than glad, being able to be of any help. So if you need
someone to test-compile on Solaris 9 on SPARC or on Solaris 10 on
AMD64, please let me know.<br>
<br>
Thanks and best regards,<br>
Chris<br>
</font></font><br>
Frank Warmerdam schrieb:
<blockquote cite="mid4448D37F.6060009@pobox.com" type="cite">Christian
Schaffer wrote:
  <br>
  <blockquote type="cite">Hi Holger,
    <br>
Hi list,
    <br>
    <br>
first of all thanks for helping me on this topic.
    <br>
    <br>
I tried a few further variations, but couldn&acute;t manage to avoid gmake to
throw errors. Finally, I downloaded GDAL version 1.3.0 and configured
it like this...
    <br>
23 GENESIS [build/gdal-1.3.0] # more my_conf
    <br>
./configure \
    <br>
--with-gif=internal&nbsp;&nbsp;&nbsp;&nbsp; \
    <br>
--with-jpeg=internal&nbsp;&nbsp;&nbsp; \
    <br>
--with-geotiff=internal \
    <br>
--with-libtiff=internal \
    <br>
--with-libz=internal&nbsp;&nbsp;&nbsp; \
    <br>
--with-oci=/opt/oracle/product/10.1.0/db_1
    <br>
    <br>
...ran gmake and everything worked smoothly. Well almost, as I forgot
to set a few LD_OPTIONS for my Oracle libs first.
    <br>
    <br>
I&acute;m wondering, if I&acute;m the first running into this issue with Solaris
9/SPARC and gdal 1.3.1?
    <br>
Might there be a connection to NG Swig Bindings in 1.3.1? I didn&acute;t find
these configure options in 1.3.0.
    <br>
    <br>
Any hints are greatly appreciated.
    <br>
  </blockquote>
  <br>
Christian,
  <br>
  <br>
I believe there was a dependency on bash in somewhere.&nbsp; Could you
  <br>
give GDAL 1.3.2beta1 a spin and see if you still have a problem?&nbsp; If
  <br>
so, I would like to resolve it before 1.3.2 is finalized.
  <br>
  <br>
&nbsp; <a class="moz-txt-link-freetext" href="http://www.gdal.org/dl/gdal-1.3.2b1.tar.gz">http://www.gdal.org/dl/gdal-1.3.2b1.tar.gz</a>
  <br>
  <br>
Best regards,
  <br>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
______________________________________________________________

                        Landeshauptstadt M&uuml;nchen

                        Referat f&uuml;r Gesundheit und Umwelt
                        Informationsverarbeitung
Christian Schaffer
                        Bayerstra&szlig;e 28a                                
                        80335 M&uuml;nchen
                                                
                        Tel:        089 - 233 - 4 76 67
                        Fax:        089 - 233 - 4 76 62                                                        

                        <a class="moz-txt-link-freetext" href="http://www.muenchen.de">http://www.muenchen.de</a>
                        <a class="moz-txt-link-abbreviated" href="mailto:christian.schaffer@muenchen.de">christian.schaffer@muenchen.de</a>
______________________________________________________________</pre>
</body>
</html>