This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Simple question.


On Jan  2, 2002, Sir Ace <chandleg@wizardsworks.org> wrote:

> ../gcc-3.0.1/configure --target=$TARGET --prefix=$PREFIX \
> --disable-shared --host=$TARGET --enable-languages=c

You failed to specify --build here, and --build defaults to --host, so
configure doesn't know you want to build a native (host-x-host)
compiler on a machine other than host.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]