New CVS 1.2.38

Bruno Carrulla <[email protected]>
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <[email protected]>
Hi all,

I started a 4GL Informix Migration work towards Aubit4GL PostgreSQL on 
Debian Server 7 64bits

Everything was beginning to function properly, then I updated the CVS 
project and tried to compile Aubit4GL with:

    ./configure --prefix=/opt/aubit4gl

The ".configure" seem sounds good (I attached the log), but when I start 
"make" a strange error happens. The basic commands like "awk", "flex", 
etc aren't reconized by the system :

    /bin/bash: awk : command not found
    /bin/bash: flex : command not found

And finish by :

    make: *** [api.headers] Erreur 2


These commands, of course, works perfectly in command line

    who -u | awk '{print $2}'

        tty7
        pts/0


My CVS directory is in /opt/aubit4gl.cvs, and all is executed by root. 
With the previous version of CVS, everything worked fine.


What's wrong svp?

-- 
Bruno C.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/

_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
configure.log (text/plain, 27.5 KB)
checking Aubit version... -1.2.38-
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.4... found
checking for working autoconf... found
checking for working automake-1.4... 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... /bin/grep
checking for egrep... /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... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/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... mawk
checking command to parse /usr/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/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... 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... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking Aubit version... -1.2.38-
checking for grep... (cached) /bin/grep
checking for cygpath... no
checking for u_int... yes
checking Autoconf MinGW/CygWin state based on AC macros... MINGW32=no CYGWIN=no
checking what to autodetect... everything...
checking install root 'prefix=/opt/aubit4gl'... Yes (/opt/aubit4gl)
checking install location for global aubitrc - /etc/opt/aubit4gl... yes
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... linux3
checking for make... /usr/bin/make
checking for gmake... no
checking make version... 
Checking standard programs:
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config version... OK:0.26
checking for bison... /usr/bin/bison
checking Bison version... 2.5
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.35
checking for valgrind... /usr/bin/valgrind
checking for doxygen... /usr/bin/doxygen
checking for cvs... /usr/bin/cvs
checking for doxysearch... no
checking for dot... no
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... Debian.4.7
checking whether ln -s works... yes
checking whether /usr/bin/make sets $(MAKE)... yes
checking for gawk... (cached) mawk
checking for expect... /usr/bin/expect
checking for perl... /usr/bin/perl
checking for swig... /usr/bin/swig
checking for wget... /usr/bin/wget
checking for bash... /bin/bash
checking for ldd... /usr/bin/ldd
checking for lclint... no
checking for splint... /usr/bin/splint
checking for ldconfig... /sbin/ldconfig
checking for autoconf... /usr/bin/autoconf
checking for aclocal... /usr/bin/aclocal
checking for rpm... /usr/bin/rpm
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... no
checking ORBit 2... no - missing pkg-config ORBit-2.0 package
checking for orbit-config... no
checking ORBit 1... no - missing orbit-config

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... yes
checking iksemel.h usability... yes
checking iksemel.h presence... yes
checking for iksemel.h... yes
checking if we can use IksEmEl... yes

Checking for MySQL client library support:
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... no

Checking for XML-RPC support:
checking for xmlrpc-c-config... /usr/bin/xmlrpc-c-config
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... no
checking sxml.h usability... no
checking sxml.h presence... no
checking for sxml.h... no
checking if we can use SXML... no

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... /usr/local/bin/pdflib-config
checking for main in -lpdf... yes
checking pdflib.h usability... yes
checking pdflib.h presence... yes
checking for pdflib.h... yes
checking if we can use PDF... yes

Checking for Haru PDF support:
checking hpdf.h usability... yes
checking hpdf.h presence... yes
checking for hpdf.h... yes
checking for HPDF_Page_ShowText in -lhpdf... yes
checking for main in -lstdc++... yes

Checking for QREncoder support:
checking for QRinput_new2 in -lqrencode... yes
checking for QRcode_encodeMask in -lqrencode... yes

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... /root/rpmbuild

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/sbin/apachectl
checking for apache2ctl... /usr/sbin/apache2ctl
checking for httpd... no
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
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

Checking for PostgresSQL library support:
pgsql_incldir=/usr/include/postgresql
INCLUDE : /usr/include/postgresql
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/bin/ecpg
checking PG ESQL Informix compatibility... Maybe-4.7.0
checking PG ESQL Informix compatibility... No-'informix' identifier not found-4.7.0 9.1.14
recent ECPG so will allow it anyway
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
checking Check for postgres - 1-no 2--lpq 3-1 4-yes 5-/usr/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... no
checking for sqlite3... no
checking for sqlite... no
checking SQLite base install directory... /usr
checking for main in -lsqlite... no
checking sqlite.h usability... no
checking sqlite.h presence... no
checking for sqlite.h... no
checking if we can use SQLite... no-missing library

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... no
checking for main in -liodbc... no
checking if we can use iODBC... no - missing iodbc library

