[Gdal-dev] GDAL compile and link errors

Jim Julian julian at preferred.com
Fri Mar 7 19:10:54 EST 2003


Hi.

    Just downloaded the CVS snapshot and tried compiling it with HDF support.
Since most of my interest is in raster files, I decided to compile without
vector support. In nmake.opts, I tried two different methods of nullifying
the OGR component.
  a. simply answered no to the question.
  b. followed the suggested method of commenting-out the question.

Both instances resulted in link errors with what appear to be OGR function.
The lists have some common and some uncommon errors. The list from the
incremental linker follows.

=== COMMENTING-OUT THE QUESTION ===
  _OGR_G_ExprtToGML
  _OG_G_CreateFromGML
  _ntohl at 4
  _htonl at 4

=== ANSWERING NO TO THE QUESTION ===
  _RegisterOGRREC
  _RegisterOGRAVCBin
  _RegisterOGRGML
  _OGR_G_ExportToGML
  _OGR_G_CreateFromGML
  _ntohl at 4
  _htonl at 4

Any ideas? Has this anything to do with the HDF library?

                                                                Thanks,
                                                              Jim Julian









More information about the Gdal-dev mailing list