Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created January 26, 2015 15:20
Show Gist options
  • Save mariuz/33b23353935793f6f7b9 to your computer and use it in GitHub Desktop.
Save mariuz/33b23353935793f6f7b9 to your computer and use it in GitHub Desktop.
Firebird 3.0 beta Android build log on Ubuntu 14.04
mariuz@Lorkstation64:~/work/firebird/trunk$ export NDK=/opt/android-ndk-r10d
mariuz@Lorkstation64:~/work/firebird/trunk$ ./autogen.sh --with-system-editline --enable-binreloc --with-cross-build=android.arme
AUTORECONF=autoreconf
Running autoreconf ...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I . --force
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `builds/make.new/config'.
libtoolize: copying file `builds/make.new/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'
Running ./configure --enable-binreloc --with-system-editline --enable-binreloc --with-cross-build=android.arme ...
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking whether binary relocation support should be enabled... yes
checking host system type... x86_64-unknown-linux-gnu
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 for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for readline in -ledit... yes
checking for gawk... gawk
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
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 -std=gnu99... /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 the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
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 dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) 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... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking libio.h usability... yes
checking libio.h presence... yes
checking for libio.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... 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 sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/siginfo.h usability... no
checking sys/siginfo.h presence... no
checking for sys/siginfo.h... no
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for unistd.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking netconfig.h usability... no
checking netconfig.h presence... no
checking for netconfig.h... no
checking for rpc/xdr.h... yes
checking aio.h usability... yes
checking aio.h presence... yes
checking for aio.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking mnttab.h usability... no
checking mnttab.h presence... no
checking for mnttab.h... no
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking socket.h usability... no
checking socket.h presence... no
checking for socket.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking atomic_ops.h usability... yes
checking atomic_ops.h presence... yes
checking for atomic_ops.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for libio.h... (cached) yes
checking linux/falloc.h usability... yes
checking linux/falloc.h presence... yes
checking for linux/falloc.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking unicode/ucnv.h usability... yes
checking unicode/ucnv.h presence... yes
checking for unicode/ucnv.h... yes
checking for main in -licuuc... yes
checking tommath.h usability... yes
checking tommath.h presence... yes
checking for tommath.h... yes
checking for mp_init in -ltommath... yes
checking for library containing dlopen... -ldl
checking for main in -lm... yes
checking for tgetent in -lcurses... yes
checking for library containing inet_aton... none required
checking for library containing atomic_inc... no
checking for main in -latomic_ops... yes
checking for main in -lsupc++... yes
checking for main in -lgcc_eh... yes
checking for gettimeofday... yes
checking if gettimeofday accepts second (timezone) argument... yes
checking for time... yes
checking for times... yes
checking for nanosleep... yes
checking for library containing gethostname... none required
checking for library containing gethostbyname... none required
checking for library containing connect... none required
checking for strcasecmp... yes
checking for stricmp... no
checking for strncasecmp... yes
checking for strnicmp... no
checking for library containing dirname... none required
checking for dirname... yes
checking for sigaction... yes
checking for setitimer... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for swab... yes
checking for _swab... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
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 whether setpgrp takes no argument... yes
checking for setpgid... yes
checking whether getpgrp requires zero arguments... yes
checking for flock... yes
checking for dladdr... yes
checking for initgroups... yes
checking for getpagesize... (cached) yes
checking for pread... yes
checking for pwrite... yes
checking for getcwd... yes
checking for getwd... yes
checking for setmntent... yes
checking for getmntent... yes
checking if getmntent needs second argument... no
checking for setrlimit... yes
checking for getrlimit... yes
checking for tcgetattr... yes
checking for strdup... yes
checking for mkstemp... yes
checking for pthread_keycreate... no
checking for pthread_key_create... no
checking for llrint... yes
checking for localtime_r... yes
checking for gmtime_r... yes
checking for fchmod... yes
checking for semtimedop... yes
checking for fegetenv... yes
checking for strerror_r... yes
checking for fdatasync... yes
checking for fsync... yes
checking for poll... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for pthread_mutexattr_setprotocol... no
checking for pthread_mutexattr_setrobust_np... no
checking for pthread_mutex_consistent_np... no
checking for pthread_rwlockattr_setkind_np... no
checking for pthread_cancel... no
checking for sigset... yes
checking for fallocate... yes
checking for accept4... yes
checking for library containing sem_init... -lpthread
checking for sem_timedwait... yes
checking for sem_init... yes
checking for working sem_init()... yes
checking for library containing iconv_open... none required
checking whether byte ordering is bigendian... no
checking for working volatile... yes
checking for off_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for native large file support... yes
checking size of void *... 8
checking size of long... 8
checking size of size_t... 8
checking for socklen_t... yes
checking for semun... no
checking if sem.h defines semun... no
checking for struct XDR::xdr_ops... no
checking for struct xdr_ops... yes
checking for struct dirent.d_type... yes
checking alignment of long... 8
checking alignment of double... 8
checking for /proc/self/exe... yes
configure: creating ./config.status
Creating Debug directories
Creating Release directories
Creating Native directories
files are identical
config.status: creating gen/Debug/firebird/firebird.conf
config.status: creating gen/Debug/firebird/databases.conf
config.status: creating gen/Debug/firebird/fbtrace.conf
config.status: creating gen/Debug/firebird/intl/fbintl.conf
config.status: creating gen/Debug/firebird/plugins.conf
config.status: creating gen/Release/firebird/firebird.conf
config.status: creating gen/Release/firebird/databases.conf
config.status: creating gen/Release/firebird/fbtrace.conf
config.status: creating gen/Release/firebird/intl/fbintl.conf
config.status: creating gen/Release/firebird/plugins.conf
config.status: creating gen/Native/firebird/firebird.conf
config.status: creating gen/Native/firebird/databases.conf
config.status: creating gen/Native/firebird/fbtrace.conf
config.status: creating gen/Native/firebird/intl/fbintl.conf
config.status: creating gen/Native/firebird/plugins.conf
config.status: creating gen/make.crossPlatform
config.status: creating gen/Release/firebird/bin/fb_config
config.status: creating gen/Release/firebird/bin/posixLibrary.sh
config.status: creating gen/Release/firebird/bin/tarMainInstall.sh
config.status: creating gen/Release/firebird/bin/tarinstall.sh
config.status: creating gen/Release/firebird/bin/preinstall.sh
config.status: creating gen/Release/firebird/bin/postinstall.sh
config.status: creating gen/Release/firebird/bin/preuninstall.sh
config.status: creating gen/Release/firebird/bin/postuninstall.sh
config.status: creating gen/Release/firebird/bin/taruninstall.sh
config.status: creating gen/Release/firebird/bin/tarMainUninstall.sh
config.status: creating gen/Release/firebird/bin/changeServerMode.sh
config.status: creating gen/Release/firebird/bin/registerDatabase.sh
config.status: creating gen/vers.sh
config.status: creating gen/install/makeInstallImage.sh
config.status: creating gen/install/misc/firebird.xinetd
config.status: creating gen/install/misc/firebird.init.d.generic
config.status: creating gen/install/misc/firebird.init.d.mandrake
config.status: creating gen/install/misc/firebird.init.d.suse
config.status: creating gen/install/misc/firebird.init.d.debian
config.status: creating gen/install/misc/firebird.init.d.gentoo
config.status: creating gen/install/misc/firebird.init.d.slackware
config.status: creating gen/install/misc/rc.config.firebird
config.status: creating gen/Release/firebird/bin/linuxLibrary.sh
config.status: creating gen/install/misc/firebird-classic@.service
config.status: creating gen/install/misc/firebird-classic.socket
config.status: creating gen/install/misc/firebird-superserver.service
config.status: creating gen/make.rules
config.status: creating gen/make.defaults
config.status: creating gen/make.platform
config.status: creating gen/darwin.defaults
config.status: creating gen/make.shared.variables
config.status: creating gen/make.shared.targets
config.status: creating gen/Makefile
config.status: creating gen/examples/Makefile.examples
config.status: creating gen/examples/Makefile.plugins_examples
config.status: creating gen/Makefile.install
config.status: creating Makefile
config.status: creating src/include/gen/autoconfig.auto
config.status: src/include/gen/autoconfig.auto is unchanged
config.status: executing libtool commands
The Firebird3 package has been configured with the following options:
Raw devices : enabled
Service name : gds_db
Service port : 3050
GPRE modules : c_cxx.cpp
Install Dir : /usr/local/firebird
Now type `make' to compile Firebird3
mariuz@Lorkstation64:~/work/firebird/trunk$ make
make -C gen firebird
make[1]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
make TARGET=Release cross_process
make[2]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
make TARGET=Native cross1
make[3]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
ln -sf /home/mariuz/work/firebird/trunk/src/include/gen/autoconfig.auto /home/mariuz/work/firebird/trunk/src/include/gen/autoconfig.h
make updateBuildNum
make[4]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
(cd /home/mariuz/work/firebird/trunk; ./src/misc/writeBuildNum.sh rebuildHeader)
files are identical
make[4]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make export_lists
make[4]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
make[4]: Nothing to be done for `export_lists'.
make[4]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make extern
make[4]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
make -C /home/mariuz/work/firebird/trunk/extern/btyacc
make[5]: Entering directory `/home/mariuz/work/firebird/trunk/extern/btyacc'
cc -c -o closure.o closure.c
cc -c -o error.o error.c
cc -c -o lalr.o lalr.c
cc -c -o lr0.o lr0.c
cc -c -o main.o main.c
cc -c -o mkpar.o mkpar.c
cc -c -o output.o output.c
cc -c -o mstring.o mstring.c
cc -c -o reader.o reader.c
cc -c -o readskel.o readskel.c
cc -c -o skeleton.o skeleton.c
cc -c -o symtab.o symtab.c
cc -c -o verbose.o verbose.c
cc -c -o warshall.o warshall.c
cc -o btyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o mstring.o reader.o readskel.o skeleton.o symtab.o verbose.o warshall.o
main.o: In function `create_file_names':
main.c:(.text+0x785): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
make[5]: Leaving directory `/home/mariuz/work/firebird/trunk/extern/btyacc'
make[4]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make boot
make[4]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/c_cxx.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/c_cxx.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/cmd.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/cmd.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/cme.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/cme.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/cmp.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/cmp.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/exp.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/exp.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/gpre.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/gpre.o
/home/mariuz/work/firebird/trunk/src/gpre/gpre.cpp: In function ‘void pass2(SLONG)’:
/home/mariuz/work/firebird/trunk/src/gpre/gpre.cpp:2519:9: warning: variable ‘to_skip’ set but not used [-Wunused-but-set-variable]
SSHORT to_skip = 0;
^
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/hsh.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/hsh.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/int_cxx.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/int_cxx.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/jrdmet.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/jrdmet.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/movg.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/movg.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/msc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/msc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/obj_cxx.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/obj_cxx.o
/home/mariuz/work/firebird/trunk/src/gpre/obj_cxx.cpp: In function ‘void gen_database(int)’:
/home/mariuz/work/firebird/trunk/src/gpre/obj_cxx.cpp:1485:49: warning: too many arguments for format [-Wformat-extra-args]
scope, global_status_name, global_status_name);
^
/home/mariuz/work/firebird/trunk/src/gpre/obj_cxx.cpp:1487:49: warning: too many arguments for format [-Wformat-extra-args]
scope, global_status_name, global_status_name);
^
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/par.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/par.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/pat.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/pat.o
/home/mariuz/work/firebird/trunk/src/gpre/pat.cpp: In function ‘void PATTERN_expand(USHORT, const TEXT*, PAT*)’:
/home/mariuz/work/firebird/trunk/src/gpre/pat.cpp:182:8: warning: variable ‘handle_flag’ set but not used [-Wunused-but-set-variable]
bool handle_flag = false, long_flag = false;
^
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/sqe.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/sqe.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/sql.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/sql.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/gpre/boot/gpre_meta_boot.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/boot/gpre_meta_boot.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/gds.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/gds.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/Auth.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/Auth.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/BigInteger.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/BigInteger.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/call_service.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/call_service.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/CharSet.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/CharSet.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/cvt.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/cvt.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/db_alias.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/db_alias.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/dllinst.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/dllinst.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/dsc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/dsc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/enc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/enc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/fb_exception.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/fb_exception.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/IntlParametersBlock.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/IntlParametersBlock.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/IntlUtil.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/IntlUtil.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/isc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/isc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/isc_file.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/isc_file.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/isc_sync.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/isc_sync.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/MsgMetadata.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/MsgMetadata.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/pretty.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/pretty.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/ScanDir.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/ScanDir.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/sdl.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/sdl.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/security.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/security.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/sha.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/sha.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/StatementMetadata.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/StatementMetadata.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/StatusArg.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/StatusArg.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/StatusHolder.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/StatusHolder.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/TextType.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/TextType.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/ThreadData.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/ThreadData.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/ThreadStart.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/ThreadStart.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/unicode_util.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/unicode_util.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/utils.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/utils.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/UtilSvc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/UtilSvc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/xdr.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/xdr.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/os/posix/divorce.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/divorce.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/os/posix/fbsyslog.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/fbsyslog.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/os/posix/guid.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/guid.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/os/posix/isc_ipc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/isc_ipc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/os/posix/mod_loader.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/mod_loader.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/os/posix/os_utils.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/os_utils.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/os/posix/path_utils.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/path_utils.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/os/posix/SyncSignals.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/SyncSignals.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/alloc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/alloc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/BaseStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/BaseStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/BlrWriter.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/BlrWriter.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/ClumpletReader.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/ClumpletReader.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/ClumpletWriter.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/ClumpletWriter.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/DbImplementation.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/DbImplementation.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/fb_string.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/fb_string.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/ImplementHelper.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/ImplementHelper.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/init.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/init.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/InternalMessageBuffer.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/InternalMessageBuffer.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/locks.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/locks.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/MetaName.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/MetaName.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/MsgPrint.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/MsgPrint.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/NoThrowTimeStamp.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/NoThrowTimeStamp.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/SafeArg.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/SafeArg.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/semaphore.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/semaphore.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/Switches.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/Switches.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/Synchronize.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/Synchronize.o
/home/mariuz/work/firebird/trunk/src/common/classes/Synchronize.cpp: In destructor ‘virtual Firebird::Synchronize::~Synchronize()’:
/home/mariuz/work/firebird/trunk/src/common/classes/Synchronize.cpp:72:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
int ret = pthread_mutex_destroy(&mutex);
^
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/SyncObject.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/SyncObject.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/TempFile.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/TempFile.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/timestamp.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/timestamp.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/classes/UserBlob.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/UserBlob.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/config/ConfigCache.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/config/ConfigCache.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/config/config.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/config/config.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/config/config_file.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/config/config_file.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/common/config/dir_list.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/common/config/dir_list.o
rm -f /home/mariuz/work/firebird/trunk/temp/Native/common.a
ar crus /home/mariuz/work/firebird/trunk/temp/Native/common.a /home/mariuz/work/firebird/trunk/temp/Native/common/Auth.o /home/mariuz/work/firebird/trunk/temp/Native/common/BigInteger.o /home/mariuz/work/firebird/trunk/temp/Native/common/call_service.o /home/mariuz/work/firebird/trunk/temp/Native/common/CharSet.o /home/mariuz/work/firebird/trunk/temp/Native/common/cvt.o /home/mariuz/work/firebird/trunk/temp/Native/common/db_alias.o /home/mariuz/work/firebird/trunk/temp/Native/common/dllinst.o /home/mariuz/work/firebird/trunk/temp/Native/common/dsc.o /home/mariuz/work/firebird/trunk/temp/Native/common/enc.o /home/mariuz/work/firebird/trunk/temp/Native/common/fb_exception.o /home/mariuz/work/firebird/trunk/temp/Native/common/IntlParametersBlock.o /home/mariuz/work/firebird/trunk/temp/Native/common/IntlUtil.o /home/mariuz/work/firebird/trunk/temp/Native/common/isc.o /home/mariuz/work/firebird/trunk/temp/Native/common/isc_file.o /home/mariuz/work/firebird/trunk/temp/Native/common/isc_sync.o /home/mariuz/work/firebird/trunk/temp/Native/common/MsgMetadata.o /home/mariuz/work/firebird/trunk/temp/Native/common/pretty.o /home/mariuz/work/firebird/trunk/temp/Native/common/ScanDir.o /home/mariuz/work/firebird/trunk/temp/Native/common/sdl.o /home/mariuz/work/firebird/trunk/temp/Native/common/security.o /home/mariuz/work/firebird/trunk/temp/Native/common/sha.o /home/mariuz/work/firebird/trunk/temp/Native/common/StatementMetadata.o /home/mariuz/work/firebird/trunk/temp/Native/common/StatusArg.o /home/mariuz/work/firebird/trunk/temp/Native/common/StatusHolder.o /home/mariuz/work/firebird/trunk/temp/Native/common/TextType.o /home/mariuz/work/firebird/trunk/temp/Native/common/ThreadData.o /home/mariuz/work/firebird/trunk/temp/Native/common/ThreadStart.o /home/mariuz/work/firebird/trunk/temp/Native/common/unicode_util.o /home/mariuz/work/firebird/trunk/temp/Native/common/utils.o /home/mariuz/work/firebird/trunk/temp/Native/common/UtilSvc.o /home/mariuz/work/firebird/trunk/temp/Native/common/xdr.o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/divorce.o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/fbsyslog.o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/guid.o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/isc_ipc.o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/mod_loader.o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/os_utils.o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/path_utils.o /home/mariuz/work/firebird/trunk/temp/Native/common/os/posix/SyncSignals.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/alloc.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/BaseStream.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/BlrWriter.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/ClumpletReader.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/ClumpletWriter.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/DbImplementation.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/fb_string.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/ImplementHelper.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/init.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/InternalMessageBuffer.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/locks.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/MetaName.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/MsgPrint.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/NoThrowTimeStamp.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/SafeArg.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/semaphore.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/Switches.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/Synchronize.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/SyncObject.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/TempFile.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/timestamp.o /home/mariuz/work/firebird/trunk/temp/Native/common/classes/UserBlob.o /home/mariuz/work/firebird/trunk/temp/Native/common/config/ConfigCache.o /home/mariuz/work/firebird/trunk/temp/Native/common/config/config.o /home/mariuz/work/firebird/trunk/temp/Native/common/config/config_file.o /home/mariuz/work/firebird/trunk/temp/Native/common/config/dir_list.o
g++ -pthread -Wl,-rpath,'$ORIGIN/../lib' -Wl,-rpath,'$ORIGIN/../intl' -Wl,--version-script,empty.vers /home/mariuz/work/firebird/trunk/temp/Native/gpre/c_cxx.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/cmd.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/cme.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/cmp.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/exp.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/gpre.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/hsh.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/int_cxx.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/jrdmet.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/movg.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/msc.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/obj_cxx.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/par.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/pat.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/sqe.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/sql.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/boot/gpre_meta_boot.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/gds.o /home/mariuz/work/firebird/trunk/temp/Native/common.a -o /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_boot -L/home/mariuz/work/firebird/trunk/gen/Native/firebird/lib -lpthread -latomic_ops -lm -ldl -lcurses
rm -f /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current
(cd /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin; ln -s gpre_boot gpre_current)
make[4]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make yvalve
make[4]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/alt.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/alt.o
/home/mariuz/work/firebird/trunk/src/yvalve/alt.cpp: In function ‘ISC_STATUS gds__ddl(ISC_STATUS*, FB_API_HANDLE*, FB_API_HANDLE*, SSHORT, const SCHAR*)’:
/home/mariuz/work/firebird/trunk/src/yvalve/alt.cpp:594:9: warning: ‘ISC_STATUS isc_ddl(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, short int, const ISC_SCHAR*)’ is deprecated (declared at /home/mariuz/work/firebird/trunk/src/include/../jrd/ibase.h:708) [-Wdeprecated-declarations]
return isc_ddl(status_vector, db_handle, tra_handle, ddl_length, ddl);
^
/home/mariuz/work/firebird/trunk/src/yvalve/alt.cpp:594:70: warning: ‘ISC_STATUS isc_ddl(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, short int, const ISC_SCHAR*)’ is deprecated (declared at /home/mariuz/work/firebird/trunk/src/include/../jrd/ibase.h:708) [-Wdeprecated-declarations]
return isc_ddl(status_vector, db_handle, tra_handle, ddl_length, ddl);
^
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/DistributedTransaction.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/DistributedTransaction.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/keywords.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/keywords.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/MasterImplementation.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/MasterImplementation.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/perf.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/perf.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/PluginManager.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/PluginManager.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/preparse.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/preparse.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/user_dsql.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/user_dsql.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/utl.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/utl.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/why.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/why.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -m -z -n /home/mariuz/work/firebird/trunk/src/yvalve/array.epp /home/mariuz/work/firebird/trunk/temp/Native/yvalve/array.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/yvalve/array.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/array.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -m -z -n /home/mariuz/work/firebird/trunk/src/yvalve/blob.epp /home/mariuz/work/firebird/trunk/temp/Native/yvalve/blob.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/yvalve/blob.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/blob.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/yvalve/config/os/posix/config_root.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/config/os/posix/config_root.o
gcc -std=gnu99 -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -c /home/mariuz/work/firebird/trunk/src/yvalve/config/os/posix/binreloc.c -o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/config/os/posix/binreloc.o
cc1: warning: command line option ‘-Wno-invalid-offsetof’ is valid for C++/ObjC++ but not for C [enabled by default]
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/remote/inet.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/remote/inet.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/remote/merge.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/remote/merge.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/remote/parser.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/remote/parser.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/remote/protocol.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/remote/protocol.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/remote/remote.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/remote/remote.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/auth/SecureRemotePassword/srp.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/auth/SecureRemotePassword/srp.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/remote/client/BlrFromMessage.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/remote/client/BlrFromMessage.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/remote/client/interface.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/remote/client/interface.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/auth/SecureRemotePassword/client/SrpClient.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/auth/SecureRemotePassword/client/SrpClient.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/auth/SecurityDatabase/LegacyClient.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/auth/SecurityDatabase/LegacyClient.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/plugins/crypt/arc4/Arc4.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/plugins/crypt/arc4/Arc4.o
g++ -Wl,--version-script,firebird.vers -pthread -shared -Wl,-soname,libfbclient.so.2 -Wl,-rpath,'$ORIGIN/../lib' -o /home/mariuz/work/firebird/trunk/gen/Native/firebird/lib/libfbclient.so.3.0.0 /home/mariuz/work/firebird/trunk/temp/Native/yvalve/alt.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/DistributedTransaction.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/gds.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/keywords.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/MasterImplementation.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/perf.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/PluginManager.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/preparse.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/user_dsql.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/utl.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/why.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/array.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/blob.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/config/os/posix/config_root.o /home/mariuz/work/firebird/trunk/temp/Native/yvalve/config/os/posix/binreloc.o /home/mariuz/work/firebird/trunk/temp/Native/remote/inet.o /home/mariuz/work/firebird/trunk/temp/Native/remote/merge.o /home/mariuz/work/firebird/trunk/temp/Native/remote/parser.o /home/mariuz/work/firebird/trunk/temp/Native/remote/protocol.o /home/mariuz/work/firebird/trunk/temp/Native/remote/remote.o /home/mariuz/work/firebird/trunk/temp/Native/auth/SecureRemotePassword/srp.o /home/mariuz/work/firebird/trunk/temp/Native/remote/client/BlrFromMessage.o /home/mariuz/work/firebird/trunk/temp/Native/remote/client/interface.o /home/mariuz/work/firebird/trunk/temp/Native/auth/SecureRemotePassword/client/SrpClient.o /home/mariuz/work/firebird/trunk/temp/Native/auth/SecurityDatabase/LegacyClient.o /home/mariuz/work/firebird/trunk/temp/Native/plugins/crypt/arc4/Arc4.o /home/mariuz/work/firebird/trunk/temp/Native/common.a -L/home/mariuz/work/firebird/trunk/gen/Native/firebird/lib -lpthread -latomic_ops -lm -ldl -lcurses -ltommath
(cd /home/mariuz/work/firebird/trunk/gen/Native/firebird/lib && ln -s -f libfbclient.so.3.0.0 libfbclient.so.2 )
(cd /home/mariuz/work/firebird/trunk/gen/Native/firebird/lib && ln -s -f libfbclient.so.2 libfbclient.so )
make[4]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make engine
make[4]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/Attachment.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Attachment.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/blb.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/blb.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/blob_filter.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/blob_filter.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/btn.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/btn.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/btr.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/btr.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/builtin.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/builtin.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/cch.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/cch.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/cmp.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/cmp.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/Collation.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Collation.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/CryptoManager.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/CryptoManager.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/cvt2.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/cvt2.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/cvt.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/cvt.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/Database.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Database.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/DataTypeUtil.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/DataTypeUtil.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/DbCreators.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/DbCreators.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/DebugInterface.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/DebugInterface.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/err.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/err.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/event.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/event.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/evl.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/evl.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/exe.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/exe.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/ext.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/ext.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/ExtEngineManager.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/ExtEngineManager.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/filters.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/filters.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/flu.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/flu.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/GarbageCollector.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/GarbageCollector.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/GlobalRWLock.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/GlobalRWLock.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/idx.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/idx.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/inf.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/inf.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/intl_builtin.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/intl_builtin.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/intl.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/intl.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/IntlManager.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/IntlManager.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/jrd.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/jrd.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/JrdStatement.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/JrdStatement.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/lck.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/lck.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/Mapping.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Mapping.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/Monitoring.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Monitoring.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/mov.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/mov.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/nbak.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/nbak.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/nodebug.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/nodebug.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/ods.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/ods.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/opt.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/opt.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/Optimizer.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Optimizer.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/pag.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/pag.o
In file included from /home/mariuz/work/firebird/trunk/src/include/../common/classes/locks.h:34:0,
from /home/mariuz/work/firebird/trunk/src/include/../common/classes/alloc.h:45,
from /home/mariuz/work/firebird/trunk/src/jrd/../common/config/config.h:26,
from /home/mariuz/work/firebird/trunk/src/jrd/pag.cpp:67:
/home/mariuz/work/firebird/trunk/src/jrd/pag.cpp: In function ‘Ods::pag* PAG_allocate_pages(Jrd::thread_db*, Jrd::WIN*, int, bool)’:
/home/mariuz/work/firebird/trunk/src/jrd/pag.cpp:630:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
fb_assert(lastBit - firstBit + 1 == cntAlloc);
^
/home/mariuz/work/firebird/trunk/src/include/../common/gdsassert.h:54:14: note: in definition of macro ‘fb_assert’
((void) ( !(ex) && (fb_assert_impl(#ex, __FILE__, __LINE__, true), 1) ))
^
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/par.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/par.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/PreparedStatement.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/PreparedStatement.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/RandomGenerator.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/RandomGenerator.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/RecordBuffer.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/RecordBuffer.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/RecordSourceNodes.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/RecordSourceNodes.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/Relation.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Relation.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/ResultSet.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/ResultSet.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/rlck.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/rlck.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/Routine.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Routine.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/rpb_chain.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/rpb_chain.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/RuntimeStatistics.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/RuntimeStatistics.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/sdw.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/sdw.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/shut.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/shut.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/sort.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/sort.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/sqz.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/sqz.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/status.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/status.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/svc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/svc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/svc_tab.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/svc_tab.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/SysFunction.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/SysFunction.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/TempSpace.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/TempSpace.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/tpc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/tpc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/tra.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/tra.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/UserManagement.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/UserManagement.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/validation.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/validation.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/vio.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/vio.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/VirtualTable.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/VirtualTable.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/jrd/dfw.epp /home/mariuz/work/firebird/trunk/temp/Native/jrd/dfw.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/jrd/dfw.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/dfw.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/jrd/dpm.epp /home/mariuz/work/firebird/trunk/temp/Native/jrd/dpm.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/jrd/dpm.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/dpm.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/jrd/dyn_util.epp /home/mariuz/work/firebird/trunk/temp/Native/jrd/dyn_util.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/jrd/dyn_util.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/dyn_util.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/jrd/Function.epp /home/mariuz/work/firebird/trunk/temp/Native/jrd/Function.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/jrd/Function.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Function.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/jrd/fun.epp /home/mariuz/work/firebird/trunk/temp/Native/jrd/fun.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/jrd/fun.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/fun.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/jrd/grant.epp /home/mariuz/work/firebird/trunk/temp/Native/jrd/grant.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/jrd/grant.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/grant.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/jrd/ini.epp /home/mariuz/work/firebird/trunk/temp/Native/jrd/ini.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/jrd/ini.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/ini.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/jrd/met.epp /home/mariuz/work/firebird/trunk/temp/Native/jrd/met.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/jrd/met.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/met.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/jrd/pcmet.epp /home/mariuz/work/firebird/trunk/temp/Native/jrd/pcmet.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/jrd/pcmet.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/pcmet.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/jrd/scl.epp /home/mariuz/work/firebird/trunk/temp/Native/jrd/scl.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/jrd/scl.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/scl.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/os/posix/unix.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/os/posix/unix.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/AggNodes.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/AggNodes.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/BlrDebugWriter.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/BlrDebugWriter.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/BoolNodes.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/BoolNodes.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/ddl.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/ddl.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/DsqlCompilerScratch.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/DsqlCompilerScratch.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/dsql.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/dsql.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/DSqlDataTypeUtil.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/DSqlDataTypeUtil.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/errd.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/errd.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/ExprNodes.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/ExprNodes.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/gen.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/gen.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/make.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/make.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/movd.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/movd.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/Parser.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/Parser.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/pass1.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/pass1.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/StmtNodes.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/StmtNodes.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/utld.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/utld.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/dsql/WinNodes.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/WinNodes.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/dsql/DdlNodes.epp /home/mariuz/work/firebird/trunk/temp/Native/dsql/DdlNodes.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/dsql/DdlNodes.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/DdlNodes.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/dsql/metd.epp /home/mariuz/work/firebird/trunk/temp/Native/dsql/metd.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/dsql/metd.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/metd.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -n -z -gds_cxx -ids /home/mariuz/work/firebird/trunk/src/dsql/PackageNodes.epp /home/mariuz/work/firebird/trunk/temp/Native/dsql/PackageNodes.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/dsql/PackageNodes.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/PackageNodes.o
sed -n '/%type .*/p' < /home/mariuz/work/firebird/trunk/src/dsql/parse.y > /home/mariuz/work/firebird/trunk/gen/types.y
sed 's/%type .*//' < /home/mariuz/work/firebird/trunk/src/dsql/parse.y > /home/mariuz/work/firebird/trunk/gen/y.y
/home/mariuz/work/firebird/trunk/extern/btyacc/btyacc -l -d -S /home/mariuz/work/firebird/trunk/src/dsql/btyacc_fb.ske /home/mariuz/work/firebird/trunk/gen/y.y
/home/mariuz/work/firebird/trunk/extern/btyacc/btyacc: 32 shift/reduce conflicts, 9 reduce/reduce conflicts.
YYTABLESIZE: 99478
mv -f /home/mariuz/work/firebird/trunk/gen/y_tab.c /home/mariuz/work/firebird/trunk/temp/Native/dsql/parse.cpp
mv -f /home/mariuz/work/firebird/trunk/gen/y_tab.h /home/mariuz/work/firebird/trunk/src/include/gen/parse.h
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/dsql/parse.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/dsql/parse.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/extds/ExtDS.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/extds/ExtDS.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/extds/InternalDS.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/extds/InternalDS.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/extds/IscDS.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/extds/IscDS.o
/home/mariuz/work/firebird/trunk/src/jrd/extds/IscDS.cpp:1501:8: warning: ‘void isc_expand_dpb(ISC_SCHAR**, short int*, ...)’ is deprecated (declared at /home/mariuz/work/firebird/trunk/src/include/../jrd/ibase.h:511) [-Wdeprecated-declarations]
PROTO(isc_expand_dpb),
^
/home/mariuz/work/firebird/trunk/src/jrd/extds/IscDS.cpp:1449:36: note: in definition of macro ‘PROTO’
#define PROTO(X) (prototype_##X*) &X
^
/home/mariuz/work/firebird/trunk/src/jrd/extds/IscDS.cpp:1506:8: warning: ‘ISC_LONG isc_interprete(ISC_SCHAR*, ISC_STATUS**)’ is deprecated (declared at /home/mariuz/work/firebird/trunk/src/include/../jrd/ibase.h:541) [-Wdeprecated-declarations]
PROTO(isc_interprete),
^
/home/mariuz/work/firebird/trunk/src/jrd/extds/IscDS.cpp:1449:36: note: in definition of macro ‘PROTO’
#define PROTO(X) (prototype_##X*) &X
^
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/AggregatedStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/AggregatedStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/BitmapTableScan.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/BitmapTableScan.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/BufferedStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/BufferedStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/ConditionalStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/ConditionalStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/Cursor.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/Cursor.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/ExternalTableScan.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/ExternalTableScan.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/FilteredStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/FilteredStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/FirstRowsStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/FirstRowsStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/FullOuterJoin.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/FullOuterJoin.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/FullTableScan.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/FullTableScan.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/HashJoin.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/HashJoin.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/IndexTableScan.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/IndexTableScan.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/LockedStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/LockedStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/MergeJoin.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/MergeJoin.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/NestedLoopJoin.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/NestedLoopJoin.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/ProcedureScan.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/ProcedureScan.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/RecordSource.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/RecordSource.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/RecursiveStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/RecursiveStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/SingularStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/SingularStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/SkipRowsStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/SkipRowsStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/SortedStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/SortedStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/Union.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/Union.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/VirtualTableScan.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/VirtualTableScan.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/recsrc/WindowedStream.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/WindowedStream.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/trace/TraceCmdLine.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceCmdLine.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/trace/TraceConfigStorage.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceConfigStorage.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/trace/TraceLog.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceLog.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/trace/TraceManager.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceManager.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/trace/TraceObjects.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceObjects.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/jrd/trace/TraceService.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceService.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/lock/lock.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/lock/lock.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/alice/alice.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/alice/alice.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/alice/exe.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/alice/exe.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/alice/tdr.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/alice/tdr.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -m -z -n /home/mariuz/work/firebird/trunk/src/alice/alice_meta.epp /home/mariuz/work/firebird/trunk/temp/Native/alice/alice_meta.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/alice/alice_meta.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/alice/alice_meta.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/burp/burp.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/burp/burp.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/burp/canonical.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/burp/canonical.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/burp/misc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/burp/misc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/burp/mvol.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/burp/mvol.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -m -z -n /home/mariuz/work/firebird/trunk/src/burp/backup.epp /home/mariuz/work/firebird/trunk/temp/Native/burp/backup.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/burp/backup.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/burp/backup.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -m -z -n /home/mariuz/work/firebird/trunk/src/burp/OdsDetection.epp /home/mariuz/work/firebird/trunk/temp/Native/burp/OdsDetection.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/burp/OdsDetection.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/burp/OdsDetection.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -m -z -n /home/mariuz/work/firebird/trunk/src/burp/restore.epp /home/mariuz/work/firebird/trunk/temp/Native/burp/restore.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/burp/restore.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/burp/restore.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/utilities/gsec/gsec.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/utilities/gsec/gsec.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/utilities/gstat/ppg.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/utilities/gstat/ppg.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -m -z -n /home/mariuz/work/firebird/trunk/src/utilities/gstat/dba.epp /home/mariuz/work/firebird/trunk/temp/Native/utilities/gstat/dba.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/utilities/gstat/dba.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/utilities/gstat/dba.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/utilities/nbackup/nbackup.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/utilities/nbackup/nbackup.o
g++ -Wl,--version-script,fbplugin.vers -pthread -shared -Wl,-soname,libEngine12.so -Wl,-rpath,'$ORIGIN/../lib' -o /home/mariuz/work/firebird/trunk/gen/Native/firebird/plugins/libEngine12.so /home/mariuz/work/firebird/trunk/temp/Native/jrd/Attachment.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/blb.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/blob_filter.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/btn.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/btr.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/builtin.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/cch.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/cmp.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Collation.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/CryptoManager.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/cvt2.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/cvt.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Database.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/DataTypeUtil.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/DbCreators.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/DebugInterface.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/err.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/event.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/evl.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/exe.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/ext.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/ExtEngineManager.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/filters.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/flu.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/GarbageCollector.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/GlobalRWLock.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/idx.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/inf.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/intl_builtin.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/intl.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/IntlManager.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/jrd.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/JrdStatement.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/lck.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Mapping.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Monitoring.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/mov.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/nbak.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/nodebug.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/ods.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/opt.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Optimizer.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/pag.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/par.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/PreparedStatement.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/RandomGenerator.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/RecordBuffer.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/RecordSourceNodes.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Relation.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/ResultSet.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/rlck.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Routine.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/rpb_chain.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/RuntimeStatistics.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/sdw.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/shut.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/sort.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/sqz.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/status.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/svc.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/svc_tab.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/SysFunction.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/TempSpace.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/tpc.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/tra.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/UserManagement.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/validation.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/vio.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/VirtualTable.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/dfw.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/dpm.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/dyn_util.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/Function.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/fun.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/grant.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/ini.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/met.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/pcmet.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/scl.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/os/posix/unix.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/AggNodes.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/BlrDebugWriter.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/BoolNodes.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/ddl.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/DsqlCompilerScratch.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/dsql.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/DSqlDataTypeUtil.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/errd.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/ExprNodes.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/gen.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/make.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/movd.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/Parser.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/pass1.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/StmtNodes.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/utld.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/WinNodes.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/DdlNodes.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/metd.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/PackageNodes.o /home/mariuz/work/firebird/trunk/temp/Native/dsql/parse.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/extds/ExtDS.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/extds/InternalDS.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/extds/IscDS.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/AggregatedStream.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/BitmapTableScan.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/BufferedStream.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/ConditionalStream.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/Cursor.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/ExternalTableScan.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/FilteredStream.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/FirstRowsStream.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/FullOuterJoin.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/FullTableScan.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/HashJoin.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/IndexTableScan.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/LockedStream.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/MergeJoin.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/NestedLoopJoin.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/ProcedureScan.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/RecordSource.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/RecursiveStream.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/SingularStream.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/SkipRowsStream.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/SortedStream.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/Union.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/VirtualTableScan.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/recsrc/WindowedStream.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceCmdLine.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceConfigStorage.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceLog.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceManager.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceObjects.o /home/mariuz/work/firebird/trunk/temp/Native/jrd/trace/TraceService.o /home/mariuz/work/firebird/trunk/temp/Native/lock/lock.o /home/mariuz/work/firebird/trunk/temp/Native/alice/alice.o /home/mariuz/work/firebird/trunk/temp/Native/alice/exe.o /home/mariuz/work/firebird/trunk/temp/Native/alice/tdr.o /home/mariuz/work/firebird/trunk/temp/Native/alice/alice_meta.o /home/mariuz/work/firebird/trunk/temp/Native/burp/burp.o /home/mariuz/work/firebird/trunk/temp/Native/burp/canonical.o /home/mariuz/work/firebird/trunk/temp/Native/burp/misc.o /home/mariuz/work/firebird/trunk/temp/Native/burp/mvol.o /home/mariuz/work/firebird/trunk/temp/Native/burp/backup.o /home/mariuz/work/firebird/trunk/temp/Native/burp/OdsDetection.o /home/mariuz/work/firebird/trunk/temp/Native/burp/restore.o /home/mariuz/work/firebird/trunk/temp/Native/utilities/gsec/gsec.o /home/mariuz/work/firebird/trunk/temp/Native/utilities/gstat/ppg.o /home/mariuz/work/firebird/trunk/temp/Native/utilities/gstat/dba.o /home/mariuz/work/firebird/trunk/temp/Native/utilities/nbackup/nbackup.o /home/mariuz/work/firebird/trunk/temp/Native/common.a -L/home/mariuz/work/firebird/trunk/gen/Native/firebird/lib -lpthread -latomic_ops -lm -ldl -lcurses -ltommath -L/home/mariuz/work/firebird/trunk/gen/Native/firebird/lib -lfbclient -ltommath
make[4]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make fbintl
make[4]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cs_big5.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_big5.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cs_gb2312.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_gb2312.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cs_icu.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_icu.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cs_jis.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_jis.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cs_ksc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_ksc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cs_narrow.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_narrow.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cs_unicode_fss.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_unicode_fss.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cs_unicode_ucs2.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_unicode_ucs2.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cv_big5.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_big5.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cv_gb2312.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_gb2312.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cv_icu.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_icu.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cv_jis.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_jis.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cv_ksc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_ksc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cv_narrow.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_narrow.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/cv_unicode_fss.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_unicode_fss.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/kanji.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/kanji.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_ascii.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_ascii.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_big5.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_big5.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_dos.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_dos.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_gb2312.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_gb2312.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_icu.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_icu.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_iso8859_13.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_iso8859_13.o
In file included from /home/mariuz/work/firebird/trunk/src/intl/lc_iso8859_13.cpp:31:0:
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/xx885913lt.h: In function ‘INTL_BOOL ISO885913_c1_init(texttype*, charset*, const ASCII*, const ASCII*, USHORT, const UCHAR*, ULONG, const ASCII*)’:
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/xx885913lt.h:821:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]
};
^
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_iso8859_1.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_iso8859_1.o
In file included from /home/mariuz/work/firebird/trunk/src/intl/lc_iso8859_1.cpp:386:0:
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1252i850.h: In function ‘INTL_BOOL WIN1252_c2_init(texttype*, charset*, const ASCII*, const ASCII*, USHORT, const UCHAR*, ULONG, const ASCII*)’:
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1252i850.h:832:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]
};
^
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1252i850.h:832:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1252i850.h:832:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]
In file included from /home/mariuz/work/firebird/trunk/src/intl/lc_iso8859_1.cpp:410:0:
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1252span.h: In function ‘INTL_BOOL WIN1252_c4_init(texttype*, charset*, const ASCII*, const ASCII*, USHORT, const UCHAR*, ULONG, const ASCII*)’:
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1252span.h:841:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]
};
^
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1252span.h:841:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1252span.h:841:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1252span.h:841:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]
In file included from /home/mariuz/work/firebird/trunk/src/intl/lc_iso8859_1.cpp:458:0:
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1254turk.h: In function ‘INTL_BOOL WIN1254_c1_init(texttype*, charset*, const ASCII*, const ASCII*, USHORT, const UCHAR*, ULONG, const ASCII*)’:
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1254turk.h:826:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]
};
^
/home/mariuz/work/firebird/trunk/src/intl/../intl/collations/pw1254turk.h:826:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_iso8859_2.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_iso8859_2.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_jis.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_jis.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_ksc.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_ksc.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_narrow.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_narrow.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/lc_unicode_ucs2.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_unicode_ucs2.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/intl/ld.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/intl/ld.o
g++ -Wl,--version-script,fbintl.vers -pthread -shared -Wl,-soname,libintl.so.1 -Wl,-rpath,'$ORIGIN/../lib' -o /home/mariuz/work/firebird/trunk/gen/Native/firebird/intl/libfbintl.so /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_big5.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_gb2312.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_icu.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_jis.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_ksc.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_narrow.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_unicode_fss.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cs_unicode_ucs2.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_big5.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_gb2312.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_icu.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_jis.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_ksc.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_narrow.o /home/mariuz/work/firebird/trunk/temp/Native/intl/cv_unicode_fss.o /home/mariuz/work/firebird/trunk/temp/Native/intl/kanji.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_ascii.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_big5.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_dos.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_gb2312.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_icu.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_iso8859_13.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_iso8859_1.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_iso8859_2.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_jis.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_ksc.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_narrow.o /home/mariuz/work/firebird/trunk/temp/Native/intl/lc_unicode_ucs2.o /home/mariuz/work/firebird/trunk/temp/Native/intl/ld.o /home/mariuz/work/firebird/trunk/temp/Native/common.a -L/home/mariuz/work/firebird/trunk/gen/Native/firebird/lib -lpthread -latomic_ops -lm -ldl -lcurses -L/home/mariuz/work/firebird/trunk/gen/Native/firebird/lib -lfbclient -ltommath
make[4]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make gbak isql gfix
make[4]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/burp/main/burpMain.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/burp/main/burpMain.o
g++ -pthread -Wl,-rpath,'$ORIGIN/../lib' -Wl,-rpath,'$ORIGIN/../intl' -Wl,--version-script,empty.vers /home/mariuz/work/firebird/trunk/temp/Native/burp/burp.o /home/mariuz/work/firebird/trunk/temp/Native/burp/canonical.o /home/mariuz/work/firebird/trunk/temp/Native/burp/misc.o /home/mariuz/work/firebird/trunk/temp/Native/burp/mvol.o /home/mariuz/work/firebird/trunk/temp/Native/burp/backup.o /home/mariuz/work/firebird/trunk/temp/Native/burp/OdsDetection.o /home/mariuz/work/firebird/trunk/temp/Native/burp/restore.o /home/mariuz/work/firebird/trunk/temp/Native/burp/main/burpMain.o /home/mariuz/work/firebird/trunk/temp/Native/common.a -o /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gbak -L/home/mariuz/work/firebird/trunk/gen/Native/firebird/lib -lfbclient -ltommath -lpthread -latomic_ops -lm -ldl -lcurses
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/isql/ColList.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/isql/ColList.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/isql/Extender.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/isql/Extender.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/isql/InputDevices.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/isql/InputDevices.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/isql/iutils.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/isql/iutils.o
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/isql/OptionsBase.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/isql/OptionsBase.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -m -z -n -ocxx /home/mariuz/work/firebird/trunk/src/isql/extract.epp /home/mariuz/work/firebird/trunk/temp/Native/isql/extract.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/isql/extract.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/isql/extract.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -m -z -n -ocxx /home/mariuz/work/firebird/trunk/src/isql/isql.epp /home/mariuz/work/firebird/trunk/temp/Native/isql/isql.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/isql/isql.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/isql/isql.o
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -m -z -n -ocxx /home/mariuz/work/firebird/trunk/src/isql/show.epp /home/mariuz/work/firebird/trunk/temp/Native/isql/show.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/isql/show.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/isql/show.o
g++ -pthread -Wl,-rpath,'$ORIGIN/../lib' -Wl,-rpath,'$ORIGIN/../intl' -Wl,--version-script,empty.vers /home/mariuz/work/firebird/trunk/temp/Native/isql/ColList.o /home/mariuz/work/firebird/trunk/temp/Native/isql/Extender.o /home/mariuz/work/firebird/trunk/temp/Native/isql/InputDevices.o /home/mariuz/work/firebird/trunk/temp/Native/isql/iutils.o /home/mariuz/work/firebird/trunk/temp/Native/isql/OptionsBase.o /home/mariuz/work/firebird/trunk/temp/Native/isql/extract.o /home/mariuz/work/firebird/trunk/temp/Native/isql/isql.o /home/mariuz/work/firebird/trunk/temp/Native/isql/show.o /home/mariuz/work/firebird/trunk/temp/Native/common.a -o /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/isql -L/home/mariuz/work/firebird/trunk/gen/Native/firebird/lib -lfbclient -ltommath -ledit -lpthread -latomic_ops -lm -ldl -lcurses
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/src/alice/main/aliceMain.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/alice/main/aliceMain.o
g++ -pthread -Wl,-rpath,'$ORIGIN/../lib' -Wl,-rpath,'$ORIGIN/../intl' -Wl,--version-script,empty.vers /home/mariuz/work/firebird/trunk/temp/Native/alice/alice.o /home/mariuz/work/firebird/trunk/temp/Native/alice/exe.o /home/mariuz/work/firebird/trunk/temp/Native/alice/tdr.o /home/mariuz/work/firebird/trunk/temp/Native/alice/alice_meta.o /home/mariuz/work/firebird/trunk/temp/Native/alice/main/aliceMain.o /home/mariuz/work/firebird/trunk/temp/Native/common.a -o /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gfix -L/home/mariuz/work/firebird/trunk/gen/Native/firebird/lib -lfbclient -ltommath -lpthread -latomic_ops -lm -ldl -lcurses
make[4]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make gpre
make[4]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
rm -f metadata.fdb
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/isql -q -i /home/mariuz/work/firebird/trunk/src/dbs/metadata.sql
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gfix -mode read_only metadata.fdb
chmod 0444 metadata.fdb
rm -f yachts.lnk
ln -s metadata.fdb yachts.lnk
rm -f msg.fdb
echo create database \'msg.fdb\'\; | /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/isql
can't format message 17:3 -- message file /home/mariuz/work/firebird/trunk/gen/Native/firebird/firebird.msg not found
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gfix -write async msg.fdb
for sql in /home/mariuz/work/firebird/trunk/src/msgs/msg.sql /home/mariuz/work/firebird/trunk/src/msgs/facilities2.sql /home/mariuz/work/firebird/trunk/src/msgs/locales.sql /home/mariuz/work/firebird/trunk/src/msgs/sqlstates.sql /home/mariuz/work/firebird/trunk/src/msgs/history2.sql /home/mariuz/work/firebird/trunk/src/msgs/messages2.sql /home/mariuz/work/firebird/trunk/src/msgs/symbols2.sql /home/mariuz/work/firebird/trunk/src/msgs/system_errors2.sql /home/mariuz/work/firebird/trunk/src/msgs/transmsgs.fr_FR2.sql /home/mariuz/work/firebird/trunk/src/msgs/transmsgs.de_DE2.sql; do (echo $sql; /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/isql -i $sql msg.fdb) || exit; done
/home/mariuz/work/firebird/trunk/src/msgs/msg.sql
/home/mariuz/work/firebird/trunk/src/msgs/facilities2.sql
/home/mariuz/work/firebird/trunk/src/msgs/locales.sql
/home/mariuz/work/firebird/trunk/src/msgs/sqlstates.sql
/home/mariuz/work/firebird/trunk/src/msgs/history2.sql
/home/mariuz/work/firebird/trunk/src/msgs/messages2.sql
/home/mariuz/work/firebird/trunk/src/msgs/symbols2.sql
/home/mariuz/work/firebird/trunk/src/msgs/system_errors2.sql
/home/mariuz/work/firebird/trunk/src/msgs/transmsgs.fr_FR2.sql
/home/mariuz/work/firebird/trunk/src/msgs/transmsgs.de_DE2.sql
touch msg.timestamp
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gbak -MODE read_only -R /home/mariuz/work/firebird/trunk/builds/misc/help.gbak help.fdb
chmod 0444 help.fdb
rm -f /home/mariuz/work/firebird/trunk/gen/Native/firebird/help/help.fdb
cp help.fdb /home/mariuz/work/firebird/trunk/gen/Native/firebird/help/help.fdb
chmod 0444 /home/mariuz/work/firebird/trunk/gen/Native/firebird/help/help.fdb
rm -f security.fdb
rm -f security.tmp
echo create database \'security.tmp\'\; | /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/isql
can't format message 17:3 -- message file /home/mariuz/work/firebird/trunk/gen/Native/firebird/firebird.msg not found
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gfix -write async security.tmp
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/isql -i /home/mariuz/work/firebird/trunk/src/dbs/security.sql security.tmp
chmod a=rw security.tmp
cp security.tmp security.fdb
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gfix -write sync security.fdb
rm -f /home/mariuz/work/firebird/trunk/gen/Native/firebird/security3.fdb
cp security.fdb /home/mariuz/work/firebird/trunk/gen/Native/firebird/security3.fdb
/home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current -m -z -n /home/mariuz/work/firebird/trunk/src/gpre/std/gpre_meta.epp /home/mariuz/work/firebird/trunk/temp/Native/gpre/std/gpre_meta.cpp
gpre version LI-T3.0.0.31557 Firebird 3.0 Beta 2
g++ -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -Wno-invalid-offsetof -Wno-narrowing -Wno-unused-local-typedefs -fmax-errors=8 -DDEV_BUILD -pthread -fno-rtti -c /home/mariuz/work/firebird/trunk/temp/Native/gpre/std/gpre_meta.cpp -o /home/mariuz/work/firebird/trunk/temp/Native/gpre/std/gpre_meta.o
g++ -pthread -Wl,-rpath,'$ORIGIN/../lib' -Wl,-rpath,'$ORIGIN/../intl' -Wl,--version-script,empty.vers /home/mariuz/work/firebird/trunk/temp/Native/gpre/c_cxx.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/cmd.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/cme.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/cmp.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/exp.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/gpre.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/hsh.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/int_cxx.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/jrdmet.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/movg.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/msc.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/obj_cxx.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/par.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/pat.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/sqe.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/sql.o /home/mariuz/work/firebird/trunk/temp/Native/gpre/std/gpre_meta.o /home/mariuz/work/firebird/trunk/temp/Native/common.a -o /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre -L/home/mariuz/work/firebird/trunk/gen/Native/firebird/lib -lfbclient -ltommath -lpthread -latomic_ops -lm -ldl -lcurses
make[4]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
rm -f /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin/gpre_current
(cd /home/mariuz/work/firebird/trunk/gen/Native/firebird/bin; ln -s gpre gpre_current)
make[3]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make CROSS_OUT=Y cross2
Android NDK: GNU Make version 3.81 detected
Android NDK: Host OS was auto-detected: linux
Android NDK: Host operating system detected: linux
Android NDK: Host CPU was auto-detected: x86
Android NDK: HOST_TAG set to linux-x86
Android NDK: Host tools prebuilt directory: /opt/android-ndk-r10d/prebuilt/linux-x86_64/bin
Android NDK: Host 'echo' tool: echo
Android NDK: Host 'echo -n' tool: printf %s
Android NDK: Host 'cmp' tool: cmp
Android NDK: Host 'awk' tool: /opt/android-ndk-r10d/prebuilt/linux-x86_64/bin/awk
Android NDK: Host 'awk' test returned: Pass
Android NDK: Found platform root directory: /opt/android-ndk-r10d/platforms
Android NDK: Found supported platforms: android-12 android-13 android-14 android-15 android-16 android-17 android-18 android-19 android-21 android-3 android-4 android-5 android-8 android-9
Android NDK: PLATFORM android-12 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-12/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-12/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-12/arch-x86
Android NDK: PLATFORM android-13 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-13/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-13/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-13/arch-x86
Android NDK: PLATFORM android-14 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-14/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-14/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-14/arch-x86
Android NDK: PLATFORM android-15 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-15/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-15/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-15/arch-x86
Android NDK: PLATFORM android-16 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-16/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-16/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-16/arch-x86
Android NDK: PLATFORM android-17 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-17/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-17/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-17/arch-x86
Android NDK: PLATFORM android-18 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-18/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-18/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-18/arch-x86
Android NDK: PLATFORM android-19 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-19/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-19/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-19/arch-x86
Android NDK: PLATFORM android-21 supports: arm arm64 mips mips64 x86 x86_64
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-arm
Android NDK: ABI arm64 sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-arm64
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-mips
Android NDK: ABI mips64 sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-mips64
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-x86
Android NDK: ABI x86_64 sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-x86_64
Android NDK: PLATFORM android-3 supports: arm
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-3/arch-arm
Android NDK: PLATFORM android-4 supports: arm
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-4/arch-arm
Android NDK: PLATFORM android-5 supports: arm
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-5/arch-arm
Android NDK: PLATFORM android-8 supports: arm
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-8/arch-arm
Android NDK: PLATFORM android-9 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-9/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-9/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-9/arch-x86
Android NDK: Found stable platform levels: 12 13 14 15 16 17 18 19 21 3 4 5 8 9
Android NDK: Found max platform level: 21
Android NDK: This NDK supports the following target architectures and ABIS:
Android NDK: arm: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: arm64: arm64-v8a
Android NDK: mips: mips
Android NDK: mips64: mips64
Android NDK: x86: x86
Android NDK: x86_64: x86_64
Android NDK: This NDK supports the following toolchains and target ABIs:
Android NDK: aarch64-linux-android-4.9: arm64-v8a
Android NDK: aarch64-linux-android-clang3.4: arm64-v8a
Android NDK: aarch64-linux-android-clang3.5: arm64-v8a
Android NDK: arm-linux-androideabi-4.6: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: arm-linux-androideabi-4.8: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: arm-linux-androideabi-4.9: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: arm-linux-androideabi-clang3.4: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: arm-linux-androideabi-clang3.5: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: mips64el-linux-android-4.9: mips64
Android NDK: mips64el-linux-android-clang3.4: mips64
Android NDK: mips64el-linux-android-clang3.5: mips64
Android NDK: mipsel-linux-android-4.6: mips
Android NDK: mipsel-linux-android-4.8: mips
Android NDK: mipsel-linux-android-4.9: mips
Android NDK: mipsel-linux-android-clang3.4: mips
Android NDK: mipsel-linux-android-clang3.5: mips
Android NDK: x86-4.6: x86
Android NDK: x86-4.8: x86
Android NDK: x86-4.9: x86
Android NDK: x86-clang3.4: x86
Android NDK: x86-clang3.5: x86
Android NDK: x86_64-4.9: x86_64
Android NDK: x86_64-clang3.4: x86_64
Android NDK: x86_64-clang3.5: x86_64
make[3]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
ln -sf /home/mariuz/work/firebird/trunk/src/include/cross/android.arme /home/mariuz/work/firebird/trunk/src/include/gen/autoconfig.h
make tommath
Android NDK: GNU Make version 3.81 detected
Android NDK: Host OS was auto-detected: linux
Android NDK: Host operating system detected: linux
Android NDK: Host CPU was auto-detected: x86
Android NDK: HOST_TAG set to linux-x86
Android NDK: Host tools prebuilt directory: /opt/android-ndk-r10d/prebuilt/linux-x86_64/bin
Android NDK: Host 'echo' tool: echo
Android NDK: Host 'echo -n' tool: printf %s
Android NDK: Host 'cmp' tool: cmp
Android NDK: Host 'awk' tool: /opt/android-ndk-r10d/prebuilt/linux-x86_64/bin/awk
Android NDK: Host 'awk' test returned: Pass
Android NDK: Found platform root directory: /opt/android-ndk-r10d/platforms
Android NDK: Found supported platforms: android-12 android-13 android-14 android-15 android-16 android-17 android-18 android-19 android-21 android-3 android-4 android-5 android-8 android-9
Android NDK: PLATFORM android-12 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-12/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-12/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-12/arch-x86
Android NDK: PLATFORM android-13 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-13/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-13/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-13/arch-x86
Android NDK: PLATFORM android-14 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-14/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-14/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-14/arch-x86
Android NDK: PLATFORM android-15 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-15/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-15/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-15/arch-x86
Android NDK: PLATFORM android-16 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-16/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-16/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-16/arch-x86
Android NDK: PLATFORM android-17 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-17/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-17/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-17/arch-x86
Android NDK: PLATFORM android-18 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-18/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-18/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-18/arch-x86
Android NDK: PLATFORM android-19 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-19/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-19/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-19/arch-x86
Android NDK: PLATFORM android-21 supports: arm arm64 mips mips64 x86 x86_64
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-arm
Android NDK: ABI arm64 sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-arm64
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-mips
Android NDK: ABI mips64 sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-mips64
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-x86
Android NDK: ABI x86_64 sysroot is: /opt/android-ndk-r10d/platforms/android-21/arch-x86_64
Android NDK: PLATFORM android-3 supports: arm
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-3/arch-arm
Android NDK: PLATFORM android-4 supports: arm
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-4/arch-arm
Android NDK: PLATFORM android-5 supports: arm
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-5/arch-arm
Android NDK: PLATFORM android-8 supports: arm
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-8/arch-arm
Android NDK: PLATFORM android-9 supports: arm mips x86
Android NDK: ABI arm sysroot is: /opt/android-ndk-r10d/platforms/android-9/arch-arm
Android NDK: ABI mips sysroot is: /opt/android-ndk-r10d/platforms/android-9/arch-mips
Android NDK: ABI x86 sysroot is: /opt/android-ndk-r10d/platforms/android-9/arch-x86
Android NDK: Found stable platform levels: 12 13 14 15 16 17 18 19 21 3 4 5 8 9
Android NDK: Found max platform level: 21
Android NDK: This NDK supports the following target architectures and ABIS:
Android NDK: arm: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: arm64: arm64-v8a
Android NDK: mips: mips
Android NDK: mips64: mips64
Android NDK: x86: x86
Android NDK: x86_64: x86_64
Android NDK: This NDK supports the following toolchains and target ABIs:
Android NDK: aarch64-linux-android-4.9: arm64-v8a
Android NDK: aarch64-linux-android-clang3.4: arm64-v8a
Android NDK: aarch64-linux-android-clang3.5: arm64-v8a
Android NDK: arm-linux-androideabi-4.6: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: arm-linux-androideabi-4.8: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: arm-linux-androideabi-4.9: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: arm-linux-androideabi-clang3.4: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: arm-linux-androideabi-clang3.5: armeabi armeabi-v7a armeabi-v7a-hard
Android NDK: mips64el-linux-android-4.9: mips64
Android NDK: mips64el-linux-android-clang3.4: mips64
Android NDK: mips64el-linux-android-clang3.5: mips64
Android NDK: mipsel-linux-android-4.6: mips
Android NDK: mipsel-linux-android-4.8: mips
Android NDK: mipsel-linux-android-4.9: mips
Android NDK: mipsel-linux-android-clang3.4: mips
Android NDK: mipsel-linux-android-clang3.5: mips
Android NDK: x86-4.6: x86
Android NDK: x86-4.8: x86
Android NDK: x86-4.9: x86
Android NDK: x86-clang3.4: x86
Android NDK: x86-clang3.5: x86
Android NDK: x86_64-4.9: x86_64
Android NDK: x86_64-clang3.4: x86_64
Android NDK: x86_64-clang3.5: x86_64
make[4]: Entering directory `/home/mariuz/work/firebird/trunk/gen'
/opt/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6 arm-linux-androideabi-4.8 arm-linux-androideabi-4.9 arm-linux-androideabi-clang3.4 arm-linux-androideabi-clang3.5/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc -I/home/mariuz/work/firebird/trunk/src/include/gen -I/home/mariuz/work/firebird/trunk/src/include -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DANDROID -DARM -pipe -MMD -fPIC -fmessage-length=0 -I/home/mariuz/work/firebird/trunk/extern/libtommath --sysroot=/opt/android-ndk-r10d/platforms/android-9/arch-arm -I/usr/include -O0 -fno-omit-frame-pointer -pthread -c ../extern/libtommath/bncore.c -o ../extern/libtommath/bncore.o
make[4]: execvp: /opt/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6: Permission denied
make[4]: *** [../extern/libtommath/bncore.o] Error 127
make[4]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make[3]: *** [cross2] Error 2
make[3]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make[2]: *** [cross_process] Error 2
make[2]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make[1]: *** [firebird] Error 2
make[1]: Leaving directory `/home/mariuz/work/firebird/trunk/gen'
make: *** [firebird] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment