[Flightgear-devel] YASim: yasim

2002-11-30 Thread Erik Hofman
Hi Andy, Now that your five minutes of fame are over, I'd like to ask you to remove the creation of the yasim program in a default build, because it has a lot of dependancy problems for me (IRIX/MipsPro). First it needs all objects files from src/Main and libFlight.a from src/FDM but also

Re: [Flightgear-devel] YASim: yasim

2002-11-30 Thread Andy Ross
Erik Hofman wrote: Now that your five minutes of fame are over, I'd like to ask you to remove the creation of the yasim program in a default build, because it has a lot of dependancy problems for me (IRIX/MipsPro). First it needs all objects files from src/Main and libFlight.a from src/FDM

Re: [Flightgear-devel] YASim: yasim

2002-11-30 Thread Curtis L. Olson
Andy Ross writes: Hrm... libYASim.a is a static library. It doesn't (well, shouldn't) have dependency information in it. Some of the files reference the rest of FlightGear, but none are linked into the yasim executable. Are you sure about this error? It sounds like the Irix linker is

Re: [Flightgear-devel] YASim: yasim

2002-11-30 Thread Andy Ross
Erik Hofman wrote: I'll try to see if I can illiminate most of them by only adding the YASim object files required by yasim-test instead of including libYASim as a whole. OK, I've checked in a Makefile.am that does exactly that. It still works for me; is Irix happier? Andy -- Andrew J. Ross

Re: [Flightgear-devel] YASim: yasim

2002-11-30 Thread Erik Hofman
Andy Ross wrote: Erik Hofman wrote: I'll try to see if I can illiminate most of them by only adding the YASim object files required by yasim-test instead of including libYASim as a whole. OK, I've checked in a Makefile.am that does exactly that. It still works for me; is Irix happier?

Re: [Flightgear-devel] YASim: yasim

2002-11-30 Thread Andy Ross
Erik Hofman wrote: I propose a small change in the Makefile which might make life a little easier in the future, by defining SHARED_SOURCES wich hold (indeed) all the files that are shared between the library and the stand alone interpreter. Indeed. I actually tried that first, but gave up