Introducing autoconf still causes a troble. Shooting the trouble may not be so difficult. However, some information is needed. I'll write them on INSTALL file.
Signed-off-by: Masatake YAMATO <[email protected]> diff --git a/INSTALL b/INSTALL index ad50711..f7c9654 100644 --- a/INSTALL +++ b/INSTALL @@ -11,6 +11,16 @@ Then run: $ ./configure $ make all +If you get a build error, please report it to [email protected] with +following information, + + 1. the error output of build tools(make, gcc, etc...) + 2. the output of ./configure + 3. include/config.h + 4. config.mk + 5. config.log + + If you want to use default configuration, autoconf is not needed. Just run: $ touch include/config.h.default $ make config.h ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
