<!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´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 -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 -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´s fine as it
is, but probably you can give me a hint how to fix this permanently.<br>
<br>
I´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´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 \
<br>
--with-jpeg=internal \
<br>
--with-geotiff=internal \
<br>
--with-libtiff=internal \
<br>
--with-libz=internal \
<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´m wondering, if I´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´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. Could you
<br>
give GDAL 1.3.2beta1 a spin and see if you still have a problem? If
<br>
so, I would like to resolve it before 1.3.2 is finalized.
<br>
<br>
<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ünchen
Referat für Gesundheit und Umwelt
Informationsverarbeitung
Christian Schaffer
Bayerstraße 28a                                
80335 Mü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>