WEBGATES 3.3.2 gcc libraries requirement during the installation problem
408426Jun 29 2011 — edited Oct 19 2011Have Linux 5.2, 32 bit machine installing webgates 11.1.13
Oracle requires libgcc_s.so.1 libstdc++.so.5 version 3.3.2 installl
When looking http://gcc.gnu.org/ - they have old vesrion 3 gcc-3.2.tar.bz2 - is it what needs to be used?
When building the compiler libs got an error:
../../lib/gcc-3.2/gcc/read-rtl.c:662: error: invalid lvalue in increment
make[2]: *** [read-rtl.o] Error 1
make[2]: Leaving directory `/home/oracle/software/objlib/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/oracle/software/objlib/gcc'
make: *** [bootstrap-lean] Error 2
% mkdir objlib
% cd objlib
% ../lib/gcc-3.2/configure --prefix=/home/oracle/software/objlib target
make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' BOOT_CFLAGS='-msoft-float' bootstrap
Any suggestion how come around these libraries will be appreciated.
Thanks in advanve.
Edited by: mc2 on Jun 29, 2011 2:49 PM