Hi, Im trying to compile psmisc-22.2 in linuxfromscratch 6.2 and received several errors at the configure level. All involved the file confdefs.h and one like this:
| / confdefs.h. /
|
| #define PACKAGE_NAME "psmisc"
| #define PACKAGE_TARNAME "psmisc"
| #define PACKAGE_VERSION "22.2"
| #define PACKAGE_STRING "psmisc 22.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "psmisc"
| #define VERSION "22.2"
| #define WITH_IPV6 1
| / end confdefs.h. /
|
| / Override any gcc2 internal prototype to avoid an error. /
| #ifdef __cplusplus
| extern "C"
| #endif
| / We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. /
| char tgetent ();
| int
| main ()
| {
| tgetent ();
| ;
| return 0;
| }
configure:3413: result: no
configure:3418: error: Cannot find tinfo
(also related to above:
"libncurses.so: file format not recognized; treating as linker script"
Others like:"conftest.c:11:28: error: ac_nonexistent.h: No such file or directory"
I'd like to post the entire config.log file if someone can please help me! Im new here and unable to find help in FAQ or google search.
Thanks a lot in advance!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, Im trying to compile psmisc-22.2 in linuxfromscratch 6.2 and received several errors at the configure level. All involved the file confdefs.h and one like this:
| / confdefs.h. /
|
| #define PACKAGE_NAME "psmisc"
| #define PACKAGE_TARNAME "psmisc"
| #define PACKAGE_VERSION "22.2"
| #define PACKAGE_STRING "psmisc 22.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "psmisc"
| #define VERSION "22.2"
| #define WITH_IPV6 1
| / end confdefs.h. /
|
| / Override any gcc2 internal prototype to avoid an error. /
| #ifdef __cplusplus
| extern "C"
| #endif
| / We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. /
| char tgetent ();
| int
| main ()
| {
| tgetent ();
| ;
| return 0;
| }
configure:3413: result: no
configure:3418: error: Cannot find tinfo
(also related to above:
"libncurses.so: file format not recognized; treating as linker script"
Others like:"conftest.c:11:28: error: ac_nonexistent.h: No such file or directory"
I'd like to post the entire config.log file if someone can please help me! Im new here and unable to find help in FAQ or google search.
Thanks a lot in advance!!