Re: No curses detected
Mike Aubury <[email protected]> Wed, 22 Mar 2023 10:35:03 +0000
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <CAGAq4WHqyOV=+KvMenq6J3=FPQqe9CG8cJm01v9nn0u_TnP=Pw@mail.gmail.com> |
--===============5808084800203397352== Content-Type: multipart/alternative; boundary="00000000000019715005f77ab728" --00000000000019715005f77ab728 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /lib/libncurses.so.6 when searching for /lib/libncurses.so.6 /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: *cannot find /lib/libncurses.so.6: file in wrong format* These look like it doesn't have the 64 bit binaries, but maybe has 32 bit versions ? On Wed, 22 Mar 2023 at 10:30, Luis Pascual Forner <[email protected]> wrote= : > This is the piece of config.log referring to curses (it's a bit long): > > configure:30563: result: [1mChecking for curses libraries: [m > configure:30610: checking for main in -lncurses > configure:30630: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -lncurses >&5 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libncurses.so.6 when searching for > /lib/libncurses.so.6 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > cannot find /lib/libncurses.so.6: file in wrong format > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libncurses.so.6 when searching for > /lib/libncurses.so.6 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libtinfo.so when searching for -ltinfo > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libtinfo.a when searching for -ltinfo > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1 > collect2: error: ld returned 1 exit status > configure:30630: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | > | int > | main (void) > | { > | return main (); > | ; > | return 0; > | } > configure:30640: result: no > configure:30651: checking for winnstr in -lncurses > configure:30674: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -lncurses >&5 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libncurses.so.6 when searching for > /lib/libncurses.so.6 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > cannot find /lib/libncurses.so.6: file in wrong format > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libncurses.so.6 when searching for > /lib/libncurses.so.6 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libtinfo.so when searching for -ltinfo > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libtinfo.a when searching for -ltinfo > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1 > collect2: error: ld returned 1 exit status > configure:30674: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char winnstr (); > | int > | main (void) > | { > | return winnstr (); > | ; > | return 0; > | } > configure:30684: result: no > configure:30694: checking for winnstr in -lcurses > configure:30717: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -lcurses >&5 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > cannot find -lcurses: No such file or directory > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1 > collect2: error: ld returned 1 exit status > configure:30717: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char winnstr (); > | int > | main (void) > | { > | return winnstr (); > | ; > | return 0; > | } > configure:30727: result: no > configure:30745: result: yes - found > configure:30747: checking For any libncurses library on the system > configure:30757: checking for library containing mvadd_wchnstr > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c >&5 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > /tmp/ccHbWGb8.o: in function `main': > /opt/aubit4glsrc/conftest.c:70: undefined reference to `mvadd_wchnstr' > collect2: error: ld returned 1 exit status > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/lib/libncurses.so.5 other-libs >&5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/lib/libncurses.so.5.9 other-libs >&5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/lib/libncurses.so.6 other-libs >&5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/lib/libncurses.so.6.1 other-libs >&5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/lib64/libncurses.so.5 other-libs >&5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/lib64/libncurses.so.5.9 other-libs >&5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/lib64/libncurses.so.6 other-libs >&5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/lib64/libncurses.so.6.1 other-libs >&5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/usr/lib/libncurses.so other-libs >&5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/usr/lib/ncurses5/libncurses.so other-libs >&5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/usr/lib64/libncurses.so other-libs >&5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30787: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -l/usr/lib64/ncurses5/libncurses.so other-libs >&= 5 > gcc: error: other-libs: No such file or directory > configure:30787: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | /* end confdefs.h. */ > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | char mvadd_wchnstr (); > | int > | main (void) > | { > | return mvadd_wchnstr (); > | ; > | return 0; > | } > configure:30807: result: no > configure:30836: result: Found nothing with AC SEARCH LIBS in > /lib/libncurses.so.5 > /lib/libncurses.so.5.9 > /lib/libncurses.so.6 > /lib/libncurses.so.6.1 > /lib64/libncurses.so.5 > /lib64/libncurses.so.5.9 > /lib64/libncurses.so.6 > /lib64/libncurses.so.6.1 > /usr/lib/libncurses.so > /usr/lib/ncurses5/libncurses.so > /usr/lib64/libncurses.so > /usr/lib64/ncurses5/libncurses.so > configure:31077: checking for curses.h > configure:31077: gcc -c -g -O2 conftest.c >&5 > configure:31077: $? =3D 0 > configure:31077: result: yes > configure:31083: checking for ncurses.h > configure:31083: gcc -c -g -O2 conftest.c >&5 > configure:31083: $? =3D 0 > configure:31083: result: yes > configure:31089: checking for ncurses/ncurses.h > configure:31089: gcc -c -g -O2 conftest.c >&5 > configure:31089: $? =3D 0 > configure:31089: result: yes > configure:31095: checking for curses/curses.h > configure:31095: gcc -c -g -O2 conftest.c >&5 > conftest.c:93:10: fatal error: curses/curses.h: No such file or directory > #include <curses/curses.h> > ^~~~~~~~~~~~~~~~~ > compilation terminated. > configure:31095: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Aubit4gl" > | #define PACKAGE_TARNAME "aubit4gl" > | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD" > | #define PACKAGE_BUGREPORT "[email protected]" > | #define PACKAGE_URL "" > | #define PACKAGE "Aubit4gl" > | #define VERSION "1.6.1" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_U_INT 1 > | #define HAVE_U_INT 1 > | #define HAVE_ERR_H 1 > | #define HAVE_SYSEXITS_H 1 > | #define HAVE_SYS_SOCKET_H 1 > | #define HAVE_SYS_UIO_H 1 > | #define HAVE_NETDB_H 1 > | #define HAVE_NETINET_IN_H 1 > | #define HAVE_NETINET_TCP_H 1 > | #define YYTEXT_POINTER 1 > | #define HAVE_SENDMAIL 1 > | #define HAVE_IKSEMEL 0 > | #define HAVE_LIBGMP 1 > | #define HAVE_GMP_H 1 > | #define HAVE_LIBPCRE 1 > | #define HAVE_PCRE_H 1 > | #define HAVE_LIBSSL 1 > | #define HAVE_LIBZ 1 > | #define HAVE_ZLIB_H 1 > | #define HAVE_ZLIB 1 > | #define HAVE_ZLIB_DEF 1 > | #define HAVE_PDF 0 > | #define HAVE_LIBREADLINE 1 > | #define HAVE_LIBSQLITE3 1 > | #define HAVE_SQLITE3_H 1 > | #define HAVE_SAPODBC 0 > | #define HAVE_IODBC 0 > | #define HAVE_LIBODBC 1 > | #define HAVE_SQL_H 1 > | #define HAVE_SQLEXT_H 1 > | #define HAVE_ODBCINST_H 1 > | #define HAVE_UNIXODBC 1 > | #define HAVE_PGODBC 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK_VERSION 0 > | #define HAVE_GTK 0 > | #define HAVE_RPCGEN 1 > | #define HAVE_RPCLIB 0 > | #define HAVE_CURSES_H 1 > | #define HAVE_NCURSES_H 1 > | #define HAVE_NCURSES_NCURSES_H 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #include <curses/curses.h> > configure:31095: result: no > configure:31136: checking for main in -lform > configure:31156: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -lform >&5 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libform.so when searching for -lform > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libform.a when searching for -lform > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1 > configure:31156: $? =3D 0 > configure:31166: result: yes > configure:31177: checking for main in -lpanel > configure:31197: gcc -o conftest -g -O2 -L/lib -L/usr/local/lib > -L/usr/lib conftest.c -lpanel -lform >&5 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libpanel.so when searching for -lpanel > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libpanel.a when searching for -lpanel > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libform.so when searching for -lform > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libform.a when searching for -lform > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1 > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1 > configure:31197: $? =3D 0 > configure:31207: result: yes > configure:31240: result: > configure:31242: result: [1mChecking for PDcurses/Xcurses: [m > > > El 22/3/23 a las 11:21, Mike Aubury escribi=C3=B3: > > Can you send the relevant portion of the config.log ? > > > > If its not finding the ncurses devel library - it might be that it just > > needs a nudge as to where it is located.. > > > > On Wed, 22 Mar 2023 at 10:18, Luis Pascual Forner <[email protected] > > <mailto:[email protected]>> wrote: > > > > Dear Aubit4GL team, > > > > I have compiled aubit4gl on openSUSE Leap 15.4. The compilation was > > successful, but the curses libraries are not detected, even though = I > > have all the distribution's ncurses packages installed: libncurses5= , > > libncurses5-32bit, libncurses6, libncurses6-32bit, ncurses-devel, > > ncurses5-devel and ncurses5-devel-32bit. > > > > The output of configure is: > > > > Checking for curses libraries: > > checking for main in -lncurses... no > > checking for winnstr in -lncurses... no > > checking for winnstr in -lcurses... no > > yes - found > > checking For any libncurses library on the system... checking for > > library containing mvadd_wchnstr... no > > Did not find it > > Found nothing with AC SEARCH LIBS in /lib/libncurses.so.5 > > /lib/libncurses.so.5.9 > > /lib/libncurses.so.6 > > /lib/libncurses.so.6.1 > > /lib64/libncurses.so.5 > > /lib64/libncurses.so.5.9 > > /lib64/libncurses.so.6 > > /lib64/libncurses.so.6.1 > > /usr/lib/libncurses.so > > /usr/lib/ncurses5/libncurses.so > > /usr/lib64/libncurses.so > > /usr/lib64/ncurses5/libncurses.so > > checking for curses.h... yes > > checking for ncurses.h... yes > > checking for ncurses/ncurses.h... yes > > checking for curses/curses.h... no > > checking for main in -lform... yes > > checking for main in -lpanel... yes > > > > What I can do? > > > > Thanks in advance > > > > > > _______________________________________________ > > Aubit4gl-discuss mailing list > > [email protected] > > <mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss > > <https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss> > > > --00000000000019715005f77ab728 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse= -linux/bin/ld:<br>skipping incompatible /lib/libncurses.so.6 when searching= for<br>/lib/libncurses.so.6<br>/usr/lib64/gcc/x86_64-suse-linux/7/../../..= /../x86_64-suse-linux/bin/ld:<br><b>cannot find /lib/libncurses.so.6: file = in wrong format</b><br><div><br></div><div><br></div><div>These look like i= t doesn't=C2=A0have the 64 bit binaries, but maybe has 32 bit versions = ?</div><div><br></div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr"= class=3D"gmail_attr">On Wed, 22 Mar 2023 at 10:30, Luis Pascual Forner <= ;<a href=3D"mailto:[email protected]">[email protected]</a>> wrote:<br><= /div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;bo= rder-left:1px solid rgb(204,204,204);padding-left:1ex">This is the piece of= config.log referring to curses (it's a bit long):<br> <br> configure:30563: result:=C2=A0 [1mChecking for curses libraries: [m<br> configure:30610: checking for main in -lncurses<br> configure:30630: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -lncurses=C2=A0 =C2=A0>&5<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libncurses.so.6 when searching for <br> /lib/libncurses.so.6<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> cannot find /lib/libncurses.so.6: file in wrong format<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libncurses.so.6 when searching for <br> /lib/libncurses.so.6<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /usr/lib/libtinfo.so when searching for -ltinfo<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /usr/lib/libtinfo.a when searching for -ltinfo<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1<b= r> collect2: error: ld returned 1 exit status<br> configure:30630: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> |<br> | int<br> | main (void)<br> | {<br> | return main ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30640: result: no<br> configure:30651: checking for winnstr in -lncurses<br> configure:30674: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -lncurses=C2=A0 =C2=A0>&5<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libncurses.so.6 when searching for <br> /lib/libncurses.so.6<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> cannot find /lib/libncurses.so.6: file in wrong format<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libncurses.so.6 when searching for <br> /lib/libncurses.so.6<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /usr/lib/libtinfo.so when searching for -ltinfo<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /usr/lib/libtinfo.a when searching for -ltinfo<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1<b= r> collect2: error: ld returned 1 exit status<br> configure:30674: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char winnstr ();<br> | int<br> | main (void)<br> | {<br> | return winnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30684: result: no<br> configure:30694: checking for winnstr in -lcurses<br> configure:30717: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -lcurses=C2=A0 =C2=A0>&5<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> cannot find -lcurses: No such file or directory<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1<b= r> collect2: error: ld returned 1 exit status<br> configure:30717: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char winnstr ();<br> | int<br> | main (void)<br> | {<br> | return winnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30727: result: no<br> configure:30745: result: yes - found<br> configure:30747: checking For any libncurses library on the system<br> configure:30757: checking for library containing mvadd_wchnstr<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c=C2=A0 >&5<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1<b= r> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1<b= r> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> /tmp/ccHbWGb8.o: in function `main':<br> /opt/aubit4glsrc/conftest.c:70: undefined reference to `mvadd_wchnstr'<= br> collect2: error: ld returned 1 exit status<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/lib/libncurses.so.5 other-libs=C2=A0 =C2=A0>&am= p;5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/lib/libncurses.so.5.9 other-libs=C2=A0 =C2=A0>&= amp;5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/lib/libncurses.so.6 other-libs=C2=A0 =C2=A0>&am= p;5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/lib/libncurses.so.6.1 other-libs=C2=A0 =C2=A0>&= amp;5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/lib64/libncurses.so.5 other-libs=C2=A0 =C2=A0>&= amp;5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/lib64/libncurses.so.5.9 other-libs=C2=A0 =C2=A0>= ;&5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/lib64/libncurses.so.6 other-libs=C2=A0 =C2=A0>&= amp;5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/lib64/libncurses.so.6.1 other-libs=C2=A0 =C2=A0>= ;&5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/usr/lib/libncurses.so other-libs=C2=A0 =C2=A0>&= amp;5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/usr/lib/ncurses5/libncurses.so other-libs=C2=A0 = =C2=A0>&5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/usr/lib64/libncurses.so other-libs=C2=A0 =C2=A0>= ;&5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30787: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -l/usr/lib64/ncurses5/libncurses.so other-libs=C2=A0 = =C2=A0>&5<br> gcc: error: other-libs: No such file or directory<br> configure:30787: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | /* end confdefs.h.=C2=A0 */<br> |<br> | /* Override any GCC internal prototype to avoid an error.<br> |=C2=A0 =C2=A0 Use char because int might match the return type of a GCC<br= > |=C2=A0 =C2=A0 builtin and then its argument prototype would still apply.= =C2=A0 */<br> | char mvadd_wchnstr ();<br> | int<br> | main (void)<br> | {<br> | return mvadd_wchnstr ();<br> |=C2=A0 =C2=A0;<br> |=C2=A0 =C2=A0return 0;<br> | }<br> configure:30807: result: no<br> configure:30836: result: Found nothing with AC SEARCH LIBS in <br> /lib/libncurses.so.5<br> /lib/libncurses.so.5.9<br> /lib/libncurses.so.6<br> /lib/libncurses.so.6.1<br> /lib64/libncurses.so.5<br> /lib64/libncurses.so.5.9<br> /lib64/libncurses.so.6<br> /lib64/libncurses.so.6.1<br> /usr/lib/libncurses.so<br> /usr/lib/ncurses5/libncurses.so<br> /usr/lib64/libncurses.so<br> /usr/lib64/ncurses5/libncurses.so<br> configure:31077: checking for curses.h<br> configure:31077: gcc -c=C2=A0 -g -O2=C2=A0 conftest.c >&5<br> configure:31077: $? =3D 0<br> configure:31077: result: yes<br> configure:31083: checking for ncurses.h<br> configure:31083: gcc -c=C2=A0 -g -O2=C2=A0 conftest.c >&5<br> configure:31083: $? =3D 0<br> configure:31083: result: yes<br> configure:31089: checking for ncurses/ncurses.h<br> configure:31089: gcc -c=C2=A0 -g -O2=C2=A0 conftest.c >&5<br> configure:31089: $? =3D 0<br> configure:31089: result: yes<br> configure:31095: checking for curses/curses.h<br> configure:31095: gcc -c=C2=A0 -g -O2=C2=A0 conftest.c >&5<br> conftest.c:93:10: fatal error: curses/curses.h: No such file or directory<b= r> =C2=A0 #include <curses/curses.h><br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~<br> compilation terminated.<br> configure:31095: $? =3D 1<br> configure: failed program was:<br> | /* confdefs.h */<br> | #define PACKAGE_NAME "Aubit4gl"<br> | #define PACKAGE_TARNAME "aubit4gl"<br> | #define PACKAGE_VERSION "$AUBIT_VERSION.$AUBIT_BUILD"<br> | #define PACKAGE_STRING "Aubit4gl $AUBIT_VERSION.$AUBIT_BUILD"<b= r> | #define PACKAGE_BUGREPORT "<a href=3D"mailto:aubit4gl-discuss@lists.= sourceforge.net" target=3D"_blank">[email protected]</= a>"<br> | #define PACKAGE_URL ""<br> | #define PACKAGE "Aubit4gl"<br> | #define VERSION "1.6.1"<br> | #define HAVE_STDIO_H 1<br> | #define HAVE_STDLIB_H 1<br> | #define HAVE_STRING_H 1<br> | #define HAVE_INTTYPES_H 1<br> | #define HAVE_STDINT_H 1<br> | #define HAVE_STRINGS_H 1<br> | #define HAVE_SYS_STAT_H 1<br> | #define HAVE_SYS_TYPES_H 1<br> | #define HAVE_UNISTD_H 1<br> | #define HAVE_SYS_TIME_H 1<br> | #define STDC_HEADERS 1<br> | #define HAVE_DLFCN_H 1<br> | #define LT_OBJDIR ".libs/"<br> | #define HAVE_U_INT 1<br> | #define HAVE_U_INT 1<br> | #define HAVE_ERR_H 1<br> | #define HAVE_SYSEXITS_H 1<br> | #define HAVE_SYS_SOCKET_H 1<br> | #define HAVE_SYS_UIO_H 1<br> | #define HAVE_NETDB_H 1<br> | #define HAVE_NETINET_IN_H 1<br> | #define HAVE_NETINET_TCP_H 1<br> | #define YYTEXT_POINTER 1<br> | #define HAVE_SENDMAIL 1<br> | #define HAVE_IKSEMEL 0<br> | #define HAVE_LIBGMP 1<br> | #define HAVE_GMP_H 1<br> | #define HAVE_LIBPCRE 1<br> | #define HAVE_PCRE_H 1<br> | #define HAVE_LIBSSL 1<br> | #define HAVE_LIBZ 1<br> | #define HAVE_ZLIB_H 1<br> | #define HAVE_ZLIB 1<br> | #define HAVE_ZLIB_DEF 1<br> | #define HAVE_PDF 0<br> | #define HAVE_LIBREADLINE 1<br> | #define HAVE_LIBSQLITE3 1<br> | #define HAVE_SQLITE3_H 1<br> | #define HAVE_SAPODBC 0<br> | #define HAVE_IODBC 0<br> | #define HAVE_LIBODBC 1<br> | #define HAVE_SQL_H 1<br> | #define HAVE_SQLEXT_H 1<br> | #define HAVE_ODBCINST_H 1<br> | #define HAVE_UNIXODBC 1<br> | #define HAVE_PGODBC 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK_VERSION 0<br> | #define HAVE_GTK 0<br> | #define HAVE_RPCGEN 1<br> | #define HAVE_RPCLIB 0<br> | #define HAVE_CURSES_H 1<br> | #define HAVE_NCURSES_H 1<br> | #define HAVE_NCURSES_NCURSES_H 1<br> | /* end confdefs.h.=C2=A0 */<br> | #include <stddef.h><br> | #ifdef HAVE_STDIO_H<br> | # include <stdio.h><br> | #endif<br> | #ifdef HAVE_STDLIB_H<br> | # include <stdlib.h><br> | #endif<br> | #ifdef HAVE_STRING_H<br> | # include <string.h><br> | #endif<br> | #ifdef HAVE_INTTYPES_H<br> | # include <inttypes.h><br> | #endif<br> | #ifdef HAVE_STDINT_H<br> | # include <stdint.h><br> | #endif<br> | #ifdef HAVE_STRINGS_H<br> | # include <strings.h><br> | #endif<br> | #ifdef HAVE_SYS_TYPES_H<br> | # include <sys/types.h><br> | #endif<br> | #ifdef HAVE_SYS_STAT_H<br> | # include <sys/stat.h><br> | #endif<br> | #ifdef HAVE_UNISTD_H<br> | # include <unistd.h><br> | #endif<br> | #include <curses/curses.h><br> configure:31095: result: no<br> configure:31136: checking for main in -lform<br> configure:31156: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -lform=C2=A0 =C2=A0>&5<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /usr/lib/libform.so when searching for -lform<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /usr/lib/libform.a when searching for -lform<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1<b= r> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1<b= r> configure:31156: $? =3D 0<br> configure:31166: result: yes<br> configure:31177: checking for main in -lpanel<br> configure:31197: gcc -o conftest=C2=A0 -g -O2=C2=A0 -L/lib=C2=A0 -L/usr/loc= al/lib <br> -L/usr/lib conftest.c -lpanel=C2=A0 -lform=C2=A0 >&5<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /usr/lib/libpanel.so when searching for -lpanel<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /usr/lib/libpanel.a when searching for -lpanel<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /usr/lib/libform.so when searching for -lform<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /usr/lib/libform.a when searching for -lform<br> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1<b= r> /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: <b= r> skipping incompatible /lib/libgcc_s.so.1 when searching for libgcc_s.so.1<b= r> configure:31197: $? =3D 0<br> configure:31207: result: yes<br> configure:31240: result:<br> configure:31242: result:=C2=A0 [1mChecking for PDcurses/Xcurses: [m<br> <br> <br> El 22/3/23 a las 11:21, Mike Aubury escribi=C3=B3:<br> > Can you send the relevant portion of the config.log ?<br> > <br> > If its not finding the ncurses devel library - it might be that it jus= t <br> > needs a nudge as to where it is located..<br> > <br> > On Wed, 22 Mar 2023 at 10:18, Luis Pascual Forner <<a href=3D"mailt= o:[email protected]" target=3D"_blank">[email protected]</a> <br> > <mailto:<a href=3D"mailto:[email protected]" target=3D"_blank">lpas= [email protected]</a>>> wrote:<br> > <br> >=C2=A0 =C2=A0 =C2=A0Dear Aubit4GL team,<br> > <br> >=C2=A0 =C2=A0 =C2=A0I have compiled aubit4gl on openSUSE Leap 15.4. The= compilation was<br> >=C2=A0 =C2=A0 =C2=A0successful, but the curses libraries are not detect= ed, even though I<br> >=C2=A0 =C2=A0 =C2=A0have all the distribution's ncurses packages in= stalled: libncurses5,<br> >=C2=A0 =C2=A0 =C2=A0libncurses5-32bit, libncurses6, libncurses6-32bit, = ncurses-devel,<br> >=C2=A0 =C2=A0 =C2=A0ncurses5-devel and ncurses5-devel-32bit.<br> > <br> >=C2=A0 =C2=A0 =C2=A0The output of configure is:<br> > <br> >=C2=A0 =C2=A0 =C2=A0Checking for curses libraries:<br> >=C2=A0 =C2=A0 =C2=A0checking for main in -lncurses... no<br> >=C2=A0 =C2=A0 =C2=A0checking for winnstr in -lncurses... no<br> >=C2=A0 =C2=A0 =C2=A0checking for winnstr in -lcurses... no<br> >=C2=A0 =C2=A0 =C2=A0yes - found<br> >=C2=A0 =C2=A0 =C2=A0checking For any libncurses library on the system..= . checking for<br> >=C2=A0 =C2=A0 =C2=A0library containing mvadd_wchnstr... no<br> >=C2=A0 =C2=A0 =C2=A0Did not find it<br> >=C2=A0 =C2=A0 =C2=A0Found nothing with AC SEARCH LIBS in /lib/libncurse= s.so.5<br> >=C2=A0 =C2=A0 =C2=A0/lib/libncurses.so.5.9<br> >=C2=A0 =C2=A0 =C2=A0/lib/libncurses.so.6<br> >=C2=A0 =C2=A0 =C2=A0/lib/libncurses.so.6.1<br> >=C2=A0 =C2=A0 =C2=A0/lib64/libncurses.so.5<br> >=C2=A0 =C2=A0 =C2=A0/lib64/libncurses.so.5.9<br> >=C2=A0 =C2=A0 =C2=A0/lib64/libncurses.so.6<br> >=C2=A0 =C2=A0 =C2=A0/lib64/libncurses.so.6.1<br> >=C2=A0 =C2=A0 =C2=A0/usr/lib/libncurses.so<br> >=C2=A0 =C2=A0 =C2=A0/usr/lib/ncurses5/libncurses.so<br> >=C2=A0 =C2=A0 =C2=A0/usr/lib64/libncurses.so<br> >=C2=A0 =C2=A0 =C2=A0/usr/lib64/ncurses5/libncurses.so<br> >=C2=A0 =C2=A0 =C2=A0checking for curses.h... yes<br> >=C2=A0 =C2=A0 =C2=A0checking for ncurses.h... yes<br> >=C2=A0 =C2=A0 =C2=A0checking for ncurses/ncurses.h... yes<br> >=C2=A0 =C2=A0 =C2=A0checking for curses/curses.h... no<br> >=C2=A0 =C2=A0 =C2=A0checking for main in -lform... yes<br> >=C2=A0 =C2=A0 =C2=A0checking for main in -lpanel... yes<br> > <br> >=C2=A0 =C2=A0 =C2=A0What I can do?<br> > <br> >=C2=A0 =C2=A0 =C2=A0Thanks in advance<br> > <br> > <br> >=C2=A0 =C2=A0 =C2=A0_______________________________________________<br> >=C2=A0 =C2=A0 =C2=A0Aubit4gl-discuss mailing list<br> >=C2=A0 =C2=A0 =C2=A0<a href=3D"mailto:[email protected]= e.net" target=3D"_blank">[email protected]</a><br> >=C2=A0 =C2=A0 =C2=A0<mailto:<a href=3D"mailto:Aubit4gl-discuss@lists= .sourceforge.net" target=3D"_blank">[email protected]<= /a>><br> >=C2=A0 =C2=A0 =C2=A0<a href=3D"https://lists.sourceforge.net/lists/list= info/aubit4gl-discuss" rel=3D"noreferrer" target=3D"_blank">https://lists.s= ourceforge.net/lists/listinfo/aubit4gl-discuss</a><br> >=C2=A0 =C2=A0 =C2=A0<<a href=3D"https://lists.sourceforge.net/lists/= listinfo/aubit4gl-discuss" rel=3D"noreferrer" target=3D"_blank">https://lis= ts.sourceforge.net/lists/listinfo/aubit4gl-discuss</a>><br> > <br> </blockquote></div> --00000000000019715005f77ab728-- --===============5808084800203397352== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============5808084800203397352== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Aubit4gl-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss --===============5808084800203397352==--