Re: Binary install on FreeBSD
"James B. Byrne via Aubit4gl-discuss" <[email protected]> Wed, 6 Jan 2021 17:37:00 -0500
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, January 6, 2021 15:57, Mike Aubury wrote:
> You should try to compile from source of at all possible.
>
> The standard
>
> ./configure
> make
>
I am doing this at the moment. This is where I am at:
$ ./configure --prefix=$HOME/usr/local
--exec-prefix=$HOME/usr/local --with-build-cc=/usr/local/bin/gcc
--with-build-cflags=-lm --oldincludedir=/usr/local/lib
--with-iodbc=/usr/local/lib
--with-java=/usr/local/openjdk11
--with-pgsqleng=/var/db/postgres/data
checking Aubit version... -1.5.2-
checking cached information... ok
creating config.nice
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.16... found
checking for working autoconf... found
checking for working automake-1.16... found
checking for working autoheader... found
checking for working makeinfo... found
Looking for configure parameters file:
checking for aubitconf... no
Configuring Aubit compiler source code:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking build system type... x86_64-unknown-freebsd12.1
checking host system type... x86_64-unknown-freebsd12.1
checking target system type... x86_64-unknown-freebsd12.1
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B
checking the name lister (/usr/local/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/local/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking command to parse /usr/local/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/local/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking Aubit version... -1.5.2-
checking for grep... (cached) /usr/bin/grep
checking for cygpath... no
checking for u_int... yes
checking for u_int32... no
checking Autoconf MinGW/CygWin state based on AC macros... MINGW32=no CYGWIN=no
configure: WARNING: You are using untested platform
Please report success or failure to compile Aubit on this
platform to the mailing list. Thank you.
checking what to autodetect... everything...
configure: WARNING: ** Directory specified as prefix:
configure: WARNING: ** /home/byrnejb_hll/usr/local
configure: WARNING: ** already exists.
checking install root 'prefix=/home/byrnejb_hll/usr/local'... Yes
(/home/byrnejb_hll/usr/local)
checking install location for global aubitrc - /etc/opt/aubit4gl... no
checking install location for global aubitrc - /home/byrnejb_hll/.aubit4gl... yes
configure: WARNING: Installing aubitrc for current user only
configure: WARNING: No system global settings will be created
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
Configuring Debugging options
checking Autoconf debugging... no
checking Aubit programs optimisation... No. Debuggig is enabled - set DEBUG=ALL
to get debug.out trace.
checking Executables stripping... enabled
checking for strip... /usr/bin/strip
checking YY Debugging... disabled
checking Yacc Debugging... disabled
checking printc() Debugging... disabled.
checking MACHDEP... freebsd12
checking for make... /usr/bin/make
checking for gmake... /usr/local/bin/gmake
checking make version... 4.3. (ok)
Checking standard programs:
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config version... OK:1.7.3
checking for bison... /usr/local/bin/bison
checking Bison version... 3.6
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for flex... (cached) flex
checking Flex version... 2.5.37
checking for valgrind... no
checking for doxygen... /usr/local/bin/doxygen
checking for cvs... no
checking for doxysearch... no
checking for dot... /usr/local/bin/dot
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking GCC version... FreeBSD.Ports.Collection
checking whether ln -s works... yes
checking whether /usr/local/bin/gmake sets $(MAKE)... yes
checking for gawk... (cached) nawk
checking for expect... no
checking for perl... /usr/local/bin/perl
checking for swig... no
checking for wget... /usr/local/bin/wget
checking for bash... /usr/local/bin/bash
Illegal option --
configure: WARNING: Your 'sh' executable is NOT the same as 'bash'. This may
cause problems
checking for ldd... /usr/bin/ldd
checking for lclint... no
checking for splint... no
checking for ldconfig... /sbin/ldconfig
checking for autoconf... /usr/local/bin/autoconf
checking for aclocal... /usr/local/bin/aclocal
checking for rpm... no
checking for autospec... no
checking for sendmail... /usr/sbin/sendmail
checking for binreloc... no
checking for apgcc... no
checking for apg++... no
checking for makeinstaller... no
checking for objdump... /usr/bin/objdump
Checking for ORBit CORBA support:
checking for orbit-idl-2... /usr/local/bin/orbit-idl-2
checking ORBit 2... ORBit-2.0 present (2.14.19)
Checking for Ingres ESQL/C compiler support:
checking if we can use Ingres ESQL/C compiler... no - missing
/opt/Ingres/IngresII/.ingIIbash script
Checking for Jabber support:
checking for main in -liksemel... no
checking if we can use IksEmEl... no
Checking for MySQL client library support:
expr: illegal option -- L
expr: usage: expr [-e] expression
checking for mysql_stmt_close in -lmysqlclient... no
checking for mysql_stmt_close in -lmysqld... no
Missing MySQL client library file
checking MySQL client support... no
checking MySQL embedded support... no
Checking for mpz library support:
checking for main in -lgmp... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
Checking for XML-RPC support:
checking for xmlrpc-c-config... no
checking for libwww-config... no
checking for main in -lxmlrpc... no
checking for xmlrpc_client_init in -lxmlrpc... no
checking XML-RPC support... no
Checking for SXML libraries:
checking for main in -lsxml... yes
checking sxml.h usability... yes
checking sxml.h presence... yes
checking for sxml.h... yes
checking if we can use SXML... yes
Checking for MQ libraries:
--with-mq not specified
Checking for PCRE libraries:
checking for main in -lpcre... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking if we can use PCRE... yes
Checking for POP libraries:
checking for main in -lssl... yes
checking for main in -lspopc... no
checking libspopc.h usability... no
checking libspopc.h presence... no
checking for libspopc.h... no
checking if we can use POP... no
Checking for SMTP libraries:
checking for libsmtp_session_initialize in -lsmtp... no
checking for libsmtp_part_end in -lsmtp... no
checking libsmtp.h usability... no
checking libsmtp.h presence... no
checking for libsmtp.h... no
checking if we can use SMTP... no
Checking for ZLIB libraries:
checking for gzopen in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking if we can use zlib... yes
Checking for PDF support:
checking for pdflib-config... no
checking for main in -lpdf... no
checking pdflib.h usability... no
checking pdflib.h presence... no
checking for pdflib.h... no
checking if we can use PDF... no
Checking for Haru PDF support:
checking hpdf.h usability... no
checking hpdf.h presence... no
checking for hpdf.h... no
checking for main in -lstdc++... yes
Checking for QREncoder support:
checking for QRinput_new2 in -lqrencode... yes
checking for QRcode_encodeMask in -lqrencode... no
Checking for PDFLIB8 support:
checking for PDFLIB_MAJORVERSION 8 in -lpdflib... no
Checking for C interpreter (Cint) :
checking for cint... no
checking for makecint... no
Use Cint - NO - no cint and/or makecint executable
RPM package settings:
checking RPM build root... no-rpm-build-root
Checking for 4Js BDL / Informix D4GL:
checking for fglcomp... no
checking for fglrun... no
Checking for Querix compiler:
checking for fmpc... no
Checking for Classic Informix 4gl P-code:
checking for fglpc... no
checking for fglgo... no
Checking for Classic Informix 4gl C-code:
checking for c4gl... no
Checking for Web server:
checking for apachectl... /usr/local/sbin/apachectl
checking for apache2ctl... no
checking for httpd... /usr/local/sbin/httpd
checking Web server support... Apache
checking Apache configuration file... no
Checking for SAP DB/MySQL MaxDB ESQL/C support:
no - directory specified () does not exist
Checking for Querix ESQL/C support:
checking for esqlc... no
checking if we can use Querix ESQL/C... no - esqlc not in path or no compatible
C compiler
Checking for Informix ESQL/C support:
checking for esql... no
configure: WARNING: INFORMIXDIR not set in environment and
configure: WARNING: not specified with --with-informix=DIR and
configure: WARNING: cant find esql executable
configure: WARNING: INFORMIXDIR still empty!
checking for esql... no
checking if we can use esql... esql not in path or no compatible C compiler
Checking PostgresSQL engine:
checking for postgres... no
checking for postmaster... (cached) no
configure: WARNING: No locally installed postmaster detected
Checking for PostgresSQL library support:
pgsql_incldir=/usr/local/include
INCLUDE : /usr/local/include
checking for main in -lpq... yes
checking for PQresultErrorField in -lpq... yes
checking for PQfreemem in -lpq... yes
checking for PQsetNoticeReceiver in -lpq... yes
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking PG ESQL connector support... Yes
checking for PQcmdTuples... yes
Checking for PostgresSQL ESQL pre-compiler:
checking for ecpg... /usr/local/bin/ecpg
checking PG ESQL Informix compatibility... No-Invalid version number format-12.4
checking PG ESQL Informix compatibility... No-'informix' identifier not
found-12.4 ecpg
not allowed
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking ecpgtype.h usability... yes
checking ecpgtype.h presence... yes
checking for ecpgtype.h... yes
checking ecpglib.h usability... yes
checking ecpglib.h presence... yes
checking for ecpglib.h... yes
checking ecpgerrno.h usability... yes
checking ecpgerrno.h presence... yes
checking for ecpgerrno.h... yes
checking sqlca.h usability... yes
checking sqlca.h presence... yes
checking for sqlca.h... yes
checking sql3types.h usability... yes
checking sql3types.h presence... yes
checking for sql3types.h... yes
checking for main in -lecpg... yes
checking for ECPGget_PGconn in -lecpg... yes
checking for ecpg_get_connection in -lecpg... no
checking for ECPGget_connection in -lecpg... no
checking for main in -lpgtypes... yes
checking for main in -lecpg_compat... yes
checking PG ESQL librarys compatibility... OK
configure: WARNING: ecpg has ECPGGET_PGCONN
checking Check for postgres - 1-no 2--lpq 3-1 4-yes 5-/usr/local/bin/ecpg ...
Checking PostgresSQL Aubit/Informix compatibility:
checking if we can use Aubit in EC mode with PostgreSQL... yes
Checking for SQLite library support:
checking for main in -lreadline... yes
checking for sqlite3... /usr/local/bin/sqlite3
checking SQLite base install directory... /usr/local
checking for main in -lsqlite3... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking if we can use SQLite... yes
checking for sqlite3_libversion in -lsqlite3... yes
checking for sqlite_version in -lsqlite3... no
checking for default SQLite database... Allready present in tools/aubit.db
Checking for SQLite ODBC library support:
checking for main in -lsqliteodbc... no
checking for main in -lsqliteodbc... (cached) no
checking for main in -lsqlite3odbc... no
checking for main in -lsqlite3odbc... (cached) no
Checking for Informix ODBC driver:
checking for main in -lifcli... no
checking for main in -livif7912... no
Checking for SAP DB ODBC driver support:
checking for main in -lpcr... no
checking for main in -lsqlod... no
Checking for iODBC support:
checking for iodbc-config... /usr/local/bin/iodbc-config
checking for main in -liodbc... yes
checking iodbc.h usability... no
checking iodbc.h presence... no
checking for iodbc.h... no
checking isql.h usability... no
checking isql.h presence... no
checking for isql.h... no
checking isqlext.h usability... no
checking isqlext.h presence... no
checking for isqlext.h... no
checking odbc.h usability... no
checking odbc.h presence... no
checking for odbc.h... no
checking sql.h usability... yes
checking sql.h presence... yes
checking for sql.h... yes
checking sqlext.h usability... yes
checking sqlext.h presence... yes
checking for sqlext.h... yes
checking if we can use iODBC... yes
Checking for unixODBC support:
checking for main in -lodbc... yes
checking for sql.h... (cached) yes
checking for sqlext.h... (cached) yes
checking odbcinst.h usability... yes
checking odbcinst.h presence... yes
checking for odbcinst.h... yes
Checking for PostgreSQL ODBC driver support:
LDFLAGS=-L/usr/lib
CPPFLAGS=-I/usr/include
checking for main in -lodbcpsql... no
checking for main in -lpsqlodbc... no
checking PG ODBC connector support... No -missing library
Checking for GTK+ GUI support using AC macros:
--with-gtk-ac not specified
Checking for GTK+ GUI support:
checking for gtk-query-immodules-2.0... /usr/local/bin/gtk-query-immodules-2.0
GTK+ 2.0 names found with pkg-config
DEBUG : GTK_USE_CONFIG=pkg
DEBUG : GTK_LIB_PATH=-L/usr/local/lib
DEBUG : GTK_INC_PATH=-I/usr/local/include/gtk-2.0
-I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include
-I/usr/local/include/fribidi -I/usr/local/include/cairo
-I/usr/local/include/pixman-1 -I/usr/local/include/freetype2
-I/usr/local/include/libdrm -I/usr/local/include/libpng16
-I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0
-I/usr/local/include/atk-1.0
DEBUG : GTKLIBS=-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo
-lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0
-lglib-2.0 -lintl -lfontconfig -lfreetype
checking GTK usability ... yes (2.0 using pkg V:2.24.32)
Checking for Glade support:
checking Glade 2 in pkg-config... libglade-2.0 MISSING
Checking for Sun RPC support:
checking for svctcp_create... yes
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpc.h usability... no
checking rpc.h presence... no
checking for rpc.h... no
checking for main in -lrpclib... no
checking for main in -lrpcsvc... yes
checking for main in -ltirpc... no
checking for svctcp_create in -lrpcsvc... yes
checking library containing RPC functions... -lrpcsvc
checking for rpcgen... /usr/bin/rpcgen
checking setting RPCLIB_INCLUDE 3...
Checking for curses libraries:
checking for main in -lncurses... yes
checking for winnstr in -lncurses... yes
checking for winnstr in -lcurses... yes
checking for main in -lcurses... yes
checking For wide libncurses library on the system... checking for main in
-lncursesw... yes
checking for main in -lpanelw... yes
checking for main in -lformw... yes
checking ncursesw/curses.h usability... no
checking ncursesw/curses.h presence... no
checking for ncursesw/curses.h... no
ac_cv_lib_ncurses_winnstr=yes
ac_cv_lib_curses_winnstr=yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking ncurses/ncurses.h usability... yes
checking ncurses/ncurses.h presence... yes
checking for ncurses/ncurses.h... yes
checking curses/curses.h usability... no
checking curses/curses.h presence... no
checking for curses/curses.h... no
checking for main in -lform... yes
checking for main in -lpanel... yes
Checking for PDcurses/Xcurses:
--with-pdcurses not specified
Checking for Java JNI:
checking for Java header files for JNI... yes
Checking for standard libraries:
checking libdl... Freebsd has dlopen in standard libraries.
checking for dlopen in -ldl... yes
checking for gzopen in -lz... (cached) yes
./configure: EXTRALIBS+= -ldl : not found
./configure: EXTRALIBS+= -lz : not found
checking for main in -lc... yes
checking for suite_create in -lcheck... no
Checking for header files:
checking for ANSI C header files... (cached) yes
checking alloca.h usability... no
checking alloca.h presence... no
checking for alloca.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for unistd.h... (cached) yes
checking share.h usability... no
checking share.h presence... no
checking for share.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking features.h usability... no
checking features.h presence... no
checking for features.h... no
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
configure: WARNING: Using Aubit provided search.h
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
configure: WARNING: Using Aubit provided getopt.h
checking for dlfcn.h... (cached) yes
Checking for compiler characteristics:
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of long... 8
checking size of int... 4
Checking for cross compilation options:
checking Checking LIBCURL support... checking for gawk... (cached) nawk
checking for curl-config... /usr/local/bin/curl-config
checking for the version of libcurl... 7.74.0
checking for libcurl >= version 7.9.7... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
Checking for library functions:
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for floor... no
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for pow... no
checking for putenv... yes
checking for re_comp... no
checking for regcomp... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for index... yes
checking for rindex... yes
checking for popen... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for sigaction... yes
checking for gettimeofday... yes
checking for trunc... no
checking for sleep... yes
checking for select... yes
checking for Sleep... no
checking for socket... yes
checking for recv... yes
checking for accept... yes
checking for bind... yes
checking for setsockopt... yes
checking for getservbyname... yes
checking for listen... yes
checking for setenv... yes
checking for putenv... (cached) yes
checking for htons... yes
checking for nstoh... no
checking for ntohs... yes
checking for getopt_long... yes
checking for main in -lz... yes
WARNING: (4) LIBS contains -lz -ldl
Seting defaults:
checking Default SQL driver... pg8
Detected:nosql unixodbc iodbc
checking Default compiler output language... C
Detected: EC CS C
Detected-EC dialects: POSTGRES
checking Default RPC driver... XDR
Detected:NORPC XDR
checking Default forms driver... GENERIC
Detected:NOFORM XDR GENERIC
checking Default EXTended REPorts driver... NOPDF
Detected:NOPDF
checking Default UI driver... TUI
Detected:CONSOLE HL_GTK TUI HL_TUI HL_TUIN
checking Default Message driver... NATIVE
Detected:NATIVE
checking Default packer driver... PACKED
Detected: XML XDR GZPACKED PACKED
checking Plug-ins to build... done.
Creating files:
configure: creating ./config.status
config.status: creating compilers/4glc/rules/Makefile
config.status: creating compilers/fcompile/Makefile
config.status: creating compilers/helpcompile/Makefile
config.status: creating compilers/ace/Makefile
config.status: creating lib/libform/form_xdr/Makefile
config.status: creating lib/libform/noform/Makefile
config.status: creating lib/libform/form_generic/Makefile
config.status: creating lib/libmsg/msg_native/Makefile
config.status: creating lib/liblex/lex_c/Makefile
config.status: creating lib/liblex/lex_esqlc/Makefile
config.status: creating lib/liblex/lex_perl/Makefile
config.status: creating lib/libpdf/Makefile
config.status: creating lib/libui/ui_console/Makefile
config.status: creating lib/libui/ui_curses/Makefile
config.status: creating lib/resource/Makefile
config.status: creating lib/libsql/nosql/Makefile
config.status: creating lib/libsql/postgresql/Makefile
config.status: creating lib/libsql/sapdb/Makefile
config.status: creating lib/librpc/no_rpc/Makefile
config.status: creating lib/librpc/sun_rpc/Makefile
config.status: creating lib/librpc/xml_rpc/Makefile
config.status: creating lib/extra_libs/string/Makefile
config.status: creating lib/libpacker/packed/Makefile
config.status: creating lib/libpacker/mempacked/Makefile
config.status: creating lib/libpacker/perl/Makefile
config.status: creating lib/libpacker/xdr/Makefile
config.status: creating lib/libpacker/xml/Makefile
config.status: creating lib/libexdata/Makefile
config.status: creating tools/misql/Makefile
config.status: creating tools/loadmap/Makefile
config.status: creating tools/adbload/Makefile
config.status: creating tools/ide/Makefile
config.status: creating tools/4glunit/Makefile
config.status: creating tools/odbctest/Makefile
config.status: creating tools/test/gui/Makefile
config.status: creating tools/test/regression/Makefile
config.status: creating tools/test/lang/Makefile
config.status: creating tools/test/db/Makefile
config.status: creating tools/test/db/informix/Makefile
config.status: creating tools/test/db/postgresql/Makefile
config.status: creating tools/test/ace/Makefile
config.status: creating etc/aubitrc
config.status: creating incl/Makefile-common
config.status: creating compilers/4glc/mk_states_c
config.status: creating bin/aubitbuild.sh
config.status: creating incl/a4gl_incl_config.h
config.status: incl/a4gl_incl_config.h is unchanged
config.status: executing default-1 commands
config.status: executing libtool commands
config.status: executing default commands
WARNING: (5) LIBS contains -lz -ldl
+--------------------------------------------------------------------+
| *** WARNING *** |
| You have specified one or more --with-xxxx=<path> switches to |
| 'configure' script, specifiying package installed in non-standard |
| <path> In most cases, you will have to add this path to your PATH |
| and/or LD_LIBRARY_PATH and/or ld.so.conf in your run-time |
| environment, for Aubit compilers and compiler programs to be able |
| to find nedded programs and/or libraries that belong to this way |
| specified package in non-standard place. We will try to do this |
| automatically for you: |
grep: /etc/ld.so.conf: No such file or directory
+--------------------------------------------------------------------+
| Adding to /etc/ld.so.conf (if possible) : |
| |
grep: /etc/ld.so.conf: No such file or directory
Paths : /usr/local/lib/lib /var/db/postgres/data/lib /lib /lib/esql
/usr/local/lib
/usr/local/bin/bash: line 7: /etc/ld.so.conf: Permission denied
+--------------------------------------------------------------------+
| *** NOTE *** |
| One or more optional modules will not be built, because required |
| libraries or programs where not detected. |
| If this computer is connected to the Internet, |
| you should be able to install all of them automaticall by using |
| command 'make missing.optional'. |
| |
| make targets to install this options are: |
| install.pdcurses install.pdflib install.ifx.esql install.ingres
install.mysql.client install.pg.odbc install.ifx.odbc install.xmlrpc
install.cint install.sapdb.odbc install.iksemel install.glade2
install.sqlite.odbc install.libspopc install.libsmtp install.libcheck
| |
| You can install individual options as spercified in output of |
| 'make help.optional' command. Otherwise: |
| |
| Please install this options manually, if you wish to use |
| this Aubit compiler extended functionality: |
| |
| LEX_PCODEC LEX_PERL aubit4gl_pl.pm UI_HL_TUIX EXREPORT_PDF LOGREPPROC_PDF
EXREPORT_HARU LOGREP_PDF SQL_esql ESQL_INFORMIX sqleditor.4ae aupscol adbload2
asql_i.4ae SQL_ingres ESQL_INGRES SQL_mysql SQL_pgodbc SQL_ifxodbc RPC_XMLRPC
A4GL_cint SQL_sapodbc UI_GLADE A4GL_glade SQL_sqliteodbc A4GL_pop fgl_smtp
ESQL_QUERIX SQL_esqlQ SQL_esqlSAP ESQL_SAP IM_JABBER IM_JABBERs
+--------------------------------------------------------------------+
| License: |
| This software is subject to the Aubit License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
| *** NOTE *** |
| Aubit 4gl compiler source code is now configured. |
| Execute 'make' to compile it. |
+--------------------------------------------------------------------+
Thank you for using Aubit 4gl compiler.
Aubit project development team
These are the things that I need checked:
checking features.h usability... no
checking features.h presence... no
checking for features.h... no
find /usr/local/lib/ -name features.h
/usr/local/lib/gcc9/include/c++/parallel/features.h
checking for floor... no
man floor
FLOOR(3) FreeBSD Library Functions Manual FLOOR(3)
NAME
floor, floorf, floorl - largest integral value less than or equal to x
LIBRARY
Math Library (libm, -lm)
checking for pow... no
XP(3) FreeBSD Library Functions Manual EXP(3)
NAME
exp, expf, expl, exp2, exp2f, exp2l, expm1, expm1f, expm1l, pow, powf,
powl - exponential and power functions
LIBRARY
Math Library (libm, -lm)
checking for trunc... no
TRUNC(3) FreeBSD Library Functions Manual TRUNC(3)
NAME
trunc, truncf, truncl - nearest integral value with magnitude less than
or equal to |x|
The last three no doubt have something to do with loading the gcc math library.
Which I have not figured out how to call. I set the -lm flag in CCFLAGS but
that had no effect.
Anyway, I am being chased out of my office by my wife. This must wait until
tomorrow.
Thank you. All help with this is greatly appreciated.
--
*** e-Mail is NOT a SECURE channel ***
Do NOT transmit sensitive data via e-Mail
Unencrypted messages have no legal claim to privacy
Do NOT open attachments nor follow links sent by e-Mail
James B. Byrne mailto:[email protected]
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3C3