This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
GCC cross compile fail under FreeBSD 4.1
- To: bug-gcc at gnu dot org
- Subject: GCC cross compile fail under FreeBSD 4.1
- From: justin ducote <justinduc at yahoo dot com>
- Date: Thu, 17 Aug 2000 15:05:34 +0200
- Cc: justinduc at yahoo dot com
I don't know if this is a bug per-se but:
I built BINUTILS 2.10 under freebsd 4.1
./configure --prefix=/usr/local/xdev --target=i386-unknown-gnu
gmake all install
worked fine. Then I unzipped GCC 2.95.2
./configure --prefix=/usr/local/xdev --target=i386-unknown-gnu
gmake LANGUAGES="c"
I have included a paste of the snippet of where it died. Please respond to
justinduc@yahoo.com
Thanks,
Justin