Hi Gary,
I managed to figure out a fix for the issue I was having.
It seems that with my ubuntu platform (11.10) the libz.so file is
stored in /usr/lib/x86_64-linux-gnu/
I ended up going to rel.build/applications/ctbss/CMakeFiles/
medialScalarField.dir/
and then editing link.txt to include "/usr/lib/x86_64-linux-gnu/
libz.so"
This allowed me to proceed on in the make process, I did have to add
the same line to other applications (affine3dshapeaverage, asvcgm,
etc...)
That was the only issue though. I managed to make it the entire way
through make and successfully install after it.
Hopefully this will help anyone else that runs into this issue.
Thanks,
Michael
On May 4, 11:09 pm, Hui Zhang <
garyhuizh...@gmail.com> wrote:
> I have seen this problem before. I don't understand why it happens in
> the first place. I think I fixed it by appending "-lz" to the linker
> command in the ccmake dialog, or something along this line.
>
> Gary
>