Gilles Chanteperdrix wrote: > I get this warning when compiling trunk: > > checking for __thread... rm: cannot remove `conftest1.dir': Is a directory > yes > That simple, it's a typo in this line: http://www.rts.uni-hannover.de/xenomai/lxr/source/configure.in?v=SVN-trunk#394 Also, that rm should be done outside the if block to play safe. Jan