> Also, automake is getting confused between JSBSim.cpp (which contains > main()), and JSBSim.cxx (the FDM interface). At link time, it creates > the JSBSim.o, then overwrites it when it compiles the next one. Could > one or other of these files be renamed for clarity?
No chance. First (but not the greatest), is that we would lose CVS history on the file[s]. The automake/autoconf setup for FlightGear works very nicely, so I assume you are talking about an automake/autoconf setup for JSBSim development only. There is no need to even *look* at anything with a .cxx extension when dealing with JSBSim development. The JSBSim.cxx file is not compiled into the libJSBSim.a library in FlightGear compilation, either. Ignore this file. Jon _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
