Hello Bruno, it looks like I now can create the testdir myself. I successfully build the missing tools.
Base: gnulib-d614713 Solved: test-strtod The only unclean messages during bild are: ... xlc -DHAVE_CONFIG_H -I. -DGNULIB_STRICT_CHECKING=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_THREAD_SAFE -g -c -o test-ftell.o test-ftell.c "/usr/include/fcntl.h", line 215.9: 1506-236 (W) Macro name O_SYNC has been redefined. "/usr/include/fcntl.h", line 215.9: 1506-358 (I) "O_SYNC" is defined on line 526 of ./../gllib/fcntl.h. "/usr/include/fcntl.h", line 224.9: 1506-236 (W) Macro name O_DSYNC has been redefined. "/usr/include/fcntl.h", line 224.9: 1506-358 (I) "O_DSYNC" is defined on line 494 of ./../gllib/fcntl.h. "/usr/include/fcntl.h", line 225.9: 1506-236 (W) Macro name O_RSYNC has been redefined. "/usr/include/fcntl.h", line 225.9: 1506-358 (I) "O_RSYNC" is defined on line 522 of ./../gllib/fcntl.h. "/usr/include/fcntl.h", line 230.9: 1506-236 (W) Macro name AT_FDCWD has been redefined. "/usr/include/fcntl.h", line 230.9: 1506-358 (I) "AT_FDCWD" is defined on line 566 of ./../gllib/fcntl.h. "/usr/include/fcntl.h", line 234.9: 1506-236 (W) Macro name AT_EACCESS has been redefined. "/usr/include/fcntl.h", line 234.9: 1506-358 (I) "AT_EACCESS" is defined on line 585 of ./../gllib/fcntl.h. "/usr/include/fcntl.h", line 236.9: 1506-236 (W) Macro name AT_SYMLINK_NOFOLLOW has been redefined. "/usr/include/fcntl.h", line 236.9: 1506-358 (I) "AT_SYMLINK_NOFOLLOW" is defined on line 572 of ./../gllib/fcntl.h. "/usr/include/fcntl.h", line 274.9: 1506-236 (W) Macro name O_NDELAY has been redefined. "/usr/include/fcntl.h", line 274.9: 1506-358 (I) "O_NDELAY" is defined on line 498 of ./../gllib/fcntl.h. "/usr/include/fcntl.h", line 277.9: 1506-236 (W) Macro name O_DIRECT has been redefined. "/usr/include/fcntl.h", line 277.9: 1506-358 (I) "O_DIRECT" is defined on line 486 of ./../gllib/fcntl.h. xlc -g -o test-ftell test-ftell.o ../gllib/libgnu.a -lm ... and some compiler warnings: xlc -DHAVE_CONFIG_H -I. -DGNULIB_STRICT_CHECKING=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_THREAD_SAFE -g -c -o test-isinf.o test-isinf.c "test-isinf.c", line 56.25: 1506-232 (I) Divisor for modulus or division operator cannot be zero. "test-isinf.c", line 57.26: 1506-232 (I) Divisor for modulus or division operator cannot be zero. "test-isinf.c", line 102.24: 1506-232 (I) Divisor for modulus or division operator cannot be zero. "test-isinf.c", line 103.25: 1506-232 (I) Divisor for modulus or division operator cannot be zero. "test-isinf.c", line 151.25: 1506-232 (I) Divisor for modulus or division operator cannot be zero. "test-isinf.c", line 152.26: 1506-232 (I) Divisor for modulus or division operator cannot be zero. xlc -g -o test-isinf test-isinf.o ../gllib/libgnu.a -lm Bye Rainer
