This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc3.x
- From: "Brian M. King" <raider1 at rochester dot rr dot com>
- To: <gcc at gnu dot org>
- Date: Fri, 5 Jul 2002 12:59:08 -0400
- Subject: gcc3.x
Hello,
I've been trying to get gcc3.0.2, 3.0.3, 3.0.4, and 3.1 to installed
on my FreeBSD box (One at a time of course) .. The machine is an AMD K6-2
450MHz, 256mb PC133 SDRAM, Western Digital 20GB 5400rpm hdd, running FreeBSD
4.5 .. First I tried to upgrade from 3.0.1 to 3.0.4 and started getting one
internal compiler error after another. Thinking it may be a hardware issue I
put in new ram, hard drive, and cpu and none of those fixed that problem. So
I tried 3.1 and made it through most of the compilation until the end when
it appeared to be linking everything into libbackend.a .. It spit out about
5 pages worth of undefined referenced errors .. So, thinking it may just be
a problem with the 3.0.3 source I moved on and tried 3.0.2 and got similar
results ..
Now, I am not sure exactly what would be causing all or any of this but
would you have any ideas ?? Does something need to be done before anything
above 3.0.1 can be installed ?? I even reinstalled FreeBSD 4.5 which comes
with gcc2.95.3 and tried the entire process all over again only to get the
same results. Then I tried to compile 3.0.4 again and got the following
errors:
/usr/gcc-3.0.4/gcc/./toplev.c:3006: undefined reference to
`delete_null_pointer_checks'
/usr/gcc-3.0.4/gcc/./toplev.c:3066: undefined reference to
`delete_null_pointer_checks'
/usr/gcc-3.0.4/gcc/./toplev.c:3148: undefined reference to `gcse_main'
Some of the errors from trying to compile 3.1 ..
/usr/gcc-3.1/gcc/loop.c(.text+0x8745): undefined reference to
`expand_mult_add'
libbackend.a(loop.o): In function `iv_add_mult_cost':
And a ton more errors just like it for all different .c files ..
-Brian