------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  
2004-12-19 06:14 -------
Subject: Re:  [4.0 Regression] --disable-static bootstrap

> A patch to ignore --disable-static is posted at
> 
> http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01371.html

Saw it.

> BTW, I have no problem with --disable-shared on Linux/x86.

The problem on aix is that only PIC objects are built but the
Makefile is trying to use ar to build a static library with
non-PIC objects.  On AIX, shared libraries and static libraries 
use the same namespace, and all are built from PIC.  See ltconfig.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19072

Reply via email to