This is GCC Bugzilla
This is GCC Bugzilla Version 2.20+
View Bug Activity | Format For Printing | Clone This Bug
`libgcc.a' is always compiled with `-fpic' (as set in `t-sco5gas'), but it is not linked to `pic' subdir. One has to do this manually to build a shared library with gcc. Release: 3.0.1 Environment: System: SCO_SV d-fens 3.2 2 i386 host: i586-pc-sco3.2v5.0.2 build: i586-pc-sco3.2v5.0.2 target: i586-pc-sco3.2v5.0.2 configured with: : (reconfigured) : (reconfigured) ../gcc-3.0/configure --without-included-gettext --prefix=/usr --with-as=/usr/bin/gas --enable-multilib --disable-static --enable-shared --with-system-zlib --program-transform-name=s/cpp/gcpp/ : (reconfigured) ../gcc-3.0.1/configure --without-included-gettext --prefix=/usr --with-as=/usr/bin/gas --enable-multilib --disable-static --enable-shared --with-system-zlib --program-transform-name=s/cpp/gcpp/
From: Dara Hazeghi <dhazeghi@yahoo.com> To: gin@mo.msk.ru, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: target/4156: [sco3.2v5] pic/libgcc.a Date: Sat, 17 May 2003 02:46:31 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- trail&database=gcc&pr=4156 Hello, gcc 3.0 is now rather old. Would it be possible to check whether this problem still occurs with gcc 3.3? Thanks, Dara
From: Dara Hazeghi <dhazeghi@yahoo.com> To: gin@mo.msk.ru, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: target/4156: [sco3.2v5] pic/libgcc.a Date: Sat, 17 May 2003 02:48:27 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- trail&database=gcc&pr=4156 Hello, gcc 3.0 is now rather old. Would it be possible to check whether this problem still occurs with gcc 3.3? Thanks, Dara
State-Changed-From-To: open->feedback State-Changed-Why: See Dara's question.
This is fixed on the mainline by the following patch: <http://gcc.gnu.org/ml/gcc-patches/ 2003-04/msg00965.html> Closing as fixed as this is not a regression.