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  .
|