Quote:
Originally Posted by NiLuJe
@geekmaster: If you x-tc env uses a recent enough glibc build, it'll pick up futimens@GLIBC_2.6. You need to short the autotools check to make sure it doesn't get picked up: export ac_cv_func_futimens=no before running configure  .
|
Ah, the joys of trying to build "static linked" applications against glibc.
It is not recommended by the glibc project (nor myself).
Here is one reference to a few of the problems, others are available with a bit of searching:
http://stackoverflow.com/questions/3...inking-is-dead
Page down through the answers.