Yup.
For some reason there is something odd, that I was never able to figure out
for Mac builds.  I don't know why, but automake on the mac, does not do the
required links for building flightgear itself, but it does work fine for
SimGear and plib...I don't get it.
But here is the relevant part to solve the problem from my build
instructions:

* 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

I have not tried a recent build from CVS, so I am curious if it works OK on
the mac, so please let me know.

-- Adam




> From: Jonathan Polley <[EMAIL PROTECTED]>
> Reply-To: FlightGear developers discussions <flightgear-devel@flightgear.org>
> Date: Wed, 18 May 2005 23:27:23 -0500
> To: FlightGear developers discussions <flightgear-devel@flightgear.org>
> Subject: [Flightgear-devel] Scratch Build Problem
> 
> I was having a problem getting FlightGear to link, so I decided to do
> a complete uninstall and delete of the development directories.
> After a clean fetch from CVS, I was able to rebuild SimGear, but
> FlightGear won't even configure.  I get the following error:
> 
> configure: error: cannot run /bin/sh ./config.sub
> 
> and config.sub was not generated by ./autogen.sh.  Any ideas as to
> what needs to be done?
> 
> Thanks,
> 
> Jonathan Polley
> 
> 
> _______________________________________________
> 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