id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 1597,Python NG bindings do not inherit global compiler settings,dron,hobu,"Python bindings should inherit compiler settings from the main configuration file (GDALmake.opt on Unix). When I am changing compiler via standard configure options Python modules should be built with the same compiler, e.g., if I do {{{ $ CC=gcc-2.95 CXX=gcc-2.95 ./configure $ make }}} GDAL library will be built using specified gcc-2.95 compiler, but Python bindings will be built with gcc, which can be a different one resulting in binary incompatibility. ",defect,closed,normal,1.5.0,PythonBindings,unspecified,normal,wontfix,,warmerdam