R: R: [Gdal-dev] Compile latest cvs under Solaris 2.8
Oliver Wesp
wesp at gdv.com
Wed Oct 8 08:35:40 EDT 2003
Almost. I changed the appropriate section in GDALmake.opt.in to
ifneq ($(ORACLE_HOME),)
HAVE_OCI = yes
OCI_INCLUDE = -I$(ORACLE_HOME)/rdbms/demo -I$(ORACLE_HOME)/rdbms/public
OCI_LIB = -L$(ORACLE_HOME)/lib -lclntsh
LIBS += $(OCI_LIB)
else
HAVE_OCI = no
endif
Now it looks like we're rid of the OCI stuff, but the GDALRasterBand
issue remains.
Undefined first referenced
symbol in file
GDALRasterBand::FreeClassNames(char**, int*)../.libs/libgdal.so
GDALRasterBand::GetClassNames(int*) ../.libs/libgdal.so
ld: fatal: Symbol referencing errors. No output written to .libs/ogrinfo
Thanks anyway.
best regards
Oliver
Amici Alessandro wrote:
>Oliver,
>
>
>
>>Thanks for your response. I did what you suggested without
>>any effect.
>>
>>
>
>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
>Gdal-dev at remotesensing.org
>http://remotesensing.org/mailman/listinfo/gdal-dev
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20031008/0ddf6a72/attachment.html
More information about the Gdal-dev
mailing list