error when compiling on ubuntu-10.10
I had tried to compile (build) rosetta-3.2 on PC running Ubuntu-10.10 (64 bits),
I have conducted downgrade of gcc to version 4.1,
with this command:
$/> ./scons bin mode=release
but, after approx. half an hour compiling, I got the following errors:
-Lsrc -L/usr/local/lib -L/usr/lib -lObjexxFCL -lz
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
scons: *** [build/src/release/linux/2.6/64/x86/gcc/libutility.so] Error 1
scons: building terminated because of errors.
What should I do to resolve this errors?