sepius" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, June 19, 2001 5:28 PM
> Subject: Re: Making configure.in so the good compiler is choose
>
>
> > David Burg wrote:
> > >
> > > Hello,
> > >
> > > Well, t
e: Making configure.in so the good compiler is choose
> David Burg wrote:
> >
> > Hello,
> >
> > Well, two weeks ago all was fine. A simple
> >
> > ./configure --host=arm-linux --build=i686-pc-linux-gnu
> >
> > was at last working correctly.
David Burg wrote:
>
> Hello,
>
> Well, two weeks ago all was fine. A simple
>
> ./configure --host=arm-linux --build=i686-pc-linux-gnu
>
> was at last working correctly.
Only if using autoconf > 2.13
> As you can see, it choose the wrong compiler unless I force it. But I have
> check in cvs,
On May 31, 2001, "David Burg" <[EMAIL PROTECTED]> wrote:
> ./configure --host=arm-linux --build=i686-pc-linux-gnu
> And shell variable for compiler will be correctely detected automatically ?
Yep, as long as they're not previously set.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.un
ge C and C++ code.
- Original Message -
From: "Alexandre Oliva" <[EMAIL PROTECTED]>
To: "David Burg" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, May 31, 2001 5:35 AM
Subject: Re: Making configure.in so the good compiler is choose
&
On May 30, 2001, "David Burg" <[EMAIL PROTECTED]> wrote:
> bash-2.04# CC=arm-linux-gcc ./configure --target=arm-linux
If you have a compiler for arm-linux, you want to specify
--host=arm-linux. host is the machine type on which the programs you
build are going to run. --target is only signific
> bash-2.04# CC=arm-linux-gcc
> ./configure --target=arm-linux --host=i686-pc-linux-gnu
>
> checking for c++... c++
>
> (No, no, no I don't want to test c++, I want to test arm-linux-gcc ! )
>
If you are looking for a C compiler, you use AC_PROG_CC, and
optionally override CC; if you want a C++
David Burg wrote:
>
> Hello,
>
> I hope outlook will let this real plain text ! ;-) Well, I'm trying to make
> a configure.in file that support Canadian Cross compiling with the help of
> the autobook 1.3.
Well, I actually doubt you really want to build Canadian Cross, but
to be trying to implem
Hello,
I hope outlook will let this real plain text ! ;-) Well, I'm trying to make
a configure.in file that support Canadian Cross compiling with the help of
the autobook 1.3.
First, I just would like to signal I was a bit surprised by this
AC_CANONICAL_SYSTEM macro that does crash when you prov