I seem to remember a discussion a while ago stating that agg had to be build with position independant code on 64 bit platforms. could you try that out (and also add -fPIC to CPPFLAGS)?
tb On 9/18/07, Daniel Morissette <[EMAIL PROTECTED]> wrote: > Gregor Mosheh wrote: > > Never mind; my bad. I had neglected, being on 64-bit, to set the standad > > flags I set for all builds: > > > > export CPPFLAGS="-D_FILE_OFFSET_BITS=64" > > export CXXFLAGS="-fPIC -D_FILE_OFFSET_BITS=64" > > export CFLAGS="-fPIC -D_FILE_OFFSET_BITS=64" > > > > First time I hear of this. Does this need to be added to AGG or to > MapServer's Makefiles? Wondering if anything needs to be fixed in > MapServer's build or if that's an AGG problem that we may want to > document in our build docs. > > Daniel > -- > Daniel Morissette > http://www.mapgears.com/ >