Subject: gcc cross build? (gnu style)
To: None <tech-toolchain@netbsd.org>
From: Gordon W. Ross <gwr@netbsd.org>
List: tech-toolchain
Date: 04/01/1999 23:57:19
Anyone have any idea why this didn't work?
Was libtool removed or something?

vite% /usr/src/gnu/dist/configure \
   --host=sparc-sun-solaris2 --target=m68k-unknown-netbsd
Created "Makefile" in /play/gwr/netbsd/gcc-m68k using "/usr/src/gnu/dist/config/mh-solaris"
Links are now set up to build a cross-compiler for m68k-unknown-netbsd
  from sparc-sun-solaris2.
configure: warning: mmalloc not found - building without it
vite% make
[...]
/bin/sh ./libtool --mode=compile gcc -O2 -DHAVE_CONFIG_H -I. -I/play/gwr/netbsd/cur.cvs/src/gnu/dist/bfd -I. -D_GNU_SOURCE     -I. -I/play/gwr/netbsd/cur.cvs/src/gnu/dist/bfd -I/play/gwr/netbsd/cur.cvs/src/gnu/dist/bfd/../include   -g -c /play/gwr/netbsd/cur.cvs/src/gnu/dist/bfd/archive.c
./libtool: ./libtool: cannot open
*** Error code 1
make: Fatal error: Command failed for target `archive.lo'
Current working directory /play/gwr/netbsd/gcc-m68k/bfd
*** Error code 1
make: Fatal error: Command failed for target `all-bfd'