Date: Tue, 13 Jan 2004 11:09:18 -0200 From: "Carlos F. A. Paniago" <pan@panix.ecof.org.br> To: openoffice@freebsd.org Subject: GCC in FreeBSD 4.9-STABLE Message-ID: <4003EDFE.2010205@panix.ecof.org.br>
next in thread | raw e-mail | index | archive | help
Hi: The last week gcc33 in ports is not capable to compile openoffice-1.1. The last one was. I tried to compile the openoffice-1.1 in ports in a FreeBSD 4.9-STABLE and this is the result: GCC33 - Fails in an enumeration GCC34 - Fails in the mozilla stuff GCC32 - Compiles and the result is working ok. Sugestion: Temporary to change in the Makefile the gcc33 to gcc32 as in: .if ${OSVERSION} < 500000 # OOo requires gcc 3.2 (not systems's gcc) BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 USE_GCC=3.2 # make no sense yet CC= gcc32 CXX= g++32 .endif The other sugestion is to submit the gcc33 error to the gcc group. Paniago -- Nome: Carlos Fernando Assis Paniago Email: pan@panix.ecof.org.br e pan@cnpm.embrapa.br Web: http://www.panix.ecof.org.br/ e http://www.cnpm.embrapa.br/ --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4003EDFE.2010205>