Can anyone explain how to get GDAL http://www.remotesensing.org/gdal/index.html to compile with python bindings. I've downloaded from http://gdal.org/dl/, tried the standard "configure; make" but get the following:

g++ -Wl,-bind_at_load -o .libs/_gdalmodule.so -bundle .libs/gdal_wrap.o .libs/numpydataset.o .libs/gdalnumeric.o ../.libs/libgdal.dylib
ld: Undefined symbols:
_PyArg_Parse
_PyArg_ParseTuple
_PyDict_New
_PyDict_Next
_PyDict_SetItem
_PyDict_Type
_PyErr_Clear
_PyErr_SetString
[...]


Someone brought this issue up on the list back in Nov 2003 but
there was no response to this same problem.

Cheers,
Darran.

P.S. Is there an easier way to search the list archives than
going month by month through
   http://mail.python.org/pipermail/pythonmac-sig/

--
Darran Edmundson ([EMAIL PROTECTED])
ANU Supercomputer Facility Vizlab
Australian National University, Canberra, ACT 2600
tel: +61 2 6125-0517  fax: +61 2 6125-5088
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to