pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: libreoffice 4.4 on netbsd-6: gcc too old



Em Qui, 2015-02-05 às 10:55 +0100, Christoph Badura escreveu:
> Trying to build libreoffice44 on netbsd-6 I get:
> 
> configure: error: GCC 4.5.3 is too old, must be at least GCC 4.6.0
> Error running configure at
> /pkg_comp/obj/pkgsrc/misc/libreoffice4/default/libreoffice-4.4.0.3/autogen.sh line 266.
> 
> --chris

Try put these options in the libreoffice4/Makefile
==========================================
GCC_REQD=4.8  
USE_PKGSRC_GCC=yes
CPPFLAGS+=-fno-stack-protector
==========================================
than....
make clean
make install



Sergio







Home | Main Index | Thread Index | Old Index