The mac build instructions should be included somewhere.  If not here are
the steps that you are having problems with:

* Build FlightGear

> cd $BUILDDIR/src/source
> ./autogen.sh
Automake should do the next two steps, but for some reason does not for
FlightGear
(but it does for SimGear, which is odd)
> ln -s /usr/share/automake-1.6/config.guess config.guess
> ln -s /usr/share/automake-1.6/config.sub config.sub
> ./configure --prefix=$BUILDDIR --without-x
> make


You should only have to do this the first time that you build.


-- Adam




> From: Felix <[EMAIL PROTECTED]>
> Reply-To: FlightGear developers discussions <flightgear-devel@flightgear.org>
> Date: Wed, 2 Mar 2005 22:56:42 -0500
> To: <flightgear-devel@flightgear.org>
> Subject: [Flightgear-devel] Compiling Flightgear 0.9 from CVS on Mac OS X
> 
> Hi,
> 
> I am trying to compile FlightGear 09 on a Mac OS X. I got plib, and
> SimGear installed fine. But FlightGear won't perform the autogen.sh
> correctly. For some reason it doesn't generate the config.sub files
> necessary for ./configure.
> 
> When i run ./configure i get: configure: error: cannot run /bin/sh
> ./config.sub
> and the reason for that is that config.sub isn't there.
> 
> Autogen.sh creates links for config.sub and others for SimGear, but
> not for FlightGear.
> 
> I read some posts on this list from other people who had the same
> problem, but no one had a solution. Anyone have any ideas what i can
> try?
> 
> Thank you,
> 
> Felix
> 
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@flightgear.org
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 2f585eeea02e2c79d7b1d8c4963bae2d



_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to