Tharanga Abeyseela (RGA)
2010-07-16 03:55:58 UTC
Hi Guys,
I was trying to compile unattended latest source. (I downloaded it y'day). I changed the Makefile gcc to 2.5, and compile the source
Make iso, but finally got this error.
No shared library support; try without defining CC and CFLAGS
Building static library libz.a version 1.2.5 with gcc -m32.
Checking for off64_t... No.
Checking for fseeko... Yes.
Checking for unistd.h... No.
Checking whether to use vs[n]printf() or s[n]printf()... using s[n]printf().
Checking for snprintf() in stdio.h... Yes.
Checking for return value of snprintf()... No.
WARNING: apparently snprintf() does not return a value. zlib
can build but will be open to possible string-format security
vulnerabilities.
Checking for attribute(visibility) support... No.
make[1]: Entering directory `/usr/src/unattended/linuxboot/zlib-1.2.5'
make[1]: *** No rule to make target `libz.so.1.2.5'. Stop.
make[1]: Leaving directory `/usr/src/unattended/linuxboot/zlib-1.2.5'
make: *** [zlib-1.2.5/libz.so.1.2.5] Error 2
whats wrong with the Makefile ? iam running that on CentOS 5.4, or what iam missing ?
Thanks in advance
Tharanga
I was trying to compile unattended latest source. (I downloaded it y'day). I changed the Makefile gcc to 2.5, and compile the source
Make iso, but finally got this error.
No shared library support; try without defining CC and CFLAGS
Building static library libz.a version 1.2.5 with gcc -m32.
Checking for off64_t... No.
Checking for fseeko... Yes.
Checking for unistd.h... No.
Checking whether to use vs[n]printf() or s[n]printf()... using s[n]printf().
Checking for snprintf() in stdio.h... Yes.
Checking for return value of snprintf()... No.
WARNING: apparently snprintf() does not return a value. zlib
can build but will be open to possible string-format security
vulnerabilities.
Checking for attribute(visibility) support... No.
make[1]: Entering directory `/usr/src/unattended/linuxboot/zlib-1.2.5'
make[1]: *** No rule to make target `libz.so.1.2.5'. Stop.
make[1]: Leaving directory `/usr/src/unattended/linuxboot/zlib-1.2.5'
make: *** [zlib-1.2.5/libz.so.1.2.5] Error 2
whats wrong with the Makefile ? iam running that on CentOS 5.4, or what iam missing ?
Thanks in advance
Tharanga