> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
Alexandre> I'm not even sure `wc -c' will be available everywhere :-(
I don't remember where, but I used it portably. I think for a time,
Automake what using it too somewhere (was it depcomp?). But I can't
find where.
To answer
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
Alexandre> GCC and Sourceware src (== Cygnus)'s top-level configure
Alexandre> always passes --build, --host and --target down to
Alexandre> sub-directories. Therefore, we must not assume that, just
Alexandre> because --host is giv
> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes:
Mo> I just updated and got this change to the AC_CHECK_TOOLS macro:
Mo> 2000-06-09 Akim Demaille <[EMAIL PROTECTED]>
Mo> * acgeneral.m4 (AC_CHECK_TOOLS): Rewrite.
Thanks Mo, I'll look at it.
Akim Demaille <[EMAIL PROTECTED]>:
> I'm sorry, but I disagree. The only sane and simple definition of
> cross-compilation is when --host is specified.
so what do you do if config.guess is wrong and you want to
specify the --host string exactly, but you don't want a
cross-compile?
--
Felix Lee wrote:
> Akim Demaille <[EMAIL PROTECTED]>:
> > I'm sorry, but I disagree. The only sane and simple definition of
> > cross-compilation is when --host is specified.
>
> so what do you do if config.guess is wrong and you want to
> specify the --host string exactly, but you don't want a
ECONOMIZE ATÉ 80% EM SUAS LIGAÇŐES INTERNACIONAIS!
Chega ao Brasil a ONE WORLD COMMUNICATIONS,
Empresa líder em reduçăo de Tarifas
Telefônicas Internacionais - CallBack.
A One World Communications (OWC), fundada em 1994, possui
escritórios em 10 paí
On Jun 19, 2000, Felix Lee <[EMAIL PROTECTED]> wrote:
> Akim Demaille <[EMAIL PROTECTED]>:
>> I'm sorry, but I disagree. The only sane and simple definition of
>> cross-compilation is when --host is specified.
> so what do you do if config.guess is wrong and you want to
> specify the --host str
Alexandre Oliva <[EMAIL PROTECTED]>:
> If your problem is with the result of config.guess, what you want to
> specify is --build, not --host, because config.guess can only guess
> that the build platform is.
ok, that's fine.
--