Re: [Flightgear-devel] terragear.git: gdalchop.cxx undef reference to sgWriteLong

2013-09-22 Thread Thomas Albrecht
Hi Rebecca, Thanks for the pointers! Yes, I compile SG myself, but the version TG would link against might have been compiled on Ubuntu (I'm migrating to Manjaro). Compiling everything again solved my problem. Most likely an ID-10T error. Tom ---

Re: [Flightgear-devel] terragear.git: gdalchop.cxx undef reference to sgWriteLong

2013-09-20 Thread Rebecca N. Palmer
Different argument types (sgWriteLong(gzFile_s*, int) and sgWriteLong(void*, int)) are different symbols in C++. On my system both 2.10 shared and 2.12 static (I haven't tried next or master, but the git history says io/lowlevel.cxx hasn't changed for 2 years) give the correct types. Did you c