On 18/06/17 13:20, Michael Felt wrote: > On 27/05/2017 12:39, Pádraig Brady wrote: >> On 25/05/17 02:58, Michael Felt wrote: >>> file config.h contains an incorrect file suffix >> The reason for that error is because your compiler is not >> recognizing the -include option and thus interpreting the >> file as a file to compile. >> >> Now I added the -include option when compiling b2sum >> in v8.26 as I thought it was standard >> (and I checked solaris cc, gcc, clang, icc). >> I see that xlc may support this option if invoked as gxlc ? >> Also you could change the -include in src/local.mk to -qinclude > With -qinclude=config.h it seems to be getting further. Now it stops with > > + make > .buildaix/make.out > "../src/coreutils-8.27/lib/euidaccess.c", line 84.19: 1506-280 (W) > Function argument assignment between types "char*" and "const char*" is > not allowed. > ld: 0711-317 ERROR: Undefined symbol: .renameat > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more > information. > make: 1254-004 The error code from the last command is 8. > > Stop. > make: 1254-004 The error code from the last command is 1. > > Stop. > make: 1254-004 The error code from the last command is 2. > > Stop. > make returned an error > > Will look another time into missing "renameat"
See http://bugs.gnu.org/26044 cheers, Pádraig
