thanks, I'm not sure if it is what you suggested or another change I made, but I'm getting a different error (though it has advanced beyond the previous point, which is a plus).
I changed the code to read:
# Included libraries (zlib)
#LIB = -lz
LIB = -lz -I/usr/include/ -L/home/Public/Packages/zlib-1.2.7/
now, when running:
root@root:/home/Public/Packages/vcftools_0.1.10# make
i get the following
make[1]: Entering directory `/home/Public/Packages/vcftools_0.1.10/cpp'
make[1]: `vcftools' is up to date.
make[1]: Leaving directory `/home/Public/Packages/vcftools_0.1.10/cpp'
make[1]: Entering directory `/home/Public/Packages/vcftools_0.1.10/perl'
cp: cannot stat `/home/Public/Packages/vcftools_0.1.10/perl/fill-rsIDs': No such file or directory
cp: cannot stat `/home/Public/Packages/vcftools_0.1.10/perl/vcf-filter': No such file or directory
make[1]: Leaving directory `/home/Public/Packages/vcftools_0.1.10/perl'
I feel like this may still be related to an issue with zlib, though it's getting stuck at trying to copy files in the perl folder. Thanks for the quick response!!!
PS: just a quick note--zlib was installed on this machine in August 2012, so I'm assuming version 1.2.7 has been on here the entire time. not sure if that changes anything.
You were correct in the way that you were looking for the package (on a Debian machine), but then tried to install a package that doesn't exist (well, it does in the RHEL repos but it does not look like that applies in your case). Just try to install "zlib1g-dev" and see what happens. Or, you could update with "apt-get update" or install from source.