Simple question.

Alexandre Oliva aoliva@redhat.com
Thu Jan 3 10:46:00 GMT 2002


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



More information about the Gcc mailing list