RE: [Flightgear-devel] Building FlightGear / getting some errors

2004-04-20 Thread Giles Robertson
Subject: Re: [Flightgear-devel] Building FlightGear / getting some errors Giles Robertson wrote: Not that I've noticed. It would be useful for mingw32. I've tried building on that, and it compiles fine, but the linker fails because the input is too long ;). The linker fails with long

RE: [Flightgear-devel] Building FlightGear / getting some errors

2004-04-20 Thread Giles Robertson
that should be quite simple :) Giles -Original Message- From: Norman Vine [mailto:[EMAIL PROTECTED] Sent: 19 April 2004 21:28 To: FlightGear developers discussions Subject: RE: [Flightgear-devel] Building FlightGear / getting some errors Andy Ross writes: Giles Robertson wrote

RE: [Flightgear-devel] Building FlightGear / getting some errors

2004-04-20 Thread Innis Cunningham
Hi Giles Giles Robertson writes Ah. Thanks. I'll try that. I was hoping to try and get along with something slightly less stodgy than Cygwin, though. I was also hoping to use MSYS so that I didn't need to use Cygwin or a windows IDE to produce the makefile. I've always thought that Cygwin was a

RE: [Flightgear-devel] Building FlightGear / getting some errors

2004-04-20 Thread Norman Vine
Innis Cunningham writes: Giles Robertson writes Ah. Thanks. I'll try that. I was hoping to try and get along with something slightly less stodgy than Cygwin, though. I was also hoping to use MSYS so that I didn't need to use Cygwin or a windows IDE to produce the makefile. I've always

Re: [Flightgear-devel] Building FlightGear / getting some errors

2004-04-19 Thread Andy Ross
Jon S. Berndt wrote: undefined reference to `___gxx_personality_v0' undefined reference to `__Unwind_Resume' ... Those are internal g++ things. It looks like you upgraded your compiler without doing a full rebuild? Versions of g++ are not binary-compatible between versions*. Andy * Well,

Re: [Flightgear-devel] Building FlightGear / getting some errors

2004-04-19 Thread Jon S Berndt
On Mon, 19 Apr 2004 07:11:26 -0700 Andy Ross [EMAIL PROTECTED] wrote: Jon S. Berndt wrote: undefined reference to `___gxx_personality_v0' undefined reference to `__Unwind_Resume' ... Those are internal g++ things. It looks like you upgraded your compiler without doing a full rebuild? Versions

RE: [Flightgear-devel] Building FlightGear / getting some errors

2004-04-19 Thread Giles Robertson
2) For an FDM developer, how can some of the FDMs be left out of the build if a developer is only concentrating on development of one FDM? Is this easily possible? Not that I've noticed. It would be useful for mingw32. I've tried building on that, and it compiles fine, but the linker fails

Re: [Flightgear-devel] Building FlightGear / getting some errors

2004-04-19 Thread Andy Ross
Giles Robertson wrote: Not that I've noticed. It would be useful for mingw32. I've tried building on that, and it compiles fine, but the linker fails because the input is too long ;). The linker fails with long file lists? That sounds odd -- this is the same linker used in Linux, and it's

RE: [Flightgear-devel] Building FlightGear / getting some errors

2004-04-19 Thread Norman Vine
Andy Ross writes: Giles Robertson wrote: Not that I've noticed. It would be useful for mingw32. I've tried building on that, and it compiles fine, but the linker fails because the input is too long ;). The linker fails with long file lists? That sounds odd -- The Windows cmd shell

[Flightgear-devel] Building FlightGear / getting some errors

2004-04-18 Thread Jon Berndt
When building FlightGear (and my setup in CygWin is now building plib and SimGear just fine), when I get to the YASim directory, I get these errors: g++ -D_REENTRANT -L/usr/local/lib -o yasim.exe yasim-test.o Airplane.o Atmosphere.o ControlMap.o FGFDM.o Gear.o Glue.o Integrator.o Jet.o Math.o

RE: [Flightgear-devel] Building FlightGear / getting some errors

2004-04-18 Thread Norman Vine
Jon Berndt writes: When building FlightGear (and my setup in CygWin is now building plib and SimGear just fine), when I get to the YASim directory, I get these errors: g++ -D_REENTRANT -L/usr/local/lib -o yasim.exe yasim-test.o Airplane.o Atmosphere.o ControlMap.o FGFDM.o Gear.o Glue.o