Re: [Flightgear-devel] config.sub ?

2005-08-02 Thread Erik Hofman

Jon Berndt wrote:


I've tried these both. This seems to be fatal no matter what I do:

[EMAIL PROTECTED]:~/JSBSim$ ./configure
configure: error: cannot run /bin/sh ./config.sub


There are two things: Is is a symbolic link (and does the target exist) 
and is it marked executable?


Erik

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


RE: [Flightgear-devel] config.sub ?

2005-08-02 Thread Jon Berndt
 Jon Berndt wrote:

  I've tried these both. This seems to be fatal no matter what I do:
 
  [EMAIL PROTECTED]:~/JSBSim$ ./configure
  configure: error: cannot run /bin/sh ./config.sub

 There are two things: Is is a symbolic link (and does the target exist)
 and is it marked executable?

 Erik

I finally got it working. I just copied config.guess and config.sub from the 
autotools
location where they were to the build directory I was running from (JSBSim/). I 
was doing
this on Sourceforge's compile farm server for Mac OSX-2. The make process went 
very well,
the executable built, and the test run went OK.

This is in preparation for announcement of v0.9.9, the release of the 
newsletter, and
executables for several platforms.

Jon


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


[Flightgear-devel] config.sub ?

2005-07-30 Thread Jon Berndt
I'm trying to build JSBSim on one of Sourceforge's compile farm boxes, this one 
running
Linux. After running aclocal;automake;autoconf I try to run configure and get 
this:

configure: error: cannot run /bin/sh ./config.sub

I don't see a config.sub. Where does that come from?

Jon


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


Re: [Flightgear-devel] config.sub ?

2005-07-30 Thread Manuel Massing
Hi,

 I don't see a config.sub. Where does that come from?

Have you tried automake -a? For never autoconf versions,
you can also use autoreconf -i to bootstrap the autoconf system.

Manuel

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