[PVFS-users] pvfs and glibc 2.1.3
Rob Ross
rbross@parl.ces.clemson.edu
Thu, 13 Jul 2000 13:59:00 -0400 (EDT)
Christophe,
I'm checking with another user who was working on this exact problem; I
don't recall if he had a solution or not.
In general every time we switch to a new glibc, something breaks. This is
an unfortunate side effect of some design decisions on the part of the
glibc developers (IMHO). Their goal is tight, highly optimized code,
and they sacrifice a clean interface between the glibc code and the system
calls themselves in order to attain this goal. This results in a less
than ideal environment in which to implement our wrappers :).
Depending on your situation, you might not need to compile with the
wrappers. For instance, if you are using ROMIO for parallel I/O, or if
you are using our kernel module, you would not need the wrappers at all.
I will report back on the glibc2.1.3 issue when I know more.
Thanks!
Rob
---
Rob Ross
Parallel Architecture Research Lab, Clemson University
On Thu, 13 Jul 2000, Christophe Prud'homme wrote:
> I am using the glibc 2.1.3 (on debian woody) and it is not recognized
> by pvfs configure. any hints on how to hack that?
>
> regards
> Christophe