A possible solution is to do a plain "make" instead of "make bootstrap" build. Another is to add "--disable-shared" to the GCC configure flags.
Comment #2 by casantander1 — 2007-01-01T08:27:37Z
(In reply to comment #1)
> A possible solution is to do a plain "make" instead of "make bootstrap" build.
I've never done "make bootstrap",
> Another is to add "--disable-shared" to the GCC configure flags.
>
This one worked. Thanks!