Re: [Flightgear-devel] TerraGear on AIX ....

2004-11-30 Thread Frederic Bouvier
Quoting Martin Spott : After the psychological strain increased significantly ;-) I tried to build the whole TerraGear stuff on my RS6k. This is a really laborious taks because you have to provide lots of manual fixes (GTS' 'configure' fails to parse `glib-config --version`, Makefiles often

Re: [Flightgear-devel] TerraGear on AIX ....

2004-11-30 Thread Martin Spott
Frederic Bouvier wrote: The other utilities and libraries do not use GTS. Aaah, I see, apparently 'libGeometry.a' provides and uses these calls: osprey: 15:14:29 /usr/local/src/TerraGear/src/Prep/GSHHS nm ../../../src/Lib/Geometry/libGeometry.a | grep triangulate .triangulate U

Re: [Flightgear-devel] TerraGear on AIX ....

2004-11-30 Thread Martin Spott
Frederic Bouvier wrote: The other utilities and libraries do not use GTS. Fine, the following patch removes the dependency on GTS. Can we now drop GLIB as well ? - snip -- --- configure.ac.original Mon Aug 2 14:09:10 2004 +++

Re: [Flightgear-devel] TerraGear on AIX ....

2004-11-30 Thread Frederic Bouvier
Quoting Martin Spott : Frederic Bouvier wrote: The other utilities and libraries do not use GTS. Fine, the following patch removes the dependency on GTS. Can we now drop GLIB as well ? Yes, but you need to remove ArrayFit from Prep/Makefile.am -Fred

Re: [Flightgear-devel] TerraGear on AIX ....

2004-11-30 Thread Martin Spott
Frederic Bouvier wrote: Yes, but you need to remove ArrayFit from Prep/Makefile.am and 'testgts' from Array/Makefile.am (which appears to be the only reference to GTS): --- Makefile.am.originalSat Aug 30 14:00:15 2003 +++ Makefile.am Tue Nov 30 15:50:19 2004 @@ -2,7 +2,7 @@

Re: [Flightgear-devel] TerraGear on AIX ....

2004-11-30 Thread Martin Spott
Martin Spott wrote: osprey: 14:13:04 /usr/local/src/TerraGear/src/Prep/GSHHS make [...] g++ -mcpu=604e -mtune=604e -mpowerpc-gpopt -mpowerpc-gfxopt -O3 -L/opt/gnu/lib -L/usr/local/lib -L/opt/freeware/lib -static-libgcc -s -L/opt/FlightGear/lib -L/usr/X11R6/lib -o gshhs main.o gshhs_split.o

Re: [Flightgear-devel] TerraGear on AIX ....

2004-11-30 Thread Martin Spott
Martin Spott wrote: Problem solved: I have to add '../../Lib/TriangleJRS/libTriangleJRS.a'. If in manage to get this undertaking to an end then I'll post a resume. It would be nice if someone were willing to incorporate the necessary changes into the TerraGear 'autoconf/automake' mimics, In