RE: [Flightgear-devel] Linking order problems?

2005-06-27 Thread Jon Berndt
> Obviously, this doesn't seem optimal. I'm not sure how I could possibly > arrange the files so there is only a single link reference to each library. > Yet, I don't know how I should modify the Makefile.am to produce a multiplely- > referenced library - or even if that is possible. > Jon I wond

RE: [Flightgear-devel] Linking order problems?

2005-06-27 Thread Jon Berndt
I think the problem here is ordering of static libs - I assume the various JSBsim sub-libs, eg 'jsbsim/models/libModels.a', all rely on symbols from the core JSBsim lib, jsbsim/libJSBSim.a. However, libJSBSim.a is listed before them in the link order. GCC has the behaviour, when l

Re: [Flightgear-devel] Linking order problems?

2005-06-26 Thread James Turner
On 27 Jun 2005, at 02:20, Jon Berndt wrote:I've got the basic build procedure figured out (I think) with the new JSBSim code in FlightGear. However, once it gets to the Big Link, it ultimately fails. Here's the link line: I think the problem here is ordering of static libs - I assume the various JS