Re: Argh. config.guess breaks things

2000-03-01 Thread Alexandre Oliva
On Mar 1, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: >> "Eric" == Eric Christopher <[EMAIL PROTECTED]> writes: Eric> This problem pretty much happens on any machine without a Eric> compiler installed. What would be ideal is if config.guess Eric> didn't require a compiler. > Can it happ

Re: Argh. config.guess breaks things

2000-03-01 Thread Ralf Corsepius
Akim Demaille wrote: > > "Eric" == Eric Christopher <[EMAIL PROTECTED]> writes: > > Eric> This problem pretty much happens on any machine without a > Eric> compiler installed. What would be ideal is if config.guess > Eric> didn't require a compiler. > > Can it happen that one needs the infor

Re: Argh. config.guess breaks things

2000-03-01 Thread Akim Demaille
> "Eric" == Eric Christopher <[EMAIL PROTECTED]> writes: Eric> This problem pretty much happens on any machine without a Eric> compiler installed. What would be ideal is if config.guess Eric> didn't require a compiler. Can it happen that one needs the information given by config.guess if sh

Re: Argh. config.guess breaks things

2000-02-29 Thread Paul D. Smith
%% Ben Elliston <[EMAIL PROTECTED]> writes: >> BTW this problem doesn't just occur on RedHat Linux boxes without a C >> compiler. I have a RedHat 6.1 box here which has gcc installed, but >> only as `gcc' and not as `cc'. I'm not totally sure how it got this >> way since the egcs rpm do

Re: Argh. config.guess breaks things

2000-02-29 Thread Ben Elliston
> BTW this problem doesn't just occur on RedHat Linux boxes without a C > compiler. I have a RedHat 6.1 box here which has gcc installed, but > only as `gcc' and not as `cc'. I'm not totally sure how it got this > way since the egcs rpm does have /usr/bin/cc in. I suspect I built > gcc-2.95.2 f

Re: Argh. config.guess breaks things

2000-02-28 Thread Ben Elliston
> This problem pretty much happens on any machine without a compiler > installed. What would be ideal is if config.guess didn't require a > compiler. That's impossible. Many of the tests in config.guess use runtime tests to produce accurate results. These programs have to be built and run. We

Re: Argh. config.guess breaks things

2000-02-28 Thread Eric Christopher
> BTW this problem doesn't just occur on RedHat Linux boxes without a C > compiler. I have a RedHat 6.1 box here which has gcc installed, but > only as `gcc' and not as `cc'. I'm not totally sure how it got this > way since the egcs rpm does have /usr/bin/cc in. I suspect I built > gcc-2.95.2

Re: Argh. config.guess breaks things

2000-02-28 Thread Olly Betts
In message <[EMAIL PROTECTED]>, "Paul D. Smith" writes: > 1) Have AC_CANONICAL_HOST require AC_PROG_CC, as Ossama suggested. One >problem here is that not all runs of config.guess _do_ require a C >compiler, and it's a minor drag that you can't use AC_CANONICAL_HOST >without a C compi

Re: Argh. config.guess breaks things

2000-02-28 Thread Pavel Roskin
Hello, Paul! > 1) Have AC_CANONICAL_HOST require AC_PROG_CC, as Ossama suggested. One > problem here is that not all runs of config.guess _do_ require a C > compiler, and it's a minor drag that you can't use AC_CANONICAL_HOST > without a C compiler; couldn't we write a configure.in

Re: Argh. config.guess breaks things

2000-02-28 Thread Paul D. Smith
%% Tom Tromey <[EMAIL PROTECTED]> writes: tom> In general send config.guess problems to [EMAIL PROTECTED] Well... I would have but I don't have a patch :). Anyway, it's not clear that the entire problem is config.guess, here. Paul> Should I move AC_CANONICAL_HOST to _after_ my test for P

Re: Argh. config.guess breaks things

2000-02-28 Thread Tom Tromey
> "Paul" == Paul D Smith <[EMAIL PROTECTED]> writes: Paul> Well, until recently GNU make was a happy _non_-user of Paul> config.guess :). However, in order to support LFS I needed to Paul> add AC_CANONICAL_HOST to configure.in. Paul> [ ... ] In general send config.guess problems to [EMAIL P

Re: Argh. config.guess breaks things

2000-02-28 Thread Ossama Othman
Hi, On Mon, Feb 28, 2000 at 12:59:27PM -0500, Paul D. Smith wrote: > Should I move AC_CANONICAL_HOST to _after_ my test for AC_PROG_CC, and > figure out how to invoke config.guess in such a way as to use the > compiler it finds, or what? Am I using a too-old config.guess; has this > been fixed i

Argh. config.guess breaks things

2000-02-28 Thread Paul D. Smith
Well, until recently GNU make was a happy _non_-user of config.guess :). However, in order to support LFS I needed to add AC_CANONICAL_HOST to configure.in. It seems that everyone puts this right up front, before any other checking, so I did too. But, I just got a bug report from someone on a R