<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
Almost. I changed the appropriate section in GDALmake.opt.in to<br>
<br>
ifneq ($(ORACLE_HOME),)<br>
HAVE_OCI = yes<br>
OCI_INCLUDE =&nbsp;&nbsp; -I$(ORACLE_HOME)/rdbms/demo
-I$(ORACLE_HOME)/rdbms/public<br>
OCI_LIB =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -L$(ORACLE_HOME)/lib -lclntsh<br>
LIBS += $(OCI_LIB)<br>
else<br>
HAVE_OCI = no<br>
endif<br>
<br>
Now it looks like we're rid of the OCI stuff, but the GDALRasterBand
issue remains.<br>
<br>
Undefined&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; first referenced<br>
&nbsp;symbol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in file<br>
GDALRasterBand::FreeClassNames(char**, int*)../.libs/libgdal.so<br>
GDALRasterBand::GetClassNames(int*)&nbsp;&nbsp; ../.libs/libgdal.so<br>
ld: fatal: Symbol referencing errors. No output written to .libs/ogrinfo<br>
<br>
Thanks anyway.<br>
best regards<br>
Oliver<br>
<br>
<br>
Amici Alessandro wrote:<br>
<blockquote type="cite"
 cite="mid7171FE1C83A6AE4DA93B80999588680753C6D2@ROMADG-MAIL01">
  <pre wrap="">Oliver,

  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks for your response. I did what you suggested without
any effect. 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
ouch! the problem with OCI* symbols most probably is a leftover
from the libtool transition.

i don't have access to cvs right now, if you wish you may try to
add the following line inside the 'ifneq ($(ORACLE_HOME),)'
conditional in GDALmake.opt.in:

LIBS += $(OCI_LIB)

then you should be able to just run 'make' (no need to clean, hopefully).

cheers,
alessandro
_______________________________________________
Gdal-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Gdal-dev@remotesensing.org">Gdal-dev@remotesensing.org</a>
<a class="moz-txt-link-freetext" href="http://remotesensing.org/mailman/listinfo/gdal-dev">http://remotesensing.org/mailman/listinfo/gdal-dev</a>



  </pre>
</blockquote>
<br>
</body>
</html>