Using Redhat 8.0 (GCC 3.2)
I made a directory called OCC-4.0 then downloaded the cvs tree (using cvs -z3 checkout .) into it. I followed the instructions in the web page . adm/build.htm. I made a link to install-sh in my OCC directory to get the config file to work and I used the following command to make the makefiles...
./configure --enable-static=no --with-tcl=/usr/lib
--with-tk=/usr/lib -with-gl-include=/usr/include --with-xmu-include=/usr/X11R6/include --with-xmu-library=/usr/X11R6/lib -with-gl-library=/usr/lib --prefix=/opt/OCC-4.0
then the command touch NEWS to make make stop whining.
the make then started and appeared to be going well. The only problem is that after 70 minutes of grinding my 1.4MHz P4 into the ground the make process had chewed through 18GB of disk space and I interrupted the build because it looked like it would never stop (I only had 300Mbytes of disk space left) it was linking at the time so I guess the compilation had completed successfuly.
Can it really take so much to build the shared libraries ?
Should one build the shared libraries or the static libraries out of preference ?
or are both needed ?
Commenter-1