Getting a vanilla gcc 4.6.3 to build on opensuse
Thorsten Behrens
thb at documentfoundation.org
Tue Jul 7 01:37:10 PDT 2015
Hi Miklos, all,
the below is what I did on tumbleweed:
- http://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.6.3/gcc-4.6.3.tar.bz2
- tar -tf gcc-4.6.3.tar.bz2
- mkdir build-gcc-4.6.3
- cd gcc-4.6.3
- patch -p1 < ../linux-unwind.patch
- cd ../build-gcc-4.6.3
- ../gcc-4.6.3/configure --prefix=/home/me/local --enable-language=c,c++ --program-suffix=-4.6.3
- make -j8
For the libo build, sticking full path into CXX and CC then just works.
HTH,
-- Thorsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: linux-unwind.patch
Type: text/x-patch
Size: 432 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150707/fdb5805f/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150707/fdb5805f/attachment.sig>
More information about the LibreOffice
mailing list