[Tioga-users] Compiling problems for 64-bit linux architecture
Vincent Fourmond
fourmond at gmail.com
Sat Dec 1 11:03:30 EST 2007
Hello Axel,
Axel Etzold wrote:
> when installing tioga
>
> http://www.kitp.ucsb.edu/~paxton/tioga.html,
>
> I get a cannot read symbol, bad value error (see below).
> I tried the gem and QUICK_INSTALL and HOME_INSTALL
> variants.
Apparently, your system is picking up the static zlib library. You
don't have any shared libz.so somewhere around (locate libz.so) ? Try to
move (temporarily...) /usr/local/lib/libz.a somewhere else.
If that does not work, try compiling a shared version of libz (but
that really should already be the case); see http://www.zlib.net/.
> Has somebody else had this problem ? How did they solve it -
> change compilation flags for -fPIC ?
Just for the record, it is libz that misses the -fPIC flag, not tioga
(as can be seen on the line above the one failing).
Cheers,
Vincent
More information about the Tioga-users
mailing list