[Libreoffice] [PUSHED 3-4-0] always request an unversioned lib from gcc in gccinstlib.pl

Caolán McNamara caolanm at redhat.com
Mon May 23 07:13:29 PDT 2011


On Mon, 2011-05-23 at 16:04 +0200, Thorsten Behrens wrote:
> Bjoern Michaelsen wrote:
> > pushed on 3-4, still needs one review for 3-4-0 (got another one on
> >
> ACKed & pushed by Fridrich & me into -3-4-0

This broke my *vanilla* powerpc multiarch build on Fedora 12, i.e
libgcc_s.so is just a ld script that redirects to the *real*
libgcc_s.so.1. 

[caolan at Herem tools]$ gcc -print-file-name=libgcc_s.so
/usr/lib/gcc/ppc64-redhat-linux/4.4.4/libgcc_s.so
[caolan at Herem tools]$ file /usr/lib/gcc/ppc64-redhat-linux/4.4.4/libgcc_s.so
/usr/lib/gcc/ppc64-redhat-linux/4.4.4/libgcc_s.so: ASCII C program text
[caolan at Herem tools]$ cat /usr/lib/gcc/ppc64-redhat-linux/4.4.4/libgcc_s.so
/* GNU ld script
   Use the shared library, but some functions are only in
   the static library, so try that secondarily.  */
OUTPUT_FORMAT(elf32-powerpc)
GROUP ( /lib/libgcc_s.so.1 libgcc.a )
[caolan at Herem tools]$ gcc -print-file-name=libgcc_s.so.1
/lib/../lib/libgcc_s.so.1
[caolan at Herem tools]$ file /lib/../lib/libgcc_s.so.1
/lib/../lib/libgcc_s.so.1: symbolic link to `libgcc_s-4.4.4-20100630.so.1'

C.



More information about the LibreOffice mailing list