Re: [gdal-dev] undefined symbol error

2012-02-23 Thread Jerl Simpson
Hi Frank: Thank you for the info. Someone in the IRC channel suggested it might be a PROJ.4 issues as well. I updated PROJ.4 but didn't look for older libraries. Once this compile finishes, I'll take a look. OH I bet the --with-static-proj4 is the issue. It works find in build directory with o

Re: [gdal-dev] undefined symbol error

2012-02-23 Thread Frank Warmerdam
Jerl, I would imagine you are building GDAL against modern PROJ.4 include files but linking against an older (4.7.0 or older) PROJ.4 shared library. Likely you have another libproj.so in /usr/lib in addition to the one in /usr/local/lib. By the way, why are you using --with-static-proj4? If you

[gdal-dev] undefined symbol error

2012-02-23 Thread Jerl Simpson
Hey guys, I just grabbed gdal 1.9 from SVN, compiled it and I am getting an undefined symbol error pj_ctx_alloc in many of the ./apps/ programs. I first noticed it with gdaldem. Everything is pointing to my build directory. I've tried all manner of things, not sure what to do next. gdal1.9NEW/apps/