Checking for unixODBC support:
checking for main in -lodbc... yes
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 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... no
checking GTK usability ... no

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 svctcp_create  in -lrpcsvc... yes
checking library containing RPC functions... -lrpcsvc
checking for rpcgen... /usr/bin/rpcgen

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... yes
checking ncursesw/curses.h presence... yes
checking for ncursesw/curses.h... yes
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... no
checking ncurses/ncurses.h presence... no
checking for ncurses/ncurses.h... no
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... not found

Checking for standard libraries:
checking for dlopen in -ldl... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for gzopen in -lz... (cached) yes
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... yes
checking alloca.h presence... yes
checking for alloca.h... yes
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... yes
checking malloc.h presence... yes
checking for malloc.h... yes
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... yes
checking features.h presence... yes
checking for features.h... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
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... 4
checking size of int... 4

Checking for cross compilation options:
checking Checking LIBCURL support... checking for gawk... (cached) mawk
checking for curl-config... no
checking whether libcurl is usable... no

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... yes
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
checking Default compiler output language... C
Detected: EC PERL 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... PDF
Detected:NOPDF PDF
checking Default UI driver... TUI
Detected:CONSOLE 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:                                             |
+--------------------------------------------------------------------+
| Adding to /etc/ld.so.conf (if possible) :                          |
|                                                                    |
| Nothing added: All paths already present in ld.so.conf             |
+--------------------------------------------------------------------+
|                        ***   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.ifx.esql install.ingres install.mysql.client install.pg.odbc install.ifx.odbc install.iodbc install.xmlrpc install.cint install.mpz install.sapdb.odbc install.gtk install.gtk2 install.glade2 install.sqlite install.sqlite.odbc install.libspopc install.libsmtp install.sxml install.dot 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 UI_HL_TUIX LOGREP_PDF SQL_esql ESQL_INFORMIX sqleditor.4ae aupscol adbload2 asql_i.4ae SQL_ingres ESQL_INGRES SQL_mysql SQL_pgodbc SQL_ifxodbc SQL_iodbc RPC_XMLRPC A4GL_cint EXDTYPE_mpz SQL_sapodbc UI_HL_GTK LOGREP_CSV LOGREP_TXT LOGREP_HTML UI_GLADE A4GL_glade  SQL_sqlite SQL_sqliteS SQL_sqlite3 SQL_sqlite3S SQL_sqliteodbc A4GL_pop fgl_smtp A4GL_sxml ESQL_QUERIX SQL_esqlQ SQL_esqlSAP ESQL_SAP 
+--------------------------------------------------------------------+
| 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
make.log (text/plain, 2 KB)
find: "/root/rpmbuild/SRPMS/": Aucun fichier ou dossier de ce type
find: "/root/rpmbuild/RPMS/": Aucun fichier ou dossier de ce type

+--------------------------------------------------------------------+
| make invoked with flags : 
| make invoked in : /opt/aubit4gl.cvs/aubit4glsrc
| Reading from root makefile variables:
+--------------------- C Compiler settings --------------------------+
| CFLAGS          =  -Wall -Wredundant-decls -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g  -fPIC -DPIC -DSRC_TREE -DDEBUG -DHAVE_CONFIG_H  -I/opt/aubit4gl.cvs/aubit4glsrc/incl -I/opt/aubit4gl.cvs/aubit4glsrc  -fPIC -DPIC
| LD_LIBRARY_PATH = /opt/aubit4gl.cvs/aubit4glsrc/lib:/usr/local/lib:D_LIBRARY_PATH:UBITDIR/lib:G/lib:/lib:/lib/esql
+--------------------------------------------------------------------+
| COMPILEDATE=29-01-2015 AUBITVERSION=1.2 AUBITBUILD=38
| AUBITDIR=/opt/aubit4gl.cvs/aubit4glsrc OS=i686-pc-linux-gnu TARGET_OS=linux
| CONFIGURE_COMMAND = '--prefix=/opt/aubit4gl'
+--------------------------------------------------------------------+
/usr/bin/make -C lib/libaubit4gl api.headers
/bin/bash: awk : commande introuvable
make[1]: entrant dans le répertoire « /opt/aubit4gl.cvs/aubit4glsrc/lib/libaubit4gl »
/usr/bin/make -C ../../common/dataio fgl.x.h
/bin/bash: awk : commande introuvable
make[2]: entrant dans le répertoire « /opt/aubit4gl.cvs/aubit4glsrc/common/dataio »
/usr/bin/make -C ../../compilers/xgen
/bin/bash: awk : commande introuvable
make[3]: entrant dans le répertoire « /opt/aubit4gl.cvs/aubit4glsrc/compilers/xgen »
flex -i x.lex
/bin/bash: flex : commande introuvable
make[3]: *** [lex.yy.c] Erreur 127
make[3]: quittant le répertoire « /opt/aubit4gl.cvs/aubit4glsrc/compilers/xgen »
make[2]: *** [../../bin/xgen] Erreur 2
make[2]: quittant le répertoire « /opt/aubit4gl.cvs/aubit4glsrc/common/dataio »
make[1]: *** [../../common/dataio/fgl.x.h] Erreur 2
make[1]: quittant le répertoire « /opt/aubit4gl.cvs/aubit4glsrc/lib/libaubit4gl »
make: *** [api.headers] Erreur 2
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.