[Libreoffice] Compilation failed in external; Ubuntu 11.04 beta

Caolán McNamara caolanm at redhat.com
Wed Apr 13 01:10:57 PDT 2011


On Mon, 2011-04-11 at 20:28 +0200, Bálint Dózsa wrote:
> /usr/bin/perl -w /media/sda9/git/libox/solenv/bin/gccinstlib.pl
> libgcc_s.so.1 ../unxlngi6.pro/lib
> copy libgcc_s.so.1 to ../unxlngi6.pro/lib
> /bin/cp: cannot stat `libgcc_s.so.1': No such file or directory

So, what *should* have happened here is that  it should have said...

copy /lib/../lib/libgcc_s.so.1 to ../unxlngi6.pro/lib

and succeeded, so, what's the output of...

gcc -print-file-name=libgcc_s.so.1

you should get "/lib/libgcc_s.so.1" as the output

from your earlier lines it looks like

gcc -print-file-name=libstdc++.so.6
is working

C.




More information about the LibreOffice mailing list