Last active
February 11, 2020 05:32
-
-
Save catvec/83f8a90e12418d7208cb92130db63579 to your computer and use it in GitHub Desktop.
void linux proj4 shlibs confusion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=> xbps-src: updating repositories for host (x86_64)... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ... | |
=> xbps-src: updating software in / masterdir... | |
=> xbps-src: cleaning up / masterdir... | |
=> proj4-4.9.3_1: removing autodeps, please wait... | |
=> proj4-4.9.3_1: building [gnu-configure] for x86_64... | |
=> proj4-4.9.3_1: running do-fetch hook: 00-distfiles ... | |
=> proj4-4.9.3_1: running do-extract hook: 00-distfiles ... | |
=> proj4-4.9.3_1: extracting distfile(s), please wait... | |
=> proj4-4.9.3_1: running do-patch hook: 00-patches ... | |
=> proj4-4.9.3_1: running pre-configure hook: 00-gnu-configure-asneeded ... | |
=> proj4-4.9.3_1: running pre-configure hook: 01-override-config ... | |
=> proj4-4.9.3_1: running pre-configure hook: 02-script-wrapper ... | |
=> proj4-4.9.3_1: running do_configure ... | |
checking for a BSD-compatible install... /builddir/.xbps-proj4/wrappers/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for style of include used by make... GNU | |
checking for x86_64-unknown-linux-gnu-gcc... cc | |
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 cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking whether cc understands -c and -o together... yes | |
checking dependency style of cc... gcc3 | |
checking C_WFLAGS for maximum warnings... -Wall -Wdeclaration-after-statement | |
checking for x86_64-unknown-linux-gnu-gcc... (cached) cc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether cc accepts -g... (cached) yes | |
checking for cc option to accept ISO C89... (cached) none needed | |
checking whether cc understands -c and -o together... (cached) yes | |
checking dependency style of cc... (cached) gcc3 | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... BSD nm | |
checking the maximum length of command line arguments... 1572864 | |
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 ld option to reload object files... -r | |
checking for x86_64-unknown-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-unknown-linux-gnu-dlltool... no | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for x86_64-unknown-linux-gnu-ar... ar | |
checking for archiver @FILE support... @ | |
checking for x86_64-unknown-linux-gnu-strip... strip | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
checking command to parse nm output from cc object... ok | |
checking for sysroot... no | |
checking for a working dd... /usr/bin/dd | |
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 | |
checking for x86_64-unknown-linux-gnu-mt... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking how to run the C preprocessor... cpp | |
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 cc supports -fno-rtti -fno-exceptions... no | |
checking for cc option to produce PIC... -fPIC -DPIC | |
checking if cc PIC flag -fPIC -DPIC works... yes | |
checking if cc static flag -static works... yes | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (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 whether stripping libraries is possible... no | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for exp in -lm... yes | |
checking for ANSI C header files... (cached) yes | |
checking for localeconv... yes | |
checking jni.h usability... no | |
checking jni.h presence... no | |
checking for jni.h... no | |
checking whether to enable Java/JNI support... disabled | |
checking for mutexes... checking for pthread_create in -lpthread... yes | |
checking for pthread_mutexattr_settype in -lpthread... yes | |
checking whether PTHREAD_MUTEX_RECURSIVE is declared... yes | |
enabled, pthread | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating cmake/Makefile | |
config.status: creating src/Makefile | |
config.status: creating man/Makefile | |
config.status: creating man/man1/Makefile | |
config.status: creating man/man3/Makefile | |
config.status: creating nad/Makefile | |
config.status: creating jniwrap/Makefile | |
config.status: creating jniwrap/org/Makefile | |
config.status: creating jniwrap/org/proj4/Makefile | |
config.status: creating nad/install | |
config.status: creating proj.pc | |
config.status: creating src/proj_config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=> proj4-4.9.3_1: running pre-build hook: 02-script-wrapper ... | |
=> proj4-4.9.3_1: running do_build ... | |
Making all in src | |
make[1]: Entering directory '/builddir/proj-4.9.3/src' | |
make all-am | |
make[2]: Entering directory '/builddir/proj-4.9.3/src' | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aeqd.lo -MD -MP -MF .deps/PJ_aeqd.Tpo -c -o PJ_aeqd.lo PJ_aeqd.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aeqd.lo -MD -MP -MF .deps/PJ_aeqd.Tpo -c PJ_aeqd.c -fPIC -DPIC -o .libs/PJ_aeqd.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aeqd.lo -MD -MP -MF .deps/PJ_aeqd.Tpo -c PJ_aeqd.c -o PJ_aeqd.o >/dev/null 2>&1 | |
mv -f .deps/PJ_aeqd.Tpo .deps/PJ_aeqd.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gnom.lo -MD -MP -MF .deps/PJ_gnom.Tpo -c -o PJ_gnom.lo PJ_gnom.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gnom.lo -MD -MP -MF .deps/PJ_gnom.Tpo -c PJ_gnom.c -fPIC -DPIC -o .libs/PJ_gnom.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gnom.lo -MD -MP -MF .deps/PJ_gnom.Tpo -c PJ_gnom.c -o PJ_gnom.o >/dev/null 2>&1 | |
mv -f .deps/PJ_gnom.Tpo .deps/PJ_gnom.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_laea.lo -MD -MP -MF .deps/PJ_laea.Tpo -c -o PJ_laea.lo PJ_laea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_laea.lo -MD -MP -MF .deps/PJ_laea.Tpo -c PJ_laea.c -fPIC -DPIC -o .libs/PJ_laea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_laea.lo -MD -MP -MF .deps/PJ_laea.Tpo -c PJ_laea.c -o PJ_laea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_laea.Tpo .deps/PJ_laea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mod_ster.lo -MD -MP -MF .deps/PJ_mod_ster.Tpo -c -o PJ_mod_ster.lo PJ_mod_ster.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mod_ster.lo -MD -MP -MF .deps/PJ_mod_ster.Tpo -c PJ_mod_ster.c -fPIC -DPIC -o .libs/PJ_mod_ster.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mod_ster.lo -MD -MP -MF .deps/PJ_mod_ster.Tpo -c PJ_mod_ster.c -o PJ_mod_ster.o >/dev/null 2>&1 | |
mv -f .deps/PJ_mod_ster.Tpo .deps/PJ_mod_ster.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nsper.lo -MD -MP -MF .deps/PJ_nsper.Tpo -c -o PJ_nsper.lo PJ_nsper.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nsper.lo -MD -MP -MF .deps/PJ_nsper.Tpo -c PJ_nsper.c -fPIC -DPIC -o .libs/PJ_nsper.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nsper.lo -MD -MP -MF .deps/PJ_nsper.Tpo -c PJ_nsper.c -o PJ_nsper.o >/dev/null 2>&1 | |
mv -f .deps/PJ_nsper.Tpo .deps/PJ_nsper.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nzmg.lo -MD -MP -MF .deps/PJ_nzmg.Tpo -c -o PJ_nzmg.lo PJ_nzmg.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nzmg.lo -MD -MP -MF .deps/PJ_nzmg.Tpo -c PJ_nzmg.c -fPIC -DPIC -o .libs/PJ_nzmg.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nzmg.lo -MD -MP -MF .deps/PJ_nzmg.Tpo -c PJ_nzmg.c -o PJ_nzmg.o >/dev/null 2>&1 | |
mv -f .deps/PJ_nzmg.Tpo .deps/PJ_nzmg.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ortho.lo -MD -MP -MF .deps/PJ_ortho.Tpo -c -o PJ_ortho.lo PJ_ortho.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ortho.lo -MD -MP -MF .deps/PJ_ortho.Tpo -c PJ_ortho.c -fPIC -DPIC -o .libs/PJ_ortho.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ortho.lo -MD -MP -MF .deps/PJ_ortho.Tpo -c PJ_ortho.c -o PJ_ortho.o >/dev/null 2>&1 | |
mv -f .deps/PJ_ortho.Tpo .deps/PJ_ortho.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_stere.lo -MD -MP -MF .deps/PJ_stere.Tpo -c -o PJ_stere.lo PJ_stere.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_stere.lo -MD -MP -MF .deps/PJ_stere.Tpo -c PJ_stere.c -fPIC -DPIC -o .libs/PJ_stere.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_stere.lo -MD -MP -MF .deps/PJ_stere.Tpo -c PJ_stere.c -o PJ_stere.o >/dev/null 2>&1 | |
mv -f .deps/PJ_stere.Tpo .deps/PJ_stere.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sterea.lo -MD -MP -MF .deps/PJ_sterea.Tpo -c -o PJ_sterea.lo PJ_sterea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sterea.lo -MD -MP -MF .deps/PJ_sterea.Tpo -c PJ_sterea.c -fPIC -DPIC -o .libs/PJ_sterea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sterea.lo -MD -MP -MF .deps/PJ_sterea.Tpo -c PJ_sterea.c -o PJ_sterea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_sterea.Tpo .deps/PJ_sterea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aea.lo -MD -MP -MF .deps/PJ_aea.Tpo -c -o PJ_aea.lo PJ_aea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aea.lo -MD -MP -MF .deps/PJ_aea.Tpo -c PJ_aea.c -fPIC -DPIC -o .libs/PJ_aea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aea.lo -MD -MP -MF .deps/PJ_aea.Tpo -c PJ_aea.c -o PJ_aea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_aea.Tpo .deps/PJ_aea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bipc.lo -MD -MP -MF .deps/PJ_bipc.Tpo -c -o PJ_bipc.lo PJ_bipc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bipc.lo -MD -MP -MF .deps/PJ_bipc.Tpo -c PJ_bipc.c -fPIC -DPIC -o .libs/PJ_bipc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bipc.lo -MD -MP -MF .deps/PJ_bipc.Tpo -c PJ_bipc.c -o PJ_bipc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_bipc.Tpo .deps/PJ_bipc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bonne.lo -MD -MP -MF .deps/PJ_bonne.Tpo -c -o PJ_bonne.lo PJ_bonne.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bonne.lo -MD -MP -MF .deps/PJ_bonne.Tpo -c PJ_bonne.c -fPIC -DPIC -o .libs/PJ_bonne.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bonne.lo -MD -MP -MF .deps/PJ_bonne.Tpo -c PJ_bonne.c -o PJ_bonne.o >/dev/null 2>&1 | |
mv -f .deps/PJ_bonne.Tpo .deps/PJ_bonne.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqdc.lo -MD -MP -MF .deps/PJ_eqdc.Tpo -c -o PJ_eqdc.lo PJ_eqdc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqdc.lo -MD -MP -MF .deps/PJ_eqdc.Tpo -c PJ_eqdc.c -fPIC -DPIC -o .libs/PJ_eqdc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqdc.lo -MD -MP -MF .deps/PJ_eqdc.Tpo -c PJ_eqdc.c -o PJ_eqdc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eqdc.Tpo .deps/PJ_eqdc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_isea.lo -MD -MP -MF .deps/PJ_isea.Tpo -c -o PJ_isea.lo PJ_isea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_isea.lo -MD -MP -MF .deps/PJ_isea.Tpo -c PJ_isea.c -fPIC -DPIC -o .libs/PJ_isea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_isea.lo -MD -MP -MF .deps/PJ_isea.Tpo -c PJ_isea.c -o PJ_isea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_isea.Tpo .deps/PJ_isea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_imw_p.lo -MD -MP -MF .deps/PJ_imw_p.Tpo -c -o PJ_imw_p.lo PJ_imw_p.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_imw_p.lo -MD -MP -MF .deps/PJ_imw_p.Tpo -c PJ_imw_p.c -fPIC -DPIC -o .libs/PJ_imw_p.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_imw_p.lo -MD -MP -MF .deps/PJ_imw_p.Tpo -c PJ_imw_p.c -o PJ_imw_p.o >/dev/null 2>&1 | |
mv -f .deps/PJ_imw_p.Tpo .deps/PJ_imw_p.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_krovak.lo -MD -MP -MF .deps/PJ_krovak.Tpo -c -o PJ_krovak.lo PJ_krovak.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_krovak.lo -MD -MP -MF .deps/PJ_krovak.Tpo -c PJ_krovak.c -fPIC -DPIC -o .libs/PJ_krovak.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_krovak.lo -MD -MP -MF .deps/PJ_krovak.Tpo -c PJ_krovak.c -o PJ_krovak.o >/dev/null 2>&1 | |
mv -f .deps/PJ_krovak.Tpo .deps/PJ_krovak.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcc.lo -MD -MP -MF .deps/PJ_lcc.Tpo -c -o PJ_lcc.lo PJ_lcc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcc.lo -MD -MP -MF .deps/PJ_lcc.Tpo -c PJ_lcc.c -fPIC -DPIC -o .libs/PJ_lcc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcc.lo -MD -MP -MF .deps/PJ_lcc.Tpo -c PJ_lcc.c -o PJ_lcc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_lcc.Tpo .deps/PJ_lcc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_poly.lo -MD -MP -MF .deps/PJ_poly.Tpo -c -o PJ_poly.lo PJ_poly.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_poly.lo -MD -MP -MF .deps/PJ_poly.Tpo -c PJ_poly.c -fPIC -DPIC -o .libs/PJ_poly.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_poly.lo -MD -MP -MF .deps/PJ_poly.Tpo -c PJ_poly.c -o PJ_poly.o >/dev/null 2>&1 | |
mv -f .deps/PJ_poly.Tpo .deps/PJ_poly.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_rpoly.lo -MD -MP -MF .deps/PJ_rpoly.Tpo -c -o PJ_rpoly.lo PJ_rpoly.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_rpoly.lo -MD -MP -MF .deps/PJ_rpoly.Tpo -c PJ_rpoly.c -fPIC -DPIC -o .libs/PJ_rpoly.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_rpoly.lo -MD -MP -MF .deps/PJ_rpoly.Tpo -c PJ_rpoly.c -o PJ_rpoly.o >/dev/null 2>&1 | |
mv -f .deps/PJ_rpoly.Tpo .deps/PJ_rpoly.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sconics.lo -MD -MP -MF .deps/PJ_sconics.Tpo -c -o PJ_sconics.lo PJ_sconics.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sconics.lo -MD -MP -MF .deps/PJ_sconics.Tpo -c PJ_sconics.c -fPIC -DPIC -o .libs/PJ_sconics.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sconics.lo -MD -MP -MF .deps/PJ_sconics.Tpo -c PJ_sconics.c -o PJ_sconics.o >/dev/null 2>&1 | |
mv -f .deps/PJ_sconics.Tpo .deps/PJ_sconics.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_rouss.lo -MD -MP -MF .deps/proj_rouss.Tpo -c -o proj_rouss.lo proj_rouss.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_rouss.lo -MD -MP -MF .deps/proj_rouss.Tpo -c proj_rouss.c -fPIC -DPIC -o .libs/proj_rouss.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_rouss.lo -MD -MP -MF .deps/proj_rouss.Tpo -c proj_rouss.c -o proj_rouss.o >/dev/null 2>&1 | |
mv -f .deps/proj_rouss.Tpo .deps/proj_rouss.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cass.lo -MD -MP -MF .deps/PJ_cass.Tpo -c -o PJ_cass.lo PJ_cass.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cass.lo -MD -MP -MF .deps/PJ_cass.Tpo -c PJ_cass.c -fPIC -DPIC -o .libs/PJ_cass.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cass.lo -MD -MP -MF .deps/PJ_cass.Tpo -c PJ_cass.c -o PJ_cass.o >/dev/null 2>&1 | |
mv -f .deps/PJ_cass.Tpo .deps/PJ_cass.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cc.lo -MD -MP -MF .deps/PJ_cc.Tpo -c -o PJ_cc.lo PJ_cc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cc.lo -MD -MP -MF .deps/PJ_cc.Tpo -c PJ_cc.c -fPIC -DPIC -o .libs/PJ_cc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cc.lo -MD -MP -MF .deps/PJ_cc.Tpo -c PJ_cc.c -o PJ_cc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_cc.Tpo .deps/PJ_cc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cea.lo -MD -MP -MF .deps/PJ_cea.Tpo -c -o PJ_cea.lo PJ_cea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cea.lo -MD -MP -MF .deps/PJ_cea.Tpo -c PJ_cea.c -fPIC -DPIC -o .libs/PJ_cea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cea.lo -MD -MP -MF .deps/PJ_cea.Tpo -c PJ_cea.c -o PJ_cea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_cea.Tpo .deps/PJ_cea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqc.lo -MD -MP -MF .deps/PJ_eqc.Tpo -c -o PJ_eqc.lo PJ_eqc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqc.lo -MD -MP -MF .deps/PJ_eqc.Tpo -c PJ_eqc.c -fPIC -DPIC -o .libs/PJ_eqc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqc.lo -MD -MP -MF .deps/PJ_eqc.Tpo -c PJ_eqc.c -o PJ_eqc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eqc.Tpo .deps/PJ_eqc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gall.lo -MD -MP -MF .deps/PJ_gall.Tpo -c -o PJ_gall.lo PJ_gall.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gall.lo -MD -MP -MF .deps/PJ_gall.Tpo -c PJ_gall.c -fPIC -DPIC -o .libs/PJ_gall.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gall.lo -MD -MP -MF .deps/PJ_gall.Tpo -c PJ_gall.c -o PJ_gall.o >/dev/null 2>&1 | |
mv -f .deps/PJ_gall.Tpo .deps/PJ_gall.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_labrd.lo -MD -MP -MF .deps/PJ_labrd.Tpo -c -o PJ_labrd.lo PJ_labrd.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_labrd.lo -MD -MP -MF .deps/PJ_labrd.Tpo -c PJ_labrd.c -fPIC -DPIC -o .libs/PJ_labrd.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_labrd.lo -MD -MP -MF .deps/PJ_labrd.Tpo -c PJ_labrd.c -o PJ_labrd.o >/dev/null 2>&1 | |
mv -f .deps/PJ_labrd.Tpo .deps/PJ_labrd.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lsat.lo -MD -MP -MF .deps/PJ_lsat.Tpo -c -o PJ_lsat.lo PJ_lsat.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lsat.lo -MD -MP -MF .deps/PJ_lsat.Tpo -c PJ_lsat.c -fPIC -DPIC -o .libs/PJ_lsat.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lsat.lo -MD -MP -MF .deps/PJ_lsat.Tpo -c PJ_lsat.c -o PJ_lsat.o >/dev/null 2>&1 | |
mv -f .deps/PJ_lsat.Tpo .deps/PJ_lsat.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_misrsom.lo -MD -MP -MF .deps/PJ_misrsom.Tpo -c -o PJ_misrsom.lo PJ_misrsom.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_misrsom.lo -MD -MP -MF .deps/PJ_misrsom.Tpo -c PJ_misrsom.c -fPIC -DPIC -o .libs/PJ_misrsom.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_misrsom.lo -MD -MP -MF .deps/PJ_misrsom.Tpo -c PJ_misrsom.c -o PJ_misrsom.o >/dev/null 2>&1 | |
mv -f .deps/PJ_misrsom.Tpo .deps/PJ_misrsom.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_merc.lo -MD -MP -MF .deps/PJ_merc.Tpo -c -o PJ_merc.lo PJ_merc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_merc.lo -MD -MP -MF .deps/PJ_merc.Tpo -c PJ_merc.c -fPIC -DPIC -o .libs/PJ_merc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_merc.lo -MD -MP -MF .deps/PJ_merc.Tpo -c PJ_merc.c -o PJ_merc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_merc.Tpo .deps/PJ_merc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mill.lo -MD -MP -MF .deps/PJ_mill.Tpo -c -o PJ_mill.lo PJ_mill.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mill.lo -MD -MP -MF .deps/PJ_mill.Tpo -c PJ_mill.c -fPIC -DPIC -o .libs/PJ_mill.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mill.lo -MD -MP -MF .deps/PJ_mill.Tpo -c PJ_mill.c -o PJ_mill.o >/dev/null 2>&1 | |
mv -f .deps/PJ_mill.Tpo .deps/PJ_mill.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ocea.lo -MD -MP -MF .deps/PJ_ocea.Tpo -c -o PJ_ocea.lo PJ_ocea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ocea.lo -MD -MP -MF .deps/PJ_ocea.Tpo -c PJ_ocea.c -fPIC -DPIC -o .libs/PJ_ocea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ocea.lo -MD -MP -MF .deps/PJ_ocea.Tpo -c PJ_ocea.c -o PJ_ocea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_ocea.Tpo .deps/PJ_ocea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_omerc.lo -MD -MP -MF .deps/PJ_omerc.Tpo -c -o PJ_omerc.lo PJ_omerc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_omerc.lo -MD -MP -MF .deps/PJ_omerc.Tpo -c PJ_omerc.c -fPIC -DPIC -o .libs/PJ_omerc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_omerc.lo -MD -MP -MF .deps/PJ_omerc.Tpo -c PJ_omerc.c -o PJ_omerc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_omerc.Tpo .deps/PJ_omerc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_somerc.lo -MD -MP -MF .deps/PJ_somerc.Tpo -c -o PJ_somerc.lo PJ_somerc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_somerc.lo -MD -MP -MF .deps/PJ_somerc.Tpo -c PJ_somerc.c -fPIC -DPIC -o .libs/PJ_somerc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_somerc.lo -MD -MP -MF .deps/PJ_somerc.Tpo -c PJ_somerc.c -o PJ_somerc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_somerc.Tpo .deps/PJ_somerc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcc.lo -MD -MP -MF .deps/PJ_tcc.Tpo -c -o PJ_tcc.lo PJ_tcc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcc.lo -MD -MP -MF .deps/PJ_tcc.Tpo -c PJ_tcc.c -fPIC -DPIC -o .libs/PJ_tcc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcc.lo -MD -MP -MF .deps/PJ_tcc.Tpo -c PJ_tcc.c -o PJ_tcc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_tcc.Tpo .deps/PJ_tcc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcea.lo -MD -MP -MF .deps/PJ_tcea.Tpo -c -o PJ_tcea.lo PJ_tcea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcea.lo -MD -MP -MF .deps/PJ_tcea.Tpo -c PJ_tcea.c -fPIC -DPIC -o .libs/PJ_tcea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcea.lo -MD -MP -MF .deps/PJ_tcea.Tpo -c PJ_tcea.c -o PJ_tcea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_tcea.Tpo .deps/PJ_tcea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_times.lo -MD -MP -MF .deps/PJ_times.Tpo -c -o PJ_times.lo PJ_times.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_times.lo -MD -MP -MF .deps/PJ_times.Tpo -c PJ_times.c -fPIC -DPIC -o .libs/PJ_times.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_times.lo -MD -MP -MF .deps/PJ_times.Tpo -c PJ_times.c -o PJ_times.o >/dev/null 2>&1 | |
mv -f .deps/PJ_times.Tpo .deps/PJ_times.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tmerc.lo -MD -MP -MF .deps/PJ_tmerc.Tpo -c -o PJ_tmerc.lo PJ_tmerc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tmerc.lo -MD -MP -MF .deps/PJ_tmerc.Tpo -c PJ_tmerc.c -fPIC -DPIC -o .libs/PJ_tmerc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tmerc.lo -MD -MP -MF .deps/PJ_tmerc.Tpo -c PJ_tmerc.c -o PJ_tmerc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_tmerc.Tpo .deps/PJ_tmerc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_airy.lo -MD -MP -MF .deps/PJ_airy.Tpo -c -o PJ_airy.lo PJ_airy.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_airy.lo -MD -MP -MF .deps/PJ_airy.Tpo -c PJ_airy.c -fPIC -DPIC -o .libs/PJ_airy.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_airy.lo -MD -MP -MF .deps/PJ_airy.Tpo -c PJ_airy.c -o PJ_airy.o >/dev/null 2>&1 | |
mv -f .deps/PJ_airy.Tpo .deps/PJ_airy.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aitoff.lo -MD -MP -MF .deps/PJ_aitoff.Tpo -c -o PJ_aitoff.lo PJ_aitoff.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aitoff.lo -MD -MP -MF .deps/PJ_aitoff.Tpo -c PJ_aitoff.c -fPIC -DPIC -o .libs/PJ_aitoff.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aitoff.lo -MD -MP -MF .deps/PJ_aitoff.Tpo -c PJ_aitoff.c -o PJ_aitoff.o >/dev/null 2>&1 | |
mv -f .deps/PJ_aitoff.Tpo .deps/PJ_aitoff.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_august.lo -MD -MP -MF .deps/PJ_august.Tpo -c -o PJ_august.lo PJ_august.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_august.lo -MD -MP -MF .deps/PJ_august.Tpo -c PJ_august.c -fPIC -DPIC -o .libs/PJ_august.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_august.lo -MD -MP -MF .deps/PJ_august.Tpo -c PJ_august.c -o PJ_august.o >/dev/null 2>&1 | |
mv -f .deps/PJ_august.Tpo .deps/PJ_august.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bacon.lo -MD -MP -MF .deps/PJ_bacon.Tpo -c -o PJ_bacon.lo PJ_bacon.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bacon.lo -MD -MP -MF .deps/PJ_bacon.Tpo -c PJ_bacon.c -fPIC -DPIC -o .libs/PJ_bacon.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bacon.lo -MD -MP -MF .deps/PJ_bacon.Tpo -c PJ_bacon.c -o PJ_bacon.o >/dev/null 2>&1 | |
mv -f .deps/PJ_bacon.Tpo .deps/PJ_bacon.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_chamb.lo -MD -MP -MF .deps/PJ_chamb.Tpo -c -o PJ_chamb.lo PJ_chamb.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_chamb.lo -MD -MP -MF .deps/PJ_chamb.Tpo -c PJ_chamb.c -fPIC -DPIC -o .libs/PJ_chamb.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_chamb.lo -MD -MP -MF .deps/PJ_chamb.Tpo -c PJ_chamb.c -o PJ_chamb.o >/dev/null 2>&1 | |
mv -f .deps/PJ_chamb.Tpo .deps/PJ_chamb.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hammer.lo -MD -MP -MF .deps/PJ_hammer.Tpo -c -o PJ_hammer.lo PJ_hammer.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hammer.lo -MD -MP -MF .deps/PJ_hammer.Tpo -c PJ_hammer.c -fPIC -DPIC -o .libs/PJ_hammer.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hammer.lo -MD -MP -MF .deps/PJ_hammer.Tpo -c PJ_hammer.c -o PJ_hammer.o >/dev/null 2>&1 | |
mv -f .deps/PJ_hammer.Tpo .deps/PJ_hammer.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lagrng.lo -MD -MP -MF .deps/PJ_lagrng.Tpo -c -o PJ_lagrng.lo PJ_lagrng.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lagrng.lo -MD -MP -MF .deps/PJ_lagrng.Tpo -c PJ_lagrng.c -fPIC -DPIC -o .libs/PJ_lagrng.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lagrng.lo -MD -MP -MF .deps/PJ_lagrng.Tpo -c PJ_lagrng.c -o PJ_lagrng.o >/dev/null 2>&1 | |
mv -f .deps/PJ_lagrng.Tpo .deps/PJ_lagrng.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_larr.lo -MD -MP -MF .deps/PJ_larr.Tpo -c -o PJ_larr.lo PJ_larr.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_larr.lo -MD -MP -MF .deps/PJ_larr.Tpo -c PJ_larr.c -fPIC -DPIC -o .libs/PJ_larr.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_larr.lo -MD -MP -MF .deps/PJ_larr.Tpo -c PJ_larr.c -o PJ_larr.o >/dev/null 2>&1 | |
mv -f .deps/PJ_larr.Tpo .deps/PJ_larr.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lask.lo -MD -MP -MF .deps/PJ_lask.Tpo -c -o PJ_lask.lo PJ_lask.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lask.lo -MD -MP -MF .deps/PJ_lask.Tpo -c PJ_lask.c -fPIC -DPIC -o .libs/PJ_lask.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lask.lo -MD -MP -MF .deps/PJ_lask.Tpo -c PJ_lask.c -o PJ_lask.o >/dev/null 2>&1 | |
mv -f .deps/PJ_lask.Tpo .deps/PJ_lask.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nocol.lo -MD -MP -MF .deps/PJ_nocol.Tpo -c -o PJ_nocol.lo PJ_nocol.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nocol.lo -MD -MP -MF .deps/PJ_nocol.Tpo -c PJ_nocol.c -fPIC -DPIC -o .libs/PJ_nocol.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nocol.lo -MD -MP -MF .deps/PJ_nocol.Tpo -c PJ_nocol.c -o PJ_nocol.o >/dev/null 2>&1 | |
mv -f .deps/PJ_nocol.Tpo .deps/PJ_nocol.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ob_tran.lo -MD -MP -MF .deps/PJ_ob_tran.Tpo -c -o PJ_ob_tran.lo PJ_ob_tran.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ob_tran.lo -MD -MP -MF .deps/PJ_ob_tran.Tpo -c PJ_ob_tran.c -fPIC -DPIC -o .libs/PJ_ob_tran.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ob_tran.lo -MD -MP -MF .deps/PJ_ob_tran.Tpo -c PJ_ob_tran.c -o PJ_ob_tran.o >/dev/null 2>&1 | |
mv -f .deps/PJ_ob_tran.Tpo .deps/PJ_ob_tran.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_oea.lo -MD -MP -MF .deps/PJ_oea.Tpo -c -o PJ_oea.lo PJ_oea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_oea.lo -MD -MP -MF .deps/PJ_oea.Tpo -c PJ_oea.c -fPIC -DPIC -o .libs/PJ_oea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_oea.lo -MD -MP -MF .deps/PJ_oea.Tpo -c PJ_oea.c -o PJ_oea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_oea.Tpo .deps/PJ_oea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tpeqd.lo -MD -MP -MF .deps/PJ_tpeqd.Tpo -c -o PJ_tpeqd.lo PJ_tpeqd.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tpeqd.lo -MD -MP -MF .deps/PJ_tpeqd.Tpo -c PJ_tpeqd.c -fPIC -DPIC -o .libs/PJ_tpeqd.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tpeqd.lo -MD -MP -MF .deps/PJ_tpeqd.Tpo -c PJ_tpeqd.c -o PJ_tpeqd.o >/dev/null 2>&1 | |
mv -f .deps/PJ_tpeqd.Tpo .deps/PJ_tpeqd.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg.lo -MD -MP -MF .deps/PJ_vandg.Tpo -c -o PJ_vandg.lo PJ_vandg.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg.lo -MD -MP -MF .deps/PJ_vandg.Tpo -c PJ_vandg.c -fPIC -DPIC -o .libs/PJ_vandg.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg.lo -MD -MP -MF .deps/PJ_vandg.Tpo -c PJ_vandg.c -o PJ_vandg.o >/dev/null 2>&1 | |
mv -f .deps/PJ_vandg.Tpo .deps/PJ_vandg.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg2.lo -MD -MP -MF .deps/PJ_vandg2.Tpo -c -o PJ_vandg2.lo PJ_vandg2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg2.lo -MD -MP -MF .deps/PJ_vandg2.Tpo -c PJ_vandg2.c -fPIC -DPIC -o .libs/PJ_vandg2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg2.lo -MD -MP -MF .deps/PJ_vandg2.Tpo -c PJ_vandg2.c -o PJ_vandg2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_vandg2.Tpo .deps/PJ_vandg2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg4.lo -MD -MP -MF .deps/PJ_vandg4.Tpo -c -o PJ_vandg4.lo PJ_vandg4.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg4.lo -MD -MP -MF .deps/PJ_vandg4.Tpo -c PJ_vandg4.c -fPIC -DPIC -o .libs/PJ_vandg4.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg4.lo -MD -MP -MF .deps/PJ_vandg4.Tpo -c PJ_vandg4.c -o PJ_vandg4.o >/dev/null 2>&1 | |
mv -f .deps/PJ_vandg4.Tpo .deps/PJ_vandg4.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag7.lo -MD -MP -MF .deps/PJ_wag7.Tpo -c -o PJ_wag7.lo PJ_wag7.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag7.lo -MD -MP -MF .deps/PJ_wag7.Tpo -c PJ_wag7.c -fPIC -DPIC -o .libs/PJ_wag7.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag7.lo -MD -MP -MF .deps/PJ_wag7.Tpo -c PJ_wag7.c -o PJ_wag7.o >/dev/null 2>&1 | |
mv -f .deps/PJ_wag7.Tpo .deps/PJ_wag7.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcca.lo -MD -MP -MF .deps/PJ_lcca.Tpo -c -o PJ_lcca.lo PJ_lcca.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcca.lo -MD -MP -MF .deps/PJ_lcca.Tpo -c PJ_lcca.c -fPIC -DPIC -o .libs/PJ_lcca.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcca.lo -MD -MP -MF .deps/PJ_lcca.Tpo -c PJ_lcca.c -o PJ_lcca.o >/dev/null 2>&1 | |
mv -f .deps/PJ_lcca.Tpo .deps/PJ_lcca.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_geos.lo -MD -MP -MF .deps/PJ_geos.Tpo -c -o PJ_geos.lo PJ_geos.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_geos.lo -MD -MP -MF .deps/PJ_geos.Tpo -c PJ_geos.c -fPIC -DPIC -o .libs/PJ_geos.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_geos.lo -MD -MP -MF .deps/PJ_geos.Tpo -c PJ_geos.c -o PJ_geos.o >/dev/null 2>&1 | |
mv -f .deps/PJ_geos.Tpo .deps/PJ_geos.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_etmerc.lo -MD -MP -MF .deps/proj_etmerc.Tpo -c -o proj_etmerc.lo proj_etmerc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_etmerc.lo -MD -MP -MF .deps/proj_etmerc.Tpo -c proj_etmerc.c -fPIC -DPIC -o .libs/proj_etmerc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_etmerc.lo -MD -MP -MF .deps/proj_etmerc.Tpo -c proj_etmerc.c -o proj_etmerc.o >/dev/null 2>&1 | |
mv -f .deps/proj_etmerc.Tpo .deps/proj_etmerc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_boggs.lo -MD -MP -MF .deps/PJ_boggs.Tpo -c -o PJ_boggs.lo PJ_boggs.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_boggs.lo -MD -MP -MF .deps/PJ_boggs.Tpo -c PJ_boggs.c -fPIC -DPIC -o .libs/PJ_boggs.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_boggs.lo -MD -MP -MF .deps/PJ_boggs.Tpo -c PJ_boggs.c -o PJ_boggs.o >/dev/null 2>&1 | |
mv -f .deps/PJ_boggs.Tpo .deps/PJ_boggs.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_collg.lo -MD -MP -MF .deps/PJ_collg.Tpo -c -o PJ_collg.lo PJ_collg.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_collg.lo -MD -MP -MF .deps/PJ_collg.Tpo -c PJ_collg.c -fPIC -DPIC -o .libs/PJ_collg.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_collg.lo -MD -MP -MF .deps/PJ_collg.Tpo -c PJ_collg.c -o PJ_collg.o >/dev/null 2>&1 | |
mv -f .deps/PJ_collg.Tpo .deps/PJ_collg.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_comill.lo -MD -MP -MF .deps/PJ_comill.Tpo -c -o PJ_comill.lo PJ_comill.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_comill.lo -MD -MP -MF .deps/PJ_comill.Tpo -c PJ_comill.c -fPIC -DPIC -o .libs/PJ_comill.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_comill.lo -MD -MP -MF .deps/PJ_comill.Tpo -c PJ_comill.c -o PJ_comill.o >/dev/null 2>&1 | |
mv -f .deps/PJ_comill.Tpo .deps/PJ_comill.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_crast.lo -MD -MP -MF .deps/PJ_crast.Tpo -c -o PJ_crast.lo PJ_crast.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_crast.lo -MD -MP -MF .deps/PJ_crast.Tpo -c PJ_crast.c -fPIC -DPIC -o .libs/PJ_crast.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_crast.lo -MD -MP -MF .deps/PJ_crast.Tpo -c PJ_crast.c -o PJ_crast.o >/dev/null 2>&1 | |
mv -f .deps/PJ_crast.Tpo .deps/PJ_crast.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_denoy.lo -MD -MP -MF .deps/PJ_denoy.Tpo -c -o PJ_denoy.lo PJ_denoy.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_denoy.lo -MD -MP -MF .deps/PJ_denoy.Tpo -c PJ_denoy.c -fPIC -DPIC -o .libs/PJ_denoy.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_denoy.lo -MD -MP -MF .deps/PJ_denoy.Tpo -c PJ_denoy.c -o PJ_denoy.o >/dev/null 2>&1 | |
mv -f .deps/PJ_denoy.Tpo .deps/PJ_denoy.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck1.lo -MD -MP -MF .deps/PJ_eck1.Tpo -c -o PJ_eck1.lo PJ_eck1.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck1.lo -MD -MP -MF .deps/PJ_eck1.Tpo -c PJ_eck1.c -fPIC -DPIC -o .libs/PJ_eck1.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck1.lo -MD -MP -MF .deps/PJ_eck1.Tpo -c PJ_eck1.c -o PJ_eck1.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eck1.Tpo .deps/PJ_eck1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck2.lo -MD -MP -MF .deps/PJ_eck2.Tpo -c -o PJ_eck2.lo PJ_eck2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck2.lo -MD -MP -MF .deps/PJ_eck2.Tpo -c PJ_eck2.c -fPIC -DPIC -o .libs/PJ_eck2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck2.lo -MD -MP -MF .deps/PJ_eck2.Tpo -c PJ_eck2.c -o PJ_eck2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eck2.Tpo .deps/PJ_eck2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck3.lo -MD -MP -MF .deps/PJ_eck3.Tpo -c -o PJ_eck3.lo PJ_eck3.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck3.lo -MD -MP -MF .deps/PJ_eck3.Tpo -c PJ_eck3.c -fPIC -DPIC -o .libs/PJ_eck3.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck3.lo -MD -MP -MF .deps/PJ_eck3.Tpo -c PJ_eck3.c -o PJ_eck3.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eck3.Tpo .deps/PJ_eck3.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck4.lo -MD -MP -MF .deps/PJ_eck4.Tpo -c -o PJ_eck4.lo PJ_eck4.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck4.lo -MD -MP -MF .deps/PJ_eck4.Tpo -c PJ_eck4.c -fPIC -DPIC -o .libs/PJ_eck4.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck4.lo -MD -MP -MF .deps/PJ_eck4.Tpo -c PJ_eck4.c -o PJ_eck4.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eck4.Tpo .deps/PJ_eck4.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck5.lo -MD -MP -MF .deps/PJ_eck5.Tpo -c -o PJ_eck5.lo PJ_eck5.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck5.lo -MD -MP -MF .deps/PJ_eck5.Tpo -c PJ_eck5.c -fPIC -DPIC -o .libs/PJ_eck5.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck5.lo -MD -MP -MF .deps/PJ_eck5.Tpo -c PJ_eck5.c -o PJ_eck5.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eck5.Tpo .deps/PJ_eck5.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fahey.lo -MD -MP -MF .deps/PJ_fahey.Tpo -c -o PJ_fahey.lo PJ_fahey.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fahey.lo -MD -MP -MF .deps/PJ_fahey.Tpo -c PJ_fahey.c -fPIC -DPIC -o .libs/PJ_fahey.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fahey.lo -MD -MP -MF .deps/PJ_fahey.Tpo -c PJ_fahey.c -o PJ_fahey.o >/dev/null 2>&1 | |
mv -f .deps/PJ_fahey.Tpo .deps/PJ_fahey.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fouc_s.lo -MD -MP -MF .deps/PJ_fouc_s.Tpo -c -o PJ_fouc_s.lo PJ_fouc_s.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fouc_s.lo -MD -MP -MF .deps/PJ_fouc_s.Tpo -c PJ_fouc_s.c -fPIC -DPIC -o .libs/PJ_fouc_s.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fouc_s.lo -MD -MP -MF .deps/PJ_fouc_s.Tpo -c PJ_fouc_s.c -o PJ_fouc_s.o >/dev/null 2>&1 | |
mv -f .deps/PJ_fouc_s.Tpo .deps/PJ_fouc_s.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gins8.lo -MD -MP -MF .deps/PJ_gins8.Tpo -c -o PJ_gins8.lo PJ_gins8.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gins8.lo -MD -MP -MF .deps/PJ_gins8.Tpo -c PJ_gins8.c -fPIC -DPIC -o .libs/PJ_gins8.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gins8.lo -MD -MP -MF .deps/PJ_gins8.Tpo -c PJ_gins8.c -o PJ_gins8.o >/dev/null 2>&1 | |
mv -f .deps/PJ_gins8.Tpo .deps/PJ_gins8.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gstmerc.lo -MD -MP -MF .deps/PJ_gstmerc.Tpo -c -o PJ_gstmerc.lo PJ_gstmerc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gstmerc.lo -MD -MP -MF .deps/PJ_gstmerc.Tpo -c PJ_gstmerc.c -fPIC -DPIC -o .libs/PJ_gstmerc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gstmerc.lo -MD -MP -MF .deps/PJ_gstmerc.Tpo -c PJ_gstmerc.c -o PJ_gstmerc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_gstmerc.Tpo .deps/PJ_gstmerc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gn_sinu.lo -MD -MP -MF .deps/PJ_gn_sinu.Tpo -c -o PJ_gn_sinu.lo PJ_gn_sinu.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gn_sinu.lo -MD -MP -MF .deps/PJ_gn_sinu.Tpo -c PJ_gn_sinu.c -fPIC -DPIC -o .libs/PJ_gn_sinu.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gn_sinu.lo -MD -MP -MF .deps/PJ_gn_sinu.Tpo -c PJ_gn_sinu.c -o PJ_gn_sinu.o >/dev/null 2>&1 | |
mv -f .deps/PJ_gn_sinu.Tpo .deps/PJ_gn_sinu.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_goode.lo -MD -MP -MF .deps/PJ_goode.Tpo -c -o PJ_goode.lo PJ_goode.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_goode.lo -MD -MP -MF .deps/PJ_goode.Tpo -c PJ_goode.c -fPIC -DPIC -o .libs/PJ_goode.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_goode.lo -MD -MP -MF .deps/PJ_goode.Tpo -c PJ_goode.c -o PJ_goode.o >/dev/null 2>&1 | |
mv -f .deps/PJ_goode.Tpo .deps/PJ_goode.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_igh.lo -MD -MP -MF .deps/PJ_igh.Tpo -c -o PJ_igh.lo PJ_igh.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_igh.lo -MD -MP -MF .deps/PJ_igh.Tpo -c PJ_igh.c -fPIC -DPIC -o .libs/PJ_igh.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_igh.lo -MD -MP -MF .deps/PJ_igh.Tpo -c PJ_igh.c -o PJ_igh.o >/dev/null 2>&1 | |
mv -f .deps/PJ_igh.Tpo .deps/PJ_igh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hatano.lo -MD -MP -MF .deps/PJ_hatano.Tpo -c -o PJ_hatano.lo PJ_hatano.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hatano.lo -MD -MP -MF .deps/PJ_hatano.Tpo -c PJ_hatano.c -fPIC -DPIC -o .libs/PJ_hatano.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hatano.lo -MD -MP -MF .deps/PJ_hatano.Tpo -c PJ_hatano.c -o PJ_hatano.o >/dev/null 2>&1 | |
mv -f .deps/PJ_hatano.Tpo .deps/PJ_hatano.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_loxim.lo -MD -MP -MF .deps/PJ_loxim.Tpo -c -o PJ_loxim.lo PJ_loxim.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_loxim.lo -MD -MP -MF .deps/PJ_loxim.Tpo -c PJ_loxim.c -fPIC -DPIC -o .libs/PJ_loxim.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_loxim.lo -MD -MP -MF .deps/PJ_loxim.Tpo -c PJ_loxim.c -o PJ_loxim.o >/dev/null 2>&1 | |
mv -f .deps/PJ_loxim.Tpo .deps/PJ_loxim.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbt_fps.lo -MD -MP -MF .deps/PJ_mbt_fps.Tpo -c -o PJ_mbt_fps.lo PJ_mbt_fps.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbt_fps.lo -MD -MP -MF .deps/PJ_mbt_fps.Tpo -c PJ_mbt_fps.c -fPIC -DPIC -o .libs/PJ_mbt_fps.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbt_fps.lo -MD -MP -MF .deps/PJ_mbt_fps.Tpo -c PJ_mbt_fps.c -o PJ_mbt_fps.o >/dev/null 2>&1 | |
mv -f .deps/PJ_mbt_fps.Tpo .deps/PJ_mbt_fps.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpp.lo -MD -MP -MF .deps/PJ_mbtfpp.Tpo -c -o PJ_mbtfpp.lo PJ_mbtfpp.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpp.lo -MD -MP -MF .deps/PJ_mbtfpp.Tpo -c PJ_mbtfpp.c -fPIC -DPIC -o .libs/PJ_mbtfpp.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpp.lo -MD -MP -MF .deps/PJ_mbtfpp.Tpo -c PJ_mbtfpp.c -o PJ_mbtfpp.o >/dev/null 2>&1 | |
mv -f .deps/PJ_mbtfpp.Tpo .deps/PJ_mbtfpp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpq.lo -MD -MP -MF .deps/PJ_mbtfpq.Tpo -c -o PJ_mbtfpq.lo PJ_mbtfpq.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpq.lo -MD -MP -MF .deps/PJ_mbtfpq.Tpo -c PJ_mbtfpq.c -fPIC -DPIC -o .libs/PJ_mbtfpq.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpq.lo -MD -MP -MF .deps/PJ_mbtfpq.Tpo -c PJ_mbtfpq.c -o PJ_mbtfpq.o >/dev/null 2>&1 | |
mv -f .deps/PJ_mbtfpq.Tpo .deps/PJ_mbtfpq.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_moll.lo -MD -MP -MF .deps/PJ_moll.Tpo -c -o PJ_moll.lo PJ_moll.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_moll.lo -MD -MP -MF .deps/PJ_moll.Tpo -c PJ_moll.c -fPIC -DPIC -o .libs/PJ_moll.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_moll.lo -MD -MP -MF .deps/PJ_moll.Tpo -c PJ_moll.c -o PJ_moll.o >/dev/null 2>&1 | |
mv -f .deps/PJ_moll.Tpo .deps/PJ_moll.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell.lo -MD -MP -MF .deps/PJ_nell.Tpo -c -o PJ_nell.lo PJ_nell.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell.lo -MD -MP -MF .deps/PJ_nell.Tpo -c PJ_nell.c -fPIC -DPIC -o .libs/PJ_nell.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell.lo -MD -MP -MF .deps/PJ_nell.Tpo -c PJ_nell.c -o PJ_nell.o >/dev/null 2>&1 | |
mv -f .deps/PJ_nell.Tpo .deps/PJ_nell.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell_h.lo -MD -MP -MF .deps/PJ_nell_h.Tpo -c -o PJ_nell_h.lo PJ_nell_h.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell_h.lo -MD -MP -MF .deps/PJ_nell_h.Tpo -c PJ_nell_h.c -fPIC -DPIC -o .libs/PJ_nell_h.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell_h.lo -MD -MP -MF .deps/PJ_nell_h.Tpo -c PJ_nell_h.c -o PJ_nell_h.o >/dev/null 2>&1 | |
mv -f .deps/PJ_nell_h.Tpo .deps/PJ_nell_h.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_patterson.lo -MD -MP -MF .deps/PJ_patterson.Tpo -c -o PJ_patterson.lo PJ_patterson.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_patterson.lo -MD -MP -MF .deps/PJ_patterson.Tpo -c PJ_patterson.c -fPIC -DPIC -o .libs/PJ_patterson.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_patterson.lo -MD -MP -MF .deps/PJ_patterson.Tpo -c PJ_patterson.c -o PJ_patterson.o >/dev/null 2>&1 | |
mv -f .deps/PJ_patterson.Tpo .deps/PJ_patterson.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp2.lo -MD -MP -MF .deps/PJ_putp2.Tpo -c -o PJ_putp2.lo PJ_putp2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp2.lo -MD -MP -MF .deps/PJ_putp2.Tpo -c PJ_putp2.c -fPIC -DPIC -o .libs/PJ_putp2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp2.lo -MD -MP -MF .deps/PJ_putp2.Tpo -c PJ_putp2.c -o PJ_putp2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_putp2.Tpo .deps/PJ_putp2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp3.lo -MD -MP -MF .deps/PJ_putp3.Tpo -c -o PJ_putp3.lo PJ_putp3.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp3.lo -MD -MP -MF .deps/PJ_putp3.Tpo -c PJ_putp3.c -fPIC -DPIC -o .libs/PJ_putp3.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp3.lo -MD -MP -MF .deps/PJ_putp3.Tpo -c PJ_putp3.c -o PJ_putp3.o >/dev/null 2>&1 | |
mv -f .deps/PJ_putp3.Tpo .deps/PJ_putp3.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp4p.lo -MD -MP -MF .deps/PJ_putp4p.Tpo -c -o PJ_putp4p.lo PJ_putp4p.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp4p.lo -MD -MP -MF .deps/PJ_putp4p.Tpo -c PJ_putp4p.c -fPIC -DPIC -o .libs/PJ_putp4p.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp4p.lo -MD -MP -MF .deps/PJ_putp4p.Tpo -c PJ_putp4p.c -o PJ_putp4p.o >/dev/null 2>&1 | |
mv -f .deps/PJ_putp4p.Tpo .deps/PJ_putp4p.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp5.lo -MD -MP -MF .deps/PJ_putp5.Tpo -c -o PJ_putp5.lo PJ_putp5.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp5.lo -MD -MP -MF .deps/PJ_putp5.Tpo -c PJ_putp5.c -fPIC -DPIC -o .libs/PJ_putp5.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp5.lo -MD -MP -MF .deps/PJ_putp5.Tpo -c PJ_putp5.c -o PJ_putp5.o >/dev/null 2>&1 | |
mv -f .deps/PJ_putp5.Tpo .deps/PJ_putp5.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp6.lo -MD -MP -MF .deps/PJ_putp6.Tpo -c -o PJ_putp6.lo PJ_putp6.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp6.lo -MD -MP -MF .deps/PJ_putp6.Tpo -c PJ_putp6.c -fPIC -DPIC -o .libs/PJ_putp6.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp6.lo -MD -MP -MF .deps/PJ_putp6.Tpo -c PJ_putp6.c -o PJ_putp6.o >/dev/null 2>&1 | |
mv -f .deps/PJ_putp6.Tpo .deps/PJ_putp6.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_qsc.lo -MD -MP -MF .deps/PJ_qsc.Tpo -c -o PJ_qsc.lo PJ_qsc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_qsc.lo -MD -MP -MF .deps/PJ_qsc.Tpo -c PJ_qsc.c -fPIC -DPIC -o .libs/PJ_qsc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_qsc.lo -MD -MP -MF .deps/PJ_qsc.Tpo -c PJ_qsc.c -o PJ_qsc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_qsc.Tpo .deps/PJ_qsc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_robin.lo -MD -MP -MF .deps/PJ_robin.Tpo -c -o PJ_robin.lo PJ_robin.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_robin.lo -MD -MP -MF .deps/PJ_robin.Tpo -c PJ_robin.c -fPIC -DPIC -o .libs/PJ_robin.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_robin.lo -MD -MP -MF .deps/PJ_robin.Tpo -c PJ_robin.c -o PJ_robin.o >/dev/null 2>&1 | |
mv -f .deps/PJ_robin.Tpo .deps/PJ_robin.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sch.lo -MD -MP -MF .deps/PJ_sch.Tpo -c -o PJ_sch.lo PJ_sch.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sch.lo -MD -MP -MF .deps/PJ_sch.Tpo -c PJ_sch.c -fPIC -DPIC -o .libs/PJ_sch.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sch.lo -MD -MP -MF .deps/PJ_sch.Tpo -c PJ_sch.c -o PJ_sch.o >/dev/null 2>&1 | |
mv -f .deps/PJ_sch.Tpo .deps/PJ_sch.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sts.lo -MD -MP -MF .deps/PJ_sts.Tpo -c -o PJ_sts.lo PJ_sts.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sts.lo -MD -MP -MF .deps/PJ_sts.Tpo -c PJ_sts.c -fPIC -DPIC -o .libs/PJ_sts.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sts.lo -MD -MP -MF .deps/PJ_sts.Tpo -c PJ_sts.c -o PJ_sts.o >/dev/null 2>&1 | |
mv -f .deps/PJ_sts.Tpo .deps/PJ_sts.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urm5.lo -MD -MP -MF .deps/PJ_urm5.Tpo -c -o PJ_urm5.lo PJ_urm5.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urm5.lo -MD -MP -MF .deps/PJ_urm5.Tpo -c PJ_urm5.c -fPIC -DPIC -o .libs/PJ_urm5.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urm5.lo -MD -MP -MF .deps/PJ_urm5.Tpo -c PJ_urm5.c -o PJ_urm5.o >/dev/null 2>&1 | |
mv -f .deps/PJ_urm5.Tpo .deps/PJ_urm5.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urmfps.lo -MD -MP -MF .deps/PJ_urmfps.Tpo -c -o PJ_urmfps.lo PJ_urmfps.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urmfps.lo -MD -MP -MF .deps/PJ_urmfps.Tpo -c PJ_urmfps.c -fPIC -DPIC -o .libs/PJ_urmfps.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urmfps.lo -MD -MP -MF .deps/PJ_urmfps.Tpo -c PJ_urmfps.c -o PJ_urmfps.o >/dev/null 2>&1 | |
mv -f .deps/PJ_urmfps.Tpo .deps/PJ_urmfps.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag2.lo -MD -MP -MF .deps/PJ_wag2.Tpo -c -o PJ_wag2.lo PJ_wag2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag2.lo -MD -MP -MF .deps/PJ_wag2.Tpo -c PJ_wag2.c -fPIC -DPIC -o .libs/PJ_wag2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag2.lo -MD -MP -MF .deps/PJ_wag2.Tpo -c PJ_wag2.c -o PJ_wag2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_wag2.Tpo .deps/PJ_wag2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag3.lo -MD -MP -MF .deps/PJ_wag3.Tpo -c -o PJ_wag3.lo PJ_wag3.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag3.lo -MD -MP -MF .deps/PJ_wag3.Tpo -c PJ_wag3.c -fPIC -DPIC -o .libs/PJ_wag3.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag3.lo -MD -MP -MF .deps/PJ_wag3.Tpo -c PJ_wag3.c -o PJ_wag3.o >/dev/null 2>&1 | |
mv -f .deps/PJ_wag3.Tpo .deps/PJ_wag3.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink1.lo -MD -MP -MF .deps/PJ_wink1.Tpo -c -o PJ_wink1.lo PJ_wink1.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink1.lo -MD -MP -MF .deps/PJ_wink1.Tpo -c PJ_wink1.c -fPIC -DPIC -o .libs/PJ_wink1.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink1.lo -MD -MP -MF .deps/PJ_wink1.Tpo -c PJ_wink1.c -o PJ_wink1.o >/dev/null 2>&1 | |
mv -f .deps/PJ_wink1.Tpo .deps/PJ_wink1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink2.lo -MD -MP -MF .deps/PJ_wink2.Tpo -c -o PJ_wink2.lo PJ_wink2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink2.lo -MD -MP -MF .deps/PJ_wink2.Tpo -c PJ_wink2.c -fPIC -DPIC -o .libs/PJ_wink2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink2.lo -MD -MP -MF .deps/PJ_wink2.Tpo -c PJ_wink2.c -o PJ_wink2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_wink2.Tpo .deps/PJ_wink2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_latlong.lo -MD -MP -MF .deps/pj_latlong.Tpo -c -o pj_latlong.lo pj_latlong.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_latlong.lo -MD -MP -MF .deps/pj_latlong.Tpo -c pj_latlong.c -fPIC -DPIC -o .libs/pj_latlong.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_latlong.lo -MD -MP -MF .deps/pj_latlong.Tpo -c pj_latlong.c -o pj_latlong.o >/dev/null 2>&1 | |
mv -f .deps/pj_latlong.Tpo .deps/pj_latlong.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_geocent.lo -MD -MP -MF .deps/pj_geocent.Tpo -c -o pj_geocent.lo pj_geocent.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_geocent.lo -MD -MP -MF .deps/pj_geocent.Tpo -c pj_geocent.c -fPIC -DPIC -o .libs/pj_geocent.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_geocent.lo -MD -MP -MF .deps/pj_geocent.Tpo -c pj_geocent.c -o pj_geocent.o >/dev/null 2>&1 | |
mv -f .deps/pj_geocent.Tpo .deps/pj_geocent.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT aasincos.lo -MD -MP -MF .deps/aasincos.Tpo -c -o aasincos.lo aasincos.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT aasincos.lo -MD -MP -MF .deps/aasincos.Tpo -c aasincos.c -fPIC -DPIC -o .libs/aasincos.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT aasincos.lo -MD -MP -MF .deps/aasincos.Tpo -c aasincos.c -o aasincos.o >/dev/null 2>&1 | |
mv -f .deps/aasincos.Tpo .deps/aasincos.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT adjlon.lo -MD -MP -MF .deps/adjlon.Tpo -c -o adjlon.lo adjlon.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT adjlon.lo -MD -MP -MF .deps/adjlon.Tpo -c adjlon.c -fPIC -DPIC -o .libs/adjlon.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT adjlon.lo -MD -MP -MF .deps/adjlon.Tpo -c adjlon.c -o adjlon.o >/dev/null 2>&1 | |
mv -f .deps/adjlon.Tpo .deps/adjlon.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bch2bps.lo -MD -MP -MF .deps/bch2bps.Tpo -c -o bch2bps.lo bch2bps.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bch2bps.lo -MD -MP -MF .deps/bch2bps.Tpo -c bch2bps.c -fPIC -DPIC -o .libs/bch2bps.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bch2bps.lo -MD -MP -MF .deps/bch2bps.Tpo -c bch2bps.c -o bch2bps.o >/dev/null 2>&1 | |
mv -f .deps/bch2bps.Tpo .deps/bch2bps.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bchgen.lo -MD -MP -MF .deps/bchgen.Tpo -c -o bchgen.lo bchgen.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bchgen.lo -MD -MP -MF .deps/bchgen.Tpo -c bchgen.c -fPIC -DPIC -o .libs/bchgen.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bchgen.lo -MD -MP -MF .deps/bchgen.Tpo -c bchgen.c -o bchgen.o >/dev/null 2>&1 | |
mv -f .deps/bchgen.Tpo .deps/bchgen.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT biveval.lo -MD -MP -MF .deps/biveval.Tpo -c -o biveval.lo biveval.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT biveval.lo -MD -MP -MF .deps/biveval.Tpo -c biveval.c -fPIC -DPIC -o .libs/biveval.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT biveval.lo -MD -MP -MF .deps/biveval.Tpo -c biveval.c -o biveval.o >/dev/null 2>&1 | |
mv -f .deps/biveval.Tpo .deps/biveval.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT dmstor.lo -MD -MP -MF .deps/dmstor.Tpo -c -o dmstor.lo dmstor.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT dmstor.lo -MD -MP -MF .deps/dmstor.Tpo -c dmstor.c -fPIC -DPIC -o .libs/dmstor.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT dmstor.lo -MD -MP -MF .deps/dmstor.Tpo -c dmstor.c -o dmstor.o >/dev/null 2>&1 | |
mv -f .deps/dmstor.Tpo .deps/dmstor.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT mk_cheby.lo -MD -MP -MF .deps/mk_cheby.Tpo -c -o mk_cheby.lo mk_cheby.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT mk_cheby.lo -MD -MP -MF .deps/mk_cheby.Tpo -c mk_cheby.c -fPIC -DPIC -o .libs/mk_cheby.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT mk_cheby.lo -MD -MP -MF .deps/mk_cheby.Tpo -c mk_cheby.c -o mk_cheby.o >/dev/null 2>&1 | |
mv -f .deps/mk_cheby.Tpo .deps/mk_cheby.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_auth.lo -MD -MP -MF .deps/pj_auth.Tpo -c -o pj_auth.lo pj_auth.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_auth.lo -MD -MP -MF .deps/pj_auth.Tpo -c pj_auth.c -fPIC -DPIC -o .libs/pj_auth.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_auth.lo -MD -MP -MF .deps/pj_auth.Tpo -c pj_auth.c -o pj_auth.o >/dev/null 2>&1 | |
mv -f .deps/pj_auth.Tpo .deps/pj_auth.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_deriv.lo -MD -MP -MF .deps/pj_deriv.Tpo -c -o pj_deriv.lo pj_deriv.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_deriv.lo -MD -MP -MF .deps/pj_deriv.Tpo -c pj_deriv.c -fPIC -DPIC -o .libs/pj_deriv.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_deriv.lo -MD -MP -MF .deps/pj_deriv.Tpo -c pj_deriv.c -o pj_deriv.o >/dev/null 2>&1 | |
mv -f .deps/pj_deriv.Tpo .deps/pj_deriv.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ell_set.lo -MD -MP -MF .deps/pj_ell_set.Tpo -c -o pj_ell_set.lo pj_ell_set.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ell_set.lo -MD -MP -MF .deps/pj_ell_set.Tpo -c pj_ell_set.c -fPIC -DPIC -o .libs/pj_ell_set.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ell_set.lo -MD -MP -MF .deps/pj_ell_set.Tpo -c pj_ell_set.c -o pj_ell_set.o >/dev/null 2>&1 | |
mv -f .deps/pj_ell_set.Tpo .deps/pj_ell_set.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ellps.lo -MD -MP -MF .deps/pj_ellps.Tpo -c -o pj_ellps.lo pj_ellps.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ellps.lo -MD -MP -MF .deps/pj_ellps.Tpo -c pj_ellps.c -fPIC -DPIC -o .libs/pj_ellps.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ellps.lo -MD -MP -MF .deps/pj_ellps.Tpo -c pj_ellps.c -o pj_ellps.o >/dev/null 2>&1 | |
mv -f .deps/pj_ellps.Tpo .deps/pj_ellps.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_errno.lo -MD -MP -MF .deps/pj_errno.Tpo -c -o pj_errno.lo pj_errno.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_errno.lo -MD -MP -MF .deps/pj_errno.Tpo -c pj_errno.c -fPIC -DPIC -o .libs/pj_errno.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_errno.lo -MD -MP -MF .deps/pj_errno.Tpo -c pj_errno.c -o pj_errno.o >/dev/null 2>&1 | |
mv -f .deps/pj_errno.Tpo .deps/pj_errno.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_factors.lo -MD -MP -MF .deps/pj_factors.Tpo -c -o pj_factors.lo pj_factors.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_factors.lo -MD -MP -MF .deps/pj_factors.Tpo -c pj_factors.c -fPIC -DPIC -o .libs/pj_factors.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_factors.lo -MD -MP -MF .deps/pj_factors.Tpo -c pj_factors.c -o pj_factors.o >/dev/null 2>&1 | |
mv -f .deps/pj_factors.Tpo .deps/pj_factors.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd.lo -MD -MP -MF .deps/pj_fwd.Tpo -c -o pj_fwd.lo pj_fwd.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd.lo -MD -MP -MF .deps/pj_fwd.Tpo -c pj_fwd.c -fPIC -DPIC -o .libs/pj_fwd.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd.lo -MD -MP -MF .deps/pj_fwd.Tpo -c pj_fwd.c -o pj_fwd.o >/dev/null 2>&1 | |
mv -f .deps/pj_fwd.Tpo .deps/pj_fwd.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_init.lo -MD -MP -MF .deps/pj_init.Tpo -c -o pj_init.lo pj_init.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_init.lo -MD -MP -MF .deps/pj_init.Tpo -c pj_init.c -fPIC -DPIC -o .libs/pj_init.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_init.lo -MD -MP -MF .deps/pj_init.Tpo -c pj_init.c -o pj_init.o >/dev/null 2>&1 | |
mv -f .deps/pj_init.Tpo .deps/pj_init.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv.lo -MD -MP -MF .deps/pj_inv.Tpo -c -o pj_inv.lo pj_inv.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv.lo -MD -MP -MF .deps/pj_inv.Tpo -c pj_inv.c -fPIC -DPIC -o .libs/pj_inv.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv.lo -MD -MP -MF .deps/pj_inv.Tpo -c pj_inv.c -o pj_inv.o >/dev/null 2>&1 | |
mv -f .deps/pj_inv.Tpo .deps/pj_inv.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd3d.lo -MD -MP -MF .deps/pj_fwd3d.Tpo -c -o pj_fwd3d.lo pj_fwd3d.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd3d.lo -MD -MP -MF .deps/pj_fwd3d.Tpo -c pj_fwd3d.c -fPIC -DPIC -o .libs/pj_fwd3d.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd3d.lo -MD -MP -MF .deps/pj_fwd3d.Tpo -c pj_fwd3d.c -o pj_fwd3d.o >/dev/null 2>&1 | |
mv -f .deps/pj_fwd3d.Tpo .deps/pj_fwd3d.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv3d.lo -MD -MP -MF .deps/pj_inv3d.Tpo -c -o pj_inv3d.lo pj_inv3d.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv3d.lo -MD -MP -MF .deps/pj_inv3d.Tpo -c pj_inv3d.c -fPIC -DPIC -o .libs/pj_inv3d.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv3d.lo -MD -MP -MF .deps/pj_inv3d.Tpo -c pj_inv3d.c -o pj_inv3d.o >/dev/null 2>&1 | |
mv -f .deps/pj_inv3d.Tpo .deps/pj_inv3d.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_list.lo -MD -MP -MF .deps/pj_list.Tpo -c -o pj_list.lo pj_list.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_list.lo -MD -MP -MF .deps/pj_list.Tpo -c pj_list.c -fPIC -DPIC -o .libs/pj_list.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_list.lo -MD -MP -MF .deps/pj_list.Tpo -c pj_list.c -o pj_list.o >/dev/null 2>&1 | |
mv -f .deps/pj_list.Tpo .deps/pj_list.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_malloc.lo -MD -MP -MF .deps/pj_malloc.Tpo -c -o pj_malloc.lo pj_malloc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_malloc.lo -MD -MP -MF .deps/pj_malloc.Tpo -c pj_malloc.c -fPIC -DPIC -o .libs/pj_malloc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_malloc.lo -MD -MP -MF .deps/pj_malloc.Tpo -c pj_malloc.c -o pj_malloc.o >/dev/null 2>&1 | |
mv -f .deps/pj_malloc.Tpo .deps/pj_malloc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mlfn.lo -MD -MP -MF .deps/pj_mlfn.Tpo -c -o pj_mlfn.lo pj_mlfn.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mlfn.lo -MD -MP -MF .deps/pj_mlfn.Tpo -c pj_mlfn.c -fPIC -DPIC -o .libs/pj_mlfn.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mlfn.lo -MD -MP -MF .deps/pj_mlfn.Tpo -c pj_mlfn.c -o pj_mlfn.o >/dev/null 2>&1 | |
mv -f .deps/pj_mlfn.Tpo .deps/pj_mlfn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_msfn.lo -MD -MP -MF .deps/pj_msfn.Tpo -c -o pj_msfn.lo pj_msfn.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_msfn.lo -MD -MP -MF .deps/pj_msfn.Tpo -c pj_msfn.c -fPIC -DPIC -o .libs/pj_msfn.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_msfn.lo -MD -MP -MF .deps/pj_msfn.Tpo -c pj_msfn.c -o pj_msfn.o >/dev/null 2>&1 | |
mv -f .deps/pj_msfn.Tpo .deps/pj_msfn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_mdist.lo -MD -MP -MF .deps/proj_mdist.Tpo -c -o proj_mdist.lo proj_mdist.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_mdist.lo -MD -MP -MF .deps/proj_mdist.Tpo -c proj_mdist.c -fPIC -DPIC -o .libs/proj_mdist.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_mdist.lo -MD -MP -MF .deps/proj_mdist.Tpo -c proj_mdist.c -o proj_mdist.o >/dev/null 2>&1 | |
mv -f .deps/proj_mdist.Tpo .deps/proj_mdist.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_open_lib.lo -MD -MP -MF .deps/pj_open_lib.Tpo -c -o pj_open_lib.lo pj_open_lib.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_open_lib.lo -MD -MP -MF .deps/pj_open_lib.Tpo -c pj_open_lib.c -fPIC -DPIC -o .libs/pj_open_lib.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_open_lib.lo -MD -MP -MF .deps/pj_open_lib.Tpo -c pj_open_lib.c -o pj_open_lib.o >/dev/null 2>&1 | |
mv -f .deps/pj_open_lib.Tpo .deps/pj_open_lib.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_param.lo -MD -MP -MF .deps/pj_param.Tpo -c -o pj_param.lo pj_param.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_param.lo -MD -MP -MF .deps/pj_param.Tpo -c pj_param.c -fPIC -DPIC -o .libs/pj_param.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_param.lo -MD -MP -MF .deps/pj_param.Tpo -c pj_param.c -o pj_param.o >/dev/null 2>&1 | |
mv -f .deps/pj_param.Tpo .deps/pj_param.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_phi2.lo -MD -MP -MF .deps/pj_phi2.Tpo -c -o pj_phi2.lo pj_phi2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_phi2.lo -MD -MP -MF .deps/pj_phi2.Tpo -c pj_phi2.c -fPIC -DPIC -o .libs/pj_phi2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_phi2.lo -MD -MP -MF .deps/pj_phi2.Tpo -c pj_phi2.c -o pj_phi2.o >/dev/null 2>&1 | |
mv -f .deps/pj_phi2.Tpo .deps/pj_phi2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_pr_list.lo -MD -MP -MF .deps/pj_pr_list.Tpo -c -o pj_pr_list.lo pj_pr_list.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_pr_list.lo -MD -MP -MF .deps/pj_pr_list.Tpo -c pj_pr_list.c -fPIC -DPIC -o .libs/pj_pr_list.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_pr_list.lo -MD -MP -MF .deps/pj_pr_list.Tpo -c pj_pr_list.c -o pj_pr_list.o >/dev/null 2>&1 | |
mv -f .deps/pj_pr_list.Tpo .deps/pj_pr_list.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_qsfn.lo -MD -MP -MF .deps/pj_qsfn.Tpo -c -o pj_qsfn.lo pj_qsfn.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_qsfn.lo -MD -MP -MF .deps/pj_qsfn.Tpo -c pj_qsfn.c -fPIC -DPIC -o .libs/pj_qsfn.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_qsfn.lo -MD -MP -MF .deps/pj_qsfn.Tpo -c pj_qsfn.c -o pj_qsfn.o >/dev/null 2>&1 | |
mv -f .deps/pj_qsfn.Tpo .deps/pj_qsfn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_generic_selftest.lo -MD -MP -MF .deps/pj_generic_selftest.Tpo -c -o pj_generic_selftest.lo pj_generic_selftest.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_generic_selftest.lo -MD -MP -MF .deps/pj_generic_selftest.Tpo -c pj_generic_selftest.c -fPIC -DPIC -o .libs/pj_generic_selftest.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_generic_selftest.lo -MD -MP -MF .deps/pj_generic_selftest.Tpo -c pj_generic_selftest.c -o pj_generic_selftest.o >/dev/null 2>&1 | |
mv -f .deps/pj_generic_selftest.Tpo .deps/pj_generic_selftest.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_run_selftests.lo -MD -MP -MF .deps/pj_run_selftests.Tpo -c -o pj_run_selftests.lo pj_run_selftests.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_run_selftests.lo -MD -MP -MF .deps/pj_run_selftests.Tpo -c pj_run_selftests.c -fPIC -DPIC -o .libs/pj_run_selftests.o | |
pj_run_selftests.c:33:13: warning: 'run_one_test' defined but not used [-Wunused-function] | |
33 | static void run_one_test (const char *mnemonic, int (testfunc)(void), int verbosity, int *n_ok, int *n_ko, int *n_stubs) { | |
| ^~~~~~~~~~~~ | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_run_selftests.lo -MD -MP -MF .deps/pj_run_selftests.Tpo -c pj_run_selftests.c -o pj_run_selftests.o >/dev/null 2>&1 | |
mv -f .deps/pj_run_selftests.Tpo .deps/pj_run_selftests.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strerrno.lo -MD -MP -MF .deps/pj_strerrno.Tpo -c -o pj_strerrno.lo pj_strerrno.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strerrno.lo -MD -MP -MF .deps/pj_strerrno.Tpo -c pj_strerrno.c -fPIC -DPIC -o .libs/pj_strerrno.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strerrno.lo -MD -MP -MF .deps/pj_strerrno.Tpo -c pj_strerrno.c -o pj_strerrno.o >/dev/null 2>&1 | |
mv -f .deps/pj_strerrno.Tpo .deps/pj_strerrno.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_tsfn.lo -MD -MP -MF .deps/pj_tsfn.Tpo -c -o pj_tsfn.lo pj_tsfn.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_tsfn.lo -MD -MP -MF .deps/pj_tsfn.Tpo -c pj_tsfn.c -fPIC -DPIC -o .libs/pj_tsfn.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_tsfn.lo -MD -MP -MF .deps/pj_tsfn.Tpo -c pj_tsfn.c -o pj_tsfn.o >/dev/null 2>&1 | |
mv -f .deps/pj_tsfn.Tpo .deps/pj_tsfn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_units.lo -MD -MP -MF .deps/pj_units.Tpo -c -o pj_units.lo pj_units.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_units.lo -MD -MP -MF .deps/pj_units.Tpo -c pj_units.c -fPIC -DPIC -o .libs/pj_units.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_units.lo -MD -MP -MF .deps/pj_units.Tpo -c pj_units.c -o pj_units.o >/dev/null 2>&1 | |
mv -f .deps/pj_units.Tpo .deps/pj_units.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ctx.lo -MD -MP -MF .deps/pj_ctx.Tpo -c -o pj_ctx.lo pj_ctx.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ctx.lo -MD -MP -MF .deps/pj_ctx.Tpo -c pj_ctx.c -fPIC -DPIC -o .libs/pj_ctx.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ctx.lo -MD -MP -MF .deps/pj_ctx.Tpo -c pj_ctx.c -o pj_ctx.o >/dev/null 2>&1 | |
mv -f .deps/pj_ctx.Tpo .deps/pj_ctx.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_log.lo -MD -MP -MF .deps/pj_log.Tpo -c -o pj_log.lo pj_log.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_log.lo -MD -MP -MF .deps/pj_log.Tpo -c pj_log.c -fPIC -DPIC -o .libs/pj_log.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_log.lo -MD -MP -MF .deps/pj_log.Tpo -c pj_log.c -o pj_log.o >/dev/null 2>&1 | |
mv -f .deps/pj_log.Tpo .deps/pj_log.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_zpoly1.lo -MD -MP -MF .deps/pj_zpoly1.Tpo -c -o pj_zpoly1.lo pj_zpoly1.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_zpoly1.lo -MD -MP -MF .deps/pj_zpoly1.Tpo -c pj_zpoly1.c -fPIC -DPIC -o .libs/pj_zpoly1.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_zpoly1.lo -MD -MP -MF .deps/pj_zpoly1.Tpo -c pj_zpoly1.c -o pj_zpoly1.o >/dev/null 2>&1 | |
mv -f .deps/pj_zpoly1.Tpo .deps/pj_zpoly1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT rtodms.lo -MD -MP -MF .deps/rtodms.Tpo -c -o rtodms.lo rtodms.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT rtodms.lo -MD -MP -MF .deps/rtodms.Tpo -c rtodms.c -fPIC -DPIC -o .libs/rtodms.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT rtodms.lo -MD -MP -MF .deps/rtodms.Tpo -c rtodms.c -o rtodms.o >/dev/null 2>&1 | |
mv -f .deps/rtodms.Tpo .deps/rtodms.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT vector1.lo -MD -MP -MF .deps/vector1.Tpo -c -o vector1.lo vector1.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT vector1.lo -MD -MP -MF .deps/vector1.Tpo -c vector1.c -fPIC -DPIC -o .libs/vector1.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT vector1.lo -MD -MP -MF .deps/vector1.Tpo -c vector1.c -o vector1.o >/dev/null 2>&1 | |
mv -f .deps/vector1.Tpo .deps/vector1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_release.lo -MD -MP -MF .deps/pj_release.Tpo -c -o pj_release.lo pj_release.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_release.lo -MD -MP -MF .deps/pj_release.Tpo -c pj_release.c -fPIC -DPIC -o .libs/pj_release.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_release.lo -MD -MP -MF .deps/pj_release.Tpo -c pj_release.c -o pj_release.o >/dev/null 2>&1 | |
mv -f .deps/pj_release.Tpo .deps/pj_release.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gauss.lo -MD -MP -MF .deps/pj_gauss.Tpo -c -o pj_gauss.lo pj_gauss.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gauss.lo -MD -MP -MF .deps/pj_gauss.Tpo -c pj_gauss.c -fPIC -DPIC -o .libs/pj_gauss.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gauss.lo -MD -MP -MF .deps/pj_gauss.Tpo -c pj_gauss.c -o pj_gauss.o >/dev/null 2>&1 | |
mv -f .deps/pj_gauss.Tpo .deps/pj_gauss.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_healpix.lo -MD -MP -MF .deps/PJ_healpix.Tpo -c -o PJ_healpix.lo PJ_healpix.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_healpix.lo -MD -MP -MF .deps/PJ_healpix.Tpo -c PJ_healpix.c -fPIC -DPIC -o .libs/PJ_healpix.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_healpix.lo -MD -MP -MF .deps/PJ_healpix.Tpo -c PJ_healpix.c -o PJ_healpix.o >/dev/null 2>&1 | |
mv -f .deps/PJ_healpix.Tpo .deps/PJ_healpix.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth.lo -MD -MP -MF .deps/PJ_natearth.Tpo -c -o PJ_natearth.lo PJ_natearth.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth.lo -MD -MP -MF .deps/PJ_natearth.Tpo -c PJ_natearth.c -fPIC -DPIC -o .libs/PJ_natearth.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth.lo -MD -MP -MF .deps/PJ_natearth.Tpo -c PJ_natearth.c -o PJ_natearth.o >/dev/null 2>&1 | |
mv -f .deps/PJ_natearth.Tpo .deps/PJ_natearth.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth2.lo -MD -MP -MF .deps/PJ_natearth2.Tpo -c -o PJ_natearth2.lo PJ_natearth2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth2.lo -MD -MP -MF .deps/PJ_natearth2.Tpo -c PJ_natearth2.c -fPIC -DPIC -o .libs/PJ_natearth2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth2.lo -MD -MP -MF .deps/PJ_natearth2.Tpo -c PJ_natearth2.c -o PJ_natearth2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_natearth2.Tpo .deps/PJ_natearth2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_calcofi.lo -MD -MP -MF .deps/PJ_calcofi.Tpo -c -o PJ_calcofi.lo PJ_calcofi.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_calcofi.lo -MD -MP -MF .deps/PJ_calcofi.Tpo -c PJ_calcofi.c -fPIC -DPIC -o .libs/PJ_calcofi.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_calcofi.lo -MD -MP -MF .deps/PJ_calcofi.Tpo -c PJ_calcofi.c -o PJ_calcofi.o >/dev/null 2>&1 | |
mv -f .deps/PJ_calcofi.Tpo .deps/PJ_calcofi.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fileapi.lo -MD -MP -MF .deps/pj_fileapi.Tpo -c -o pj_fileapi.lo pj_fileapi.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fileapi.lo -MD -MP -MF .deps/pj_fileapi.Tpo -c pj_fileapi.c -fPIC -DPIC -o .libs/pj_fileapi.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fileapi.lo -MD -MP -MF .deps/pj_fileapi.Tpo -c pj_fileapi.c -o pj_fileapi.o >/dev/null 2>&1 | |
mv -f .deps/pj_fileapi.Tpo .deps/pj_fileapi.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gc_reader.lo -MD -MP -MF .deps/pj_gc_reader.Tpo -c -o pj_gc_reader.lo pj_gc_reader.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gc_reader.lo -MD -MP -MF .deps/pj_gc_reader.Tpo -c pj_gc_reader.c -fPIC -DPIC -o .libs/pj_gc_reader.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gc_reader.lo -MD -MP -MF .deps/pj_gc_reader.Tpo -c pj_gc_reader.c -o pj_gc_reader.o >/dev/null 2>&1 | |
mv -f .deps/pj_gc_reader.Tpo .deps/pj_gc_reader.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridcatalog.lo -MD -MP -MF .deps/pj_gridcatalog.Tpo -c -o pj_gridcatalog.lo pj_gridcatalog.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridcatalog.lo -MD -MP -MF .deps/pj_gridcatalog.Tpo -c pj_gridcatalog.c -fPIC -DPIC -o .libs/pj_gridcatalog.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridcatalog.lo -MD -MP -MF .deps/pj_gridcatalog.Tpo -c pj_gridcatalog.c -o pj_gridcatalog.o >/dev/null 2>&1 | |
mv -f .deps/pj_gridcatalog.Tpo .deps/pj_gridcatalog.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_cvt.lo -MD -MP -MF .deps/nad_cvt.Tpo -c -o nad_cvt.lo nad_cvt.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_cvt.lo -MD -MP -MF .deps/nad_cvt.Tpo -c nad_cvt.c -fPIC -DPIC -o .libs/nad_cvt.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_cvt.lo -MD -MP -MF .deps/nad_cvt.Tpo -c nad_cvt.c -o nad_cvt.o >/dev/null 2>&1 | |
mv -f .deps/nad_cvt.Tpo .deps/nad_cvt.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_init.lo -MD -MP -MF .deps/nad_init.Tpo -c -o nad_init.lo nad_init.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_init.lo -MD -MP -MF .deps/nad_init.Tpo -c nad_init.c -fPIC -DPIC -o .libs/nad_init.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_init.lo -MD -MP -MF .deps/nad_init.Tpo -c nad_init.c -o nad_init.o >/dev/null 2>&1 | |
mv -f .deps/nad_init.Tpo .deps/nad_init.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_intr.lo -MD -MP -MF .deps/nad_intr.Tpo -c -o nad_intr.lo nad_intr.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_intr.lo -MD -MP -MF .deps/nad_intr.Tpo -c nad_intr.c -fPIC -DPIC -o .libs/nad_intr.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_intr.lo -MD -MP -MF .deps/nad_intr.Tpo -c nad_intr.c -o nad_intr.o >/dev/null 2>&1 | |
mv -f .deps/nad_intr.Tpo .deps/nad_intr.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT emess.lo -MD -MP -MF .deps/emess.Tpo -c -o emess.lo emess.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT emess.lo -MD -MP -MF .deps/emess.Tpo -c emess.c -fPIC -DPIC -o .libs/emess.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT emess.lo -MD -MP -MF .deps/emess.Tpo -c emess.c -o emess.o >/dev/null 2>&1 | |
mv -f .deps/emess.Tpo .deps/emess.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_gridshift.lo -MD -MP -MF .deps/pj_apply_gridshift.Tpo -c -o pj_apply_gridshift.lo pj_apply_gridshift.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_gridshift.lo -MD -MP -MF .deps/pj_apply_gridshift.Tpo -c pj_apply_gridshift.c -fPIC -DPIC -o .libs/pj_apply_gridshift.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_gridshift.lo -MD -MP -MF .deps/pj_apply_gridshift.Tpo -c pj_apply_gridshift.c -o pj_apply_gridshift.o >/dev/null 2>&1 | |
mv -f .deps/pj_apply_gridshift.Tpo .deps/pj_apply_gridshift.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datums.lo -MD -MP -MF .deps/pj_datums.Tpo -c -o pj_datums.lo pj_datums.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datums.lo -MD -MP -MF .deps/pj_datums.Tpo -c pj_datums.c -fPIC -DPIC -o .libs/pj_datums.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datums.lo -MD -MP -MF .deps/pj_datums.Tpo -c pj_datums.c -o pj_datums.o >/dev/null 2>&1 | |
mv -f .deps/pj_datums.Tpo .deps/pj_datums.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datum_set.lo -MD -MP -MF .deps/pj_datum_set.Tpo -c -o pj_datum_set.lo pj_datum_set.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datum_set.lo -MD -MP -MF .deps/pj_datum_set.Tpo -c pj_datum_set.c -fPIC -DPIC -o .libs/pj_datum_set.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datum_set.lo -MD -MP -MF .deps/pj_datum_set.Tpo -c pj_datum_set.c -o pj_datum_set.o >/dev/null 2>&1 | |
mv -f .deps/pj_datum_set.Tpo .deps/pj_datum_set.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_transform.lo -MD -MP -MF .deps/pj_transform.Tpo -c -o pj_transform.lo pj_transform.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_transform.lo -MD -MP -MF .deps/pj_transform.Tpo -c pj_transform.c -fPIC -DPIC -o .libs/pj_transform.o | |
pj_transform.c: In function 'pj_adjust_axis': | |
pj_transform.c:857:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] | |
857 | if( z ) z[point_offset*i] = value; break; | |
| ^~ | |
pj_transform.c:857:56: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' | |
857 | if( z ) z[point_offset*i] = value; break; | |
| ^~~~~ | |
pj_transform.c:859:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] | |
859 | if( z ) z[point_offset*i] = -value; break; | |
| ^~ | |
pj_transform.c:859:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' | |
859 | if( z ) z[point_offset*i] = -value; break; | |
| ^~~~~ | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_transform.lo -MD -MP -MF .deps/pj_transform.Tpo -c pj_transform.c -o pj_transform.o >/dev/null 2>&1 | |
mv -f .deps/pj_transform.Tpo .deps/pj_transform.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geocent.lo -MD -MP -MF .deps/geocent.Tpo -c -o geocent.lo geocent.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geocent.lo -MD -MP -MF .deps/geocent.Tpo -c geocent.c -fPIC -DPIC -o .libs/geocent.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geocent.lo -MD -MP -MF .deps/geocent.Tpo -c geocent.c -o geocent.o >/dev/null 2>&1 | |
mv -f .deps/geocent.Tpo .deps/geocent.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_utils.lo -MD -MP -MF .deps/pj_utils.Tpo -c -o pj_utils.lo pj_utils.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_utils.lo -MD -MP -MF .deps/pj_utils.Tpo -c pj_utils.c -fPIC -DPIC -o .libs/pj_utils.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_utils.lo -MD -MP -MF .deps/pj_utils.Tpo -c pj_utils.c -o pj_utils.o >/dev/null 2>&1 | |
mv -f .deps/pj_utils.Tpo .deps/pj_utils.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridinfo.lo -MD -MP -MF .deps/pj_gridinfo.Tpo -c -o pj_gridinfo.lo pj_gridinfo.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridinfo.lo -MD -MP -MF .deps/pj_gridinfo.Tpo -c pj_gridinfo.c -fPIC -DPIC -o .libs/pj_gridinfo.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridinfo.lo -MD -MP -MF .deps/pj_gridinfo.Tpo -c pj_gridinfo.c -o pj_gridinfo.o >/dev/null 2>&1 | |
mv -f .deps/pj_gridinfo.Tpo .deps/pj_gridinfo.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridlist.lo -MD -MP -MF .deps/pj_gridlist.Tpo -c -o pj_gridlist.lo pj_gridlist.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridlist.lo -MD -MP -MF .deps/pj_gridlist.Tpo -c pj_gridlist.c -fPIC -DPIC -o .libs/pj_gridlist.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridlist.lo -MD -MP -MF .deps/pj_gridlist.Tpo -c pj_gridlist.c -o pj_gridlist.o >/dev/null 2>&1 | |
mv -f .deps/pj_gridlist.Tpo .deps/pj_gridlist.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT jniproj.lo -MD -MP -MF .deps/jniproj.Tpo -c -o jniproj.lo jniproj.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT jniproj.lo -MD -MP -MF .deps/jniproj.Tpo -c jniproj.c -fPIC -DPIC -o .libs/jniproj.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT jniproj.lo -MD -MP -MF .deps/jniproj.Tpo -c jniproj.c -o jniproj.o >/dev/null 2>&1 | |
mv -f .deps/jniproj.Tpo .deps/jniproj.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mutex.lo -MD -MP -MF .deps/pj_mutex.Tpo -c -o pj_mutex.lo pj_mutex.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mutex.lo -MD -MP -MF .deps/pj_mutex.Tpo -c pj_mutex.c -fPIC -DPIC -o .libs/pj_mutex.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mutex.lo -MD -MP -MF .deps/pj_mutex.Tpo -c pj_mutex.c -o pj_mutex.o >/dev/null 2>&1 | |
mv -f .deps/pj_mutex.Tpo .deps/pj_mutex.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_initcache.lo -MD -MP -MF .deps/pj_initcache.Tpo -c -o pj_initcache.lo pj_initcache.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_initcache.lo -MD -MP -MF .deps/pj_initcache.Tpo -c pj_initcache.c -fPIC -DPIC -o .libs/pj_initcache.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_initcache.lo -MD -MP -MF .deps/pj_initcache.Tpo -c pj_initcache.c -o pj_initcache.o >/dev/null 2>&1 | |
mv -f .deps/pj_initcache.Tpo .deps/pj_initcache.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_vgridshift.lo -MD -MP -MF .deps/pj_apply_vgridshift.Tpo -c -o pj_apply_vgridshift.lo pj_apply_vgridshift.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_vgridshift.lo -MD -MP -MF .deps/pj_apply_vgridshift.Tpo -c pj_apply_vgridshift.c -fPIC -DPIC -o .libs/pj_apply_vgridshift.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_vgridshift.lo -MD -MP -MF .deps/pj_apply_vgridshift.Tpo -c pj_apply_vgridshift.c -o pj_apply_vgridshift.o >/dev/null 2>&1 | |
mv -f .deps/pj_apply_vgridshift.Tpo .deps/pj_apply_vgridshift.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geodesic.lo -MD -MP -MF .deps/geodesic.Tpo -c -o geodesic.lo geodesic.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geodesic.lo -MD -MP -MF .deps/geodesic.Tpo -c geodesic.c -fPIC -DPIC -o .libs/geodesic.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geodesic.lo -MD -MP -MF .deps/geodesic.Tpo -c geodesic.c -o geodesic.o >/dev/null 2>&1 | |
mv -f .deps/geodesic.Tpo .deps/geodesic.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strtod.lo -MD -MP -MF .deps/pj_strtod.Tpo -c -o pj_strtod.lo pj_strtod.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strtod.lo -MD -MP -MF .deps/pj_strtod.Tpo -c pj_strtod.c -fPIC -DPIC -o .libs/pj_strtod.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strtod.lo -MD -MP -MF .deps/pj_strtod.Tpo -c pj_strtod.c -o pj_strtod.o >/dev/null 2>&1 | |
mv -f .deps/pj_strtod.Tpo .deps/pj_strtod.Plo | |
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -no-undefined -version-info 12:0:0 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o libproj.la -rpath /usr/lib PJ_aeqd.lo PJ_gnom.lo PJ_laea.lo PJ_mod_ster.lo PJ_nsper.lo PJ_nzmg.lo PJ_ortho.lo PJ_stere.lo PJ_sterea.lo PJ_aea.lo PJ_bipc.lo PJ_bonne.lo PJ_eqdc.lo PJ_isea.lo PJ_imw_p.lo PJ_krovak.lo PJ_lcc.lo PJ_poly.lo PJ_rpoly.lo PJ_sconics.lo proj_rouss.lo PJ_cass.lo PJ_cc.lo PJ_cea.lo PJ_eqc.lo PJ_gall.lo PJ_labrd.lo PJ_lsat.lo PJ_misrsom.lo PJ_merc.lo PJ_mill.lo PJ_ocea.lo PJ_omerc.lo PJ_somerc.lo PJ_tcc.lo PJ_tcea.lo PJ_times.lo PJ_tmerc.lo PJ_airy.lo PJ_aitoff.lo PJ_august.lo PJ_bacon.lo PJ_chamb.lo PJ_hammer.lo PJ_lagrng.lo PJ_larr.lo PJ_lask.lo PJ_nocol.lo PJ_ob_tran.lo PJ_oea.lo PJ_tpeqd.lo PJ_vandg.lo PJ_vandg2.lo PJ_vandg4.lo PJ_wag7.lo PJ_lcca.lo PJ_geos.lo proj_etmerc.lo PJ_boggs.lo PJ_collg.lo PJ_comill.lo PJ_crast.lo PJ_denoy.lo PJ_eck1.lo PJ_eck2.lo PJ_eck3.lo PJ_eck4.lo PJ_eck5.lo PJ_fahey.lo PJ_fouc_s.lo PJ_gins8.lo PJ_gstmerc.lo PJ_gn_sinu.lo PJ_goode.lo PJ_igh.lo PJ_hatano.lo PJ_loxim.lo PJ_mbt_fps.lo PJ_mbtfpp.lo PJ_mbtfpq.lo PJ_moll.lo PJ_nell.lo PJ_nell_h.lo PJ_patterson.lo PJ_putp2.lo PJ_putp3.lo PJ_putp4p.lo PJ_putp5.lo PJ_putp6.lo PJ_qsc.lo PJ_robin.lo PJ_sch.lo PJ_sts.lo PJ_urm5.lo PJ_urmfps.lo PJ_wag2.lo PJ_wag3.lo PJ_wink1.lo PJ_wink2.lo pj_latlong.lo pj_geocent.lo aasincos.lo adjlon.lo bch2bps.lo bchgen.lo biveval.lo dmstor.lo mk_cheby.lo pj_auth.lo pj_deriv.lo pj_ell_set.lo pj_ellps.lo pj_errno.lo pj_factors.lo pj_fwd.lo pj_init.lo pj_inv.lo pj_fwd3d.lo pj_inv3d.lo pj_list.lo pj_malloc.lo pj_mlfn.lo pj_msfn.lo proj_mdist.lo pj_open_lib.lo pj_param.lo pj_phi2.lo pj_pr_list.lo pj_qsfn.lo pj_generic_selftest.lo pj_run_selftests.lo pj_strerrno.lo pj_tsfn.lo pj_units.lo pj_ctx.lo pj_log.lo pj_zpoly1.lo rtodms.lo vector1.lo pj_release.lo pj_gauss.lo PJ_healpix.lo PJ_natearth.lo PJ_natearth2.lo PJ_calcofi.lo pj_fileapi.lo pj_gc_reader.lo pj_gridcatalog.lo nad_cvt.lo nad_init.lo nad_intr.lo emess.lo pj_apply_gridshift.lo pj_datums.lo pj_datum_set.lo pj_transform.lo geocent.lo pj_utils.lo pj_gridinfo.lo pj_gridlist.lo jniproj.lo pj_mutex.lo pj_initcache.lo pj_apply_vgridshift.lo geodesic.lo pj_strtod.lo -lpthread -lm | |
libtool: link: cc -shared -Wl,--as-needed -fPIC -DPIC .libs/PJ_aeqd.o .libs/PJ_gnom.o .libs/PJ_laea.o .libs/PJ_mod_ster.o .libs/PJ_nsper.o .libs/PJ_nzmg.o .libs/PJ_ortho.o .libs/PJ_stere.o .libs/PJ_sterea.o .libs/PJ_aea.o .libs/PJ_bipc.o .libs/PJ_bonne.o .libs/PJ_eqdc.o .libs/PJ_isea.o .libs/PJ_imw_p.o .libs/PJ_krovak.o .libs/PJ_lcc.o .libs/PJ_poly.o .libs/PJ_rpoly.o .libs/PJ_sconics.o .libs/proj_rouss.o .libs/PJ_cass.o .libs/PJ_cc.o .libs/PJ_cea.o .libs/PJ_eqc.o .libs/PJ_gall.o .libs/PJ_labrd.o .libs/PJ_lsat.o .libs/PJ_misrsom.o .libs/PJ_merc.o .libs/PJ_mill.o .libs/PJ_ocea.o .libs/PJ_omerc.o .libs/PJ_somerc.o .libs/PJ_tcc.o .libs/PJ_tcea.o .libs/PJ_times.o .libs/PJ_tmerc.o .libs/PJ_airy.o .libs/PJ_aitoff.o .libs/PJ_august.o .libs/PJ_bacon.o .libs/PJ_chamb.o .libs/PJ_hammer.o .libs/PJ_lagrng.o .libs/PJ_larr.o .libs/PJ_lask.o .libs/PJ_nocol.o .libs/PJ_ob_tran.o .libs/PJ_oea.o .libs/PJ_tpeqd.o .libs/PJ_vandg.o .libs/PJ_vandg2.o .libs/PJ_vandg4.o .libs/PJ_wag7.o .libs/PJ_lcca.o .libs/PJ_geos.o .libs/proj_etmerc.o .libs/PJ_boggs.o .libs/PJ_collg.o .libs/PJ_comill.o .libs/PJ_crast.o .libs/PJ_denoy.o .libs/PJ_eck1.o .libs/PJ_eck2.o .libs/PJ_eck3.o .libs/PJ_eck4.o .libs/PJ_eck5.o .libs/PJ_fahey.o .libs/PJ_fouc_s.o .libs/PJ_gins8.o .libs/PJ_gstmerc.o .libs/PJ_gn_sinu.o .libs/PJ_goode.o .libs/PJ_igh.o .libs/PJ_hatano.o .libs/PJ_loxim.o .libs/PJ_mbt_fps.o .libs/PJ_mbtfpp.o .libs/PJ_mbtfpq.o .libs/PJ_moll.o .libs/PJ_nell.o .libs/PJ_nell_h.o .libs/PJ_patterson.o .libs/PJ_putp2.o .libs/PJ_putp3.o .libs/PJ_putp4p.o .libs/PJ_putp5.o .libs/PJ_putp6.o .libs/PJ_qsc.o .libs/PJ_robin.o .libs/PJ_sch.o .libs/PJ_sts.o .libs/PJ_urm5.o .libs/PJ_urmfps.o .libs/PJ_wag2.o .libs/PJ_wag3.o .libs/PJ_wink1.o .libs/PJ_wink2.o .libs/pj_latlong.o .libs/pj_geocent.o .libs/aasincos.o .libs/adjlon.o .libs/bch2bps.o .libs/bchgen.o .libs/biveval.o .libs/dmstor.o .libs/mk_cheby.o .libs/pj_auth.o .libs/pj_deriv.o .libs/pj_ell_set.o .libs/pj_ellps.o .libs/pj_errno.o .libs/pj_factors.o .libs/pj_fwd.o .libs/pj_init.o .libs/pj_inv.o .libs/pj_fwd3d.o .libs/pj_inv3d.o .libs/pj_list.o .libs/pj_malloc.o .libs/pj_mlfn.o .libs/pj_msfn.o .libs/proj_mdist.o .libs/pj_open_lib.o .libs/pj_param.o .libs/pj_phi2.o .libs/pj_pr_list.o .libs/pj_qsfn.o .libs/pj_generic_selftest.o .libs/pj_run_selftests.o .libs/pj_strerrno.o .libs/pj_tsfn.o .libs/pj_units.o .libs/pj_ctx.o .libs/pj_log.o .libs/pj_zpoly1.o .libs/rtodms.o .libs/vector1.o .libs/pj_release.o .libs/pj_gauss.o .libs/PJ_healpix.o .libs/PJ_natearth.o .libs/PJ_natearth2.o .libs/PJ_calcofi.o .libs/pj_fileapi.o .libs/pj_gc_reader.o .libs/pj_gridcatalog.o .libs/nad_cvt.o .libs/nad_init.o .libs/nad_intr.o .libs/emess.o .libs/pj_apply_gridshift.o .libs/pj_datums.o .libs/pj_datum_set.o .libs/pj_transform.o .libs/geocent.o .libs/pj_utils.o .libs/pj_gridinfo.o .libs/pj_gridlist.o .libs/jniproj.o .libs/pj_mutex.o .libs/pj_initcache.o .libs/pj_apply_vgridshift.o .libs/geodesic.o .libs/pj_strtod.o -lpthread -lm -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -Wl,-soname -Wl,libproj.so.12 -o .libs/libproj.so.12.0.0 | |
libtool: link: (cd ".libs" && rm -f "libproj.so.12" && ln -s "libproj.so.12.0.0" "libproj.so.12") | |
libtool: link: (cd ".libs" && rm -f "libproj.so" && ln -s "libproj.so.12.0.0" "libproj.so") | |
libtool: link: ar cru .libs/libproj.a PJ_aeqd.o PJ_gnom.o PJ_laea.o PJ_mod_ster.o PJ_nsper.o PJ_nzmg.o PJ_ortho.o PJ_stere.o PJ_sterea.o PJ_aea.o PJ_bipc.o PJ_bonne.o PJ_eqdc.o PJ_isea.o PJ_imw_p.o PJ_krovak.o PJ_lcc.o PJ_poly.o PJ_rpoly.o PJ_sconics.o proj_rouss.o PJ_cass.o PJ_cc.o PJ_cea.o PJ_eqc.o PJ_gall.o PJ_labrd.o PJ_lsat.o PJ_misrsom.o PJ_merc.o PJ_mill.o PJ_ocea.o PJ_omerc.o PJ_somerc.o PJ_tcc.o PJ_tcea.o PJ_times.o PJ_tmerc.o PJ_airy.o PJ_aitoff.o PJ_august.o PJ_bacon.o PJ_chamb.o PJ_hammer.o PJ_lagrng.o PJ_larr.o PJ_lask.o PJ_nocol.o PJ_ob_tran.o PJ_oea.o PJ_tpeqd.o PJ_vandg.o PJ_vandg2.o PJ_vandg4.o PJ_wag7.o PJ_lcca.o PJ_geos.o proj_etmerc.o PJ_boggs.o PJ_collg.o PJ_comill.o PJ_crast.o PJ_denoy.o PJ_eck1.o PJ_eck2.o PJ_eck3.o PJ_eck4.o PJ_eck5.o PJ_fahey.o PJ_fouc_s.o PJ_gins8.o PJ_gstmerc.o PJ_gn_sinu.o PJ_goode.o PJ_igh.o PJ_hatano.o PJ_loxim.o PJ_mbt_fps.o PJ_mbtfpp.o PJ_mbtfpq.o PJ_moll.o PJ_nell.o PJ_nell_h.o PJ_patterson.o PJ_putp2.o PJ_putp3.o PJ_putp4p.o PJ_putp5.o PJ_putp6.o PJ_qsc.o PJ_robin.o PJ_sch.o PJ_sts.o PJ_urm5.o PJ_urmfps.o PJ_wag2.o PJ_wag3.o PJ_wink1.o PJ_wink2.o pj_latlong.o pj_geocent.o aasincos.o adjlon.o bch2bps.o bchgen.o biveval.o dmstor.o mk_cheby.o pj_auth.o pj_deriv.o pj_ell_set.o pj_ellps.o pj_errno.o pj_factors.o pj_fwd.o pj_init.o pj_inv.o pj_fwd3d.o pj_inv3d.o pj_list.o pj_malloc.o pj_mlfn.o pj_msfn.o proj_mdist.o pj_open_lib.o pj_param.o pj_phi2.o pj_pr_list.o pj_qsfn.o pj_generic_selftest.o pj_run_selftests.o pj_strerrno.o pj_tsfn.o pj_units.o pj_ctx.o pj_log.o pj_zpoly1.o rtodms.o vector1.o pj_release.o pj_gauss.o PJ_healpix.o PJ_natearth.o PJ_natearth2.o PJ_calcofi.o pj_fileapi.o pj_gc_reader.o pj_gridcatalog.o nad_cvt.o nad_init.o nad_intr.o emess.o pj_apply_gridshift.o pj_datums.o pj_datum_set.o pj_transform.o geocent.o pj_utils.o pj_gridinfo.o pj_gridlist.o jniproj.o pj_mutex.o pj_initcache.o pj_apply_vgridshift.o geodesic.o pj_strtod.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libproj.a | |
libtool: link: ( cd ".libs" && rm -f "libproj.la" && ln -s "../libproj.la" "libproj.la" ) | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj.o -MD -MP -MF .deps/proj.Tpo -c -o proj.o proj.c | |
mv -f .deps/proj.Tpo .deps/proj.Po | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT gen_cheb.o -MD -MP -MF .deps/gen_cheb.Tpo -c -o gen_cheb.o gen_cheb.c | |
mv -f .deps/gen_cheb.Tpo .deps/gen_cheb.Po | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT p_series.o -MD -MP -MF .deps/p_series.Tpo -c -o p_series.o p_series.c | |
mv -f .deps/p_series.Tpo .deps/p_series.Po | |
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o proj proj.o gen_cheb.o p_series.o libproj.la -lpthread -lm | |
libtool: link: cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/proj proj.o gen_cheb.o p_series.o ./.libs/libproj.so -lpthread -lm | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad2bin.o -MD -MP -MF .deps/nad2bin.Tpo -c -o nad2bin.o nad2bin.c | |
mv -f .deps/nad2bin.Tpo .deps/nad2bin.Po | |
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o nad2bin nad2bin.o libproj.la -lpthread -lm | |
libtool: link: cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/nad2bin nad2bin.o ./.libs/libproj.so -lpthread -lm | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geod.o -MD -MP -MF .deps/geod.Tpo -c -o geod.o geod.c | |
mv -f .deps/geod.Tpo .deps/geod.Po | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geod_set.o -MD -MP -MF .deps/geod_set.Tpo -c -o geod_set.o geod_set.c | |
mv -f .deps/geod_set.Tpo .deps/geod_set.Po | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geod_interface.o -MD -MP -MF .deps/geod_interface.Tpo -c -o geod_interface.o geod_interface.c | |
mv -f .deps/geod_interface.Tpo .deps/geod_interface.Po | |
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o geod geod.o geod_set.o geod_interface.o libproj.la -lpthread -lm | |
libtool: link: cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/geod geod.o geod_set.o geod_interface.o ./.libs/libproj.so -lpthread -lm | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT cs2cs.o -MD -MP -MF .deps/cs2cs.Tpo -c -o cs2cs.o cs2cs.c | |
mv -f .deps/cs2cs.Tpo .deps/cs2cs.Po | |
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o cs2cs cs2cs.o gen_cheb.o p_series.o libproj.la -lpthread -lm | |
libtool: link: cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/cs2cs cs2cs.o gen_cheb.o p_series.o ./.libs/libproj.so -lpthread -lm | |
make[2]: Leaving directory '/builddir/proj-4.9.3/src' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/src' | |
Making all in man | |
make[1]: Entering directory '/builddir/proj-4.9.3/man' | |
Making all in man1 | |
make[2]: Entering directory '/builddir/proj-4.9.3/man/man1' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man/man1' | |
Making all in man3 | |
make[2]: Entering directory '/builddir/proj-4.9.3/man/man3' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man/man3' | |
make[2]: Entering directory '/builddir/proj-4.9.3/man' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/man' | |
Making all in nad | |
make[1]: Entering directory '/builddir/proj-4.9.3/nad' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/builddir/proj-4.9.3/nad' | |
Making all in jniwrap | |
make[1]: Entering directory '/builddir/proj-4.9.3/jniwrap' | |
Making all in org | |
make[2]: Entering directory '/builddir/proj-4.9.3/jniwrap/org' | |
Making all in proj4 | |
make[3]: Entering directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[3]: Entering directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[2]: Entering directory '/builddir/proj-4.9.3/jniwrap' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/builddir/proj-4.9.3/jniwrap' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/jniwrap' | |
Making all in cmake | |
make[1]: Entering directory '/builddir/proj-4.9.3/cmake' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/builddir/proj-4.9.3/cmake' | |
make[1]: Entering directory '/builddir/proj-4.9.3' | |
make[1]: Nothing to be done for 'all-am'. | |
make[1]: Leaving directory '/builddir/proj-4.9.3' | |
=> proj4-4.9.3_1: skipping check (XBPS_CHECK_PKGS is disabled) ... | |
=> proj4-4.9.3_1: running pre-install hook: 00-lib32 ... | |
=> proj4-4.9.3_1: running pre-install hook: 02-script-wrapper ... | |
=> proj4-4.9.3_1: running pre-install hook: 98-fixup-gir-path ... | |
=> proj4-4.9.3_1: running do_install ... | |
Making install in src | |
make[1]: Entering directory '/builddir/proj-4.9.3/src' | |
make[2]: Entering directory '/builddir/proj-4.9.3/src' | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/lib' | |
/bin/sh ../libtool --mode=install /builddir/.xbps-proj4/wrappers/install -c libproj.la '/destdir//proj4-4.9.3/usr/lib' | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/libproj.so.12.0.0 /destdir//proj4-4.9.3/usr/lib/libproj.so.12.0.0 | |
libtool: install: (cd /destdir//proj4-4.9.3/usr/lib && { ln -s -f libproj.so.12.0.0 libproj.so.12 || { rm -f libproj.so.12 && ln -s libproj.so.12.0.0 libproj.so.12; }; }) | |
libtool: install: (cd /destdir//proj4-4.9.3/usr/lib && { ln -s -f libproj.so.12.0.0 libproj.so || { rm -f libproj.so && ln -s libproj.so.12.0.0 libproj.so; }; }) | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/libproj.lai /destdir//proj4-4.9.3/usr/lib/libproj.la | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/libproj.a /destdir//proj4-4.9.3/usr/lib/libproj.a | |
libtool: install: chmod 644 /destdir//proj4-4.9.3/usr/lib/libproj.a | |
libtool: install: ranlib /destdir//proj4-4.9.3/usr/lib/libproj.a | |
libtool: warning: remember to run 'libtool --finish /usr/lib' | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/bin' | |
/bin/sh ../libtool --mode=install /builddir/.xbps-proj4/wrappers/install -c proj nad2bin geod cs2cs '/destdir//proj4-4.9.3/usr/bin' | |
libtool: warning: 'libproj.la' has not been installed in '/usr/lib' | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/proj /destdir//proj4-4.9.3/usr/bin/proj | |
libtool: warning: 'libproj.la' has not been installed in '/usr/lib' | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/nad2bin /destdir//proj4-4.9.3/usr/bin/nad2bin | |
libtool: warning: 'libproj.la' has not been installed in '/usr/lib' | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/geod /destdir//proj4-4.9.3/usr/bin/geod | |
libtool: warning: 'libproj.la' has not been installed in '/usr/lib' | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/cs2cs /destdir//proj4-4.9.3/usr/bin/cs2cs | |
rm -f /destdir//proj4-4.9.3/usr/bin/invproj | |
(cd /destdir//proj4-4.9.3/usr/bin; ln -s proj invproj) | |
rm -f /destdir//proj4-4.9.3/usr/bin/invgeod | |
(cd /destdir//proj4-4.9.3/usr/bin; ln -s geod invgeod) | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/include' | |
/builddir/.xbps-proj4/wrappers/install -c -m 644 proj_api.h projects.h geodesic.h org_proj4_Projections.h org_proj4_PJ.h '/destdir//proj4-4.9.3/usr/include' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/src' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/src' | |
Making install in man | |
make[1]: Entering directory '/builddir/proj-4.9.3/man' | |
Making install in man1 | |
make[2]: Entering directory '/builddir/proj-4.9.3/man/man1' | |
make[3]: Entering directory '/builddir/proj-4.9.3/man/man1' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/share/man/man1' | |
/builddir/.xbps-proj4/wrappers/install -c -m 644 geod.1 proj.1 cs2cs.1 '/destdir//proj4-4.9.3/usr/share/man/man1' | |
make[3]: Leaving directory '/builddir/proj-4.9.3/man/man1' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man/man1' | |
Making install in man3 | |
make[2]: Entering directory '/builddir/proj-4.9.3/man/man3' | |
make[3]: Entering directory '/builddir/proj-4.9.3/man/man3' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/share/man/man3' | |
/builddir/.xbps-proj4/wrappers/install -c -m 644 pj_init.3 geodesic.3 '/destdir//proj4-4.9.3/usr/share/man/man3' | |
make[3]: Leaving directory '/builddir/proj-4.9.3/man/man3' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man/man3' | |
make[2]: Entering directory '/builddir/proj-4.9.3/man' | |
make[3]: Entering directory '/builddir/proj-4.9.3/man' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/builddir/proj-4.9.3/man' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/man' | |
Making install in nad | |
make[1]: Entering directory '/builddir/proj-4.9.3/nad' | |
make[2]: Entering directory '/builddir/proj-4.9.3/nad' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
/bin/sh /builddir/proj-4.9.3/install-sh -d /destdir//proj4-4.9.3/usr/share/proj | |
nad2nad NADCON source files not present | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/share/proj' | |
/builddir/.xbps-proj4/wrappers/install -c -m 644 GL27 nad.lst proj_def.dat nad27 nad83 world epsg esri esri.extra other.extra CH IGNF '/destdir//proj4-4.9.3/usr/share/proj' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/nad' | |
cd .. && /bin/sh ./config.status nad/install | |
config.status: creating nad/install | |
make[1]: Leaving directory '/builddir/proj-4.9.3/nad' | |
Making install in jniwrap | |
make[1]: Entering directory '/builddir/proj-4.9.3/jniwrap' | |
Making install in org | |
make[2]: Entering directory '/builddir/proj-4.9.3/jniwrap/org' | |
Making install in proj4 | |
make[3]: Entering directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[4]: Entering directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
make[4]: Nothing to be done for 'install-data-am'. | |
make[4]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[3]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[3]: Entering directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[4]: Entering directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
make[4]: Nothing to be done for 'install-data-am'. | |
make[4]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[3]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[2]: Entering directory '/builddir/proj-4.9.3/jniwrap' | |
make[3]: Entering directory '/builddir/proj-4.9.3/jniwrap' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
echo In jniwrap | |
In jniwrap | |
make[3]: Leaving directory '/builddir/proj-4.9.3/jniwrap' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/jniwrap' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/jniwrap' | |
Making install in cmake | |
make[1]: Entering directory '/builddir/proj-4.9.3/cmake' | |
make[2]: Entering directory '/builddir/proj-4.9.3/cmake' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/builddir/proj-4.9.3/cmake' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/cmake' | |
make[1]: Entering directory '/builddir/proj-4.9.3' | |
make[2]: Entering directory '/builddir/proj-4.9.3' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/lib/pkgconfig' | |
/builddir/.xbps-proj4/wrappers/install -c -m 644 proj.pc '/destdir//proj4-4.9.3/usr/lib/pkgconfig' | |
make[2]: Leaving directory '/builddir/proj-4.9.3' | |
make[1]: Leaving directory '/builddir/proj-4.9.3' | |
=> proj4-4.9.3_1: running post-install hook: 00-compress-info-files ... | |
=> proj4-4.9.3_1: running post-install hook: 00-lib32 ... | |
=> proj4-4.9.3_1: running post-install hook: 00-uncompress-manpages ... | |
=> proj4-4.9.3_1: running post-install hook: 01-remove-localized-manpages ... | |
=> proj4-4.9.3_1: running post-install hook: 01-remove-misc ... | |
=> proj4-4.9.3_1: running post-install hook: 02-remove-libtool-archives ... | |
=> proj4-4.9.3_1: running post-install hook: 02-remove-perl-files ... | |
=> proj4-4.9.3_1: running post-install hook: 02-remove-python-bytecode-files ... | |
=> proj4-4.9.3_1: running post-install hook: 03-remove-empty-dirs ... | |
=> proj4-4.9.3_1: running post-install hook: 04-create-xbps-metadata-scripts ... | |
=> proj4-4.9.3_1: running post-install hook: 05-generate-gitrevs ... | |
=> proj4-4.9.3_1: running post-install hook: 06-strip-and-debug-pkgs ... | |
Stripped position-independent executable: /usr/bin/cs2cs | |
Stripped position-independent executable: /usr/bin/nad2bin | |
Stripped position-independent executable: /usr/bin/geod | |
Stripped position-independent executable: /usr/bin/proj | |
Stripped static library: /usr/lib/libproj.a | |
Stripped library: /usr/lib/libproj.so.12.0.0 | |
=> proj4-4.9.3_1: running post-install hook: 10-pkglint-devel-paths ... | |
=> proj4-4.9.3_1: running post-install hook: 11-pkglint-elf-in-usrshare ... | |
=> proj4-4.9.3_1: running post-install hook: 12-rename-python3-c-bindings ... | |
=> proj4-4.9.3_1: running pre-pkg hook: 03-rewrite-python-shebang ... | |
=> proj4-4.9.3_1: running pre-pkg hook: 04-generate-runtime-deps ... | |
SONAME: libproj.so.12 <-> UNKNOWN PKG PLEASE FIX! | |
SONAME: libpthread.so.0 <-> glibc>=2.29_1 | |
SONAME: libm.so.6 <-> glibc>=2.29_1 | |
SONAME: libc.so.6 <-> glibc>=2.29_1 | |
=> ERROR: proj4-4.9.3_1: cannot guess required shlibs, aborting! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=> xbps-src: updating repositories for host (x86_64)... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ... | |
[*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ... | |
=> xbps-src: updating software in / masterdir... | |
=> xbps-src: cleaning up / masterdir... | |
=> proj4-4.9.3_1: removing autodeps, please wait... | |
=> proj4-4.9.3_1: building [gnu-configure] for x86_64... | |
=> proj4-4.9.3_1: running do-fetch hook: 00-distfiles ... | |
=> proj4-4.9.3_1: running do-extract hook: 00-distfiles ... | |
=> proj4-4.9.3_1: extracting distfile(s), please wait... | |
=> proj4-4.9.3_1: running do-patch hook: 00-patches ... | |
=> proj4-4.9.3_1: running pre-configure hook: 00-gnu-configure-asneeded ... | |
=> proj4-4.9.3_1: running pre-configure hook: 01-override-config ... | |
=> proj4-4.9.3_1: running pre-configure hook: 02-script-wrapper ... | |
=> proj4-4.9.3_1: running do_configure ... | |
checking for a BSD-compatible install... /builddir/.xbps-proj4/wrappers/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for style of include used by make... GNU | |
checking for x86_64-unknown-linux-gnu-gcc... cc | |
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 cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking whether cc understands -c and -o together... yes | |
checking dependency style of cc... gcc3 | |
checking C_WFLAGS for maximum warnings... -Wall -Wdeclaration-after-statement | |
checking for x86_64-unknown-linux-gnu-gcc... (cached) cc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether cc accepts -g... (cached) yes | |
checking for cc option to accept ISO C89... (cached) none needed | |
checking whether cc understands -c and -o together... (cached) yes | |
checking dependency style of cc... (cached) gcc3 | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... BSD nm | |
checking the maximum length of command line arguments... 1572864 | |
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 ld option to reload object files... -r | |
checking for x86_64-unknown-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-unknown-linux-gnu-dlltool... no | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for x86_64-unknown-linux-gnu-ar... ar | |
checking for archiver @FILE support... @ | |
checking for x86_64-unknown-linux-gnu-strip... strip | |
checking for x86_64-unknown-linux-gnu-ranlib... ranlib | |
checking command to parse nm output from cc object... ok | |
checking for sysroot... no | |
checking for a working dd... /usr/bin/dd | |
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 | |
checking for x86_64-unknown-linux-gnu-mt... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking how to run the C preprocessor... cpp | |
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 cc supports -fno-rtti -fno-exceptions... no | |
checking for cc option to produce PIC... -fPIC -DPIC | |
checking if cc PIC flag -fPIC -DPIC works... yes | |
checking if cc static flag -static works... yes | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (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 whether stripping libraries is possible... no | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for exp in -lm... yes | |
checking for ANSI C header files... (cached) yes | |
checking for localeconv... yes | |
checking jni.h usability... no | |
checking jni.h presence... no | |
checking for jni.h... no | |
checking whether to enable Java/JNI support... disabled | |
checking for mutexes... checking for pthread_create in -lpthread... yes | |
checking for pthread_mutexattr_settype in -lpthread... yes | |
checking whether PTHREAD_MUTEX_RECURSIVE is declared... yes | |
enabled, pthread | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating cmake/Makefile | |
config.status: creating src/Makefile | |
config.status: creating man/Makefile | |
config.status: creating man/man1/Makefile | |
config.status: creating man/man3/Makefile | |
config.status: creating nad/Makefile | |
config.status: creating jniwrap/Makefile | |
config.status: creating jniwrap/org/Makefile | |
config.status: creating jniwrap/org/proj4/Makefile | |
config.status: creating nad/install | |
config.status: creating proj.pc | |
config.status: creating src/proj_config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=> proj4-4.9.3_1: running pre-build hook: 02-script-wrapper ... | |
=> proj4-4.9.3_1: running do_build ... | |
Making all in src | |
make[1]: Entering directory '/builddir/proj-4.9.3/src' | |
make all-am | |
make[2]: Entering directory '/builddir/proj-4.9.3/src' | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aeqd.lo -MD -MP -MF .deps/PJ_aeqd.Tpo -c -o PJ_aeqd.lo PJ_aeqd.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aeqd.lo -MD -MP -MF .deps/PJ_aeqd.Tpo -c PJ_aeqd.c -fPIC -DPIC -o .libs/PJ_aeqd.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aeqd.lo -MD -MP -MF .deps/PJ_aeqd.Tpo -c PJ_aeqd.c -o PJ_aeqd.o >/dev/null 2>&1 | |
mv -f .deps/PJ_aeqd.Tpo .deps/PJ_aeqd.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gnom.lo -MD -MP -MF .deps/PJ_gnom.Tpo -c -o PJ_gnom.lo PJ_gnom.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gnom.lo -MD -MP -MF .deps/PJ_gnom.Tpo -c PJ_gnom.c -fPIC -DPIC -o .libs/PJ_gnom.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gnom.lo -MD -MP -MF .deps/PJ_gnom.Tpo -c PJ_gnom.c -o PJ_gnom.o >/dev/null 2>&1 | |
mv -f .deps/PJ_gnom.Tpo .deps/PJ_gnom.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_laea.lo -MD -MP -MF .deps/PJ_laea.Tpo -c -o PJ_laea.lo PJ_laea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_laea.lo -MD -MP -MF .deps/PJ_laea.Tpo -c PJ_laea.c -fPIC -DPIC -o .libs/PJ_laea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_laea.lo -MD -MP -MF .deps/PJ_laea.Tpo -c PJ_laea.c -o PJ_laea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_laea.Tpo .deps/PJ_laea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mod_ster.lo -MD -MP -MF .deps/PJ_mod_ster.Tpo -c -o PJ_mod_ster.lo PJ_mod_ster.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mod_ster.lo -MD -MP -MF .deps/PJ_mod_ster.Tpo -c PJ_mod_ster.c -fPIC -DPIC -o .libs/PJ_mod_ster.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mod_ster.lo -MD -MP -MF .deps/PJ_mod_ster.Tpo -c PJ_mod_ster.c -o PJ_mod_ster.o >/dev/null 2>&1 | |
mv -f .deps/PJ_mod_ster.Tpo .deps/PJ_mod_ster.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nsper.lo -MD -MP -MF .deps/PJ_nsper.Tpo -c -o PJ_nsper.lo PJ_nsper.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nsper.lo -MD -MP -MF .deps/PJ_nsper.Tpo -c PJ_nsper.c -fPIC -DPIC -o .libs/PJ_nsper.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nsper.lo -MD -MP -MF .deps/PJ_nsper.Tpo -c PJ_nsper.c -o PJ_nsper.o >/dev/null 2>&1 | |
mv -f .deps/PJ_nsper.Tpo .deps/PJ_nsper.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nzmg.lo -MD -MP -MF .deps/PJ_nzmg.Tpo -c -o PJ_nzmg.lo PJ_nzmg.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nzmg.lo -MD -MP -MF .deps/PJ_nzmg.Tpo -c PJ_nzmg.c -fPIC -DPIC -o .libs/PJ_nzmg.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nzmg.lo -MD -MP -MF .deps/PJ_nzmg.Tpo -c PJ_nzmg.c -o PJ_nzmg.o >/dev/null 2>&1 | |
mv -f .deps/PJ_nzmg.Tpo .deps/PJ_nzmg.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ortho.lo -MD -MP -MF .deps/PJ_ortho.Tpo -c -o PJ_ortho.lo PJ_ortho.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ortho.lo -MD -MP -MF .deps/PJ_ortho.Tpo -c PJ_ortho.c -fPIC -DPIC -o .libs/PJ_ortho.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ortho.lo -MD -MP -MF .deps/PJ_ortho.Tpo -c PJ_ortho.c -o PJ_ortho.o >/dev/null 2>&1 | |
mv -f .deps/PJ_ortho.Tpo .deps/PJ_ortho.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_stere.lo -MD -MP -MF .deps/PJ_stere.Tpo -c -o PJ_stere.lo PJ_stere.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_stere.lo -MD -MP -MF .deps/PJ_stere.Tpo -c PJ_stere.c -fPIC -DPIC -o .libs/PJ_stere.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_stere.lo -MD -MP -MF .deps/PJ_stere.Tpo -c PJ_stere.c -o PJ_stere.o >/dev/null 2>&1 | |
mv -f .deps/PJ_stere.Tpo .deps/PJ_stere.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sterea.lo -MD -MP -MF .deps/PJ_sterea.Tpo -c -o PJ_sterea.lo PJ_sterea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sterea.lo -MD -MP -MF .deps/PJ_sterea.Tpo -c PJ_sterea.c -fPIC -DPIC -o .libs/PJ_sterea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sterea.lo -MD -MP -MF .deps/PJ_sterea.Tpo -c PJ_sterea.c -o PJ_sterea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_sterea.Tpo .deps/PJ_sterea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aea.lo -MD -MP -MF .deps/PJ_aea.Tpo -c -o PJ_aea.lo PJ_aea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aea.lo -MD -MP -MF .deps/PJ_aea.Tpo -c PJ_aea.c -fPIC -DPIC -o .libs/PJ_aea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aea.lo -MD -MP -MF .deps/PJ_aea.Tpo -c PJ_aea.c -o PJ_aea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_aea.Tpo .deps/PJ_aea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bipc.lo -MD -MP -MF .deps/PJ_bipc.Tpo -c -o PJ_bipc.lo PJ_bipc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bipc.lo -MD -MP -MF .deps/PJ_bipc.Tpo -c PJ_bipc.c -fPIC -DPIC -o .libs/PJ_bipc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bipc.lo -MD -MP -MF .deps/PJ_bipc.Tpo -c PJ_bipc.c -o PJ_bipc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_bipc.Tpo .deps/PJ_bipc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bonne.lo -MD -MP -MF .deps/PJ_bonne.Tpo -c -o PJ_bonne.lo PJ_bonne.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bonne.lo -MD -MP -MF .deps/PJ_bonne.Tpo -c PJ_bonne.c -fPIC -DPIC -o .libs/PJ_bonne.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bonne.lo -MD -MP -MF .deps/PJ_bonne.Tpo -c PJ_bonne.c -o PJ_bonne.o >/dev/null 2>&1 | |
mv -f .deps/PJ_bonne.Tpo .deps/PJ_bonne.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqdc.lo -MD -MP -MF .deps/PJ_eqdc.Tpo -c -o PJ_eqdc.lo PJ_eqdc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqdc.lo -MD -MP -MF .deps/PJ_eqdc.Tpo -c PJ_eqdc.c -fPIC -DPIC -o .libs/PJ_eqdc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqdc.lo -MD -MP -MF .deps/PJ_eqdc.Tpo -c PJ_eqdc.c -o PJ_eqdc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eqdc.Tpo .deps/PJ_eqdc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_isea.lo -MD -MP -MF .deps/PJ_isea.Tpo -c -o PJ_isea.lo PJ_isea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_isea.lo -MD -MP -MF .deps/PJ_isea.Tpo -c PJ_isea.c -fPIC -DPIC -o .libs/PJ_isea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_isea.lo -MD -MP -MF .deps/PJ_isea.Tpo -c PJ_isea.c -o PJ_isea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_isea.Tpo .deps/PJ_isea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_imw_p.lo -MD -MP -MF .deps/PJ_imw_p.Tpo -c -o PJ_imw_p.lo PJ_imw_p.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_imw_p.lo -MD -MP -MF .deps/PJ_imw_p.Tpo -c PJ_imw_p.c -fPIC -DPIC -o .libs/PJ_imw_p.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_imw_p.lo -MD -MP -MF .deps/PJ_imw_p.Tpo -c PJ_imw_p.c -o PJ_imw_p.o >/dev/null 2>&1 | |
mv -f .deps/PJ_imw_p.Tpo .deps/PJ_imw_p.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_krovak.lo -MD -MP -MF .deps/PJ_krovak.Tpo -c -o PJ_krovak.lo PJ_krovak.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_krovak.lo -MD -MP -MF .deps/PJ_krovak.Tpo -c PJ_krovak.c -fPIC -DPIC -o .libs/PJ_krovak.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_krovak.lo -MD -MP -MF .deps/PJ_krovak.Tpo -c PJ_krovak.c -o PJ_krovak.o >/dev/null 2>&1 | |
mv -f .deps/PJ_krovak.Tpo .deps/PJ_krovak.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcc.lo -MD -MP -MF .deps/PJ_lcc.Tpo -c -o PJ_lcc.lo PJ_lcc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcc.lo -MD -MP -MF .deps/PJ_lcc.Tpo -c PJ_lcc.c -fPIC -DPIC -o .libs/PJ_lcc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcc.lo -MD -MP -MF .deps/PJ_lcc.Tpo -c PJ_lcc.c -o PJ_lcc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_lcc.Tpo .deps/PJ_lcc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_poly.lo -MD -MP -MF .deps/PJ_poly.Tpo -c -o PJ_poly.lo PJ_poly.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_poly.lo -MD -MP -MF .deps/PJ_poly.Tpo -c PJ_poly.c -fPIC -DPIC -o .libs/PJ_poly.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_poly.lo -MD -MP -MF .deps/PJ_poly.Tpo -c PJ_poly.c -o PJ_poly.o >/dev/null 2>&1 | |
mv -f .deps/PJ_poly.Tpo .deps/PJ_poly.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_rpoly.lo -MD -MP -MF .deps/PJ_rpoly.Tpo -c -o PJ_rpoly.lo PJ_rpoly.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_rpoly.lo -MD -MP -MF .deps/PJ_rpoly.Tpo -c PJ_rpoly.c -fPIC -DPIC -o .libs/PJ_rpoly.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_rpoly.lo -MD -MP -MF .deps/PJ_rpoly.Tpo -c PJ_rpoly.c -o PJ_rpoly.o >/dev/null 2>&1 | |
mv -f .deps/PJ_rpoly.Tpo .deps/PJ_rpoly.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sconics.lo -MD -MP -MF .deps/PJ_sconics.Tpo -c -o PJ_sconics.lo PJ_sconics.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sconics.lo -MD -MP -MF .deps/PJ_sconics.Tpo -c PJ_sconics.c -fPIC -DPIC -o .libs/PJ_sconics.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sconics.lo -MD -MP -MF .deps/PJ_sconics.Tpo -c PJ_sconics.c -o PJ_sconics.o >/dev/null 2>&1 | |
mv -f .deps/PJ_sconics.Tpo .deps/PJ_sconics.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_rouss.lo -MD -MP -MF .deps/proj_rouss.Tpo -c -o proj_rouss.lo proj_rouss.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_rouss.lo -MD -MP -MF .deps/proj_rouss.Tpo -c proj_rouss.c -fPIC -DPIC -o .libs/proj_rouss.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_rouss.lo -MD -MP -MF .deps/proj_rouss.Tpo -c proj_rouss.c -o proj_rouss.o >/dev/null 2>&1 | |
mv -f .deps/proj_rouss.Tpo .deps/proj_rouss.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cass.lo -MD -MP -MF .deps/PJ_cass.Tpo -c -o PJ_cass.lo PJ_cass.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cass.lo -MD -MP -MF .deps/PJ_cass.Tpo -c PJ_cass.c -fPIC -DPIC -o .libs/PJ_cass.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cass.lo -MD -MP -MF .deps/PJ_cass.Tpo -c PJ_cass.c -o PJ_cass.o >/dev/null 2>&1 | |
mv -f .deps/PJ_cass.Tpo .deps/PJ_cass.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cc.lo -MD -MP -MF .deps/PJ_cc.Tpo -c -o PJ_cc.lo PJ_cc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cc.lo -MD -MP -MF .deps/PJ_cc.Tpo -c PJ_cc.c -fPIC -DPIC -o .libs/PJ_cc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cc.lo -MD -MP -MF .deps/PJ_cc.Tpo -c PJ_cc.c -o PJ_cc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_cc.Tpo .deps/PJ_cc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cea.lo -MD -MP -MF .deps/PJ_cea.Tpo -c -o PJ_cea.lo PJ_cea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cea.lo -MD -MP -MF .deps/PJ_cea.Tpo -c PJ_cea.c -fPIC -DPIC -o .libs/PJ_cea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_cea.lo -MD -MP -MF .deps/PJ_cea.Tpo -c PJ_cea.c -o PJ_cea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_cea.Tpo .deps/PJ_cea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqc.lo -MD -MP -MF .deps/PJ_eqc.Tpo -c -o PJ_eqc.lo PJ_eqc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqc.lo -MD -MP -MF .deps/PJ_eqc.Tpo -c PJ_eqc.c -fPIC -DPIC -o .libs/PJ_eqc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eqc.lo -MD -MP -MF .deps/PJ_eqc.Tpo -c PJ_eqc.c -o PJ_eqc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eqc.Tpo .deps/PJ_eqc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gall.lo -MD -MP -MF .deps/PJ_gall.Tpo -c -o PJ_gall.lo PJ_gall.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gall.lo -MD -MP -MF .deps/PJ_gall.Tpo -c PJ_gall.c -fPIC -DPIC -o .libs/PJ_gall.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gall.lo -MD -MP -MF .deps/PJ_gall.Tpo -c PJ_gall.c -o PJ_gall.o >/dev/null 2>&1 | |
mv -f .deps/PJ_gall.Tpo .deps/PJ_gall.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_labrd.lo -MD -MP -MF .deps/PJ_labrd.Tpo -c -o PJ_labrd.lo PJ_labrd.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_labrd.lo -MD -MP -MF .deps/PJ_labrd.Tpo -c PJ_labrd.c -fPIC -DPIC -o .libs/PJ_labrd.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_labrd.lo -MD -MP -MF .deps/PJ_labrd.Tpo -c PJ_labrd.c -o PJ_labrd.o >/dev/null 2>&1 | |
mv -f .deps/PJ_labrd.Tpo .deps/PJ_labrd.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lsat.lo -MD -MP -MF .deps/PJ_lsat.Tpo -c -o PJ_lsat.lo PJ_lsat.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lsat.lo -MD -MP -MF .deps/PJ_lsat.Tpo -c PJ_lsat.c -fPIC -DPIC -o .libs/PJ_lsat.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lsat.lo -MD -MP -MF .deps/PJ_lsat.Tpo -c PJ_lsat.c -o PJ_lsat.o >/dev/null 2>&1 | |
mv -f .deps/PJ_lsat.Tpo .deps/PJ_lsat.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_misrsom.lo -MD -MP -MF .deps/PJ_misrsom.Tpo -c -o PJ_misrsom.lo PJ_misrsom.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_misrsom.lo -MD -MP -MF .deps/PJ_misrsom.Tpo -c PJ_misrsom.c -fPIC -DPIC -o .libs/PJ_misrsom.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_misrsom.lo -MD -MP -MF .deps/PJ_misrsom.Tpo -c PJ_misrsom.c -o PJ_misrsom.o >/dev/null 2>&1 | |
mv -f .deps/PJ_misrsom.Tpo .deps/PJ_misrsom.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_merc.lo -MD -MP -MF .deps/PJ_merc.Tpo -c -o PJ_merc.lo PJ_merc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_merc.lo -MD -MP -MF .deps/PJ_merc.Tpo -c PJ_merc.c -fPIC -DPIC -o .libs/PJ_merc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_merc.lo -MD -MP -MF .deps/PJ_merc.Tpo -c PJ_merc.c -o PJ_merc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_merc.Tpo .deps/PJ_merc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mill.lo -MD -MP -MF .deps/PJ_mill.Tpo -c -o PJ_mill.lo PJ_mill.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mill.lo -MD -MP -MF .deps/PJ_mill.Tpo -c PJ_mill.c -fPIC -DPIC -o .libs/PJ_mill.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mill.lo -MD -MP -MF .deps/PJ_mill.Tpo -c PJ_mill.c -o PJ_mill.o >/dev/null 2>&1 | |
mv -f .deps/PJ_mill.Tpo .deps/PJ_mill.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ocea.lo -MD -MP -MF .deps/PJ_ocea.Tpo -c -o PJ_ocea.lo PJ_ocea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ocea.lo -MD -MP -MF .deps/PJ_ocea.Tpo -c PJ_ocea.c -fPIC -DPIC -o .libs/PJ_ocea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ocea.lo -MD -MP -MF .deps/PJ_ocea.Tpo -c PJ_ocea.c -o PJ_ocea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_ocea.Tpo .deps/PJ_ocea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_omerc.lo -MD -MP -MF .deps/PJ_omerc.Tpo -c -o PJ_omerc.lo PJ_omerc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_omerc.lo -MD -MP -MF .deps/PJ_omerc.Tpo -c PJ_omerc.c -fPIC -DPIC -o .libs/PJ_omerc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_omerc.lo -MD -MP -MF .deps/PJ_omerc.Tpo -c PJ_omerc.c -o PJ_omerc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_omerc.Tpo .deps/PJ_omerc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_somerc.lo -MD -MP -MF .deps/PJ_somerc.Tpo -c -o PJ_somerc.lo PJ_somerc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_somerc.lo -MD -MP -MF .deps/PJ_somerc.Tpo -c PJ_somerc.c -fPIC -DPIC -o .libs/PJ_somerc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_somerc.lo -MD -MP -MF .deps/PJ_somerc.Tpo -c PJ_somerc.c -o PJ_somerc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_somerc.Tpo .deps/PJ_somerc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcc.lo -MD -MP -MF .deps/PJ_tcc.Tpo -c -o PJ_tcc.lo PJ_tcc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcc.lo -MD -MP -MF .deps/PJ_tcc.Tpo -c PJ_tcc.c -fPIC -DPIC -o .libs/PJ_tcc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcc.lo -MD -MP -MF .deps/PJ_tcc.Tpo -c PJ_tcc.c -o PJ_tcc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_tcc.Tpo .deps/PJ_tcc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcea.lo -MD -MP -MF .deps/PJ_tcea.Tpo -c -o PJ_tcea.lo PJ_tcea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcea.lo -MD -MP -MF .deps/PJ_tcea.Tpo -c PJ_tcea.c -fPIC -DPIC -o .libs/PJ_tcea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tcea.lo -MD -MP -MF .deps/PJ_tcea.Tpo -c PJ_tcea.c -o PJ_tcea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_tcea.Tpo .deps/PJ_tcea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_times.lo -MD -MP -MF .deps/PJ_times.Tpo -c -o PJ_times.lo PJ_times.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_times.lo -MD -MP -MF .deps/PJ_times.Tpo -c PJ_times.c -fPIC -DPIC -o .libs/PJ_times.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_times.lo -MD -MP -MF .deps/PJ_times.Tpo -c PJ_times.c -o PJ_times.o >/dev/null 2>&1 | |
mv -f .deps/PJ_times.Tpo .deps/PJ_times.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tmerc.lo -MD -MP -MF .deps/PJ_tmerc.Tpo -c -o PJ_tmerc.lo PJ_tmerc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tmerc.lo -MD -MP -MF .deps/PJ_tmerc.Tpo -c PJ_tmerc.c -fPIC -DPIC -o .libs/PJ_tmerc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tmerc.lo -MD -MP -MF .deps/PJ_tmerc.Tpo -c PJ_tmerc.c -o PJ_tmerc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_tmerc.Tpo .deps/PJ_tmerc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_airy.lo -MD -MP -MF .deps/PJ_airy.Tpo -c -o PJ_airy.lo PJ_airy.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_airy.lo -MD -MP -MF .deps/PJ_airy.Tpo -c PJ_airy.c -fPIC -DPIC -o .libs/PJ_airy.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_airy.lo -MD -MP -MF .deps/PJ_airy.Tpo -c PJ_airy.c -o PJ_airy.o >/dev/null 2>&1 | |
mv -f .deps/PJ_airy.Tpo .deps/PJ_airy.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aitoff.lo -MD -MP -MF .deps/PJ_aitoff.Tpo -c -o PJ_aitoff.lo PJ_aitoff.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aitoff.lo -MD -MP -MF .deps/PJ_aitoff.Tpo -c PJ_aitoff.c -fPIC -DPIC -o .libs/PJ_aitoff.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_aitoff.lo -MD -MP -MF .deps/PJ_aitoff.Tpo -c PJ_aitoff.c -o PJ_aitoff.o >/dev/null 2>&1 | |
mv -f .deps/PJ_aitoff.Tpo .deps/PJ_aitoff.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_august.lo -MD -MP -MF .deps/PJ_august.Tpo -c -o PJ_august.lo PJ_august.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_august.lo -MD -MP -MF .deps/PJ_august.Tpo -c PJ_august.c -fPIC -DPIC -o .libs/PJ_august.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_august.lo -MD -MP -MF .deps/PJ_august.Tpo -c PJ_august.c -o PJ_august.o >/dev/null 2>&1 | |
mv -f .deps/PJ_august.Tpo .deps/PJ_august.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bacon.lo -MD -MP -MF .deps/PJ_bacon.Tpo -c -o PJ_bacon.lo PJ_bacon.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bacon.lo -MD -MP -MF .deps/PJ_bacon.Tpo -c PJ_bacon.c -fPIC -DPIC -o .libs/PJ_bacon.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_bacon.lo -MD -MP -MF .deps/PJ_bacon.Tpo -c PJ_bacon.c -o PJ_bacon.o >/dev/null 2>&1 | |
mv -f .deps/PJ_bacon.Tpo .deps/PJ_bacon.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_chamb.lo -MD -MP -MF .deps/PJ_chamb.Tpo -c -o PJ_chamb.lo PJ_chamb.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_chamb.lo -MD -MP -MF .deps/PJ_chamb.Tpo -c PJ_chamb.c -fPIC -DPIC -o .libs/PJ_chamb.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_chamb.lo -MD -MP -MF .deps/PJ_chamb.Tpo -c PJ_chamb.c -o PJ_chamb.o >/dev/null 2>&1 | |
mv -f .deps/PJ_chamb.Tpo .deps/PJ_chamb.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hammer.lo -MD -MP -MF .deps/PJ_hammer.Tpo -c -o PJ_hammer.lo PJ_hammer.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hammer.lo -MD -MP -MF .deps/PJ_hammer.Tpo -c PJ_hammer.c -fPIC -DPIC -o .libs/PJ_hammer.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hammer.lo -MD -MP -MF .deps/PJ_hammer.Tpo -c PJ_hammer.c -o PJ_hammer.o >/dev/null 2>&1 | |
mv -f .deps/PJ_hammer.Tpo .deps/PJ_hammer.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lagrng.lo -MD -MP -MF .deps/PJ_lagrng.Tpo -c -o PJ_lagrng.lo PJ_lagrng.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lagrng.lo -MD -MP -MF .deps/PJ_lagrng.Tpo -c PJ_lagrng.c -fPIC -DPIC -o .libs/PJ_lagrng.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lagrng.lo -MD -MP -MF .deps/PJ_lagrng.Tpo -c PJ_lagrng.c -o PJ_lagrng.o >/dev/null 2>&1 | |
mv -f .deps/PJ_lagrng.Tpo .deps/PJ_lagrng.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_larr.lo -MD -MP -MF .deps/PJ_larr.Tpo -c -o PJ_larr.lo PJ_larr.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_larr.lo -MD -MP -MF .deps/PJ_larr.Tpo -c PJ_larr.c -fPIC -DPIC -o .libs/PJ_larr.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_larr.lo -MD -MP -MF .deps/PJ_larr.Tpo -c PJ_larr.c -o PJ_larr.o >/dev/null 2>&1 | |
mv -f .deps/PJ_larr.Tpo .deps/PJ_larr.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lask.lo -MD -MP -MF .deps/PJ_lask.Tpo -c -o PJ_lask.lo PJ_lask.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lask.lo -MD -MP -MF .deps/PJ_lask.Tpo -c PJ_lask.c -fPIC -DPIC -o .libs/PJ_lask.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lask.lo -MD -MP -MF .deps/PJ_lask.Tpo -c PJ_lask.c -o PJ_lask.o >/dev/null 2>&1 | |
mv -f .deps/PJ_lask.Tpo .deps/PJ_lask.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nocol.lo -MD -MP -MF .deps/PJ_nocol.Tpo -c -o PJ_nocol.lo PJ_nocol.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nocol.lo -MD -MP -MF .deps/PJ_nocol.Tpo -c PJ_nocol.c -fPIC -DPIC -o .libs/PJ_nocol.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nocol.lo -MD -MP -MF .deps/PJ_nocol.Tpo -c PJ_nocol.c -o PJ_nocol.o >/dev/null 2>&1 | |
mv -f .deps/PJ_nocol.Tpo .deps/PJ_nocol.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ob_tran.lo -MD -MP -MF .deps/PJ_ob_tran.Tpo -c -o PJ_ob_tran.lo PJ_ob_tran.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ob_tran.lo -MD -MP -MF .deps/PJ_ob_tran.Tpo -c PJ_ob_tran.c -fPIC -DPIC -o .libs/PJ_ob_tran.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_ob_tran.lo -MD -MP -MF .deps/PJ_ob_tran.Tpo -c PJ_ob_tran.c -o PJ_ob_tran.o >/dev/null 2>&1 | |
mv -f .deps/PJ_ob_tran.Tpo .deps/PJ_ob_tran.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_oea.lo -MD -MP -MF .deps/PJ_oea.Tpo -c -o PJ_oea.lo PJ_oea.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_oea.lo -MD -MP -MF .deps/PJ_oea.Tpo -c PJ_oea.c -fPIC -DPIC -o .libs/PJ_oea.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_oea.lo -MD -MP -MF .deps/PJ_oea.Tpo -c PJ_oea.c -o PJ_oea.o >/dev/null 2>&1 | |
mv -f .deps/PJ_oea.Tpo .deps/PJ_oea.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tpeqd.lo -MD -MP -MF .deps/PJ_tpeqd.Tpo -c -o PJ_tpeqd.lo PJ_tpeqd.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tpeqd.lo -MD -MP -MF .deps/PJ_tpeqd.Tpo -c PJ_tpeqd.c -fPIC -DPIC -o .libs/PJ_tpeqd.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_tpeqd.lo -MD -MP -MF .deps/PJ_tpeqd.Tpo -c PJ_tpeqd.c -o PJ_tpeqd.o >/dev/null 2>&1 | |
mv -f .deps/PJ_tpeqd.Tpo .deps/PJ_tpeqd.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg.lo -MD -MP -MF .deps/PJ_vandg.Tpo -c -o PJ_vandg.lo PJ_vandg.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg.lo -MD -MP -MF .deps/PJ_vandg.Tpo -c PJ_vandg.c -fPIC -DPIC -o .libs/PJ_vandg.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg.lo -MD -MP -MF .deps/PJ_vandg.Tpo -c PJ_vandg.c -o PJ_vandg.o >/dev/null 2>&1 | |
mv -f .deps/PJ_vandg.Tpo .deps/PJ_vandg.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg2.lo -MD -MP -MF .deps/PJ_vandg2.Tpo -c -o PJ_vandg2.lo PJ_vandg2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg2.lo -MD -MP -MF .deps/PJ_vandg2.Tpo -c PJ_vandg2.c -fPIC -DPIC -o .libs/PJ_vandg2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg2.lo -MD -MP -MF .deps/PJ_vandg2.Tpo -c PJ_vandg2.c -o PJ_vandg2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_vandg2.Tpo .deps/PJ_vandg2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg4.lo -MD -MP -MF .deps/PJ_vandg4.Tpo -c -o PJ_vandg4.lo PJ_vandg4.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg4.lo -MD -MP -MF .deps/PJ_vandg4.Tpo -c PJ_vandg4.c -fPIC -DPIC -o .libs/PJ_vandg4.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_vandg4.lo -MD -MP -MF .deps/PJ_vandg4.Tpo -c PJ_vandg4.c -o PJ_vandg4.o >/dev/null 2>&1 | |
mv -f .deps/PJ_vandg4.Tpo .deps/PJ_vandg4.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag7.lo -MD -MP -MF .deps/PJ_wag7.Tpo -c -o PJ_wag7.lo PJ_wag7.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag7.lo -MD -MP -MF .deps/PJ_wag7.Tpo -c PJ_wag7.c -fPIC -DPIC -o .libs/PJ_wag7.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag7.lo -MD -MP -MF .deps/PJ_wag7.Tpo -c PJ_wag7.c -o PJ_wag7.o >/dev/null 2>&1 | |
mv -f .deps/PJ_wag7.Tpo .deps/PJ_wag7.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcca.lo -MD -MP -MF .deps/PJ_lcca.Tpo -c -o PJ_lcca.lo PJ_lcca.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcca.lo -MD -MP -MF .deps/PJ_lcca.Tpo -c PJ_lcca.c -fPIC -DPIC -o .libs/PJ_lcca.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_lcca.lo -MD -MP -MF .deps/PJ_lcca.Tpo -c PJ_lcca.c -o PJ_lcca.o >/dev/null 2>&1 | |
mv -f .deps/PJ_lcca.Tpo .deps/PJ_lcca.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_geos.lo -MD -MP -MF .deps/PJ_geos.Tpo -c -o PJ_geos.lo PJ_geos.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_geos.lo -MD -MP -MF .deps/PJ_geos.Tpo -c PJ_geos.c -fPIC -DPIC -o .libs/PJ_geos.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_geos.lo -MD -MP -MF .deps/PJ_geos.Tpo -c PJ_geos.c -o PJ_geos.o >/dev/null 2>&1 | |
mv -f .deps/PJ_geos.Tpo .deps/PJ_geos.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_etmerc.lo -MD -MP -MF .deps/proj_etmerc.Tpo -c -o proj_etmerc.lo proj_etmerc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_etmerc.lo -MD -MP -MF .deps/proj_etmerc.Tpo -c proj_etmerc.c -fPIC -DPIC -o .libs/proj_etmerc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_etmerc.lo -MD -MP -MF .deps/proj_etmerc.Tpo -c proj_etmerc.c -o proj_etmerc.o >/dev/null 2>&1 | |
mv -f .deps/proj_etmerc.Tpo .deps/proj_etmerc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_boggs.lo -MD -MP -MF .deps/PJ_boggs.Tpo -c -o PJ_boggs.lo PJ_boggs.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_boggs.lo -MD -MP -MF .deps/PJ_boggs.Tpo -c PJ_boggs.c -fPIC -DPIC -o .libs/PJ_boggs.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_boggs.lo -MD -MP -MF .deps/PJ_boggs.Tpo -c PJ_boggs.c -o PJ_boggs.o >/dev/null 2>&1 | |
mv -f .deps/PJ_boggs.Tpo .deps/PJ_boggs.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_collg.lo -MD -MP -MF .deps/PJ_collg.Tpo -c -o PJ_collg.lo PJ_collg.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_collg.lo -MD -MP -MF .deps/PJ_collg.Tpo -c PJ_collg.c -fPIC -DPIC -o .libs/PJ_collg.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_collg.lo -MD -MP -MF .deps/PJ_collg.Tpo -c PJ_collg.c -o PJ_collg.o >/dev/null 2>&1 | |
mv -f .deps/PJ_collg.Tpo .deps/PJ_collg.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_comill.lo -MD -MP -MF .deps/PJ_comill.Tpo -c -o PJ_comill.lo PJ_comill.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_comill.lo -MD -MP -MF .deps/PJ_comill.Tpo -c PJ_comill.c -fPIC -DPIC -o .libs/PJ_comill.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_comill.lo -MD -MP -MF .deps/PJ_comill.Tpo -c PJ_comill.c -o PJ_comill.o >/dev/null 2>&1 | |
mv -f .deps/PJ_comill.Tpo .deps/PJ_comill.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_crast.lo -MD -MP -MF .deps/PJ_crast.Tpo -c -o PJ_crast.lo PJ_crast.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_crast.lo -MD -MP -MF .deps/PJ_crast.Tpo -c PJ_crast.c -fPIC -DPIC -o .libs/PJ_crast.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_crast.lo -MD -MP -MF .deps/PJ_crast.Tpo -c PJ_crast.c -o PJ_crast.o >/dev/null 2>&1 | |
mv -f .deps/PJ_crast.Tpo .deps/PJ_crast.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_denoy.lo -MD -MP -MF .deps/PJ_denoy.Tpo -c -o PJ_denoy.lo PJ_denoy.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_denoy.lo -MD -MP -MF .deps/PJ_denoy.Tpo -c PJ_denoy.c -fPIC -DPIC -o .libs/PJ_denoy.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_denoy.lo -MD -MP -MF .deps/PJ_denoy.Tpo -c PJ_denoy.c -o PJ_denoy.o >/dev/null 2>&1 | |
mv -f .deps/PJ_denoy.Tpo .deps/PJ_denoy.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck1.lo -MD -MP -MF .deps/PJ_eck1.Tpo -c -o PJ_eck1.lo PJ_eck1.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck1.lo -MD -MP -MF .deps/PJ_eck1.Tpo -c PJ_eck1.c -fPIC -DPIC -o .libs/PJ_eck1.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck1.lo -MD -MP -MF .deps/PJ_eck1.Tpo -c PJ_eck1.c -o PJ_eck1.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eck1.Tpo .deps/PJ_eck1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck2.lo -MD -MP -MF .deps/PJ_eck2.Tpo -c -o PJ_eck2.lo PJ_eck2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck2.lo -MD -MP -MF .deps/PJ_eck2.Tpo -c PJ_eck2.c -fPIC -DPIC -o .libs/PJ_eck2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck2.lo -MD -MP -MF .deps/PJ_eck2.Tpo -c PJ_eck2.c -o PJ_eck2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eck2.Tpo .deps/PJ_eck2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck3.lo -MD -MP -MF .deps/PJ_eck3.Tpo -c -o PJ_eck3.lo PJ_eck3.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck3.lo -MD -MP -MF .deps/PJ_eck3.Tpo -c PJ_eck3.c -fPIC -DPIC -o .libs/PJ_eck3.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck3.lo -MD -MP -MF .deps/PJ_eck3.Tpo -c PJ_eck3.c -o PJ_eck3.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eck3.Tpo .deps/PJ_eck3.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck4.lo -MD -MP -MF .deps/PJ_eck4.Tpo -c -o PJ_eck4.lo PJ_eck4.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck4.lo -MD -MP -MF .deps/PJ_eck4.Tpo -c PJ_eck4.c -fPIC -DPIC -o .libs/PJ_eck4.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck4.lo -MD -MP -MF .deps/PJ_eck4.Tpo -c PJ_eck4.c -o PJ_eck4.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eck4.Tpo .deps/PJ_eck4.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck5.lo -MD -MP -MF .deps/PJ_eck5.Tpo -c -o PJ_eck5.lo PJ_eck5.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck5.lo -MD -MP -MF .deps/PJ_eck5.Tpo -c PJ_eck5.c -fPIC -DPIC -o .libs/PJ_eck5.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_eck5.lo -MD -MP -MF .deps/PJ_eck5.Tpo -c PJ_eck5.c -o PJ_eck5.o >/dev/null 2>&1 | |
mv -f .deps/PJ_eck5.Tpo .deps/PJ_eck5.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fahey.lo -MD -MP -MF .deps/PJ_fahey.Tpo -c -o PJ_fahey.lo PJ_fahey.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fahey.lo -MD -MP -MF .deps/PJ_fahey.Tpo -c PJ_fahey.c -fPIC -DPIC -o .libs/PJ_fahey.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fahey.lo -MD -MP -MF .deps/PJ_fahey.Tpo -c PJ_fahey.c -o PJ_fahey.o >/dev/null 2>&1 | |
mv -f .deps/PJ_fahey.Tpo .deps/PJ_fahey.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fouc_s.lo -MD -MP -MF .deps/PJ_fouc_s.Tpo -c -o PJ_fouc_s.lo PJ_fouc_s.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fouc_s.lo -MD -MP -MF .deps/PJ_fouc_s.Tpo -c PJ_fouc_s.c -fPIC -DPIC -o .libs/PJ_fouc_s.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_fouc_s.lo -MD -MP -MF .deps/PJ_fouc_s.Tpo -c PJ_fouc_s.c -o PJ_fouc_s.o >/dev/null 2>&1 | |
mv -f .deps/PJ_fouc_s.Tpo .deps/PJ_fouc_s.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gins8.lo -MD -MP -MF .deps/PJ_gins8.Tpo -c -o PJ_gins8.lo PJ_gins8.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gins8.lo -MD -MP -MF .deps/PJ_gins8.Tpo -c PJ_gins8.c -fPIC -DPIC -o .libs/PJ_gins8.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gins8.lo -MD -MP -MF .deps/PJ_gins8.Tpo -c PJ_gins8.c -o PJ_gins8.o >/dev/null 2>&1 | |
mv -f .deps/PJ_gins8.Tpo .deps/PJ_gins8.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gstmerc.lo -MD -MP -MF .deps/PJ_gstmerc.Tpo -c -o PJ_gstmerc.lo PJ_gstmerc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gstmerc.lo -MD -MP -MF .deps/PJ_gstmerc.Tpo -c PJ_gstmerc.c -fPIC -DPIC -o .libs/PJ_gstmerc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gstmerc.lo -MD -MP -MF .deps/PJ_gstmerc.Tpo -c PJ_gstmerc.c -o PJ_gstmerc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_gstmerc.Tpo .deps/PJ_gstmerc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gn_sinu.lo -MD -MP -MF .deps/PJ_gn_sinu.Tpo -c -o PJ_gn_sinu.lo PJ_gn_sinu.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gn_sinu.lo -MD -MP -MF .deps/PJ_gn_sinu.Tpo -c PJ_gn_sinu.c -fPIC -DPIC -o .libs/PJ_gn_sinu.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_gn_sinu.lo -MD -MP -MF .deps/PJ_gn_sinu.Tpo -c PJ_gn_sinu.c -o PJ_gn_sinu.o >/dev/null 2>&1 | |
mv -f .deps/PJ_gn_sinu.Tpo .deps/PJ_gn_sinu.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_goode.lo -MD -MP -MF .deps/PJ_goode.Tpo -c -o PJ_goode.lo PJ_goode.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_goode.lo -MD -MP -MF .deps/PJ_goode.Tpo -c PJ_goode.c -fPIC -DPIC -o .libs/PJ_goode.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_goode.lo -MD -MP -MF .deps/PJ_goode.Tpo -c PJ_goode.c -o PJ_goode.o >/dev/null 2>&1 | |
mv -f .deps/PJ_goode.Tpo .deps/PJ_goode.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_igh.lo -MD -MP -MF .deps/PJ_igh.Tpo -c -o PJ_igh.lo PJ_igh.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_igh.lo -MD -MP -MF .deps/PJ_igh.Tpo -c PJ_igh.c -fPIC -DPIC -o .libs/PJ_igh.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_igh.lo -MD -MP -MF .deps/PJ_igh.Tpo -c PJ_igh.c -o PJ_igh.o >/dev/null 2>&1 | |
mv -f .deps/PJ_igh.Tpo .deps/PJ_igh.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hatano.lo -MD -MP -MF .deps/PJ_hatano.Tpo -c -o PJ_hatano.lo PJ_hatano.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hatano.lo -MD -MP -MF .deps/PJ_hatano.Tpo -c PJ_hatano.c -fPIC -DPIC -o .libs/PJ_hatano.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_hatano.lo -MD -MP -MF .deps/PJ_hatano.Tpo -c PJ_hatano.c -o PJ_hatano.o >/dev/null 2>&1 | |
mv -f .deps/PJ_hatano.Tpo .deps/PJ_hatano.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_loxim.lo -MD -MP -MF .deps/PJ_loxim.Tpo -c -o PJ_loxim.lo PJ_loxim.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_loxim.lo -MD -MP -MF .deps/PJ_loxim.Tpo -c PJ_loxim.c -fPIC -DPIC -o .libs/PJ_loxim.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_loxim.lo -MD -MP -MF .deps/PJ_loxim.Tpo -c PJ_loxim.c -o PJ_loxim.o >/dev/null 2>&1 | |
mv -f .deps/PJ_loxim.Tpo .deps/PJ_loxim.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbt_fps.lo -MD -MP -MF .deps/PJ_mbt_fps.Tpo -c -o PJ_mbt_fps.lo PJ_mbt_fps.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbt_fps.lo -MD -MP -MF .deps/PJ_mbt_fps.Tpo -c PJ_mbt_fps.c -fPIC -DPIC -o .libs/PJ_mbt_fps.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbt_fps.lo -MD -MP -MF .deps/PJ_mbt_fps.Tpo -c PJ_mbt_fps.c -o PJ_mbt_fps.o >/dev/null 2>&1 | |
mv -f .deps/PJ_mbt_fps.Tpo .deps/PJ_mbt_fps.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpp.lo -MD -MP -MF .deps/PJ_mbtfpp.Tpo -c -o PJ_mbtfpp.lo PJ_mbtfpp.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpp.lo -MD -MP -MF .deps/PJ_mbtfpp.Tpo -c PJ_mbtfpp.c -fPIC -DPIC -o .libs/PJ_mbtfpp.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpp.lo -MD -MP -MF .deps/PJ_mbtfpp.Tpo -c PJ_mbtfpp.c -o PJ_mbtfpp.o >/dev/null 2>&1 | |
mv -f .deps/PJ_mbtfpp.Tpo .deps/PJ_mbtfpp.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpq.lo -MD -MP -MF .deps/PJ_mbtfpq.Tpo -c -o PJ_mbtfpq.lo PJ_mbtfpq.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpq.lo -MD -MP -MF .deps/PJ_mbtfpq.Tpo -c PJ_mbtfpq.c -fPIC -DPIC -o .libs/PJ_mbtfpq.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_mbtfpq.lo -MD -MP -MF .deps/PJ_mbtfpq.Tpo -c PJ_mbtfpq.c -o PJ_mbtfpq.o >/dev/null 2>&1 | |
mv -f .deps/PJ_mbtfpq.Tpo .deps/PJ_mbtfpq.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_moll.lo -MD -MP -MF .deps/PJ_moll.Tpo -c -o PJ_moll.lo PJ_moll.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_moll.lo -MD -MP -MF .deps/PJ_moll.Tpo -c PJ_moll.c -fPIC -DPIC -o .libs/PJ_moll.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_moll.lo -MD -MP -MF .deps/PJ_moll.Tpo -c PJ_moll.c -o PJ_moll.o >/dev/null 2>&1 | |
mv -f .deps/PJ_moll.Tpo .deps/PJ_moll.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell.lo -MD -MP -MF .deps/PJ_nell.Tpo -c -o PJ_nell.lo PJ_nell.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell.lo -MD -MP -MF .deps/PJ_nell.Tpo -c PJ_nell.c -fPIC -DPIC -o .libs/PJ_nell.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell.lo -MD -MP -MF .deps/PJ_nell.Tpo -c PJ_nell.c -o PJ_nell.o >/dev/null 2>&1 | |
mv -f .deps/PJ_nell.Tpo .deps/PJ_nell.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell_h.lo -MD -MP -MF .deps/PJ_nell_h.Tpo -c -o PJ_nell_h.lo PJ_nell_h.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell_h.lo -MD -MP -MF .deps/PJ_nell_h.Tpo -c PJ_nell_h.c -fPIC -DPIC -o .libs/PJ_nell_h.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_nell_h.lo -MD -MP -MF .deps/PJ_nell_h.Tpo -c PJ_nell_h.c -o PJ_nell_h.o >/dev/null 2>&1 | |
mv -f .deps/PJ_nell_h.Tpo .deps/PJ_nell_h.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_patterson.lo -MD -MP -MF .deps/PJ_patterson.Tpo -c -o PJ_patterson.lo PJ_patterson.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_patterson.lo -MD -MP -MF .deps/PJ_patterson.Tpo -c PJ_patterson.c -fPIC -DPIC -o .libs/PJ_patterson.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_patterson.lo -MD -MP -MF .deps/PJ_patterson.Tpo -c PJ_patterson.c -o PJ_patterson.o >/dev/null 2>&1 | |
mv -f .deps/PJ_patterson.Tpo .deps/PJ_patterson.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp2.lo -MD -MP -MF .deps/PJ_putp2.Tpo -c -o PJ_putp2.lo PJ_putp2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp2.lo -MD -MP -MF .deps/PJ_putp2.Tpo -c PJ_putp2.c -fPIC -DPIC -o .libs/PJ_putp2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp2.lo -MD -MP -MF .deps/PJ_putp2.Tpo -c PJ_putp2.c -o PJ_putp2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_putp2.Tpo .deps/PJ_putp2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp3.lo -MD -MP -MF .deps/PJ_putp3.Tpo -c -o PJ_putp3.lo PJ_putp3.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp3.lo -MD -MP -MF .deps/PJ_putp3.Tpo -c PJ_putp3.c -fPIC -DPIC -o .libs/PJ_putp3.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp3.lo -MD -MP -MF .deps/PJ_putp3.Tpo -c PJ_putp3.c -o PJ_putp3.o >/dev/null 2>&1 | |
mv -f .deps/PJ_putp3.Tpo .deps/PJ_putp3.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp4p.lo -MD -MP -MF .deps/PJ_putp4p.Tpo -c -o PJ_putp4p.lo PJ_putp4p.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp4p.lo -MD -MP -MF .deps/PJ_putp4p.Tpo -c PJ_putp4p.c -fPIC -DPIC -o .libs/PJ_putp4p.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp4p.lo -MD -MP -MF .deps/PJ_putp4p.Tpo -c PJ_putp4p.c -o PJ_putp4p.o >/dev/null 2>&1 | |
mv -f .deps/PJ_putp4p.Tpo .deps/PJ_putp4p.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp5.lo -MD -MP -MF .deps/PJ_putp5.Tpo -c -o PJ_putp5.lo PJ_putp5.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp5.lo -MD -MP -MF .deps/PJ_putp5.Tpo -c PJ_putp5.c -fPIC -DPIC -o .libs/PJ_putp5.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp5.lo -MD -MP -MF .deps/PJ_putp5.Tpo -c PJ_putp5.c -o PJ_putp5.o >/dev/null 2>&1 | |
mv -f .deps/PJ_putp5.Tpo .deps/PJ_putp5.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp6.lo -MD -MP -MF .deps/PJ_putp6.Tpo -c -o PJ_putp6.lo PJ_putp6.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp6.lo -MD -MP -MF .deps/PJ_putp6.Tpo -c PJ_putp6.c -fPIC -DPIC -o .libs/PJ_putp6.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_putp6.lo -MD -MP -MF .deps/PJ_putp6.Tpo -c PJ_putp6.c -o PJ_putp6.o >/dev/null 2>&1 | |
mv -f .deps/PJ_putp6.Tpo .deps/PJ_putp6.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_qsc.lo -MD -MP -MF .deps/PJ_qsc.Tpo -c -o PJ_qsc.lo PJ_qsc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_qsc.lo -MD -MP -MF .deps/PJ_qsc.Tpo -c PJ_qsc.c -fPIC -DPIC -o .libs/PJ_qsc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_qsc.lo -MD -MP -MF .deps/PJ_qsc.Tpo -c PJ_qsc.c -o PJ_qsc.o >/dev/null 2>&1 | |
mv -f .deps/PJ_qsc.Tpo .deps/PJ_qsc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_robin.lo -MD -MP -MF .deps/PJ_robin.Tpo -c -o PJ_robin.lo PJ_robin.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_robin.lo -MD -MP -MF .deps/PJ_robin.Tpo -c PJ_robin.c -fPIC -DPIC -o .libs/PJ_robin.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_robin.lo -MD -MP -MF .deps/PJ_robin.Tpo -c PJ_robin.c -o PJ_robin.o >/dev/null 2>&1 | |
mv -f .deps/PJ_robin.Tpo .deps/PJ_robin.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sch.lo -MD -MP -MF .deps/PJ_sch.Tpo -c -o PJ_sch.lo PJ_sch.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sch.lo -MD -MP -MF .deps/PJ_sch.Tpo -c PJ_sch.c -fPIC -DPIC -o .libs/PJ_sch.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sch.lo -MD -MP -MF .deps/PJ_sch.Tpo -c PJ_sch.c -o PJ_sch.o >/dev/null 2>&1 | |
mv -f .deps/PJ_sch.Tpo .deps/PJ_sch.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sts.lo -MD -MP -MF .deps/PJ_sts.Tpo -c -o PJ_sts.lo PJ_sts.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sts.lo -MD -MP -MF .deps/PJ_sts.Tpo -c PJ_sts.c -fPIC -DPIC -o .libs/PJ_sts.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_sts.lo -MD -MP -MF .deps/PJ_sts.Tpo -c PJ_sts.c -o PJ_sts.o >/dev/null 2>&1 | |
mv -f .deps/PJ_sts.Tpo .deps/PJ_sts.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urm5.lo -MD -MP -MF .deps/PJ_urm5.Tpo -c -o PJ_urm5.lo PJ_urm5.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urm5.lo -MD -MP -MF .deps/PJ_urm5.Tpo -c PJ_urm5.c -fPIC -DPIC -o .libs/PJ_urm5.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urm5.lo -MD -MP -MF .deps/PJ_urm5.Tpo -c PJ_urm5.c -o PJ_urm5.o >/dev/null 2>&1 | |
mv -f .deps/PJ_urm5.Tpo .deps/PJ_urm5.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urmfps.lo -MD -MP -MF .deps/PJ_urmfps.Tpo -c -o PJ_urmfps.lo PJ_urmfps.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urmfps.lo -MD -MP -MF .deps/PJ_urmfps.Tpo -c PJ_urmfps.c -fPIC -DPIC -o .libs/PJ_urmfps.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_urmfps.lo -MD -MP -MF .deps/PJ_urmfps.Tpo -c PJ_urmfps.c -o PJ_urmfps.o >/dev/null 2>&1 | |
mv -f .deps/PJ_urmfps.Tpo .deps/PJ_urmfps.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag2.lo -MD -MP -MF .deps/PJ_wag2.Tpo -c -o PJ_wag2.lo PJ_wag2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag2.lo -MD -MP -MF .deps/PJ_wag2.Tpo -c PJ_wag2.c -fPIC -DPIC -o .libs/PJ_wag2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag2.lo -MD -MP -MF .deps/PJ_wag2.Tpo -c PJ_wag2.c -o PJ_wag2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_wag2.Tpo .deps/PJ_wag2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag3.lo -MD -MP -MF .deps/PJ_wag3.Tpo -c -o PJ_wag3.lo PJ_wag3.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag3.lo -MD -MP -MF .deps/PJ_wag3.Tpo -c PJ_wag3.c -fPIC -DPIC -o .libs/PJ_wag3.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wag3.lo -MD -MP -MF .deps/PJ_wag3.Tpo -c PJ_wag3.c -o PJ_wag3.o >/dev/null 2>&1 | |
mv -f .deps/PJ_wag3.Tpo .deps/PJ_wag3.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink1.lo -MD -MP -MF .deps/PJ_wink1.Tpo -c -o PJ_wink1.lo PJ_wink1.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink1.lo -MD -MP -MF .deps/PJ_wink1.Tpo -c PJ_wink1.c -fPIC -DPIC -o .libs/PJ_wink1.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink1.lo -MD -MP -MF .deps/PJ_wink1.Tpo -c PJ_wink1.c -o PJ_wink1.o >/dev/null 2>&1 | |
mv -f .deps/PJ_wink1.Tpo .deps/PJ_wink1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink2.lo -MD -MP -MF .deps/PJ_wink2.Tpo -c -o PJ_wink2.lo PJ_wink2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink2.lo -MD -MP -MF .deps/PJ_wink2.Tpo -c PJ_wink2.c -fPIC -DPIC -o .libs/PJ_wink2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_wink2.lo -MD -MP -MF .deps/PJ_wink2.Tpo -c PJ_wink2.c -o PJ_wink2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_wink2.Tpo .deps/PJ_wink2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_latlong.lo -MD -MP -MF .deps/pj_latlong.Tpo -c -o pj_latlong.lo pj_latlong.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_latlong.lo -MD -MP -MF .deps/pj_latlong.Tpo -c pj_latlong.c -fPIC -DPIC -o .libs/pj_latlong.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_latlong.lo -MD -MP -MF .deps/pj_latlong.Tpo -c pj_latlong.c -o pj_latlong.o >/dev/null 2>&1 | |
mv -f .deps/pj_latlong.Tpo .deps/pj_latlong.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_geocent.lo -MD -MP -MF .deps/pj_geocent.Tpo -c -o pj_geocent.lo pj_geocent.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_geocent.lo -MD -MP -MF .deps/pj_geocent.Tpo -c pj_geocent.c -fPIC -DPIC -o .libs/pj_geocent.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_geocent.lo -MD -MP -MF .deps/pj_geocent.Tpo -c pj_geocent.c -o pj_geocent.o >/dev/null 2>&1 | |
mv -f .deps/pj_geocent.Tpo .deps/pj_geocent.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT aasincos.lo -MD -MP -MF .deps/aasincos.Tpo -c -o aasincos.lo aasincos.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT aasincos.lo -MD -MP -MF .deps/aasincos.Tpo -c aasincos.c -fPIC -DPIC -o .libs/aasincos.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT aasincos.lo -MD -MP -MF .deps/aasincos.Tpo -c aasincos.c -o aasincos.o >/dev/null 2>&1 | |
mv -f .deps/aasincos.Tpo .deps/aasincos.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT adjlon.lo -MD -MP -MF .deps/adjlon.Tpo -c -o adjlon.lo adjlon.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT adjlon.lo -MD -MP -MF .deps/adjlon.Tpo -c adjlon.c -fPIC -DPIC -o .libs/adjlon.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT adjlon.lo -MD -MP -MF .deps/adjlon.Tpo -c adjlon.c -o adjlon.o >/dev/null 2>&1 | |
mv -f .deps/adjlon.Tpo .deps/adjlon.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bch2bps.lo -MD -MP -MF .deps/bch2bps.Tpo -c -o bch2bps.lo bch2bps.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bch2bps.lo -MD -MP -MF .deps/bch2bps.Tpo -c bch2bps.c -fPIC -DPIC -o .libs/bch2bps.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bch2bps.lo -MD -MP -MF .deps/bch2bps.Tpo -c bch2bps.c -o bch2bps.o >/dev/null 2>&1 | |
mv -f .deps/bch2bps.Tpo .deps/bch2bps.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bchgen.lo -MD -MP -MF .deps/bchgen.Tpo -c -o bchgen.lo bchgen.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bchgen.lo -MD -MP -MF .deps/bchgen.Tpo -c bchgen.c -fPIC -DPIC -o .libs/bchgen.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT bchgen.lo -MD -MP -MF .deps/bchgen.Tpo -c bchgen.c -o bchgen.o >/dev/null 2>&1 | |
mv -f .deps/bchgen.Tpo .deps/bchgen.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT biveval.lo -MD -MP -MF .deps/biveval.Tpo -c -o biveval.lo biveval.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT biveval.lo -MD -MP -MF .deps/biveval.Tpo -c biveval.c -fPIC -DPIC -o .libs/biveval.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT biveval.lo -MD -MP -MF .deps/biveval.Tpo -c biveval.c -o biveval.o >/dev/null 2>&1 | |
mv -f .deps/biveval.Tpo .deps/biveval.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT dmstor.lo -MD -MP -MF .deps/dmstor.Tpo -c -o dmstor.lo dmstor.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT dmstor.lo -MD -MP -MF .deps/dmstor.Tpo -c dmstor.c -fPIC -DPIC -o .libs/dmstor.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT dmstor.lo -MD -MP -MF .deps/dmstor.Tpo -c dmstor.c -o dmstor.o >/dev/null 2>&1 | |
mv -f .deps/dmstor.Tpo .deps/dmstor.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT mk_cheby.lo -MD -MP -MF .deps/mk_cheby.Tpo -c -o mk_cheby.lo mk_cheby.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT mk_cheby.lo -MD -MP -MF .deps/mk_cheby.Tpo -c mk_cheby.c -fPIC -DPIC -o .libs/mk_cheby.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT mk_cheby.lo -MD -MP -MF .deps/mk_cheby.Tpo -c mk_cheby.c -o mk_cheby.o >/dev/null 2>&1 | |
mv -f .deps/mk_cheby.Tpo .deps/mk_cheby.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_auth.lo -MD -MP -MF .deps/pj_auth.Tpo -c -o pj_auth.lo pj_auth.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_auth.lo -MD -MP -MF .deps/pj_auth.Tpo -c pj_auth.c -fPIC -DPIC -o .libs/pj_auth.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_auth.lo -MD -MP -MF .deps/pj_auth.Tpo -c pj_auth.c -o pj_auth.o >/dev/null 2>&1 | |
mv -f .deps/pj_auth.Tpo .deps/pj_auth.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_deriv.lo -MD -MP -MF .deps/pj_deriv.Tpo -c -o pj_deriv.lo pj_deriv.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_deriv.lo -MD -MP -MF .deps/pj_deriv.Tpo -c pj_deriv.c -fPIC -DPIC -o .libs/pj_deriv.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_deriv.lo -MD -MP -MF .deps/pj_deriv.Tpo -c pj_deriv.c -o pj_deriv.o >/dev/null 2>&1 | |
mv -f .deps/pj_deriv.Tpo .deps/pj_deriv.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ell_set.lo -MD -MP -MF .deps/pj_ell_set.Tpo -c -o pj_ell_set.lo pj_ell_set.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ell_set.lo -MD -MP -MF .deps/pj_ell_set.Tpo -c pj_ell_set.c -fPIC -DPIC -o .libs/pj_ell_set.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ell_set.lo -MD -MP -MF .deps/pj_ell_set.Tpo -c pj_ell_set.c -o pj_ell_set.o >/dev/null 2>&1 | |
mv -f .deps/pj_ell_set.Tpo .deps/pj_ell_set.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ellps.lo -MD -MP -MF .deps/pj_ellps.Tpo -c -o pj_ellps.lo pj_ellps.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ellps.lo -MD -MP -MF .deps/pj_ellps.Tpo -c pj_ellps.c -fPIC -DPIC -o .libs/pj_ellps.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ellps.lo -MD -MP -MF .deps/pj_ellps.Tpo -c pj_ellps.c -o pj_ellps.o >/dev/null 2>&1 | |
mv -f .deps/pj_ellps.Tpo .deps/pj_ellps.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_errno.lo -MD -MP -MF .deps/pj_errno.Tpo -c -o pj_errno.lo pj_errno.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_errno.lo -MD -MP -MF .deps/pj_errno.Tpo -c pj_errno.c -fPIC -DPIC -o .libs/pj_errno.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_errno.lo -MD -MP -MF .deps/pj_errno.Tpo -c pj_errno.c -o pj_errno.o >/dev/null 2>&1 | |
mv -f .deps/pj_errno.Tpo .deps/pj_errno.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_factors.lo -MD -MP -MF .deps/pj_factors.Tpo -c -o pj_factors.lo pj_factors.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_factors.lo -MD -MP -MF .deps/pj_factors.Tpo -c pj_factors.c -fPIC -DPIC -o .libs/pj_factors.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_factors.lo -MD -MP -MF .deps/pj_factors.Tpo -c pj_factors.c -o pj_factors.o >/dev/null 2>&1 | |
mv -f .deps/pj_factors.Tpo .deps/pj_factors.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd.lo -MD -MP -MF .deps/pj_fwd.Tpo -c -o pj_fwd.lo pj_fwd.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd.lo -MD -MP -MF .deps/pj_fwd.Tpo -c pj_fwd.c -fPIC -DPIC -o .libs/pj_fwd.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd.lo -MD -MP -MF .deps/pj_fwd.Tpo -c pj_fwd.c -o pj_fwd.o >/dev/null 2>&1 | |
mv -f .deps/pj_fwd.Tpo .deps/pj_fwd.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_init.lo -MD -MP -MF .deps/pj_init.Tpo -c -o pj_init.lo pj_init.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_init.lo -MD -MP -MF .deps/pj_init.Tpo -c pj_init.c -fPIC -DPIC -o .libs/pj_init.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_init.lo -MD -MP -MF .deps/pj_init.Tpo -c pj_init.c -o pj_init.o >/dev/null 2>&1 | |
mv -f .deps/pj_init.Tpo .deps/pj_init.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv.lo -MD -MP -MF .deps/pj_inv.Tpo -c -o pj_inv.lo pj_inv.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv.lo -MD -MP -MF .deps/pj_inv.Tpo -c pj_inv.c -fPIC -DPIC -o .libs/pj_inv.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv.lo -MD -MP -MF .deps/pj_inv.Tpo -c pj_inv.c -o pj_inv.o >/dev/null 2>&1 | |
mv -f .deps/pj_inv.Tpo .deps/pj_inv.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd3d.lo -MD -MP -MF .deps/pj_fwd3d.Tpo -c -o pj_fwd3d.lo pj_fwd3d.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd3d.lo -MD -MP -MF .deps/pj_fwd3d.Tpo -c pj_fwd3d.c -fPIC -DPIC -o .libs/pj_fwd3d.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fwd3d.lo -MD -MP -MF .deps/pj_fwd3d.Tpo -c pj_fwd3d.c -o pj_fwd3d.o >/dev/null 2>&1 | |
mv -f .deps/pj_fwd3d.Tpo .deps/pj_fwd3d.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv3d.lo -MD -MP -MF .deps/pj_inv3d.Tpo -c -o pj_inv3d.lo pj_inv3d.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv3d.lo -MD -MP -MF .deps/pj_inv3d.Tpo -c pj_inv3d.c -fPIC -DPIC -o .libs/pj_inv3d.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_inv3d.lo -MD -MP -MF .deps/pj_inv3d.Tpo -c pj_inv3d.c -o pj_inv3d.o >/dev/null 2>&1 | |
mv -f .deps/pj_inv3d.Tpo .deps/pj_inv3d.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_list.lo -MD -MP -MF .deps/pj_list.Tpo -c -o pj_list.lo pj_list.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_list.lo -MD -MP -MF .deps/pj_list.Tpo -c pj_list.c -fPIC -DPIC -o .libs/pj_list.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_list.lo -MD -MP -MF .deps/pj_list.Tpo -c pj_list.c -o pj_list.o >/dev/null 2>&1 | |
mv -f .deps/pj_list.Tpo .deps/pj_list.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_malloc.lo -MD -MP -MF .deps/pj_malloc.Tpo -c -o pj_malloc.lo pj_malloc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_malloc.lo -MD -MP -MF .deps/pj_malloc.Tpo -c pj_malloc.c -fPIC -DPIC -o .libs/pj_malloc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_malloc.lo -MD -MP -MF .deps/pj_malloc.Tpo -c pj_malloc.c -o pj_malloc.o >/dev/null 2>&1 | |
mv -f .deps/pj_malloc.Tpo .deps/pj_malloc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mlfn.lo -MD -MP -MF .deps/pj_mlfn.Tpo -c -o pj_mlfn.lo pj_mlfn.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mlfn.lo -MD -MP -MF .deps/pj_mlfn.Tpo -c pj_mlfn.c -fPIC -DPIC -o .libs/pj_mlfn.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mlfn.lo -MD -MP -MF .deps/pj_mlfn.Tpo -c pj_mlfn.c -o pj_mlfn.o >/dev/null 2>&1 | |
mv -f .deps/pj_mlfn.Tpo .deps/pj_mlfn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_msfn.lo -MD -MP -MF .deps/pj_msfn.Tpo -c -o pj_msfn.lo pj_msfn.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_msfn.lo -MD -MP -MF .deps/pj_msfn.Tpo -c pj_msfn.c -fPIC -DPIC -o .libs/pj_msfn.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_msfn.lo -MD -MP -MF .deps/pj_msfn.Tpo -c pj_msfn.c -o pj_msfn.o >/dev/null 2>&1 | |
mv -f .deps/pj_msfn.Tpo .deps/pj_msfn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_mdist.lo -MD -MP -MF .deps/proj_mdist.Tpo -c -o proj_mdist.lo proj_mdist.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_mdist.lo -MD -MP -MF .deps/proj_mdist.Tpo -c proj_mdist.c -fPIC -DPIC -o .libs/proj_mdist.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj_mdist.lo -MD -MP -MF .deps/proj_mdist.Tpo -c proj_mdist.c -o proj_mdist.o >/dev/null 2>&1 | |
mv -f .deps/proj_mdist.Tpo .deps/proj_mdist.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_open_lib.lo -MD -MP -MF .deps/pj_open_lib.Tpo -c -o pj_open_lib.lo pj_open_lib.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_open_lib.lo -MD -MP -MF .deps/pj_open_lib.Tpo -c pj_open_lib.c -fPIC -DPIC -o .libs/pj_open_lib.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_open_lib.lo -MD -MP -MF .deps/pj_open_lib.Tpo -c pj_open_lib.c -o pj_open_lib.o >/dev/null 2>&1 | |
mv -f .deps/pj_open_lib.Tpo .deps/pj_open_lib.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_param.lo -MD -MP -MF .deps/pj_param.Tpo -c -o pj_param.lo pj_param.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_param.lo -MD -MP -MF .deps/pj_param.Tpo -c pj_param.c -fPIC -DPIC -o .libs/pj_param.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_param.lo -MD -MP -MF .deps/pj_param.Tpo -c pj_param.c -o pj_param.o >/dev/null 2>&1 | |
mv -f .deps/pj_param.Tpo .deps/pj_param.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_phi2.lo -MD -MP -MF .deps/pj_phi2.Tpo -c -o pj_phi2.lo pj_phi2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_phi2.lo -MD -MP -MF .deps/pj_phi2.Tpo -c pj_phi2.c -fPIC -DPIC -o .libs/pj_phi2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_phi2.lo -MD -MP -MF .deps/pj_phi2.Tpo -c pj_phi2.c -o pj_phi2.o >/dev/null 2>&1 | |
mv -f .deps/pj_phi2.Tpo .deps/pj_phi2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_pr_list.lo -MD -MP -MF .deps/pj_pr_list.Tpo -c -o pj_pr_list.lo pj_pr_list.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_pr_list.lo -MD -MP -MF .deps/pj_pr_list.Tpo -c pj_pr_list.c -fPIC -DPIC -o .libs/pj_pr_list.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_pr_list.lo -MD -MP -MF .deps/pj_pr_list.Tpo -c pj_pr_list.c -o pj_pr_list.o >/dev/null 2>&1 | |
mv -f .deps/pj_pr_list.Tpo .deps/pj_pr_list.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_qsfn.lo -MD -MP -MF .deps/pj_qsfn.Tpo -c -o pj_qsfn.lo pj_qsfn.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_qsfn.lo -MD -MP -MF .deps/pj_qsfn.Tpo -c pj_qsfn.c -fPIC -DPIC -o .libs/pj_qsfn.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_qsfn.lo -MD -MP -MF .deps/pj_qsfn.Tpo -c pj_qsfn.c -o pj_qsfn.o >/dev/null 2>&1 | |
mv -f .deps/pj_qsfn.Tpo .deps/pj_qsfn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_generic_selftest.lo -MD -MP -MF .deps/pj_generic_selftest.Tpo -c -o pj_generic_selftest.lo pj_generic_selftest.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_generic_selftest.lo -MD -MP -MF .deps/pj_generic_selftest.Tpo -c pj_generic_selftest.c -fPIC -DPIC -o .libs/pj_generic_selftest.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_generic_selftest.lo -MD -MP -MF .deps/pj_generic_selftest.Tpo -c pj_generic_selftest.c -o pj_generic_selftest.o >/dev/null 2>&1 | |
mv -f .deps/pj_generic_selftest.Tpo .deps/pj_generic_selftest.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_run_selftests.lo -MD -MP -MF .deps/pj_run_selftests.Tpo -c -o pj_run_selftests.lo pj_run_selftests.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_run_selftests.lo -MD -MP -MF .deps/pj_run_selftests.Tpo -c pj_run_selftests.c -fPIC -DPIC -o .libs/pj_run_selftests.o | |
pj_run_selftests.c:33:13: warning: 'run_one_test' defined but not used [-Wunused-function] | |
33 | static void run_one_test (const char *mnemonic, int (testfunc)(void), int verbosity, int *n_ok, int *n_ko, int *n_stubs) { | |
| ^~~~~~~~~~~~ | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_run_selftests.lo -MD -MP -MF .deps/pj_run_selftests.Tpo -c pj_run_selftests.c -o pj_run_selftests.o >/dev/null 2>&1 | |
mv -f .deps/pj_run_selftests.Tpo .deps/pj_run_selftests.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strerrno.lo -MD -MP -MF .deps/pj_strerrno.Tpo -c -o pj_strerrno.lo pj_strerrno.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strerrno.lo -MD -MP -MF .deps/pj_strerrno.Tpo -c pj_strerrno.c -fPIC -DPIC -o .libs/pj_strerrno.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strerrno.lo -MD -MP -MF .deps/pj_strerrno.Tpo -c pj_strerrno.c -o pj_strerrno.o >/dev/null 2>&1 | |
mv -f .deps/pj_strerrno.Tpo .deps/pj_strerrno.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_tsfn.lo -MD -MP -MF .deps/pj_tsfn.Tpo -c -o pj_tsfn.lo pj_tsfn.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_tsfn.lo -MD -MP -MF .deps/pj_tsfn.Tpo -c pj_tsfn.c -fPIC -DPIC -o .libs/pj_tsfn.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_tsfn.lo -MD -MP -MF .deps/pj_tsfn.Tpo -c pj_tsfn.c -o pj_tsfn.o >/dev/null 2>&1 | |
mv -f .deps/pj_tsfn.Tpo .deps/pj_tsfn.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_units.lo -MD -MP -MF .deps/pj_units.Tpo -c -o pj_units.lo pj_units.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_units.lo -MD -MP -MF .deps/pj_units.Tpo -c pj_units.c -fPIC -DPIC -o .libs/pj_units.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_units.lo -MD -MP -MF .deps/pj_units.Tpo -c pj_units.c -o pj_units.o >/dev/null 2>&1 | |
mv -f .deps/pj_units.Tpo .deps/pj_units.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ctx.lo -MD -MP -MF .deps/pj_ctx.Tpo -c -o pj_ctx.lo pj_ctx.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ctx.lo -MD -MP -MF .deps/pj_ctx.Tpo -c pj_ctx.c -fPIC -DPIC -o .libs/pj_ctx.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_ctx.lo -MD -MP -MF .deps/pj_ctx.Tpo -c pj_ctx.c -o pj_ctx.o >/dev/null 2>&1 | |
mv -f .deps/pj_ctx.Tpo .deps/pj_ctx.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_log.lo -MD -MP -MF .deps/pj_log.Tpo -c -o pj_log.lo pj_log.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_log.lo -MD -MP -MF .deps/pj_log.Tpo -c pj_log.c -fPIC -DPIC -o .libs/pj_log.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_log.lo -MD -MP -MF .deps/pj_log.Tpo -c pj_log.c -o pj_log.o >/dev/null 2>&1 | |
mv -f .deps/pj_log.Tpo .deps/pj_log.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_zpoly1.lo -MD -MP -MF .deps/pj_zpoly1.Tpo -c -o pj_zpoly1.lo pj_zpoly1.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_zpoly1.lo -MD -MP -MF .deps/pj_zpoly1.Tpo -c pj_zpoly1.c -fPIC -DPIC -o .libs/pj_zpoly1.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_zpoly1.lo -MD -MP -MF .deps/pj_zpoly1.Tpo -c pj_zpoly1.c -o pj_zpoly1.o >/dev/null 2>&1 | |
mv -f .deps/pj_zpoly1.Tpo .deps/pj_zpoly1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT rtodms.lo -MD -MP -MF .deps/rtodms.Tpo -c -o rtodms.lo rtodms.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT rtodms.lo -MD -MP -MF .deps/rtodms.Tpo -c rtodms.c -fPIC -DPIC -o .libs/rtodms.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT rtodms.lo -MD -MP -MF .deps/rtodms.Tpo -c rtodms.c -o rtodms.o >/dev/null 2>&1 | |
mv -f .deps/rtodms.Tpo .deps/rtodms.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT vector1.lo -MD -MP -MF .deps/vector1.Tpo -c -o vector1.lo vector1.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT vector1.lo -MD -MP -MF .deps/vector1.Tpo -c vector1.c -fPIC -DPIC -o .libs/vector1.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT vector1.lo -MD -MP -MF .deps/vector1.Tpo -c vector1.c -o vector1.o >/dev/null 2>&1 | |
mv -f .deps/vector1.Tpo .deps/vector1.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_release.lo -MD -MP -MF .deps/pj_release.Tpo -c -o pj_release.lo pj_release.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_release.lo -MD -MP -MF .deps/pj_release.Tpo -c pj_release.c -fPIC -DPIC -o .libs/pj_release.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_release.lo -MD -MP -MF .deps/pj_release.Tpo -c pj_release.c -o pj_release.o >/dev/null 2>&1 | |
mv -f .deps/pj_release.Tpo .deps/pj_release.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gauss.lo -MD -MP -MF .deps/pj_gauss.Tpo -c -o pj_gauss.lo pj_gauss.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gauss.lo -MD -MP -MF .deps/pj_gauss.Tpo -c pj_gauss.c -fPIC -DPIC -o .libs/pj_gauss.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gauss.lo -MD -MP -MF .deps/pj_gauss.Tpo -c pj_gauss.c -o pj_gauss.o >/dev/null 2>&1 | |
mv -f .deps/pj_gauss.Tpo .deps/pj_gauss.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_healpix.lo -MD -MP -MF .deps/PJ_healpix.Tpo -c -o PJ_healpix.lo PJ_healpix.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_healpix.lo -MD -MP -MF .deps/PJ_healpix.Tpo -c PJ_healpix.c -fPIC -DPIC -o .libs/PJ_healpix.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_healpix.lo -MD -MP -MF .deps/PJ_healpix.Tpo -c PJ_healpix.c -o PJ_healpix.o >/dev/null 2>&1 | |
mv -f .deps/PJ_healpix.Tpo .deps/PJ_healpix.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth.lo -MD -MP -MF .deps/PJ_natearth.Tpo -c -o PJ_natearth.lo PJ_natearth.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth.lo -MD -MP -MF .deps/PJ_natearth.Tpo -c PJ_natearth.c -fPIC -DPIC -o .libs/PJ_natearth.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth.lo -MD -MP -MF .deps/PJ_natearth.Tpo -c PJ_natearth.c -o PJ_natearth.o >/dev/null 2>&1 | |
mv -f .deps/PJ_natearth.Tpo .deps/PJ_natearth.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth2.lo -MD -MP -MF .deps/PJ_natearth2.Tpo -c -o PJ_natearth2.lo PJ_natearth2.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth2.lo -MD -MP -MF .deps/PJ_natearth2.Tpo -c PJ_natearth2.c -fPIC -DPIC -o .libs/PJ_natearth2.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_natearth2.lo -MD -MP -MF .deps/PJ_natearth2.Tpo -c PJ_natearth2.c -o PJ_natearth2.o >/dev/null 2>&1 | |
mv -f .deps/PJ_natearth2.Tpo .deps/PJ_natearth2.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_calcofi.lo -MD -MP -MF .deps/PJ_calcofi.Tpo -c -o PJ_calcofi.lo PJ_calcofi.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_calcofi.lo -MD -MP -MF .deps/PJ_calcofi.Tpo -c PJ_calcofi.c -fPIC -DPIC -o .libs/PJ_calcofi.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT PJ_calcofi.lo -MD -MP -MF .deps/PJ_calcofi.Tpo -c PJ_calcofi.c -o PJ_calcofi.o >/dev/null 2>&1 | |
mv -f .deps/PJ_calcofi.Tpo .deps/PJ_calcofi.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fileapi.lo -MD -MP -MF .deps/pj_fileapi.Tpo -c -o pj_fileapi.lo pj_fileapi.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fileapi.lo -MD -MP -MF .deps/pj_fileapi.Tpo -c pj_fileapi.c -fPIC -DPIC -o .libs/pj_fileapi.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_fileapi.lo -MD -MP -MF .deps/pj_fileapi.Tpo -c pj_fileapi.c -o pj_fileapi.o >/dev/null 2>&1 | |
mv -f .deps/pj_fileapi.Tpo .deps/pj_fileapi.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gc_reader.lo -MD -MP -MF .deps/pj_gc_reader.Tpo -c -o pj_gc_reader.lo pj_gc_reader.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gc_reader.lo -MD -MP -MF .deps/pj_gc_reader.Tpo -c pj_gc_reader.c -fPIC -DPIC -o .libs/pj_gc_reader.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gc_reader.lo -MD -MP -MF .deps/pj_gc_reader.Tpo -c pj_gc_reader.c -o pj_gc_reader.o >/dev/null 2>&1 | |
mv -f .deps/pj_gc_reader.Tpo .deps/pj_gc_reader.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridcatalog.lo -MD -MP -MF .deps/pj_gridcatalog.Tpo -c -o pj_gridcatalog.lo pj_gridcatalog.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridcatalog.lo -MD -MP -MF .deps/pj_gridcatalog.Tpo -c pj_gridcatalog.c -fPIC -DPIC -o .libs/pj_gridcatalog.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridcatalog.lo -MD -MP -MF .deps/pj_gridcatalog.Tpo -c pj_gridcatalog.c -o pj_gridcatalog.o >/dev/null 2>&1 | |
mv -f .deps/pj_gridcatalog.Tpo .deps/pj_gridcatalog.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_cvt.lo -MD -MP -MF .deps/nad_cvt.Tpo -c -o nad_cvt.lo nad_cvt.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_cvt.lo -MD -MP -MF .deps/nad_cvt.Tpo -c nad_cvt.c -fPIC -DPIC -o .libs/nad_cvt.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_cvt.lo -MD -MP -MF .deps/nad_cvt.Tpo -c nad_cvt.c -o nad_cvt.o >/dev/null 2>&1 | |
mv -f .deps/nad_cvt.Tpo .deps/nad_cvt.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_init.lo -MD -MP -MF .deps/nad_init.Tpo -c -o nad_init.lo nad_init.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_init.lo -MD -MP -MF .deps/nad_init.Tpo -c nad_init.c -fPIC -DPIC -o .libs/nad_init.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_init.lo -MD -MP -MF .deps/nad_init.Tpo -c nad_init.c -o nad_init.o >/dev/null 2>&1 | |
mv -f .deps/nad_init.Tpo .deps/nad_init.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_intr.lo -MD -MP -MF .deps/nad_intr.Tpo -c -o nad_intr.lo nad_intr.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_intr.lo -MD -MP -MF .deps/nad_intr.Tpo -c nad_intr.c -fPIC -DPIC -o .libs/nad_intr.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad_intr.lo -MD -MP -MF .deps/nad_intr.Tpo -c nad_intr.c -o nad_intr.o >/dev/null 2>&1 | |
mv -f .deps/nad_intr.Tpo .deps/nad_intr.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT emess.lo -MD -MP -MF .deps/emess.Tpo -c -o emess.lo emess.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT emess.lo -MD -MP -MF .deps/emess.Tpo -c emess.c -fPIC -DPIC -o .libs/emess.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT emess.lo -MD -MP -MF .deps/emess.Tpo -c emess.c -o emess.o >/dev/null 2>&1 | |
mv -f .deps/emess.Tpo .deps/emess.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_gridshift.lo -MD -MP -MF .deps/pj_apply_gridshift.Tpo -c -o pj_apply_gridshift.lo pj_apply_gridshift.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_gridshift.lo -MD -MP -MF .deps/pj_apply_gridshift.Tpo -c pj_apply_gridshift.c -fPIC -DPIC -o .libs/pj_apply_gridshift.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_gridshift.lo -MD -MP -MF .deps/pj_apply_gridshift.Tpo -c pj_apply_gridshift.c -o pj_apply_gridshift.o >/dev/null 2>&1 | |
mv -f .deps/pj_apply_gridshift.Tpo .deps/pj_apply_gridshift.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datums.lo -MD -MP -MF .deps/pj_datums.Tpo -c -o pj_datums.lo pj_datums.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datums.lo -MD -MP -MF .deps/pj_datums.Tpo -c pj_datums.c -fPIC -DPIC -o .libs/pj_datums.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datums.lo -MD -MP -MF .deps/pj_datums.Tpo -c pj_datums.c -o pj_datums.o >/dev/null 2>&1 | |
mv -f .deps/pj_datums.Tpo .deps/pj_datums.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datum_set.lo -MD -MP -MF .deps/pj_datum_set.Tpo -c -o pj_datum_set.lo pj_datum_set.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datum_set.lo -MD -MP -MF .deps/pj_datum_set.Tpo -c pj_datum_set.c -fPIC -DPIC -o .libs/pj_datum_set.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_datum_set.lo -MD -MP -MF .deps/pj_datum_set.Tpo -c pj_datum_set.c -o pj_datum_set.o >/dev/null 2>&1 | |
mv -f .deps/pj_datum_set.Tpo .deps/pj_datum_set.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_transform.lo -MD -MP -MF .deps/pj_transform.Tpo -c -o pj_transform.lo pj_transform.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_transform.lo -MD -MP -MF .deps/pj_transform.Tpo -c pj_transform.c -fPIC -DPIC -o .libs/pj_transform.o | |
pj_transform.c: In function 'pj_adjust_axis': | |
pj_transform.c:857:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] | |
857 | if( z ) z[point_offset*i] = value; break; | |
| ^~ | |
pj_transform.c:857:56: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' | |
857 | if( z ) z[point_offset*i] = value; break; | |
| ^~~~~ | |
pj_transform.c:859:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] | |
859 | if( z ) z[point_offset*i] = -value; break; | |
| ^~ | |
pj_transform.c:859:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' | |
859 | if( z ) z[point_offset*i] = -value; break; | |
| ^~~~~ | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_transform.lo -MD -MP -MF .deps/pj_transform.Tpo -c pj_transform.c -o pj_transform.o >/dev/null 2>&1 | |
mv -f .deps/pj_transform.Tpo .deps/pj_transform.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geocent.lo -MD -MP -MF .deps/geocent.Tpo -c -o geocent.lo geocent.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geocent.lo -MD -MP -MF .deps/geocent.Tpo -c geocent.c -fPIC -DPIC -o .libs/geocent.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geocent.lo -MD -MP -MF .deps/geocent.Tpo -c geocent.c -o geocent.o >/dev/null 2>&1 | |
mv -f .deps/geocent.Tpo .deps/geocent.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_utils.lo -MD -MP -MF .deps/pj_utils.Tpo -c -o pj_utils.lo pj_utils.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_utils.lo -MD -MP -MF .deps/pj_utils.Tpo -c pj_utils.c -fPIC -DPIC -o .libs/pj_utils.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_utils.lo -MD -MP -MF .deps/pj_utils.Tpo -c pj_utils.c -o pj_utils.o >/dev/null 2>&1 | |
mv -f .deps/pj_utils.Tpo .deps/pj_utils.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridinfo.lo -MD -MP -MF .deps/pj_gridinfo.Tpo -c -o pj_gridinfo.lo pj_gridinfo.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridinfo.lo -MD -MP -MF .deps/pj_gridinfo.Tpo -c pj_gridinfo.c -fPIC -DPIC -o .libs/pj_gridinfo.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridinfo.lo -MD -MP -MF .deps/pj_gridinfo.Tpo -c pj_gridinfo.c -o pj_gridinfo.o >/dev/null 2>&1 | |
mv -f .deps/pj_gridinfo.Tpo .deps/pj_gridinfo.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridlist.lo -MD -MP -MF .deps/pj_gridlist.Tpo -c -o pj_gridlist.lo pj_gridlist.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridlist.lo -MD -MP -MF .deps/pj_gridlist.Tpo -c pj_gridlist.c -fPIC -DPIC -o .libs/pj_gridlist.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_gridlist.lo -MD -MP -MF .deps/pj_gridlist.Tpo -c pj_gridlist.c -o pj_gridlist.o >/dev/null 2>&1 | |
mv -f .deps/pj_gridlist.Tpo .deps/pj_gridlist.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT jniproj.lo -MD -MP -MF .deps/jniproj.Tpo -c -o jniproj.lo jniproj.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT jniproj.lo -MD -MP -MF .deps/jniproj.Tpo -c jniproj.c -fPIC -DPIC -o .libs/jniproj.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT jniproj.lo -MD -MP -MF .deps/jniproj.Tpo -c jniproj.c -o jniproj.o >/dev/null 2>&1 | |
mv -f .deps/jniproj.Tpo .deps/jniproj.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mutex.lo -MD -MP -MF .deps/pj_mutex.Tpo -c -o pj_mutex.lo pj_mutex.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mutex.lo -MD -MP -MF .deps/pj_mutex.Tpo -c pj_mutex.c -fPIC -DPIC -o .libs/pj_mutex.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_mutex.lo -MD -MP -MF .deps/pj_mutex.Tpo -c pj_mutex.c -o pj_mutex.o >/dev/null 2>&1 | |
mv -f .deps/pj_mutex.Tpo .deps/pj_mutex.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_initcache.lo -MD -MP -MF .deps/pj_initcache.Tpo -c -o pj_initcache.lo pj_initcache.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_initcache.lo -MD -MP -MF .deps/pj_initcache.Tpo -c pj_initcache.c -fPIC -DPIC -o .libs/pj_initcache.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_initcache.lo -MD -MP -MF .deps/pj_initcache.Tpo -c pj_initcache.c -o pj_initcache.o >/dev/null 2>&1 | |
mv -f .deps/pj_initcache.Tpo .deps/pj_initcache.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_vgridshift.lo -MD -MP -MF .deps/pj_apply_vgridshift.Tpo -c -o pj_apply_vgridshift.lo pj_apply_vgridshift.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_vgridshift.lo -MD -MP -MF .deps/pj_apply_vgridshift.Tpo -c pj_apply_vgridshift.c -fPIC -DPIC -o .libs/pj_apply_vgridshift.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_apply_vgridshift.lo -MD -MP -MF .deps/pj_apply_vgridshift.Tpo -c pj_apply_vgridshift.c -o pj_apply_vgridshift.o >/dev/null 2>&1 | |
mv -f .deps/pj_apply_vgridshift.Tpo .deps/pj_apply_vgridshift.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geodesic.lo -MD -MP -MF .deps/geodesic.Tpo -c -o geodesic.lo geodesic.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geodesic.lo -MD -MP -MF .deps/geodesic.Tpo -c geodesic.c -fPIC -DPIC -o .libs/geodesic.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geodesic.lo -MD -MP -MF .deps/geodesic.Tpo -c geodesic.c -o geodesic.o >/dev/null 2>&1 | |
mv -f .deps/geodesic.Tpo .deps/geodesic.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strtod.lo -MD -MP -MF .deps/pj_strtod.Tpo -c -o pj_strtod.lo pj_strtod.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strtod.lo -MD -MP -MF .deps/pj_strtod.Tpo -c pj_strtod.c -fPIC -DPIC -o .libs/pj_strtod.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT pj_strtod.lo -MD -MP -MF .deps/pj_strtod.Tpo -c pj_strtod.c -o pj_strtod.o >/dev/null 2>&1 | |
mv -f .deps/pj_strtod.Tpo .deps/pj_strtod.Plo | |
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -no-undefined -version-info 12:0:0 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o libproj.la -rpath /usr/lib PJ_aeqd.lo PJ_gnom.lo PJ_laea.lo PJ_mod_ster.lo PJ_nsper.lo PJ_nzmg.lo PJ_ortho.lo PJ_stere.lo PJ_sterea.lo PJ_aea.lo PJ_bipc.lo PJ_bonne.lo PJ_eqdc.lo PJ_isea.lo PJ_imw_p.lo PJ_krovak.lo PJ_lcc.lo PJ_poly.lo PJ_rpoly.lo PJ_sconics.lo proj_rouss.lo PJ_cass.lo PJ_cc.lo PJ_cea.lo PJ_eqc.lo PJ_gall.lo PJ_labrd.lo PJ_lsat.lo PJ_misrsom.lo PJ_merc.lo PJ_mill.lo PJ_ocea.lo PJ_omerc.lo PJ_somerc.lo PJ_tcc.lo PJ_tcea.lo PJ_times.lo PJ_tmerc.lo PJ_airy.lo PJ_aitoff.lo PJ_august.lo PJ_bacon.lo PJ_chamb.lo PJ_hammer.lo PJ_lagrng.lo PJ_larr.lo PJ_lask.lo PJ_nocol.lo PJ_ob_tran.lo PJ_oea.lo PJ_tpeqd.lo PJ_vandg.lo PJ_vandg2.lo PJ_vandg4.lo PJ_wag7.lo PJ_lcca.lo PJ_geos.lo proj_etmerc.lo PJ_boggs.lo PJ_collg.lo PJ_comill.lo PJ_crast.lo PJ_denoy.lo PJ_eck1.lo PJ_eck2.lo PJ_eck3.lo PJ_eck4.lo PJ_eck5.lo PJ_fahey.lo PJ_fouc_s.lo PJ_gins8.lo PJ_gstmerc.lo PJ_gn_sinu.lo PJ_goode.lo PJ_igh.lo PJ_hatano.lo PJ_loxim.lo PJ_mbt_fps.lo PJ_mbtfpp.lo PJ_mbtfpq.lo PJ_moll.lo PJ_nell.lo PJ_nell_h.lo PJ_patterson.lo PJ_putp2.lo PJ_putp3.lo PJ_putp4p.lo PJ_putp5.lo PJ_putp6.lo PJ_qsc.lo PJ_robin.lo PJ_sch.lo PJ_sts.lo PJ_urm5.lo PJ_urmfps.lo PJ_wag2.lo PJ_wag3.lo PJ_wink1.lo PJ_wink2.lo pj_latlong.lo pj_geocent.lo aasincos.lo adjlon.lo bch2bps.lo bchgen.lo biveval.lo dmstor.lo mk_cheby.lo pj_auth.lo pj_deriv.lo pj_ell_set.lo pj_ellps.lo pj_errno.lo pj_factors.lo pj_fwd.lo pj_init.lo pj_inv.lo pj_fwd3d.lo pj_inv3d.lo pj_list.lo pj_malloc.lo pj_mlfn.lo pj_msfn.lo proj_mdist.lo pj_open_lib.lo pj_param.lo pj_phi2.lo pj_pr_list.lo pj_qsfn.lo pj_generic_selftest.lo pj_run_selftests.lo pj_strerrno.lo pj_tsfn.lo pj_units.lo pj_ctx.lo pj_log.lo pj_zpoly1.lo rtodms.lo vector1.lo pj_release.lo pj_gauss.lo PJ_healpix.lo PJ_natearth.lo PJ_natearth2.lo PJ_calcofi.lo pj_fileapi.lo pj_gc_reader.lo pj_gridcatalog.lo nad_cvt.lo nad_init.lo nad_intr.lo emess.lo pj_apply_gridshift.lo pj_datums.lo pj_datum_set.lo pj_transform.lo geocent.lo pj_utils.lo pj_gridinfo.lo pj_gridlist.lo jniproj.lo pj_mutex.lo pj_initcache.lo pj_apply_vgridshift.lo geodesic.lo pj_strtod.lo -lpthread -lm | |
libtool: link: cc -shared -Wl,--as-needed -fPIC -DPIC .libs/PJ_aeqd.o .libs/PJ_gnom.o .libs/PJ_laea.o .libs/PJ_mod_ster.o .libs/PJ_nsper.o .libs/PJ_nzmg.o .libs/PJ_ortho.o .libs/PJ_stere.o .libs/PJ_sterea.o .libs/PJ_aea.o .libs/PJ_bipc.o .libs/PJ_bonne.o .libs/PJ_eqdc.o .libs/PJ_isea.o .libs/PJ_imw_p.o .libs/PJ_krovak.o .libs/PJ_lcc.o .libs/PJ_poly.o .libs/PJ_rpoly.o .libs/PJ_sconics.o .libs/proj_rouss.o .libs/PJ_cass.o .libs/PJ_cc.o .libs/PJ_cea.o .libs/PJ_eqc.o .libs/PJ_gall.o .libs/PJ_labrd.o .libs/PJ_lsat.o .libs/PJ_misrsom.o .libs/PJ_merc.o .libs/PJ_mill.o .libs/PJ_ocea.o .libs/PJ_omerc.o .libs/PJ_somerc.o .libs/PJ_tcc.o .libs/PJ_tcea.o .libs/PJ_times.o .libs/PJ_tmerc.o .libs/PJ_airy.o .libs/PJ_aitoff.o .libs/PJ_august.o .libs/PJ_bacon.o .libs/PJ_chamb.o .libs/PJ_hammer.o .libs/PJ_lagrng.o .libs/PJ_larr.o .libs/PJ_lask.o .libs/PJ_nocol.o .libs/PJ_ob_tran.o .libs/PJ_oea.o .libs/PJ_tpeqd.o .libs/PJ_vandg.o .libs/PJ_vandg2.o .libs/PJ_vandg4.o .libs/PJ_wag7.o .libs/PJ_lcca.o .libs/PJ_geos.o .libs/proj_etmerc.o .libs/PJ_boggs.o .libs/PJ_collg.o .libs/PJ_comill.o .libs/PJ_crast.o .libs/PJ_denoy.o .libs/PJ_eck1.o .libs/PJ_eck2.o .libs/PJ_eck3.o .libs/PJ_eck4.o .libs/PJ_eck5.o .libs/PJ_fahey.o .libs/PJ_fouc_s.o .libs/PJ_gins8.o .libs/PJ_gstmerc.o .libs/PJ_gn_sinu.o .libs/PJ_goode.o .libs/PJ_igh.o .libs/PJ_hatano.o .libs/PJ_loxim.o .libs/PJ_mbt_fps.o .libs/PJ_mbtfpp.o .libs/PJ_mbtfpq.o .libs/PJ_moll.o .libs/PJ_nell.o .libs/PJ_nell_h.o .libs/PJ_patterson.o .libs/PJ_putp2.o .libs/PJ_putp3.o .libs/PJ_putp4p.o .libs/PJ_putp5.o .libs/PJ_putp6.o .libs/PJ_qsc.o .libs/PJ_robin.o .libs/PJ_sch.o .libs/PJ_sts.o .libs/PJ_urm5.o .libs/PJ_urmfps.o .libs/PJ_wag2.o .libs/PJ_wag3.o .libs/PJ_wink1.o .libs/PJ_wink2.o .libs/pj_latlong.o .libs/pj_geocent.o .libs/aasincos.o .libs/adjlon.o .libs/bch2bps.o .libs/bchgen.o .libs/biveval.o .libs/dmstor.o .libs/mk_cheby.o .libs/pj_auth.o .libs/pj_deriv.o .libs/pj_ell_set.o .libs/pj_ellps.o .libs/pj_errno.o .libs/pj_factors.o .libs/pj_fwd.o .libs/pj_init.o .libs/pj_inv.o .libs/pj_fwd3d.o .libs/pj_inv3d.o .libs/pj_list.o .libs/pj_malloc.o .libs/pj_mlfn.o .libs/pj_msfn.o .libs/proj_mdist.o .libs/pj_open_lib.o .libs/pj_param.o .libs/pj_phi2.o .libs/pj_pr_list.o .libs/pj_qsfn.o .libs/pj_generic_selftest.o .libs/pj_run_selftests.o .libs/pj_strerrno.o .libs/pj_tsfn.o .libs/pj_units.o .libs/pj_ctx.o .libs/pj_log.o .libs/pj_zpoly1.o .libs/rtodms.o .libs/vector1.o .libs/pj_release.o .libs/pj_gauss.o .libs/PJ_healpix.o .libs/PJ_natearth.o .libs/PJ_natearth2.o .libs/PJ_calcofi.o .libs/pj_fileapi.o .libs/pj_gc_reader.o .libs/pj_gridcatalog.o .libs/nad_cvt.o .libs/nad_init.o .libs/nad_intr.o .libs/emess.o .libs/pj_apply_gridshift.o .libs/pj_datums.o .libs/pj_datum_set.o .libs/pj_transform.o .libs/geocent.o .libs/pj_utils.o .libs/pj_gridinfo.o .libs/pj_gridlist.o .libs/jniproj.o .libs/pj_mutex.o .libs/pj_initcache.o .libs/pj_apply_vgridshift.o .libs/geodesic.o .libs/pj_strtod.o -lpthread -lm -mtune=generic -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -Wl,-soname -Wl,libproj.so.12 -o .libs/libproj.so.12.0.0 | |
libtool: link: (cd ".libs" && rm -f "libproj.so.12" && ln -s "libproj.so.12.0.0" "libproj.so.12") | |
libtool: link: (cd ".libs" && rm -f "libproj.so" && ln -s "libproj.so.12.0.0" "libproj.so") | |
libtool: link: ar cru .libs/libproj.a PJ_aeqd.o PJ_gnom.o PJ_laea.o PJ_mod_ster.o PJ_nsper.o PJ_nzmg.o PJ_ortho.o PJ_stere.o PJ_sterea.o PJ_aea.o PJ_bipc.o PJ_bonne.o PJ_eqdc.o PJ_isea.o PJ_imw_p.o PJ_krovak.o PJ_lcc.o PJ_poly.o PJ_rpoly.o PJ_sconics.o proj_rouss.o PJ_cass.o PJ_cc.o PJ_cea.o PJ_eqc.o PJ_gall.o PJ_labrd.o PJ_lsat.o PJ_misrsom.o PJ_merc.o PJ_mill.o PJ_ocea.o PJ_omerc.o PJ_somerc.o PJ_tcc.o PJ_tcea.o PJ_times.o PJ_tmerc.o PJ_airy.o PJ_aitoff.o PJ_august.o PJ_bacon.o PJ_chamb.o PJ_hammer.o PJ_lagrng.o PJ_larr.o PJ_lask.o PJ_nocol.o PJ_ob_tran.o PJ_oea.o PJ_tpeqd.o PJ_vandg.o PJ_vandg2.o PJ_vandg4.o PJ_wag7.o PJ_lcca.o PJ_geos.o proj_etmerc.o PJ_boggs.o PJ_collg.o PJ_comill.o PJ_crast.o PJ_denoy.o PJ_eck1.o PJ_eck2.o PJ_eck3.o PJ_eck4.o PJ_eck5.o PJ_fahey.o PJ_fouc_s.o PJ_gins8.o PJ_gstmerc.o PJ_gn_sinu.o PJ_goode.o PJ_igh.o PJ_hatano.o PJ_loxim.o PJ_mbt_fps.o PJ_mbtfpp.o PJ_mbtfpq.o PJ_moll.o PJ_nell.o PJ_nell_h.o PJ_patterson.o PJ_putp2.o PJ_putp3.o PJ_putp4p.o PJ_putp5.o PJ_putp6.o PJ_qsc.o PJ_robin.o PJ_sch.o PJ_sts.o PJ_urm5.o PJ_urmfps.o PJ_wag2.o PJ_wag3.o PJ_wink1.o PJ_wink2.o pj_latlong.o pj_geocent.o aasincos.o adjlon.o bch2bps.o bchgen.o biveval.o dmstor.o mk_cheby.o pj_auth.o pj_deriv.o pj_ell_set.o pj_ellps.o pj_errno.o pj_factors.o pj_fwd.o pj_init.o pj_inv.o pj_fwd3d.o pj_inv3d.o pj_list.o pj_malloc.o pj_mlfn.o pj_msfn.o proj_mdist.o pj_open_lib.o pj_param.o pj_phi2.o pj_pr_list.o pj_qsfn.o pj_generic_selftest.o pj_run_selftests.o pj_strerrno.o pj_tsfn.o pj_units.o pj_ctx.o pj_log.o pj_zpoly1.o rtodms.o vector1.o pj_release.o pj_gauss.o PJ_healpix.o PJ_natearth.o PJ_natearth2.o PJ_calcofi.o pj_fileapi.o pj_gc_reader.o pj_gridcatalog.o nad_cvt.o nad_init.o nad_intr.o emess.o pj_apply_gridshift.o pj_datums.o pj_datum_set.o pj_transform.o geocent.o pj_utils.o pj_gridinfo.o pj_gridlist.o jniproj.o pj_mutex.o pj_initcache.o pj_apply_vgridshift.o geodesic.o pj_strtod.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libproj.a | |
libtool: link: ( cd ".libs" && rm -f "libproj.la" && ln -s "../libproj.la" "libproj.la" ) | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT proj.o -MD -MP -MF .deps/proj.Tpo -c -o proj.o proj.c | |
mv -f .deps/proj.Tpo .deps/proj.Po | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT gen_cheb.o -MD -MP -MF .deps/gen_cheb.Tpo -c -o gen_cheb.o gen_cheb.c | |
mv -f .deps/gen_cheb.Tpo .deps/gen_cheb.Po | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT p_series.o -MD -MP -MF .deps/p_series.Tpo -c -o p_series.o p_series.c | |
mv -f .deps/p_series.Tpo .deps/p_series.Po | |
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o proj proj.o gen_cheb.o p_series.o libproj.la -lpthread -lm | |
libtool: link: cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/proj proj.o gen_cheb.o p_series.o ./.libs/libproj.so -lpthread -lm | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT nad2bin.o -MD -MP -MF .deps/nad2bin.Tpo -c -o nad2bin.o nad2bin.c | |
mv -f .deps/nad2bin.Tpo .deps/nad2bin.Po | |
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o nad2bin nad2bin.o libproj.la -lpthread -lm | |
libtool: link: cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/nad2bin nad2bin.o ./.libs/libproj.so -lpthread -lm | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geod.o -MD -MP -MF .deps/geod.Tpo -c -o geod.o geod.c | |
mv -f .deps/geod.Tpo .deps/geod.Po | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geod_set.o -MD -MP -MF .deps/geod_set.Tpo -c -o geod_set.o geod_set.c | |
mv -f .deps/geod_set.Tpo .deps/geod_set.Po | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT geod_interface.o -MD -MP -MF .deps/geod_interface.Tpo -c -o geod_interface.o geod_interface.c | |
mv -f .deps/geod_interface.Tpo .deps/geod_interface.Po | |
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o geod geod.o geod_set.o geod_interface.o libproj.la -lpthread -lm | |
libtool: link: cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/geod geod.o geod_set.o geod_interface.o ./.libs/libproj.so -lpthread -lm | |
cc -DHAVE_CONFIG_H -I. -DPROJ_LIB=\"/usr/share/proj\" -DMUTEX_pthread -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -MT cs2cs.o -MD -MP -MF .deps/cs2cs.Tpo -c -o cs2cs.o cs2cs.c | |
mv -f .deps/cs2cs.Tpo .deps/cs2cs.Po | |
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o cs2cs cs2cs.o gen_cheb.o p_series.o libproj.la -lpthread -lm | |
libtool: link: cc -Wall -Wdeclaration-after-statement -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/cs2cs cs2cs.o gen_cheb.o p_series.o ./.libs/libproj.so -lpthread -lm | |
make[2]: Leaving directory '/builddir/proj-4.9.3/src' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/src' | |
Making all in man | |
make[1]: Entering directory '/builddir/proj-4.9.3/man' | |
Making all in man1 | |
make[2]: Entering directory '/builddir/proj-4.9.3/man/man1' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man/man1' | |
Making all in man3 | |
make[2]: Entering directory '/builddir/proj-4.9.3/man/man3' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man/man3' | |
make[2]: Entering directory '/builddir/proj-4.9.3/man' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/man' | |
Making all in nad | |
make[1]: Entering directory '/builddir/proj-4.9.3/nad' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/builddir/proj-4.9.3/nad' | |
Making all in jniwrap | |
make[1]: Entering directory '/builddir/proj-4.9.3/jniwrap' | |
Making all in org | |
make[2]: Entering directory '/builddir/proj-4.9.3/jniwrap/org' | |
Making all in proj4 | |
make[3]: Entering directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[3]: Entering directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[2]: Entering directory '/builddir/proj-4.9.3/jniwrap' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/builddir/proj-4.9.3/jniwrap' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/jniwrap' | |
Making all in cmake | |
make[1]: Entering directory '/builddir/proj-4.9.3/cmake' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/builddir/proj-4.9.3/cmake' | |
make[1]: Entering directory '/builddir/proj-4.9.3' | |
make[1]: Nothing to be done for 'all-am'. | |
make[1]: Leaving directory '/builddir/proj-4.9.3' | |
=> proj4-4.9.3_1: skipping check (XBPS_CHECK_PKGS is disabled) ... | |
=> proj4-4.9.3_1: running pre-install hook: 00-lib32 ... | |
=> proj4-4.9.3_1: running pre-install hook: 02-script-wrapper ... | |
=> proj4-4.9.3_1: running pre-install hook: 98-fixup-gir-path ... | |
=> proj4-4.9.3_1: running do_install ... | |
Making install in src | |
make[1]: Entering directory '/builddir/proj-4.9.3/src' | |
make[2]: Entering directory '/builddir/proj-4.9.3/src' | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/lib' | |
/bin/sh ../libtool --mode=install /builddir/.xbps-proj4/wrappers/install -c libproj.la '/destdir//proj4-4.9.3/usr/lib' | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/libproj.so.12.0.0 /destdir//proj4-4.9.3/usr/lib/libproj.so.12.0.0 | |
libtool: install: (cd /destdir//proj4-4.9.3/usr/lib && { ln -s -f libproj.so.12.0.0 libproj.so.12 || { rm -f libproj.so.12 && ln -s libproj.so.12.0.0 libproj.so.12; }; }) | |
libtool: install: (cd /destdir//proj4-4.9.3/usr/lib && { ln -s -f libproj.so.12.0.0 libproj.so || { rm -f libproj.so && ln -s libproj.so.12.0.0 libproj.so; }; }) | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/libproj.lai /destdir//proj4-4.9.3/usr/lib/libproj.la | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/libproj.a /destdir//proj4-4.9.3/usr/lib/libproj.a | |
libtool: install: chmod 644 /destdir//proj4-4.9.3/usr/lib/libproj.a | |
libtool: install: ranlib /destdir//proj4-4.9.3/usr/lib/libproj.a | |
libtool: warning: remember to run 'libtool --finish /usr/lib' | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/bin' | |
/bin/sh ../libtool --mode=install /builddir/.xbps-proj4/wrappers/install -c proj nad2bin geod cs2cs '/destdir//proj4-4.9.3/usr/bin' | |
libtool: warning: 'libproj.la' has not been installed in '/usr/lib' | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/proj /destdir//proj4-4.9.3/usr/bin/proj | |
libtool: warning: 'libproj.la' has not been installed in '/usr/lib' | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/nad2bin /destdir//proj4-4.9.3/usr/bin/nad2bin | |
libtool: warning: 'libproj.la' has not been installed in '/usr/lib' | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/geod /destdir//proj4-4.9.3/usr/bin/geod | |
libtool: warning: 'libproj.la' has not been installed in '/usr/lib' | |
libtool: install: /builddir/.xbps-proj4/wrappers/install -c .libs/cs2cs /destdir//proj4-4.9.3/usr/bin/cs2cs | |
rm -f /destdir//proj4-4.9.3/usr/bin/invproj | |
(cd /destdir//proj4-4.9.3/usr/bin; ln -s proj invproj) | |
rm -f /destdir//proj4-4.9.3/usr/bin/invgeod | |
(cd /destdir//proj4-4.9.3/usr/bin; ln -s geod invgeod) | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/include' | |
/builddir/.xbps-proj4/wrappers/install -c -m 644 proj_api.h projects.h geodesic.h org_proj4_Projections.h org_proj4_PJ.h '/destdir//proj4-4.9.3/usr/include' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/src' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/src' | |
Making install in man | |
make[1]: Entering directory '/builddir/proj-4.9.3/man' | |
Making install in man1 | |
make[2]: Entering directory '/builddir/proj-4.9.3/man/man1' | |
make[3]: Entering directory '/builddir/proj-4.9.3/man/man1' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/share/man/man1' | |
/builddir/.xbps-proj4/wrappers/install -c -m 644 geod.1 proj.1 cs2cs.1 '/destdir//proj4-4.9.3/usr/share/man/man1' | |
make[3]: Leaving directory '/builddir/proj-4.9.3/man/man1' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man/man1' | |
Making install in man3 | |
make[2]: Entering directory '/builddir/proj-4.9.3/man/man3' | |
make[3]: Entering directory '/builddir/proj-4.9.3/man/man3' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/share/man/man3' | |
/builddir/.xbps-proj4/wrappers/install -c -m 644 pj_init.3 geodesic.3 '/destdir//proj4-4.9.3/usr/share/man/man3' | |
make[3]: Leaving directory '/builddir/proj-4.9.3/man/man3' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man/man3' | |
make[2]: Entering directory '/builddir/proj-4.9.3/man' | |
make[3]: Entering directory '/builddir/proj-4.9.3/man' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/builddir/proj-4.9.3/man' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/man' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/man' | |
Making install in nad | |
make[1]: Entering directory '/builddir/proj-4.9.3/nad' | |
make[2]: Entering directory '/builddir/proj-4.9.3/nad' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
/bin/sh /builddir/proj-4.9.3/install-sh -d /destdir//proj4-4.9.3/usr/share/proj | |
nad2nad NADCON source files not present | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/share/proj' | |
/builddir/.xbps-proj4/wrappers/install -c -m 644 GL27 nad.lst proj_def.dat nad27 nad83 world epsg esri esri.extra other.extra CH IGNF '/destdir//proj4-4.9.3/usr/share/proj' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/nad' | |
cd .. && /bin/sh ./config.status nad/install | |
config.status: creating nad/install | |
make[1]: Leaving directory '/builddir/proj-4.9.3/nad' | |
Making install in jniwrap | |
make[1]: Entering directory '/builddir/proj-4.9.3/jniwrap' | |
Making install in org | |
make[2]: Entering directory '/builddir/proj-4.9.3/jniwrap/org' | |
Making install in proj4 | |
make[3]: Entering directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[4]: Entering directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
make[4]: Nothing to be done for 'install-data-am'. | |
make[4]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[3]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org/proj4' | |
make[3]: Entering directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[4]: Entering directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
make[4]: Nothing to be done for 'install-data-am'. | |
make[4]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[3]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/jniwrap/org' | |
make[2]: Entering directory '/builddir/proj-4.9.3/jniwrap' | |
make[3]: Entering directory '/builddir/proj-4.9.3/jniwrap' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
echo In jniwrap | |
In jniwrap | |
make[3]: Leaving directory '/builddir/proj-4.9.3/jniwrap' | |
make[2]: Leaving directory '/builddir/proj-4.9.3/jniwrap' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/jniwrap' | |
Making install in cmake | |
make[1]: Entering directory '/builddir/proj-4.9.3/cmake' | |
make[2]: Entering directory '/builddir/proj-4.9.3/cmake' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/builddir/proj-4.9.3/cmake' | |
make[1]: Leaving directory '/builddir/proj-4.9.3/cmake' | |
make[1]: Entering directory '/builddir/proj-4.9.3' | |
make[2]: Entering directory '/builddir/proj-4.9.3' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
/usr/bin/mkdir -p '/destdir//proj4-4.9.3/usr/lib/pkgconfig' | |
/builddir/.xbps-proj4/wrappers/install -c -m 644 proj.pc '/destdir//proj4-4.9.3/usr/lib/pkgconfig' | |
make[2]: Leaving directory '/builddir/proj-4.9.3' | |
make[1]: Leaving directory '/builddir/proj-4.9.3' | |
=> proj4-4.9.3_1: running post-install hook: 00-compress-info-files ... | |
=> proj4-4.9.3_1: running post-install hook: 00-lib32 ... | |
=> proj4-4.9.3_1: running post-install hook: 00-uncompress-manpages ... | |
=> proj4-4.9.3_1: running post-install hook: 01-remove-localized-manpages ... | |
=> proj4-4.9.3_1: running post-install hook: 01-remove-misc ... | |
=> proj4-4.9.3_1: running post-install hook: 02-remove-libtool-archives ... | |
=> proj4-4.9.3_1: running post-install hook: 02-remove-perl-files ... | |
=> proj4-4.9.3_1: running post-install hook: 02-remove-python-bytecode-files ... | |
=> proj4-4.9.3_1: running post-install hook: 03-remove-empty-dirs ... | |
=> proj4-4.9.3_1: running post-install hook: 04-create-xbps-metadata-scripts ... | |
=> proj4-4.9.3_1: running post-install hook: 05-generate-gitrevs ... | |
=> proj4-4.9.3_1: running post-install hook: 06-strip-and-debug-pkgs ... | |
Stripped position-independent executable: /usr/bin/cs2cs | |
Stripped position-independent executable: /usr/bin/nad2bin | |
Stripped position-independent executable: /usr/bin/geod | |
Stripped position-independent executable: /usr/bin/proj | |
Stripped static library: /usr/lib/libproj.a | |
Stripped library: /usr/lib/libproj.so.12.0.0 | |
=> proj4-4.9.3_1: running post-install hook: 10-pkglint-devel-paths ... | |
=> proj4-4.9.3_1: running post-install hook: 11-pkglint-elf-in-usrshare ... | |
=> proj4-4.9.3_1: running post-install hook: 12-rename-python3-c-bindings ... | |
=> proj4-4.9.3_1: running pre-pkg hook: 03-rewrite-python-shebang ... | |
=> proj4-4.9.3_1: running pre-pkg hook: 04-generate-runtime-deps ... | |
SONAME: libproj.so.12 <-> proj4 (ignored) | |
SONAME: libpthread.so.0 <-> glibc>=2.29_1 | |
SONAME: libm.so.6 <-> glibc>=2.29_1 | |
SONAME: libc.so.6 <-> glibc>=2.29_1 | |
=> proj4-4.9.3_1: running pre-pkg hook: 05-prepare-32bit ... | |
=> proj4-4.9.3_1: running pre-pkg hook: 06-shlib-provides ... | |
SONAME libproj.so.12 from /usr/lib/libproj.so.12.0.0 | |
=> proj4-4.9.3_1: running pre-pkg hook: 90-set-timestamps ... | |
=> proj4-4.9.3_1: setting mtimes to Mon 10 Feb 2020 11:51:47 PM EST | |
=> proj4-4.9.3_1: running pre-pkg hook: 99-pkglint-subpkgs ... | |
=> proj4-4.9.3_1: running pre-pkg hook: 99-pkglint ... | |
=> WARNING: proj4-4.9.3_1: libproj.so.12 not found in common/shlibs! | |
=> WARNING: proj4-4.9.3_1: libproj.so.12 not found in common/shlibs! | |
=> proj4-4.9.3_1: running pre-pkg hook: 999-collected-rdeps ... | |
glibc>=2.29_1 | |
=> proj4-4.9.3_1: running do-pkg hook: 00-gen-pkg ... | |
=> proj4-4.9.3_1: skipping existing proj4-4.9.3_1.x86_64.xbps pkg... | |
=> proj4-4.9.3_1: running post-pkg hook: 00-register-pkg ... | |
=> Registering new packages to /host/binpkgs/qgis | |
index: skipping `proj4-4.9.3_1' (x86_64), already registered. | |
index: 5 packages registered. | |
=> proj4-4.9.3_1: removing autodeps, please wait... | |
=> proj4-4.9.3_1: cleaning build directory... | |
=> proj4: removing files from destdir... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --*-- shell --*-- | |
# | |
# This file represents a map between shared libraries and packages | |
# in XBPS. Every shared library installed by a package must be | |
# listed here and mapped to a binary package. | |
# | |
# The first field lists the exact SONAME embedded in binaries. | |
# | |
# The second field lists the package/version tuple containing the SONAME. | |
# The version component is used as greater than or equal to that version | |
# in resulting binary package. | |
# | |
# The third field (optional) specifies that shared library should not be used | |
# to perform checks of soname bumps. | |
# | |
# PLEASE NOTE: when multiple packages provide the same SONAME, the first | |
# one (order top->bottom) is preferred over the next ones. | |
# | |
libc.so musl-1.1.21_1 | |
libc.so.6 glibc-2.29_1 | |
libm.so.6 glibc-2.29_1 | |
libpthread.so.0 glibc-2.29_1 | |
librt.so.1 glibc-2.29_1 | |
libdl.so.2 glibc-2.29_1 | |
ld-linux-x86-64.so.2 glibc-2.29_1 x86_64 | |
ld-linux.so.2 glibc-2.29_1 i686 | |
ld-linux.so.3 glibc-2.29_1 armv5tel | |
ld-linux-aarch64.so.1 glibc-2.29_1 aarch64 | |
ld64.so.2 glibc-2.29_1 ppc64 | |
ld.so.1 glibc-2.29_1 mips | |
ld.so.1 glibc-2.29_1 ppc | |
ld-linux-armhf.so.3 glibc-2.29_1 | |
libresolv.so.2 glibc-2.29_1 | |
libanl.so.1 glibc-2.29_1 | |
libthread_db.so.1 glibc-2.29_1 | |
libutil.so.1 glibc-2.29_1 | |
libnsl.so.1 glibc-2.29_1 | |
libnss_db.so.2 glibc-2.29_1 | |
libnss_files.so.2 glibc-2.29_1 | |
libnss_compat.so.2 glibc-2.29_1 | |
libnss_dns.so.2 glibc-2.29_1 | |
libnss_hesiod.so.2 glibc-2.29_1 | |
libnss_nisplus.so.2 glibc-2.29_1 | |
libnss_nis.so.2 glibc-2.29_1 | |
libcrypt.so.1 glibc-2.29_1 | |
libBrokenLocale.so.1 glibc-2.29_1 | |
libmemusage.so glibc-2.29_1 | |
libSegFault.so glibc-2.29_1 | |
libpcprofile.so glibc-2.29_1 | |
libcidn.so.1 glibc-2.29_1 | |
libmvec.so.1 glibc-2.29_1 | |
libz.so.1 zlib-1.2.3_1 | |
libbz2.so.1 bzip2-1.0.5_1 | |
libarchive.so.13 libarchive-3.3.3_5 | |
libcc1.so.0 gcc-6.2.1_1 | |
libcc1plugin.so.0 gcc-6.2.1_1 | |
libitm.so.1 libitm-4.7.3_1 | |
liblto_plugin.so.0 gcc-4.7.3_1 | |
libgcc_s.so.1 libgcc-4.4.0_1 | |
libgo.so.14 libgo-9.1.0_1 | |
libmpx.so.2 libmpx-6.2.1_1 | |
libmpxwrappers.so.2 libmpx-6.2.1_1 | |
libperl.so.5.30 perl-5.30.0_1 | |
libgmp.so.10 gmp-5.0.1_1 | |
libgmpxx.so.4 gmpxx-6.0.0_2 | |
libmpfr.so.6 mpfr-4.0.0_1 | |
libppl.so.14 ppl-1.2_1 | |
libppl_c.so.4 ppl-0.11_1 | |
libstdc++.so.6 libstdc++-4.4.0_1 | |
libssp.so.0 libssp-4.4.0_1 | |
libncurses.so.6 ncurses-libs-6.0_1 ignore | |
libncurses.so.5 ncurses-libs-6.0_1 ignore | |
libncursesw.so.6 ncurses-libs-5.8_1 ignore | |
libncursesw.so.5 ncurses-libs-5.8_1 ignore | |
libnetcdf.so.15 netcdf-4.7.0_1 | |
libformw.so.5 ncurses-libs-5.9_13 ignore | |
libformw.so.6 ncurses-libs-5.8_1 ignore | |
libpanelw.so.5 ncurses-libs-5.9_13 ignore | |
libpanelw.so.6 ncurses-libs-5.8_1 ignore | |
libmenuw.so.5 ncurses-libs-5.9_13 ignore | |
libmenuw.so.6 ncurses-libs-5.8_1 ignore | |
libobjc.so.4 libobjc-4.7.3_12 | |
libgomp.so.1 libgomp-4.4.0_1 | |
libgps.so.24 gpsd-3.18.1_1 | |
libmagic.so.1 libmagic-5.12_1 | |
libbluetooth.so.3 libbluetooth-4.58_1 | |
libwmf-0.2.so.7 libwmf-0.2.8.4_1 | |
libwmflite-0.2.so.7 libwmf-0.2.8.4_1 | |
libgthread-2.0.so.0 glib-2.18.0_1 | |
libglib-2.0.so.0 glib-2.18.0_1 | |
libgmodule-2.0.so.0 glib-2.18.0_1 | |
libgio-2.0.so.0 glib-2.18.0_1 | |
libgobject-2.0.so.0 glib-2.18.0_1 | |
libatk-1.0.so.0 atk-1.26.0_1 | |
libpangocairo-1.0.so.0 pango-1.24.0_1 | |
libpangoft2-1.0.so.0 pango-1.24.0_1 | |
libpangoxft-1.0.so.0 pango-xft-1.36.3_2 | |
libpangox-1.0.so.0 pangox-compat-0.0.2_1 | |
libpango-1.0.so.0 pango-1.24.0_1 | |
libcairo.so.2 cairo-1.8.6_1 | |
libcairo-gobject.so.2 cairo-1.8.6_1 | |
libcairo-script-interpreter.so.2 cairo-1.8.6_1 | |
libgdk-x11-2.0.so.0 gtk+-2.16.0_1 | |
libgtk-x11-2.0.so.0 gtk+-2.16.0_1 | |
libgdk_pixbuf-2.0.so.0 gdk-pixbuf-2.22.0_1 | |
libgdk_pixbuf_xlib-2.0.so.0 gdk-pixbuf-xlib-2.30.8_1 | |
libgailutil.so.18 gtk+-2.16.0_1 | |
libfreetype.so.6 freetype-2.3.9_1 | |
libfontconfig.so.1 fontconfig-2.6.0_1 | |
libX11-xcb.so.1 libX11-1.2_1 | |
libX11.so.6 libX11-1.2_1 | |
libXpresent.so.1 libXpresent-1.0.0_1 | |
libexpat.so.1 expat-2.0.0_1 | |
libjpeg.so.8 libjpeg-turbo-1.3.0_2 | |
libturbojpeg.so.0 libjpeg-turbo-1.3.0_2 | |
libpng16.so.16 libpng-1.6.2_1 | |
libXrender.so.1 libXrender-0.9.4_1 | |
libXrandr.so.2 libXrandr-1.3.0_1 | |
libGLU.so.1 glu-9.0.0_1 | |
libGL.so.1 libGL-7.11_1 | |
libEGL.so.1 libEGL-7.11_1 | |
libGLESv1_CM.so.1 libGLES-1.0_1 | |
libGLESv2.so.2 libGLES-1.0_1 | |
libEGL.so rpi-userland-0.0.0.0.20150907_1 | |
libGLESv2.so rpi-userland-0.0.0.0.20150907_1 | |
libGLESv2.so atom-1.41.0_1 | |
libGLESv2.so opera-55.0.2994.37_2 | |
libGLESv2.so discord-0.0.7_1 | |
libGLESv2.so keybase-desktop-3.1.2_1 | |
libGLESv2.so riot-desktop-0.17.9_2 | |
libGLESv2.so wire-desktop-3.6.2885_1 | |
libGLESv2.so vscode-1.36.1_1 | |
libGLESv2.so Signal-Desktop-1.23.2_1 | |
libGLESv2.so slack-desktop-3.4.2_1 | |
libbrcmEGL.so rpi-userland-20180103_2 | |
libbrcmGLESv2.so rpi-userland-20180103_2 | |
libbrcmOpenVG.so rpi-userland-20180103_2 | |
libwayland-egl.so.1 wayland-1.15.0_4 | |
libnvidia-ml.so.1 nvidia-libs-346.47_1 ignore | |
libnvidia-ml.so.1 nvidia304-libs-304.00_1 ignore | |
libnvidia-ml.so.1 nvidia340-libs-340.46_1 ignore | |
libnvidia-ml.so.1 nvidia390-libs-390.87_1 ignore | |
libnvidia-tls.so.346.47 nvidia-libs-346.47_1 ignore | |
libnvidia-glcore.so.346.47 nvidia-libs-346.47_1 ignore | |
libnvidia-gtk2.so.346.47 nvidia-gtklibs-346.47_1 ignore | |
libnvidia-gtk3.so.346.47 nvidia-gtklibs-346.47_1 ignore | |
libnvidia-glcore.so.346.47 nvidia340-libs-340.46_1 ignore | |
libnvidia-glcore.so.390.87 nvidia390-libs-390.87_1 ignore | |
libnvidia-glsi.so.346.72 nvidia-libs-346.72_1 ignore | |
libnvidia-glsi.so.340.107 nvidia340-libs-340.107_7 ignore | |
libnvidia-fatbinaryloader.so.390.132 nvidia390-libs-390.132_1 ignore | |
libnvidia-fatbinaryloader.so.430.40 nvidia-libs-430.40_1 ignore | |
libglapi.so.0 libglapi-7.11_1 | |
libgbm.so.1 libgbm-9.0_1 | |
libOpenGL.so.0 libglvnd-1.3.0_1 | |
libGLX.so.0 libglvnd-1.3.0_1 | |
librsvg-2.so.2 librsvg-2.26.0_1 | |
libdbus-1.so.3 dbus-libs-1.2.10_1 | |
libdbus-glib-1.so.2 dbus-glib-0.80_1 | |
libxml2.so.2 libxml2-2.7.0_1 | |
libxlsxwriter.so.0 libxlsxwriter-0.7.7_1 | |
libfuse.so.2 fuse-2.8.1_1 | |
libfuse3.so.3 fuse3-3.1.0_1 | |
libXext.so.6 libXext-1.0.5_1 | |
libulockmgr.so.1 fuse-2.9.7_1 | |
libXcomposite.so.1 libXcomposite-0.4.0_1 | |
libXdamage.so.1 libXdamage-1.1.1_1 | |
libXfixes.so.3 libXfixes-4.0.3_1 | |
libXinerama.so.1 libXinerama-1.0.3_1 | |
libSM.so.6 libSM-1.1.0_1 | |
libICE.so.6 libICE-1.0.5_1 | |
libXau.so.6 libXau-1.0.4_1 | |
libexslt.so.0 libxslt-1.1.24_1 | |
libxslt.so.1 libxslt-1.1.24_1 | |
libstartup-notification-1.so.0 startup-notification-0.10_1 | |
libwnck-1.so.22 libwnck2-2.30_1 | |
libwnck-3.so.0 libwnck-2.91.90_1 | |
libnl.so.1 libnl-1.1_1 | |
libnl-3.so.200 libnl3-3.2.1_1 | |
libnl-route-3.so.200 libnl3-3.2.1_1 | |
libnl-idiag-3.so.200 libnl3-3.2.28_1 | |
libnl-nf-3.so.200 libnl3-3.2.1_1 | |
libnl-genl-3.so.200 libnl3-3.2.1_1 | |
libnl-cli-3.so.200 libnl3-3.2.1_1 | |
libreadline.so.8 libreadline8-8.0_1 | |
libhistory.so.8 libhistory8-8.0_1 | |
libxfconf-0.so.3 xfconf-4.13.7_1 | |
libxfce4util.so.7 libxfce4util-4.12.1_1 | |
libxfce4panel-1.0.so.4 libxfce4panel-4.9.2_1 | |
libxfce4panel-2.0.so.4 libxfce4panel-4.12.0_1 | |
libgdbm.so.6 gdbm-1.16_1 | |
libgdbm_compat.so.4 gdbm-1.10_1_1 | |
libintl.so.8 gettext-libs-0.19.2_1 | |
libgnuintl.so.8 gettext-libs-0.19.2_1 | |
libgettextlib-0.20.1.so gettext-libs-0.20.1_1 | |
libgettextsrc-0.20.1.so gettext-libs-0.20.1_1 | |
libgettextpo.so.0 gettext-libs-0.17_1 | |
libtextstyle.so.0 gettext-libs-0.20.1_1 | |
libattr.so.1 attr-2.4.43_1 | |
libacl.so.1 acl-2.2.47_1 | |
libpython2.7.so.1.0 python-2.7_1 | |
libffi.so.6 libffi-3.1_1 | |
libffcall.so.0 ffcall-2.1_1 | |
libavcall.so.1 ffcall-2.1_1 | |
libtrampoline.so.1 ffcall-2.1_1 | |
libcallback.so.1 ffcall-2.1_1 | |
libcrack.so.2 libcracklib-2.8.22_2 | |
libpam.so.0 pam-libs-1.1.6_3 | |
libpamc.so.0 pam-libs-1.1.6_3 | |
libpam_misc.so.0 pam-libs-1.1.6_3 | |
libcap.so.2 libcap-2.16_1 | |
liblzma.so.5 liblzma-5.0.0_1 | |
libuuid.so.1 libuuid-2.18_1 | |
libblkid.so.1 libblkid-2.18_1 | |
libidn.so.12 libidn-1.35_1 | |
libusb-1.0.so.0 libusb-1.0.0_1 | |
libusb-0.1.so.4 libusb-compat-0.1.0_1 | |
libpci.so.3 pciutils-3.5.0_1 | |
libpcre.so.1 libpcre-8.30_1 | |
libpcreposix.so.0 libpcre-7.8_1 | |
libpcrecpp.so.0 libpcrecpp-7.8_1 | |
libgirepository-gimarshallingtests-1.0.so libgirepository-1.30_1 | |
libgirepository-everything-1.0.so libgirepository-1.30_1 | |
libgirepository-1.0.so.1 libgirepository-1.30_1 | |
libudev.so.1 eudev-libudev-1.6_1 | |
libgudev-1.0.so.0 libgudev-230_1 | |
libext2fs.so.2 e2fsprogs-libs-1.41.5_1 | |
libcom_err.so.2 e2fsprogs-libs-1.41.5_1 | |
libe2p.so.2 e2fsprogs-libs-1.41.5_1 | |
libss.so.2 e2fsprogs-libs-1.41.5_1 | |
libiw.so.29 wireless_tools-29_1 | |
libpopt.so.0 popt-1.15_1 | |
libtasn1.so.6 libtasn1-3.2_1 | |
libgpg-error.so.0 libgpg-error-1.6_1 | |
liblzo2.so.2 lzo-2.03_1 | |
libgcrypt.so.20 libgcrypt-1.6.1_1 | |
libgnutls.so.30 gnutls-3.4.13_1 | |
libgnutlsxx.so.28 gnutls-3.2.13_1 | |
libdevmapper.so.1.02 device-mapper-2.02.110_1 | |
libdevmapper-event.so.1.02 device-mapper-2.02.110_1 | |
libdevmapper-event-lvm2.so.2.02 device-mapper-2.02.110_1 | |
liblvm2cmd.so.2.02 device-mapper-2.02.54_1 | |
libprop.so.0 proplib-0.1_1 | |
libfontenc.so.1 libfontenc-1.0.4_1 | |
libXfont.so.1 libXfont-1.4.0_1 | |
libx86.so.1 libx86-1.1_1 | |
libxcb-render.so.0 libxcb-1.2_1 | |
libxcb-glx.so.0 libxcb-1.2_1 | |
libxcb-composite.so.0 libxcb-1.2_1 | |
libxcb-randr.so.0 libxcb-1.2_1 | |
libxcb-shape.so.0 libxcb-1.2_1 | |
libxcb-sync.so.1 libxcb-1.10_1 | |
libxcb-shm.so.0 libxcb-1.2_1 | |
libxcb-screensaver.so.0 libxcb-1.2_1 | |
libxcb-xprint.so.0 libxcb-1.2_1 | |
libxcb-res.so.0 libxcb-1.2_1 | |
libxcb.so.1 libxcb-1.2_1 | |
libxcb-damage.so.0 libxcb-1.2_1 | |
libxcb-dpms.so.0 libxcb-1.2_1 | |
libxcb-record.so.0 libxcb-1.2_1 | |
libxcb-xtest.so.0 libxcb-1.2_1 | |
libxcb-xv.so.0 libxcb-1.2_1 | |
libxcb-xf86dri.so.0 libxcb-1.2_1 | |
libxcb-xinerama.so.0 libxcb-1.2_1 | |
libxcb-dri2.so.0 libxcb-1.2_1 | |
libxcb-xevie.so.0 libxcb-1.2_1 | |
libxcb-xfixes.so.0 libxcb-1.2_1 | |
libxcb-xvmc.so.0 libxcb-1.2_1 | |
libxcb-xkb.so.1 libxcb-1.10_1 | |
libxcb-xinput.so.0 libxcb-1.10_1 | |
libxcb-dri3.so.0 libxcb-1.10_1 | |
libxcb-present.so.0 libxcb-1.10_1 | |
libXdmcp.so.6 libXdmcp-1.0.2_1 | |
libpolkit-gobject-1.so.0 polkit-0.99_1 | |
libpolkit-agent-1.so.0 polkit-0.99_1 | |
libpolkit-backend-1.so.0 polkit-0.99_1 | |
libck-connector.so.0 ConsoleKit2-0.9.2_1 | |
libXt.so.6 libXt-1.0.5_1 | |
libXtst.so.6 libXtst-1.0.3_1 | |
libxkbfile.so.1 libxkbfile-1.0.5_1 | |
libXpm.so.4 libXpm-3.5.7_1 | |
libXmu.so.6 libXmu-1.0.4_1 | |
libXmuu.so.1 libXmu-1.0.4_1 | |
libdrm.so.2 libdrm-2.4.6_1 | |
libdrm_radeon.so.1 libdrm-2.4.6_1 | |
libdrm_intel.so.1 libdrm-2.4.6_1 | |
libdrm_nouveau.so.2 libdrm-2.4.34_1 | |
libdrm_amdgpu.so.1 libdrm-2.4.64_1 | |
libdrm_freedreno.so.1 libdrm-2.4.97_1 | |
libkms.so.1 libdrm-2.4.6_1 | |
libXxf86vm.so.1 libXxf86vm-1.0.2_1 | |
libXi.so.6 libXi-1.2.1_1 | |
libdmx.so.1 libdmx-1.0.2_1 | |
libXRes.so.1 libXres-1.0.3_1 | |
libxreaderdocument.so.3 libxreader-1.6.1_1 | |
libxreaderview.so.3 libxreader-1.6.1_1 | |
libpciaccess.so.0 libpciaccess-0.10.5_1 | |
libpixman-1.so.0 pixman-0.14.0_1 | |
libXaw.so.6 libXaw-1.0.5_1 ignore | |
libXaw.so.7 libXaw-1.0.5_1 ignore | |
libXaw6.so.6 libXaw-1.0.5_1 | |
libXaw7.so.7 libXaw-1.0.5_1 | |
libXft.so.2 libXft-2.1.13_1 | |
libXcursor.so.1 libXcursor-1.1.9_1 | |
libXxf86dga.so.1 libXxf86dga-1.0.2_1 | |
libXxf86misc.so.1 libXxf86misc-1.0.1_1 | |
libXp.so.6 libXp-1.0.0_1 | |
libXfontcache.so.1 libXfontcache-1.0.4_1 | |
libXv.so.1 libXv-1.0.4_1 | |
libXvMC.so.1 libXvMC-1.0.4_1 | |
libXvMCW.so.1 libXvMC-1.0.4_1 | |
libxcb-errors.so.0 xcb-util-errors-1.0_1 | |
libxcb-icccm.so.4 xcb-util-wm-0.3.9_1 | |
libxcb-ewmh.so.2 xcb-util-wm-0.3.9_1 | |
libxcb-aux.so.0 xcb-util-0.3.4_1 | |
libxcb-image.so.0 xcb-util-image-0.3.9_1 | |
libxcb-reply.so.1 xcb-util-0.3.4_1 | |
libxcb-keysyms.so.1 xcb-util-keysyms-0.3.9_1 | |
libxcb-property.so.1 xcb-util-0.3.4_1 | |
libxcb-atom.so.1 xcb-util-0.3.4_1 | |
libxcb-event.so.1 xcb-util-0.3.4_1 | |
libxcb-util.so.1 xcb-util-0.3.9_1 | |
libtiff.so.5 tiff-4.0.0_1 | |
libtiffxx.so.5 tiff-4.0.0_1 | |
libnotify.so.4 libnotify-0.7_1 | |
libexo-1.so.0 exo-0.7.3_1 | |
libexo-2.so.0 exo-0.12.0_1 | |
libvte.so.9 vte-0.20.1_1 | |
libglade-2.0.so.0 libglade-2.6.4_1 | |
libglademm-2.4.so.1 libglademm-2.6.7_1 | |
libthunarx-3.so.0 Thunar-1.8.1_1 | |
libexif.so.12 libexif-0.6.17_1 | |
liboil-0.3.so.0 liboil-0.3.16_1 | |
libopenmpt.so.0 libopenmpt-0.4.11_1 | |
libogg.so.0 libogg-1.3.0_1 | |
libvorbis.so.0 libvorbis-1.2.1rc1_1 | |
libvorbisenc.so.2 libvorbis-1.2.1rc1_1 | |
libvorbisfile.so.3 libvorbis-1.2.1rc1_1 | |
libtheora.so.0 libtheora-1.0_1 | |
libtheoradec.so.1 libtheora-1.0_1 | |
libtheoraenc.so.1 libtheora-1.0_1 | |
libcdda_interface.so.0 libcdparanoia-10.2_10 | |
libcdda_paranoia.so.0 libcdparanoia-10.2_10 | |
libasound.so.2 alsa-lib-1.0.20_1 | |
libatopology.so.2 alsa-lib-1.2.1_1 | |
libvisual-0.4.so.0 libvisual-0.4.0_1 | |
libxfsm-4.6.so.0 xfce4-session-4.9.1_1 | |
libxklavier.so.16 libxklavier-5.0_1 | |
libsexy.so.2 libsexy-0.1.11_1 | |
liblcms.so.1 lcms-1.18_1 | |
libgd.so.3 gd-2.1.0_1 | |
libcroco-0.6.so.3 libcroco-0.6.2_1 | |
libgsf-1.so.114 libgsf-1.14.11_1 | |
libMagickCore-7.Q16HDRI.so.7 libmagick-7.0.9.1_1 | |
libMagickWand-7.Q16HDRI.so.7 libmagick-7.0.9.1_1 | |
libMagick++-7.Q16HDRI.so.4 libmagick-7.0.9.1_1 | |
libMagickCore-6.Q16.so.6 libmagick6-6.9.10.11_1 | |
libMagickWand-6.Q16.so.6 libmagick6-6.9.10.11_1 | |
libMagick++-6.Q16.so.8 libmagick6-6.9.10.11_1 | |
libltdl.so.7 libltdl-2.2.6_1 | |
libpoppler.so.90 libpoppler89-0.80.0_1 | |
libpoppler-glib.so.8 poppler-glib-0.18.2_1 | |
libpoppler-cpp.so.0 poppler-cpp-0.18.2_1 | |
libpoppler-qt5.so.1 poppler-qt5-0.31.0_1 | |
libtcl8.6.so tcl-8.6.0_1 | |
libtk8.6.so tk-8.6.1_3 | |
libsqlite3.so.0 sqlite-3.8.11.1_3 | |
libIDL-2.so.0 libIDL-0.8.13_1 | |
libnspr4.so nspr-4.8_1 | |
libplc4.so nspr-4.8_1 | |
libplds4.so nspr-4.8_1 | |
libsoftokn3.so nss-3.12.4_1 | |
libssl3.so nss-3.12.4_1 | |
libnssutil3.so nss-3.12.4_1 | |
libsmime3.so nss-3.12.4_1 | |
libfreebl3.so nss-3.12.4_1 | |
libnssdbm3.so nss-3.12.4_1 | |
libnssckbi.so nss-3.12.4_1 | |
libnss3.so nss-3.12.4_1 | |
libcurl.so.4 libcurl-7.19_1 | |
libcurl-gnutls.so.4 libcurl-7.19_1 | |
libdaemon.so.0 libdaemon-0.14_1 | |
libavahi-common.so.3 avahi-libs-0.6.25_1 | |
libavahi-core.so.7 avahi-libs-0.6.25_1 | |
libavahi-client.so.3 avahi-libs-0.6.25_1 | |
libavahi-gobject.so.0 avahi-glib-libs-0.6.25_1 | |
libavahi-glib.so.1 avahi-glib-libs-0.6.25_1 | |
libdns_sd.so.1 avahi-compat-libs-0.6.25_1 | |
libhowl.so.0 avahi-compat-libs-0.6.25_1 | |
libavahi-ui.so.0 avahi-ui-libs-0.6.25_1 | |
libavahi-ui-gtk3.so.0 avahi-ui-libs-gtk3-0.6.25_1 | |
libmp4v2.so.2 libmp4v2-2.0.0_1 | |
libfaac.so.0 faac-1.28_1 | |
libfaad.so.2 faad2-2.7_1 | |
libfaad_drm.so.2 faad2-2.8.0_1 | |
libid3tag.so.0 libid3tag-0.15.1b_1 | |
libgif.so.7 giflib-5.1.0_1 | |
libImlib2.so.1 imlib2-1.4.2_1 | |
libmp3lame.so.0 lame-3.98.2_1 | |
libavdevice.so.58 libavdevice-4.0_1 | |
libavformat.so.58 libavformat-4.0_1 | |
libswscale.so.5 libswscale-4.0_1 | |
libswresample.so.3 libswresample-4.0_1 | |
libavresample.so.4 libavresample-4.0_1 | |
libpostproc.so.55 libpostproc-4.0_1 | |
libavcodec.so.58 libavcodec-4.0_1 | |
libavutil.so.56 libavutil-4.0_1 | |
libavfilter.so.7 libavfilter-4.0_1 | |
libSDL-1.2.so.0 SDL-1.2.14_1 | |
libSDL_image-1.2.so.0 SDL_image-1.2.10_1 | |
libx264.so.157 x264-20190507.2245_1 | |
libxvidcore.so.4 xvidcore-1.2.2_1 | |
libtag.so.1 taglib-1.6.1_1 | |
libtag-extras.so.1 taglib-extras-1.0.1_1 | |
libtag_c.so.0 taglib-1.6.1_1 | |
libfribidi.so.0 fribidi-0.19.2_1 | |
liba52.so.0 liba52-0.7.4_1 | |
libcddb.so.2 libcddb-1.3.2_1 | |
libiso9660.so.11 libcdio-2.0.0_1 | |
libudf.so.0 libcdio-0.83_1 | |
libcdio_cdda.so.2 libcdio-paranoia-10.2_1 | |
libcdio_paranoia.so.2 libcdio-paranoia-10.2_1 | |
libiso9660++.so.0 libcdio-0.83_1 | |
libcdio++.so.1 libcdio-2.0.0_1 | |
libcdio.so.19 libcdio-2.1.0_1 | |
libmpcdec.so.5 libmpcdec-1.2.6_1 | |
libproxy.so.1 libproxy-0.4.6_1 | |
libmoar.so MoarVM-2015.11_1 | |
libFLAC.so.8 libflac-1.2.1_1 | |
libFLAC++.so.6 libflac-1.2.1_1 | |
libmad.so.0 libmad-0.15.1b_1 | |
libmatroska.so.6 libmatroska-1.4.1_5 | |
libmatrix_client.so.0.2.1 mtxclient-0.2.1_1 | |
libebml.so.4 libebml-1.3.0_5 | |
libdvdread.so.7 libdvdread-6.0.2_1 | |
libdvdnav.so.4 libdvdnav-4.1.3_1 | |
libdvbpsi.so.10 libdvbpsi-1.3.1_1 | |
libdca.so.0 libdca-0.0.5_1 | |
libmpeg2.so.0 libmpeg2-0.5.1_1 | |
libmpeg2convert.so.0 libmpeg2-0.5.1_1 | |
libmng.so.2 libmng-2.0.2_1 | |
libQgpsmm.so.24 gpsd-qt-3.18.1_1 | |
libQtAssistantClient.so qt-4.5.3_1 | |
libQtXmlPatterns.so.4 qt-4.5.3_1 | |
libQtScriptTools.so.4 qt-4.5.3_1 | |
libQtCLucene.so.4 qt-4.5.3_1 | |
libQtMultimedia.so.4 qt-4.5.3_1 | |
libQtGui.so.4 qt-4.5.3_1 | |
libQtDBus.so.4 qt-4.5.3_1 | |
libQtNetwork.so.4 qt-4.5.3_1 | |
libQtOpenGL.so.4 qt-4.5.3_1 | |
libQtXml.so.4 qt-4.5.3_1 | |
libQtTest.so.4 qt-4.5.3_1 | |
libQt3Support.so.4 qt-4.5.3_1 | |
libQtSvg.so.4 qt-4.5.3_1 | |
libQtScript.so.4 qt-4.5.3_1 | |
libQtHelp.so.4 qt-4.5.3_1 | |
libQtCore.so.4 qt-4.5.3_1 | |
libQtSql.so.4 qt-4.5.3_1 | |
libQtDeclarative.so.4 qt-4.5.3_1 | |
libQtDesignerComponents.so.4 qt-designer-libs-4.7.8_13 | |
libQtDesigner.so.4 qt-designer-libs-4.7.8_13 | |
libQtWebKit.so.4 qt-webkit-2.3.4_1 | |
libsysfs.so.2 libsysfs-2.1.0_1 | |
libsensors.so.5 libsensors-3.5.0_1 | |
libcap-ng.so.0 libcap-ng-0.6.2_1 | |
libphysfs.so.1 physfs-2.0.0_1 | |
libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1 | |
libKScreenLocker.so.5 kscreenlocker-5.8.4_1 | |
libparted.so.2 libparted-3.1_1 | |
libparted-fs-resize.so.0 libparted-3.1_1 | |
libntfs-3g.so.88 ntfs-3g-2017.3.23_1 | |
libruby.so.2.6 ruby-2.6.0_1 | |
libprocessui.so.7 libksysguard-5.8.4_1 | |
libksignalplotter.so.7 libksysguard-5.8.4_1 | |
libksgrd.so.7 libksysguard-5.8.4_1 | |
libprocesscore.so.7 libksysguard-5.8.4_1 | |
liblsofui.so.7 libksysguard-5.13.3_1 | |
libxenctrl.so.4.10 xen-libs-4.10.0_1 | |
libxenguest.so.4.10 xen-libs-4.10.0_1 | |
libxlutil.so.4.10 xen-libs-4.10.0_1 | |
libxenlight.so.4.10 xen-libs-4.10.0_1 | |
libxenevtchn.so.1 xen-libs-4.10.0_1 | |
libxengnttab.so.1 xen-libs-4.10.0_1 | |
libxendevicemodel.so.1 xen-libs-4.10.0_1 | |
libxenforeignmemory.so.1 xen-libs-4.10.0_1 | |
libxentoolcore.so.1 xen-libs-4.10.0_1 | |
libxenstore.so.3.0 xen-libs-4.10.0_1 | |
libxentoollog.so.1 xen-libs-4.10.0_1 | |
libxencall.so.1 xen-libs-4.10.0_1 | |
libxenvchan.so.4.10 xen-libs-4.10.0_1 | |
libfsimage.so.1.0 xen-libs-4.10.0_1 | |
libxenstat.so.0 xen-libs-4.10.0_1 | |
libfam.so.0 gamin-0.1.10_1 | |
libgamin-1.so.0 gamin-0.1.10_1 | |
libKF5SyntaxHighlighting.so.5 syntax-highlighting-5.29.0_1 | |
libKF5Libkleo.so.5 libkleo-17.12.3_1 | |
libKF5GrantleeTheme.so.5 grantleetheme-17.12.3_1 | |
libKF5IMAP.so.5 kimap-17.12.3_1 | |
libKF5Ldap.so.5 kldap-17.12.3_1 | |
libKF5CalendarCore.so.5 kcalendarcore-5.63.0_1 | |
libKF5AkonadiSearchDebug.so.5 akonadi-search-17.12.3_1 | |
libKF5AkonadiSearchCore.so.5 akonadi-search-17.12.3_1 | |
libKF5AkonadiSearchPIM.so.5 akonadi-search-17.12.3_1 | |
libKF5AkonadiSearchXapian.so.5 akonadi-search-17.12.3_1 | |
libKF5LibkdepimAkonadi.so.5 libkdepim-17.12.3_1 | |
libKF5Libkdepim.so.5 libkdepim-17.12.3_1 | |
libKF5PimCommon.so.5 pimcommon-17.12.3_1 | |
libKF5PimCommonAkonadi.so.5 pimcommon-17.12.3_1 | |
libKF5FollowupReminder.so.5 kdepim-apps-libs-17.12.3_1 | |
libKF5KaddressbookGrantlee.so.5 kdepim-apps-libs-17.12.3_1 | |
libKF5KdepimDBusInterfaces.so.5 kdepim-apps-libs-17.12.3_1 | |
libKF5SendLater.so.5 kdepim-apps-libs-17.12.3_1 | |
libKF5KaddressbookImportExport.so.5 kdepim-apps-libs-17.12.3_1 | |
libKF5Gravatar.so.5 libgravatar-17.12.3_1 | |
libKF5Sane.so.5 libksane-18.04.2_1 | |
libKPimSMTP.so.5 ksmtp-17.12.3_1 | |
libKF5MailTransport.so.5 kmailtransport-17.12.3_1 | |
libKF5MailTransportAkonadi.so.5 kmailtransport-17.12.3_1 | |
libKF5Mbox.so.5 kmbox-17.12.3_1 | |
libKF5MessageComposer.so.5 messagelib-17.12.3_1 | |
libKF5MessageList.so.5 messagelib-17.12.3_1 | |
libKF5TemplateParser.so.5 messagelib-17.12.3_1 | |
libKF5WebEngineViewer.so.5 messagelib-17.12.3_1 | |
libKF5MessageCore.so.5 messagelib-17.12.3_1 | |
libKF5MimeTreeParser.so.5 messagelib-17.12.3_1 | |
libKF5MessageViewer.so.5 messagelib-17.12.3_1 | |
libKF5CalendarUtils.so.5 kcalutils-17.12.3_1 | |
libKF5KontactInterface.so.5 kontactinterface-17.12.3_1 | |
libKF5KSieveUi.so.5 libksieve-17.12.3_1 | |
libKF5KManageSieve.so.5 libksieve-17.12.3_1 | |
libKF5KSieve.so.5 libksieve-17.12.3_1 | |
libKF5MailImporterAkonadi.so.5 mailimporter-17.12.3_1 | |
libKF5MailImporter.so.5 mailimporter-17.12.3_1 | |
libKF5MailCommon.so.5 mailcommon-17.12.3_1 | |
libKF5Tnef.so.5 ktnef-17.12.3_1 | |
libKF5AkonadiCalendar.so.5 akonadi-calendar-17.12.3_1 | |
libKF5CalendarSupport.so.5 calendarsupport-17.12.3_1 | |
libKF5AkonadiNotes.so.5 akonadi-notes-17.12.3_1 | |
libKPimKDAV.so.5 kdav-17.12.3_1 | |
libKF5AlarmCalendar.so.5 kalarmcal-17.12.3_1 | |
libakonadi-singlefileresource.so.5 kdepim-runtime-17.12.3_1 | |
libkmindexreader.so.5 kdepim-runtime-17.12.3_1 | |
libkdexoauth2.so.3 kdepim-runtime-17.12.3_1 | |
libakonadi-filestore.so.5 kdepim-runtime-17.12.3_1 | |
libmaildir.so.5 kdepim-runtime-17.12.3_1 | |
libfolderarchivesettings.so.5 kdepim-runtime-17.12.3_1 | |
libkColorPicker.so.0.1.0 kColorPicker-0.1.0_1 | |
libkImageAnnotator.so.0.1.0 kImageAnnotator-0.1.0_1 | |
libbabl-0.1.so.0 babl-0.1.16_1 | |
libbamf3.so.2 bamf-0.5.1_1 | |
libicuio.so.64 icu-libs-64.1_1 | |
libicui18n.so.64 icu-libs-64.1_1 | |
libicudata.so.64 icu-libs-64.1_1 | |
libicutu.so.64 icu-libs-64.1_1 | |
libicuuc.so.64 icu-libs-64.1_1 | |
libicutest.so.64 icu-libs-64.1_1 | |
libaspell.so.15 aspell-0.60_1 | |
libpspell.so.15 aspell-0.60_1 | |
libenchant.so.1 enchant-1.4.2_1 | |
libenchant-2.so.2 enchant2-2.2.3_1 | |
libgconf-2.so.4 GConf-2.32.0_1 | |
libpackagekit-glib2.so.18 PackageKit-1.1.12_1 | |
libpsl.so.5 libpsl-0.20.2_1 | |
libsoup-2.4.so.1 libsoup-2.34.0_1 | |
libsoup-gnome-2.4.so.1 libsoup-gnome-2.34.0_1 | |
libuninum.so.5 libuninum-2.7_1 | |
libunique-3.0.so.0 libunique-2.91.4_1 | |
libwebkit2gtk-4.0.so.37 webkit2gtk-2.6.2_1 | |
libjavascriptcoregtk-4.0.so.18 webkit2gtk-2.6.2_1 | |
libgimp-2.0.so.0 libgimp-2.10.0_1 | |
libgimpwidgets-2.0.so.0 libgimp-2.10.0_1 | |
libgimpui-2.0.so.0 libgimp-2.10.0_1 | |
libgimpbase-2.0.so.0 libgimp-2.10.0_1 | |
libgimpthumb-2.0.so.0 libgimp-2.10.0_1 | |
libgimpconfig-2.0.so.0 libgimp-2.10.0_1 | |
libgimpmath-2.0.so.0 libgimp-2.10.0_1 | |
libgimpcolor-2.0.so.0 libgimp-2.10.0_1 | |
libgimpmodule-2.0.so.0 libgimp-2.10.0_1 | |
libgmic.so.2 gmic-2.1.8_1 | |
libcgmic.so.2 gmic-2.1.8_1 | |
libexiv2.so.27 exiv2-0.27_1 | |
libKF5Holidays.so.5 kholidays-5.47.0_1 | |
libPhabricatorHelpers.so.5 purpose-5.48.0_1 | |
libKF5PurposeWidgets.so.5 purpose-5.48.0_1 | |
libKF5Purpose.so.5 purpose-5.48.0_1 | |
libKF5PulseAudioQt.so.2 pulseaudio-qt-1.1.0_1 | |
libReviewboardHelpers.so.5 purpose-5.48.0_1 | |
libecpg_compat.so.3 postgresql-libs-8.4.2_1 | |
libecpg.so.6 postgresql-libs-8.4.2_1 | |
libpgtypes.so.3 postgresql-libs-8.4.2_1 | |
libpq.so.5 postgresql-libs-8.4.2_1 | |
libmypaint-1.3.so.0 libmypaint-1.3.0_1 | |
libmysqlclient_r.so.18 libmysqlclient-5.5.27_1 | |
libmysqlclient.so.18 libmysqlclient-5.5.27_1 | |
libgssapi_krb5.so.2 mit-krb5-libs-1.8_1 | |
libgssrpc.so.4 mit-krb5-libs-1.8_1 | |
libk5crypto.so.3 mit-krb5-libs-1.8_1 | |
libkadm5clnt_mit.so.11 mit-krb5-libs-1.15.1_1 | |
libkadm5clnt.so mit-krb5-libs-1.8_1 | |
libkadm5srv_mit.so.11 mit-krb5-libs-1.15.1_1 | |
libkadm5srv.so mit-krb5-libs-1.8_1 | |
libkdb5.so.9 mit-krb5-libs-1.16_1 | |
libkrb5.so.3 mit-krb5-libs-1.8_1 | |
libkrad.so.0 mit-krb5-libs-1.12.1_1 | |
libkrb5support.so.0 mit-krb5-libs-1.8_1 | |
libkdb_ldap.so.1 mit-krb5-libs-1.14.2_2 | |
libverto.so.0 mit-krb5-libs-1.8_1 | |
libverto-k5ev.so.0 mit-krb5-libs-1.8_1 | |
libmenu-cache.so.3 menu-cache-1.0.0_1 | |
libupower-glib.so.3 libupower-glib3-0.99.3_1 | |
libcanberra.so.0 libcanberra-0.23_1 | |
libcanberra-gtk.so.0 libcanberra-gtk-0.30_6 | |
libcanberra-gtk3.so.0 libcanberra-gtk3-0.30_6 | |
libgtop-2.0.so.11 libgtop-2.38.0_1 | |
librarian.so.0 rarian-0.8.1_1 | |
libmusikcore.so musikcube-0.60.1_1 | |
libgnome-menu-3.so.0 gnome-menus-2.91.6_1 | |
libart_lgpl_2.so.2 libart-2.3.20_1 | |
libgnomecanvas-2.so.0 libgnomecanvas-2.30.1_1 | |
libgnomecanvasmm-2.6.so.1 libgnomecanvasmm-2.26.0_1 | |
libgnome-keyring.so.0 libgnome-keyring-3.0.0_1 | |
libical.so.3 libical-3.0.4_1 | |
libical_cxx.so.3 libical-3.0.4_1 | |
libicalss.so.3 libical-3.0.4_1 | |
libicalss_cxx.so.3 libical-3.0.4_1 | |
libicalvcal.so.3 libical-3.0.4_1 | |
libical-glib.so.3 libical-3.0.4_1 | |
libcamel-1.2.so.62 evolution-data-server-3.30.0_1 | |
libedataserver-1.2.so.24 evolution-data-server-3.32.0_1 | |
libebackend-1.2.so.10 evolution-data-server-3.17.90_1 | |
libedataserverui-1.2.so.2 evolution-data-server-3.28.0_1 | |
libebook-contacts-1.2.so.3 evolution-data-server-3.34.0_1 | |
libedata-book-1.2.so.26 evolution-data-server-3.34.0_1 | |
libebook-1.2.so.20 evolution-data-server-3.34.0_1 | |
libecal-2.0.so.1 evolution-data-server-3.34.0_1 | |
libevolution-calendar.so evolution-3.28.0_1 | |
libevolution-util.so evolution-3.28.0_1 | |
libemail-engine.so evolution-3.28.0_1 | |
libevolution-mail.so evolution-3.28.0_1 | |
libevolution-shell.so evolution-3.28.0_1 | |
libedata-cal-2.0.so.1 evolution-data-server-3.34.0_1 | |
libgdata.so.22 libgdata-0.17.9_1 | |
libpcap.so.1 libpcap-1.1.1_1 | |
libiptc.so.0 iptables-1.4.7_1 | |
libip6tc.so.2 iptables-1.8.3_1 | |
libxtables.so.12 iptables-1.6.1_1 | |
libip4tc.so.2 iptables-1.8.3_1 | |
libipq.so.0 iptables-1.4.7_1 | |
libnm.so.0 libnm-1.0.0_1 | |
libKF5ItemModels.so.5 kitemmodels-5.26.0_1 | |
libboost_context.so.1.69.0 libboost_context1.69-1.69.0_1 | |
libboost_coroutine.so.1.69.0 libboost_coroutine1.69-1.69.0_1 | |
libboost_container.so.1.69.0 libboost_container1.69-1.69.0_1 | |
libboost_prg_exec_monitor.so.1.69.0 libboost_prg_exec_monitor1.69-1.69.0_1 | |
libboost_timer.so.1.69.0 libboost_timer1.69-1.69.0_1 | |
libboost_random.so.1.69.0 libboost_random1.69-1.69.0_1 | |
libboost_filesystem.so.1.69.0 libboost_filesystem1.69-1.69.0_1 | |
libboost_unit_test_framework.so.1.69.0 libboost_unit_test_framework1.69-1.69.0_1 | |
libboost_math_c99.so.1.69.0 libboost_math_c991.69-1.69.0_1 | |
libboost_math_tr1.so.1.69.0 libboost_math_tr11.69-1.69.0_1 | |
libboost_regex.so.1.69.0 libboost_regex1.69-1.69.0_1 | |
libboost_serialization.so.1.69.0 libboost_serialization1.69-1.69.0_1 | |
libboost_chrono.so.1.69.0 libboost_chrono1.69-1.69.0_1 | |
libboost_wserialization.so.1.69.0 libboost_wserialization1.69-1.69.0_1 | |
libboost_graph.so.1.69.0 libboost_graph1.69-1.69.0_1 | |
libboost_log.so.1.69.0 libboost_log1.69-1.69.0_1 | |
libboost_locale.so.1.69.0 libboost_locale1.69-1.69.0_1 | |
libboost_math_tr1.so.1.69.0 libboost_math_tr11.69-1.69.0_1 | |
libboost_program_options.so.1.69.0 libboost_program_options1.69-1.69.0_1 | |
libboost_iostreams.so.1.69.0 libboost_iostreams1.69-1.69.0_1 | |
libboost_system.so.1.69.0 libboost_system1.69-1.69.0_1 | |
libboost_thread.so.1.69.0 libboost_thread1.69-1.69.0_1 | |
libboost_log_setup.so.1.69.0 libboost_log_setup1.69-1.69.0_1 | |
libboost_date_time.so.1.69.0 libboost_date_time1.69-1.69.0_1 | |
libboost_math_c99.so.1.69.0 libboost_math_c991.69-1.69.0_1 | |
libboost_wave.so.1.69.0 libboost_wave1.69-1.69.0_1 | |
libboost_math_tr1.so.1.69.0 libboost_math_tr11.69-1.69.0_1 | |
libboost_atomic.so.1.69.0 libboost_atomic1.69-1.69.0_1 | |
libboost_math_c99.so.1.69.0 libboost_math_c991.69-1.69.0_1 | |
libboost_type_erasure.so.1.69.0 libboost_type_erasure1.69-1.69.0_1 | |
libboost_fiber.so.1.69.0 libboost_fiber1.69-1.69.0_1 | |
libboost_stacktrace_noop.so.1.69.0 libboost_stacktrace_noop1.69-1.69.0_1 | |
libboost_stacktrace_addr2line.so.1.69.0 libboost_stacktrace_addr2line1.69-1.69.0_1 | |
libboost_stacktrace_basic.so.1.69.0 libboost_stacktrace_basic1.69-1.69.0_1 | |
libboost_python27.so.1.69.0 boost-python1.69-1.69.0_1 | |
libboost_python38.so.1.69.0 boost-python3-1.69-1.69.0_1 | |
libboost_context.so.1.72.0 libboost_context1.72-1.72.0_1 | |
libboost_coroutine.so.1.72.0 libboost_coroutine1.72-1.72.0_1 | |
libboost_container.so.1.72.0 libboost_container1.72-1.72.0_1 | |
libboost_prg_exec_monitor.so.1.72.0 libboost_prg_exec_monitor1.72-1.72.0_1 | |
libboost_timer.so.1.72.0 libboost_timer1.72-1.72.0_1 | |
libboost_random.so.1.72.0 libboost_random1.72-1.72.0_1 | |
libboost_filesystem.so.1.72.0 libboost_filesystem1.72-1.72.0_1 | |
libboost_unit_test_framework.so.1.72.0 libboost_unit_test_framework1.72-1.72.0_1 | |
libboost_math_c99.so.1.72.0 libboost_math_c991.72-1.72.0_1 | |
libboost_math_tr1.so.1.72.0 libboost_math_tr11.72-1.72.0_1 | |
libboost_regex.so.1.72.0 libboost_regex1.72-1.72.0_1 | |
libboost_serialization.so.1.72.0 libboost_serialization1.72-1.72.0_1 | |
libboost_chrono.so.1.72.0 libboost_chrono1.72-1.72.0_1 | |
libboost_wserialization.so.1.72.0 libboost_wserialization1.72-1.72.0_1 | |
libboost_graph.so.1.72.0 libboost_graph1.72-1.72.0_1 | |
libboost_log.so.1.72.0 libboost_log1.72-1.72.0_1 | |
libboost_locale.so.1.72.0 libboost_locale1.72-1.72.0_1 | |
libboost_math_tr1.so.1.72.0 libboost_math_tr11.72-1.72.0_1 | |
libboost_program_options.so.1.72.0 libboost_program_options1.72-1.72.0_1 | |
libboost_iostreams.so.1.72.0 libboost_iostreams1.72-1.72.0_1 | |
libboost_system.so.1.72.0 libboost_system1.72-1.72.0_1 | |
libboost_thread.so.1.72.0 libboost_thread1.72-1.72.0_1 | |
libboost_log_setup.so.1.72.0 libboost_log_setup1.72-1.72.0_1 | |
libboost_date_time.so.1.72.0 libboost_date_time1.72-1.72.0_1 | |
libboost_math_c99.so.1.72.0 libboost_math_c991.72-1.72.0_1 | |
libboost_wave.so.1.72.0 libboost_wave1.72-1.72.0_1 | |
libboost_math_tr1.so.1.72.0 libboost_math_tr11.72-1.72.0_1 | |
libboost_atomic.so.1.72.0 libboost_atomic1.72-1.72.0_1 | |
libboost_math_c99.so.1.72.0 libboost_math_c991.72-1.72.0_1 | |
libboost_type_erasure.so.1.72.0 libboost_type_erasure1.72-1.72.0_1 | |
libboost_fiber.so.1.72.0 libboost_fiber1.72-1.72.0_1 | |
libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1 | |
libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1 | |
libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1 | |
libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1 | |
libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1 | |
libexempi.so.8 exempi-2.5.0_1 | |
libatasmart.so.4 libatasmart-0.17_1 | |
libsgutils2.so.2 libsgutils-1.42_1 | |
liblvm2app.so.2.2 liblvm2app-2.02.54_1 | |
libcpufreq.so.0 libcpufreq-007_1 | |
libcpuid.so.14 libcpuid-0.4.0_1 | |
libgucharmap_2_90.so.7 gucharmap-3.0.0_1 | |
libgphoto2.so.6 libgphoto2-2.5.7_1 | |
libgphoto2_port.so.12 libgphoto2-2.5.7_1 | |
libgvfscommon.so.0 gvfs-1.7.2_1 | |
libgvfscommon-dnssd.so.0 gvfs-1.7.2_1 | |
libgvfsdaemon.so gvfs-1.20_1 | |
libgvfscommon.so gvfs-1.20_1 | |
libnautilus-extension.so.1 libnautilus-3.2.1_1 | |
libmpc.so.3 libmpc-1.0.1_1 | |
libsigc-2.0.so.0 libsigc++-1.1_1 | |
libglibmm-2.4.so.1 glibmm-2.24.0_1 | |
libgiomm-2.4.so.1 glibmm-2.24.0_1 | |
libglibmm_generate_extra_defs-2.4.so.1 glibmm-2.24.0_1 | |
libcairomm-1.0.so.1 cairomm-1.8.4_1 | |
libpangomm-1.4.so.1 pangomm-2.26.0_1 | |
libatkmm-1.6.so.1 atkmm-2.22.1_1 | |
libgtkmm-3.0.so.1 gtkmm-2.99.5_1 | |
libgdkmm-3.0.so.1 gtkmm-2.99.5_1 | |
libgnome-bluetooth.so.13 gnome-bluetooth-3.12.0_1 | |
libsasl2.so.3 libsasl-2.1.26_1 | |
liblber-2.4.so.2 libldap-2.4.21_1 | |
libldap-2.4.so.2 libldap-2.4.21_1 | |
libldap_r-2.4.so.2 libldap-2.4.21_1 | |
libevent-2.1.so.7 libevent-2.1.11_1 | |
libevent_core-2.1.so.7 libevent-2.1.11_1 | |
libevent_extra-2.1.so.7 libevent-2.1.11_1 | |
libevent_pthreads-2.1.so.7 libevent-2.1.11_1 | |
libevent_openssl-2.1.so.7 libevent-2.1.11_1 | |
libSDL_mixer-1.2.so.0 SDL_mixer-1.2.11_1 | |
libapr-1.so.0 apr-1.4.2_1 | |
libaprutil-1.so.0 apr-util-1.3.9_1 | |
libnetpgp.so.0 libnetpgp-20100313_1 | |
libmj.so.0 libmj-20140211_1 | |
libmca_common_sm.so.40 libopenmpi-3.0.1_1 | |
libmca_common_dstore.so.1 libopenmpi-4.0.1_1 | |
libmca_common_ompio.so.41 libopenmpi-3.0.1_1 | |
libmca_common_monitoring.so.50 libopenmpi-3.1.2_1 | |
libmpi.so.40 libopenmpi-3.0.1_1 | |
libompitrace.so.40 libopenmpi-3.0.1_1 | |
libopen-pal.so.40 libopenmpi-3.0.1_1 | |
libopen-rte.so.40 libopenmpi-3.0.1_1 | |
liboshmem.so.40 libopenmpi-3.0.1_1 | |
libmtp.so.9 libmtp-1.1.4_1 | |
libelf.so.1 libelf-0.155_1 | |
libdw.so.1 libelf-0.155_1 | |
libasm.so.1 libelf-0.155_1 | |
libgtksourceview-3.0.so.1 gtksourceview-3.8.0_1 | |
libtalloc.so.2 talloc-2.0.1_1 | |
libmount.so.1 libmount-2.18_1 | |
libdconf.so.1 dconf-0.13.90_1 | |
libassuan.so.0 libassuan-2.0.1_1 | |
libgpgme.so.11 libgpgme-1.12.0_2 | |
libgpgmepp.so.6 gpgmepp-1.7.0_3 | |
libqgpgme.so.7 gpgmeqt-1.7.0_3 | |
libgarcon-1.so.0 garcon-0.1.12_1 | |
libgarcon-gtk2-1.so.0 garcon-0.4.0_1 | |
libgarcon-gtk3-1.so.0 garcon-0.6.1_1 | |
libxfce4ui-1.so.0 libxfce4ui-4.9.2_1 | |
libxfce4ui-2.so.0 libxfce4ui-4.12.1_2 | |
libxfce4kbd-private-2.so.0 libxfce4ui-4.9.2_1 | |
libxfce4kbd-private-3.so.0 libxfce4ui-4.12.1_2 | |
libxml++-2.6.so.2 libxml++-2.32.0_1 | |
libxml++-3.0.so.1 libxml++3.0-3.0.1_1 | |
libftgl.so.2 ftgl-2.1.2_1 | |
libGLEW.so.2.1 glew-2.1.0_1 | |
libsndfile.so.1 libsndfile-1.0.20_1 | |
libspeex.so.1 libspeex-1.1_1 | |
libspeexdsp.so.1 speexdsp-1.2rc2_1 | |
libasyncns.so.0 libasyncns-0.8_1 | |
libpulse.so.0 libpulseaudio-1.0_1 | |
libpulse-mainloop-glib.so.0 libpulseaudio-1.0_1 | |
libpulse-simple.so.0 libpulseaudio-1.0_1 | |
libpulsecommon-13.0.so libpulseaudio-13.0_1 | |
libpulsecore-13.0.so libpulseaudio-13.0_1 | |
liborc-0.4.so.0 orc-0.4.11_1 | |
liborc-test-0.4.so.0 orc-0.4.11_1 | |
libgmime-2.6.so.0 gmime-2.6.4_1 | |
libtotem-plparser.so.18 totem-pl-parser-3.26.1_1 | |
libtotem-plparser-mini.so.18 libtotem-plparser-mini-3.26.1_1 | |
libgladeui-2.so.6 libgladeui3-3.10.0_1 | |
libtdb.so.1 libtdb-1.2.2_1 | |
libgssdp-1.2.so.0 gssdp-1.2.0_1 | |
libgupnp-1.2.so.0 gupnp-1.2.0_1 | |
libsamplerate.so.0 libsamplerate-0.1.7_1 | |
libmms.so.0 libmms-0.6_1 | |
libsmbclient.so.0 libsmbclient-3.5.6_1 | |
libsmbios.so.2 libsmbios-2.2.28_1 | |
libsmbios_c.so.2 libsmbios-2.2.28_1 | |
libwbclient.so.0 libsmbclient-3.5.6_1 | |
libjasper.so.4 libjasper-1.900.27_1 | |
librecode.so.0 librecode-3.6_1 | |
libenca.so.0 libenca-1.13_1 | |
libwavpack.so.1 libwavpack-4.60.1_1 | |
libSDL_net-1.2.so.0 SDL_net-1.2.7_1 | |
libmodplug.so.1 libmodplug-0.8.8_1 | |
libfetch.so.2 libfetch-2.34_8 | |
libneon.so.27 neon-0.29.5_1 | |
libsvn_subr-1.so.0 libsvn-1.7.5_1 | |
libsvn_diff-1.so.0 libsvn-1.7.5_1 | |
libsvn_client-1.so.0 libsvn-1.7.5_1 | |
libsvn_delta-1.so.0 libsvn-1.7.5_1 | |
libsvn_fs-1.so.0 libsvn-1.7.5_1 | |
libsvn_ra-1.so.0 libsvn-1.7.5_1 | |
libsvn_repos-1.so.0 libsvn-1.7.5_1 | |
libsvn_wc-1.so.0 libsvn-1.7.5_1 | |
libsvn_fs_util-1.so.0 libsvn-1.7.5_1 | |
libsvn_ra_svn-1.so.0 libsvn-1.7.5_1 | |
libsvn_fs_fs-1.so.0 libsvn-1.7.5_1 | |
libsvn_fs_base-1.so.0 libsvn-1.7.5_1 | |
libsvn_ra_local-1.so.0 libsvn-1.7.5_1 | |
libsvn_ra_neon-1.so.0 libsvn-1.7.5_1 | |
libsvn_ra_serf-1.so.0 libsvn-1.8.1_1 | |
libsvn_fs_x-1.so.0 libsvn-1.9.0_1 | |
libsvn_swig_py-1.so.0 subversion-python-1.7.5_1 | |
libsvn_swig_perl-1.so.0 subversion-perl-1.7.5_1 | |
libjson-glib-1.0.so.0 json-glib-0.12.2_1 | |
libcjson.so.1 cJSON-1.7.8_1 | |
libvirt.so.0 libvirt-0.8.7_1 | |
libvirt-qemu.so.0 libvirt-0.8.7_1 | |
libvirt-lxc.so.0 libvirt-1.0.2_1 | |
libgdk-3.so.0 gtk+3-3.0.0_1 | |
libgtk-3.so.0 gtk+3-3.0.0_1 | |
libgailutil-3.so.0 gtk+3-3.0.0_1 | |
liblightdm-gobject-1.so.0 liblightdm-gobject-1.2.2_1 | |
libcelt0.so.2 celt-0.11.1_1 | |
libspice-server.so.1 spice-0.6.4_1 | |
libbrasero-burn3.so.1 brasero-2.91.90_1 | |
libbrasero-media3.so.1 brasero-2.91.90_1 | |
libbrasero-utils3.so.1 brasero-2.91.90_1 | |
libXss.so.1 libXScrnSaver-1.1.3_1 | |
libyelp.so.0 yelp-2.91.90_1 | |
libpeas-1.0.so.0 libpeas-1.0.0_2 | |
libpeas-gtk-1.0.so.0 libpeas-1.0.0_2 | |
libtotem.so.0 libtotem-3.6.2_1 | |
libclutter-1.0.so.0 clutter-1.14.0_1 | |
libavfs.so.0 libavfs-1.0.5_1 | |
libdmr.so.0.1 deepin-movie-reborn-3.2.5_1 | |
libgjs.so.0 gjs-0.7.11_1 | |
libgjs-gi.so gjs-0.7.11_1 | |
libgjs-dbus.so.0 gjs-0.7.11_1 | |
libtelepathy-glib.so.0 telepathy-glib-0.15.5_1 | |
libaccountsservice.so.0 accountsservice-0.6.4_1 | |
libfolks.so.25 folks-0.9.5_1 | |
libfolks-telepathy.so.25 folks-0.9.5_1 | |
libfolks-eds.so.25 folks-0.9.5_1 | |
libnice.so.10 libnice-0.1.0_1 | |
libgupnp-igd-1.0.so.4 gupnp-igd-0.2.0_1 | |
libtelepathy-logger.so.3 telepathy-logger-0.6.0_1 | |
libmission-control-plugins.so.0 telepathy-mission-control-5.9.2_1 | |
libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1 | |
libchamplain-0.12.so.0 libchamplain-0.12.5_2 | |
libchamplain-gtk-0.12.so.0 libchamplain-0.12.5_2 | |
libvpx.so.5 libvpx5-1.7.0_1 | |
libvpx.so.6 libvpx6-1.8.0_1 | |
libXevie.so.1 libXevie-1.0.2_1 | |
libatspi.so.0 at-spi2-core-1.91.91_1 | |
libatk-bridge-2.0.so.0 at-spi2-atk-2.6.0_1 | |
libvte-2.91.so.0 vte3-0.52.2_1 | |
libpipeline.so.1 libpipeline-1.2.0_1 | |
libosp.so.5 opensp-1.5.2_1 | |
libogrove.so.0 openjade-1.3.2_1 | |
libospgrove.so.0 openjade-1.3.2_1 | |
libostyle.so.0 openjade-1.3.2_1 | |
libtorrent.so.21 libtorrent-0.13.8_1 | |
libgiblib.so.1 giblib-1.2.4_1 | |
libgc.so.1 gc-7.6.4_1 | |
libcord.so.1 gc-7.4_1 | |
libgslcblas.so.0 gsl-1.15_1 | |
libgsl.so.23 gsl-2.4_1 | |
liblua5.1.so.5.1 lua51-5.1.5_1 | |
liblua5.2.so.5.2 lua52-5.2.4_2 | |
liblua5.3.so.5.3 lua-5.3.1_2 | |
libburn.so.4 libburn-0.7.2_1 | |
libKF5Auth.so.5 kauth-5.26.0_1 | |
libKF5AuthCore.so.5 kauth-5.56.0_1 | |
libgdkmm-2.4.so.1 gtkmm2-2.24.0_1 | |
libgtkmm-2.4.so.1 gtkmm2-2.24.0_1 | |
libquadmath.so.0 libquadmath-4.4.0_1 | |
libgfortran.so.5 libgfortran-8.2.0_1 | |
libgnarl-9.so libada-9.1.0_1 | |
libgnat-9.so libada-9.1.0_1 | |
libmozjs185.so.1.0 js-1.8.5_1 | |
libwebp.so.7 libwebp-0.6.0_1 | |
libwebpmux.so.3 libwebp-0.6.0_1 | |
libwebpdemux.so.2 libwebp-0.5.0_1 | |
libwebpdecoder.so.3 libwebp-0.6.0_1 | |
libva-x11.so.2 libva-2.2.0_1 | |
libva.so.2 libva-2.2.0_1 | |
libva-glx.so.2 libva-glx-2.2.0_1 | |
libva-drm.so.2 libva-2.2.0_1 | |
libva-wayland.so.2 libva-2.2.0_1 | |
libv4l2.so.0 v4l-utils-0.8.5_1 | |
libv4lconvert.so.0 v4l-utils-0.8.5_1 | |
libv4l1.so.0 v4l-utils-0.8.5_1 | |
libv4l2rds.so.0 v4l-utils-1.2.1_1 | |
libdvbv5.so.0 v4l-utils-1.6.2_1 | |
libjson-c.so.4 json-c-0.13.1_1 | |
libcogl.so.20 cogl-1.18.0_1 | |
libcogl-pango.so.20 cogl-1.18.0_1 | |
libcogl-gst.so.20 cogl-1.18.0_1 | |
libcogl-gles2.so.20 cogl-1.18.0_1 | |
libcogl-path.so.20 cogl-1.18.0_1 | |
libp11-kit.so.0 p11-kit-0.7_1 | |
librest-0.7.so.0 rest-0.7_1 | |
librest-extras-0.7.so.0 rest-0.7_1 | |
libgoa-1.0.so.0 gnome-online-accounts-3.2.0_1 | |
libgoa-backend-1.0.so.1 gnome-online-accounts-3.10.0_1 | |
liboauth.so.0 liboauth-0.9.4_1 | |
liblcms2.so.2 lcms2-2.2_1 | |
libcolord.so.2 libcolord-1.1.7_1 | |
libcolordprivate.so.2 libcolord-1.1.7_1 | |
libcolorhug.so.2 libcolord-1.1.7_1 | |
libnm-gtk.so.0 libnm-gtk-0.9.1.95_1 | |
libcaribou.so.0 caribou-0.4.0_1 | |
libgupnp-av-1.0.so.2 gupnp-av-0.10.0_1 | |
libgrilo-0.3.so.0 grilo-0.3.2_1 | |
libgrlnet-0.3.so.0 grilo-0.3.2_1 | |
libgrlpls-0.3.so.0 grilo-0.3.2_1 | |
libquvi.so.7 libquvi-0.4.0_1 | |
libepc-1.0.so.3 libepc-0.4.1_1 | |
libepc-ui-1.0.so.3 libepc-0.4.1_1 | |
libgupnp-dlna-2.0.so.3 gupnp-dlna-0.10.0_1 | |
libgupnp-dlna-gst-2.0.so.3 gupnp-dlna-0.10.0_1 | |
libgupnp-dlna-1.0.so.2 gupnp-dlna-0.6.1_1 | |
libtracker-common.so libtracker-2.2.0_1 | |
libtracker-data.so libtracker-2.2.0_1 | |
libfm.so.4 libfm-1.2.3_3 | |
libfm-gtk3.so.4 libfm-gtk+3-1.3.1_2 | |
libfm-extra.so.4 libfm-extra-1.2.3_3 | |
libunique-1.0.so.0 libunique1-1.1.6_1 | |
libxnoise.so.0 libxnoise-0.1.29_1 | |
libdiscid.so.0 libdiscid-0.2.2_1 | |
librhythmbox-core.so.10 librhythmbox-3.4.1_1 | |
libdmapsharing-3.0.so.2 libdmapsharing-2.9.12_1 | |
libgexiv2.so.2 libgexiv2-0.6.1_1 | |
libraw.so.19 libraw-0.19.0_1 | |
libraw_r.so.19 libraw-0.19.0_1 | |
libkritaversion.so.18 krita-4.2.0_1 | |
libkritaglobal.so.18 krita-4.2.0_1 | |
libkritaplugin.so.18 krita-4.2.0_1 | |
libkritawidgetutils.so.18 krita-4.2.0_1 | |
libkritawidgets.so.18 krita-4.2.0_1 | |
libkritastore.so.18 krita-4.2.0_1 | |
libkritaodf.so.18 krita-4.2.0_1 | |
libkritaflake.so.18 krita-4.2.0_1 | |
libkritabasicflakes.so.18 krita-4.2.0_1 | |
libkritapigment.so.18 krita-4.2.0_1 | |
libkritacommand.so.18 krita-4.2.0_1 | |
libkritalibbrush.so.18 krita-4.2.0_1 | |
libkritapsd.so.18 krita-4.2.0_1 | |
libkritacolor.so.18 krita-4.2.0_1 | |
libkritacolord.so.18 krita-4.2.0_1 | |
libkritaimage.so.18 krita-4.2.0_1 | |
libkritaui.so.18 krita-4.2.0_1 | |
libkritavectorimage.so.18 krita-4.2.0_1 | |
libkritaimpex.so.18 krita-4.2.0_1 | |
libkritalibkis.so.18 krita-4.2.0_1 | |
libkritaqml.so.18 krita-4.2.0_1 | |
libkritatextlayout.so.18 krita-4.2.0_1 | |
libkritatext.so.18 krita-4.2.0_1 | |
libkritalibkra.so.18 krita-4.2.0_1 | |
libkritalibpaintop.so.18 krita-4.2.0_1 | |
libdjvulibre.so.21 libdjvulibre-3.5.24_1 | |
libgxps.so.2 libgxps-0.2.0_1 | |
libt1.so.5 libt1-5.1.2_1 | |
libt1x.so.5 libt1-5.1.2_1 | |
libevdocument3.so.4 libevince-3.3.92_1 | |
libevview3.so.3 libevince-3.3.92_1 | |
libjack.so.0 libjack-1.9.7_1 | |
libjackserver.so.0 libjack-1.9.7_1 | |
libjacknet.so.0 libjack-1.9.7_1 | |
libfftw3_threads.so.3 libfftw-3.3_1 | |
libfftw3.so.3 libfftw-3.3_1 | |
libfftw3_omp.so.3 libfftw-3.3.5_1 | |
libfftw3l_threads.so.3 libfftw-3.3_1 | |
libfftw3l.so.3 libfftw-3.3_1 | |
libfftw3l_omp.so.3 libfftw-3.3.5_1 | |
libfftw3f_threads.so.3 libfftw-3.3_1 | |
libfftw3f.so.3 libfftw-3.3_1 | |
libfftw3f_omp.so.3 libfftw-3.3.5_1 | |
libfluidsynth.so.1 libfluidsynth-1.1.5_1 | |
liblo.so.7 liblo-0.26_1 | |
libvamp-sdk.so.2 libvamp-plugin-sdk-2.2_1 | |
librubberband.so.2 librubberband-1.6.0_1 | |
libaubio.so.5 libaubio-0.4.3_1 | |
libraptor2.so.0 libraptor-2.0.4_1 | |
liblrdf.so.2 liblrdf-0.4.0_1 | |
libserd-0.so.0 libserd-0.18.0_1 | |
libsord-0.so.0 libsord-0.5.0_1 | |
libgiggle.so.0 libgiggle-0.6.1_1 | |
libgiggle-git.so.0 libgiggle-0.6.1_1 | |
libwine.so.1 libwine-1.6_1 | |
libwv-1.2.so.4 libwv-1.2.9_1 | |
libabiword-3.0.so libabiword-3.0.0_1 | |
libmpg123.so.0 libmpg123-1.13.4_2 | |
libout123.so.0 libmpg123-1.23.0_1 | |
libopenal.so.1 libopenal-1.13_1 | |
libalure.so.1 alure-1.2_1 | |
libalut.so.0 freealut-1.1.0_1 | |
liblilv-0.so.0 liblilv-0.14.4_1 | |
libsuil-0.so.0 suil-0.6.4_1 | |
libmcpp.so.0 libmcpp-2.7.2_1 | |
libjitterentropy.so.2 jitterentropy-2.2.0_1 | |
libkdecorations2.so.5 kdecoration-5.8.4_1 | |
libkdecorations2private.so.6 kdecoration-5.13.3_1 | |
libGlacier2.so.35 libIce-3.5.0_1 | |
libIce.so.35 libIce-3.5.0_1 | |
libIceSSL.so.35 libIce-3.5.0_1 | |
libIceUtil.so.35 libIce-3.5.0_1 | |
libIceStormService.so.35 libIce-3.5.0_1 | |
libIceStorm.so.35 libIce-3.5.0_1 | |
libFreeze.so.35 libIce-3.5.0_1 | |
libSlice.so.35 libIce-3.5.0_1 | |
libIceBox.so.35 libIce-3.5.0_1 | |
libIceGrid.so.35 libIce-3.5.0_1 | |
libIcePatch2.so.35 libIce-3.5.0_1 | |
libIceDB.so.35 libIce-3.5.0_1 | |
libIceXML.so.35 libIce-3.5.0_1 | |
libvdpau.so.1 libvdpau-0.4.1_1 | |
libgtkhtml-4.0.so.0 libgtkhtml-4.2.1_1 | |
libgtkhtml-editor-4.0.so.0 libgtkhtml-4.2.1_1 | |
libgsm.so.1 libgsm-1.0.13_13 | |
libcgroup.so.1 libcgroup-0.37.1_1 | |
libxdg-basedir.so.1 libxdg-basedir-1.1.1_1 | |
libev.so.4 libev-4.04_1 | |
libell.so.0 ell-0.20_1 | |
libgvnc-1.0.so.0 gtk-vnc-0.4.4_1 | |
libgtk-vnc-2.0.so.0 gtk-vnc-0.4.4_1 | |
libyaml-0.so.2 libyaml-0.1.4_1 | |
libuchardet.so.0 uchardet-0.0.6_1 | |
libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1 | |
libyajl.so.2 yajl-2.0.1_1 | |
libconfuse.so.2 confuse-3.2.1_1 | |
liblldb.so.9 lldb-9.0.0_1 | |
libclang.so.9 clang-9.0.0_1 | |
libclang-cpp.so.9 clang-9.0.0_1 | |
libLLVM-6.0.so libllvm6.0-6.0.0_1 | |
libLLVM-7.so libllvm7-7.0.0_1 | |
libLLVM-8.so libllvm8-8.0.0_1 | |
libLLVM-9.so libllvm9-9.0.0_1 | |
libisofs.so.6 libisofs-0.6.24_1 | |
libmpack.so.0 libmpack-1.0.5_1 | |
libGeoIP.so.1 libgeoip-1.4.8_1 | |
libnilfs.so.0 libnilfs-2.1.0_1 | |
libnilfsgc.so.0 libnilfs-2.1.0_1 | |
libnilfscleaner.so.0 libnilfs-2.1.0_1 | |
libchicken.so.11 libchicken-5.1.0_1 | |
libmdb.so.0 libmdb-0.5_1 | |
libmdbsql.so.0 libmdb-0.5_1 | |
libkeybinder.so.0 libkeybinder2-0.3.0_1 | |
libkmod.so.2 libkmod-5_1 | |
libestr.so.0 libestr-0.1.2_1 | |
libee.so.0 libee-0.3.2_1 | |
libobt.so.2 libopenbox-3.5.2_1 | |
libobrender.so.32 libopenbox-3.6.1_1 | |
libgssglue.so.1 libgssglue-0.3_1 | |
libtirpc.so.3 libtirpc-1.0.2_1 | |
librpcsecgss.so.3 librpcsecgss-0.19_1 | |
libnfsidmap.so.0 libnfsidmap-0.24_1 | |
libbind9.so.161 bind-libs-9.11.5_1 | |
libdns.so.1107 bind-libs-9.11.10_1 | |
libirs.so.161 bind-libs-9.11.5_1 | |
libisc.so.1104 bind-libs-9.11.13_1 | |
libisccc.so.161 bind-libs-9.11.5_1 | |
libisccfg.so.163 bind-libs-9.11.5_1 | |
liblwres.so.161 bind-libs-9.11.5_1 | |
libplist.so.3 libplist-1.12_1 | |
libplist++.so.3 libplist++-1.12_1 | |
libnsbmp.so.0 libnsbmp-0.0.3_1 | |
libnsgif.so.0 libnsgif-0.0.3_1 | |
libparserutils.so.0 libparserutils-0.1.1_1 | |
libwapcaplet.so.0 libwapcaplet-0.1.0_1 | |
libcss.so.0 libcss-0.1.1_1 | |
libhubbub.so.0 libhubbub-0.1.1_1 | |
liblutok.so.3 lutok-0.4_1 | |
libmtdev.so.1 mtdev-1.1.2_1 | |
libcryptsetup.so.12 libcryptsetup-2.0.0_1 | |
libgusb.so.2 libgusb-0.1.3_1 | |
libmash-0.2.so.0 mash-0.2.0_4 | |
libbytesize.so.1 libbytesize-1.2_1 | |
libblockdev.so.2 libblockdev-2.16_1 | |
libbd_utils.so.2 libblockdev-2.16_1 | |
libndctl.so.6 libndctl-60.3_1 | |
libdaxctl.so.1 libdaxctl-60.3_1 | |
libudisks2.so.0 udisks2-1.93.0_1 | |
libgcr-base-3.so.1 gcr-3.3.92_1 | |
libgck-1.so.0 gcr-3.8.0_1 | |
libgcr-ui-3.so.1 gcr-3.8.0_1 | |
libcld2.so cld2-0.0.1.20150821_1 | |
libcld2_full.so cld2-full-0.0.1.20150821_1 | |
libwacom.so.2 libwacom-0.3_1 | |
libfarstream-0.2.so.5 farstream-0.2.7_1 | |
libass.so.9 libass-0.13.6_1 | |
libcryptui.so.0 libcryptui-3.4.0_1 | |
libkeyutils.so.1 libkeyutils-1.5.5_1 | |
libiptcdata.so.0 libiptcdata-1.0.4_1 | |
libutempter.so.0 libutempter-1.1.5_1 | |
libxatracker.so.2 libxatracker-10.0.0_2 | |
libtumbler-1.so.0 tumbler-4.9.2_1 | |
libwebrtc_audio_processing.so.1 webrtc-audio-processing-0.3_1 | |
libcupsmime.so.1 libcups-1.5.3_1 | |
libcupsppdc.so.1 libcups-1.5.3_1 | |
libcupscgi.so.1 libcups-1.5.3_1 | |
libcups.so.2 libcups-1.5.3_1 | |
libcupsimage.so.2 libcups-1.5.3_1 | |
libijs-0.35.so libijs-0.8_1 | |
libgs.so.9 libgs-0.8_1 | |
libssh2.so.1 libssh2-1.4.1_1 | |
libvirt-glib-1.0.so.0 libvirt-glib-0.0.8_1 | |
libsnmp.so.35 libnet-snmp-5.8_1 | |
libnetsnmp.so.35 libnet-snmp-5.8_1 | |
libnetsnmpagent.so.35 libnet-snmp-5.8_1 | |
libnetsnmpmibs.so.35 libnet-snmp-5.8_1 | |
libnetsnmptrapd.so.35 libnet-snmp-5.8_1 | |
libnetsnmphelpers.so.35 libnet-snmp-5.8_1 | |
libieee1284.so.3 libieee1284-0.2.10_1 | |
libsane.so.1 libsane-1.0.22_1 | |
libfltk.so.1.3 fltk-1.3.0_1 | |
libfltk_forms.so.1.3 fltk-1.3.0_1 | |
libfltk_gl.so.1.3 fltk-1.3.0_1 | |
libfltk_images.so.1.3 fltk-1.3.0_1 | |
libspectre.so.1 libspectre-0.2.6_1 | |
libsratom-0.so.0 sratom-0.4.0_1 | |
libpwquality.so.1 libpwquality-1.1.1_1 | |
libisl.so.10 isl-0.10_1 | |
libisl.so.19 isl15-0.19_1 | |
libcloog-isl.so.4 cloog-0.18.1_1 | |
librtmp.so.1 librtmp-2.4.20161210_1 | |
libORBit-2.so.0 libORBit2-2.14.19_1 | |
libORBit-imodule-2.so.0 libORBit2-2.14.19_1 | |
libORBitCosNaming-2.so.0 libORBit2-2.14.19_1 | |
libminiupnpc.so.17 miniupnpc-2.1_1 | |
libxbps.so.4 libxbps-0.54_1 | |
libatf-c.so.1 atf-libs-0.21_1 | |
libatf-c++.so.2 atf-libs-0.21_1 | |
libvdeplug.so.3 libvde2-2.3.2_1 | |
libvdemgmt.so.0 libvde2-2.3.2_1 | |
libvdehist.so.0 libvde2-2.3.2_1 | |
libvdesnmp.so.0 libvde2-2.3.2_1 | |
libsbc.so.1 sbc-1.0_1 | |
libecryptfs.so.1 libecryptfs-104_1 | |
libnuma.so.1 libnuma-2.0.7_1 | |
libxar.so.1 xar-1.5.2_1 | |
libqpdf.so.26 libqpdf-9.0.2_1 | |
libmikmod.so.3 libmikmod-3.1.12_1 | |
libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1 | |
libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1 | |
libraul.so.10 raul-0.8.0_1 | |
libxdot.so.4 graphviz-libs-2.28.0_6 | |
libgvpr.so.2 graphviz-libs-2.28.0_6 | |
libcgraph.so.6 graphviz-libs-2.28.0_6 | |
libgvc.so.6 graphviz-libs-2.28.0_6 | |
libcdt.so.5 graphviz-libs-2.28.0_6 | |
libpathplan.so.4 graphviz-libs-2.28.0_6 | |
liblab_gamut.so.1 graphviz-libs-2.40.1_1 | |
libflowcanvas.so.5 flowcanvas-0.7.1_1 | |
liblash.so.1 ladish-1_1 | |
libmowgli-2.so.0 libmowgli-2.0.0_1 | |
libgts-0.7.so.5 gts-0.7.6_1 | |
libguess.so.1 libguess-1.1_1 | |
libaudcore.so.5 audacious-3.9_1 | |
libaudgui.so.5 audacious-3.9_1 | |
libaudtag.so.3 audacious-3.8_1 | |
libaudqt.so.2 audacious-3.10.1_2 | |
libgstreamer-1.0.so.0 gstreamer1-1.0.0_1 | |
libgstbase-1.0.so.0 gstreamer1-1.0.0_1 | |
libgstcontroller-1.0.so.0 gstreamer1-1.0.0_1 | |
libgstnet-1.0.so.0 gstreamer1-1.0.0_1 | |
libgstcheck-1.0.so.0 gstreamer1-1.0.0_1 | |
libgsttag-1.0.so.0 gst-plugins-base1-1.0.0_1 | |
libgstfft-1.0.so.0 gst-plugins-base1-1.0.0_1 | |
libgstrtp-1.0.so.0 gst-plugins-base1-1.0.0_1 | |
libgstsdp-1.0.so.0 gst-plugins-base1-1.0.0_1 | |
libgstrtsp-1.0.so.0 gst-plugins-base1-1.0.0_1 | |
libgstvideo-1.0.so.0 gst-plugins-base1-1.0.0_1 | |
libgstaudio-1.0.so.0 gst-plugins-base1-1.0.0_1 | |
libgstpbutils-1.0.so.0 gst-plugins-base1-1.0.0_1 | |
libgstriff-1.0.so.0 gst-plugins-base1-1.0.0_1 | |
libgstapp-1.0.so.0 gst-plugins-base1-1.0.0_1 | |
libgstallocators-1.0.so.0 gst-plugins-base1-1.1.1_1 | |
libgstphotography-1.0.so.0 gst-plugins-bad1-1.0.0_1 | |
libgstsignalprocessor-1.0.so.0 gst-plugins-bad1-1.0.0_1 | |
libgstbasevideo-1.0.so.0 gst-plugins-bad1-1.0.0_1 | |
libgstbasecamerabinsrc-1.0.so.0 gst-plugins-bad1-1.0.0_1 | |
libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.0.0_1 | |
libgstplayer-1.0.so.0 gst-plugins-bad1-1.0.0_1 | |
libgstgl-1.0.so.0 gst-plugins-base1-1.14.0_1 | |
libgnome-desktop-3.so.18 gnome-desktop-3.34.0_1 | |
libsecret-1.so.0 libsecret-0.10_1 | |
libgweather-3.so.16 libgweather-3.34.0_1 | |
libgnomekbd.so.8 libgnomekbd-3.6.0_1 | |
libgnomekbdui.so.8 libgnomekbd-3.6.0_1 | |
libibus-1.0.so.5 ibus-1.4.99.20120917_1 | |
libxapian.so.30 libxapian-1.4.0_1 | |
libzeitgeist-1.0.so.1 libzeitgeist-0.3.18_1 | |
libcolord-gtk.so.1 colord-gtk-0.1.23_1 | |
libgdm.so.1 libgdm-3.6.0_1 | |
libclutter-gst-2.0.so.0 clutter-gst-1.9.92_1 | |
libcheese.so.8 libcheese-3.17.90_1 | |
libcheese-gtk.so.25 libcheese-3.17.90_1 | |
libSoundTouch.so.1 soundtouch-1.9.2_1 | |
libzapojit-0.0.so.0 libzapojit-0.0.2_1 | |
libmusicbrainz5.so.1 libmusicbrainz5-5.1.0_1 | |
librygel-core-2.6.so.2 librygel-0.26.0_1 | |
librygel-renderer-2.6.so.2 librygel-0.26.0_1 | |
librygel-renderer-gst-2.6.so.2 librygel-0.26.0_1 | |
librygel-ruih-2.0.so.1 librygel-0.26.0_1 | |
librygel-server-2.6.so.2 librygel-0.26.0_1 | |
librygel-db-2.6.so.2 librygel-0.28.0_1 | |
libharfbuzz.so.0 libharfbuzz-0.9.4_1 | |
libharfbuzz-icu.so.0 libharfbuzz-0.9.19_1 | |
libharfbuzz-subset.so.0 libharfbuzz-1.7.6_1 | |
libosinfo-1.0.so.0 libosinfo-0.2.0_1 | |
libspice-client-gtk-3.0.so.5 spice-gtk-0.33_1 | |
libspice-client-glib-2.0.so.8 spice-gtk-0.14_1 | |
libspice-controller.so.0 spice-gtk-0.14_1 | |
libvirt-gconfig-1.0.so.0 libvirt-glib-0.1.2_1 | |
libvirt-gobject-1.0.so.0 libvirt-glib-0.1.2_1 | |
libvirt-glib-1.0.so.0 libvirt-glib-0.1.2_1 | |
libgsasl.so.7 libgsasl-1.8.0_1 | |
libzmq.so.5 zeromq-4.1.2_1 | |
libstatgrab.so.10 libstatgrab-0.91_1 | |
libseccomp.so.2 libseccomp-2.0.0_1 | |
libqrencode.so.4 libqrencode-4.0.0_1 | |
libwayland-server.so.0 wayland-1.6.0_1 | |
libwayland-client.so.0 wayland-1.10.0_1 | |
libwayland-cursor.so.0 wayland-1.6.0_1 | |
libtomcrypt.so.1 libtomcrypt-1.18.0_1 | |
libHX.so.28 libHX-3.14_1 | |
libxkbcommon.so.0 libxkbcommon-0.2.0_1 | |
libxkbcommon-x11.so.0 libxkbcommon-x11-0.4.2_1 | |
libgee-0.8.so.2 libgee08-0.8.2_1 | |
libnettle.so.7 nettle-3.5.1_1 | |
libhogweed.so.5 nettle-3.5.1_1 | |
libgtkspell.so.0 gtkspell-2.0.16_1 | |
libgtkspell3-3.so.0 gtkspell3-3.0.9_1 | |
libpurple.so.0 libpurple-2.10.6_1 | |
libpurple-client.so.0 libpurple-2.10.6_1 | |
libjabber.so.0 libpurple-2.13.0_1 | |
libgnt.so.0 libgnt-2.10.6_1 | |
libao.so.4 libao-1.1.0_1 | |
libjansson.so.4 jansson-2.4_1 | |
libleveldb.so.1 leveldb-1.8.0_1 | |
libcprops.so.15 libcprops-0.1.12_1 | |
libopus.so.0 opus-1.0.2_1 | |
libconfig++.so.11 libconfig++-1.7.1_1 | |
libconfig.so.11 libconfig-1.7.1_1 | |
libopusfile.so.0 opusfile-0.2_1 | |
libopusurl.so.0 opusfile-0.6_1 | |
libopusenc.so.0 libopusenc-0.2_1 | |
libgtk-vnc-1.0.so.0 gtk2-vnc-0.4.4_2 | |
libgranite.so.5 granite-0.5.0_1 | |
libprotobuf-vala.so.0 libprotobuf-vala-0.1.0_1 | |
librlog.so.5 librlog-1.4_1 | |
libtinyxml.so.0 tinyxml-2.6.2_1 | |
libtinyxml2.so.7 tinyxml2-7.0.0_1 | |
libbluray.so.2 libbluray-1.0.0_1 | |
libnfs.so.13 libnfs-4.0.0_1 | |
libzip.so.5 libzip-1.2_1 | |
libluajit-5.1.so.2 LuaJIT-2.0.0_1 | |
libOSMesa.so.8 libOSMesa-9.1_1 | |
libtaginfo.so.1 libtaginfo-0.1.3_1 | |
libtaginfo_c.so.0 libtaginfo-0.1.3_1 | |
libaa.so.1 aalib-1.4rc4_2 | |
libbsd.so.0 libbsd-0.4.2_1 | |
libWFC.so rpi-userland-0.0.0.0.20150907_1 | |
libbcm_host.so rpi-userland-0.0.0.0.20150907_1 | |
libopenmaxil.so rpi-userland-0.0.0.0.20150907_1 | |
libvchiq_arm.so rpi-userland-0.0.0.0.20150907_1 | |
libvcos.so rpi-userland-0.0.0.0.20150907_1 | |
libmmal.so rpi-userland-0.0.0.0.20150907_1 | |
libmmal_core.so rpi-userland-0.0.0.0.20150907_1 | |
libmmal_util.so rpi-userland-0.0.0.0.20150907_1 | |
libOpenVG.so rpi-userland-0.0.0.0.20150907_1 | |
libmmal_vc_client.so rpi-userland-20170427_1 | |
libmmal_components.so rpi-userland-20170427_1 | |
libvcsm.so rpi-userland-20170427_1 | |
libcontainers.so rpi-userland-20170427_1 | |
libbrcmWFC.so rpi-userland-20180103_1 | |
libdebug_sym.so rpi-userland-20180103_1 | |
libdtovl.so rpi-userland-20180103_1 | |
liblockdev.so.1 lockdev-1.0.3_1 | |
libcec.so.4 libcec-4.0.2_1 | |
librump.so.0 netbsd-rumpkernel-20130321_1 | |
librumpvfs.so.0 netbsd-rumpkernel-20130321_1 | |
librumpdev_disk.so.0 netbsd-rumpkernel-20130321_1 | |
librumpdev.so.0 netbsd-rumpkernel-20130321_1 | |
librumpuser.so.0 netbsd-rumpkernel-20130321_1 | |
librumpnet_sockin.so.0 netbsd-rumpkernel-20130321_1 | |
librumpnet_net.so.0 netbsd-rumpkernel-20130321_1 | |
librumpnet.so.0 netbsd-rumpkernel-20130321_1 | |
librumpkern_sys_linux.so.0 netbsd-rumpkernel-20130321_1 | |
librumpdev_netsmb.so.0 netbsd-rumpkernel-20130321_1 | |
librumpkern_crypto.so.0 netbsd-rumpkernel-20130321_1 | |
libdotconf.so.0 dotconf-1.3_1 | |
libspeechd.so.2 speech-dispatcher-0.8_1 | |
libre2.so.0 re2-2015.07.01_1 | |
libminizip.so.1 minizip-1.2.7_1 | |
libsrtp2.so.1 libsrtp-2.1.0_1 | |
libjsoncpp.so.19 jsoncpp-1.8.3_1 | |
libesmtp.so.6 libesmtp-1.0.6_4 | |
libcaca.so.0 libcaca-0.99.beta18_3 | |
libcaca++.so.0 libcaca-0.99.beta18_3 | |
libunwind.so.8 libunwind-1.1_1 | |
libunwind-ptrace.so.0 libunwind-1.1_1 | |
libunwind-x86_64.so.8 libunwind-1.1_1 | |
libunwind-x86.so.8 libunwind-1.1_1 | |
libunwind-arm.so.8 libunwind-1.1_4 | |
libunwind-mips.so.8 libunwind-1.1_4 | |
libunwind-aarch64.so.8 libunwind-1.2rc1_1 | |
libunwind-ppc32.so.8 libunwind-1.2.1_1 | |
libunwind-ppc64.so.8 libunwind-1.2.1_1 | |
libmicrohttpd.so.12 libmicrohttpd-0.9.48_1 | |
libmicrodns.so.0 libmicrodns-0.1.0_1 | |
libgit2.so.28 libgit2-0.28.0_1 | |
libgit2-glib-1.0.so.0 libgit2-glib-0.23.4_1 | |
libagg.so.2 agg-2.5_1 | |
libzzip-0.so.13 zziplib-0.13.62_1 | |
libzzipfseeko-0.so.13 zziplib-0.13.62_1 | |
libzzipwrap-0.so.13 zziplib-0.13.62_1 | |
libzzipmmapped-0.so.13 zziplib-0.13.62_1 | |
libkworkspace5.so.5 kworkspace-5.14.5_2 | |
libdb-5.3.so libdb-5.3.21_1 | |
libdb_cxx-5.3.so libdb-cxx-5.3.21_1 | |
libcares.so.2 c-ares-1.10.0_1 | |
libcryptopp.so.8 crypto++-820_1 | |
libphonon.so.4 phonon-4.6.0_1 | |
libphononexperimental.so.4 phonon-4.6.0_1 | |
libdbusmenu-glib.so.4 libdbusmenu-glib-12.10.2_1 | |
libdbusmenu-gtk3.so.4 libdbusmenu-gtk3-12.10.2_1 | |
libGrantlee_Templates.so.5 grantlee5-5.0.0_1 | |
libGrantlee_TextDocument.so.5 grantlee5-5.0.0_1 | |
libqca.so.2 qca-2.0.3_1 | |
librasqal.so.3 librasqal-0.9.30_1 | |
librdf.so.0 librdf-1.0.16_1 | |
libclucene-core.so.1 clucene-2.3.3.4_1 | |
libclucene-shared.so.1 clucene-2.3.3.4_1 | |
libclucene-contribs-lib.so.1 clucene-2.3.3.4_1 | |
libodbcinst.so.2 libodbc-2.3.1_1 | |
libodbc.so.2 libodbc-2.3.1_1 | |
libiodbc.so.2 libiodbc-3.52.8_1 | |
libiodbcinst.so.2 libiodbc-3.52.8_1 | |
libsolarus.so.1 solarus-1.6.2_1 | |
libsolarus-gui.so.1 solarus-1.6.2_1 | |
libplank.so.1 plank-0.11.0_1 | |
libssh.so.4 libssh-0.5.4_1 | |
libqjson.so.0 qjson-0.8.1_1 | |
libxcb-render-util.so.0 xcb-util-renderutil-0.3.8_1 | |
libKPimGAPIContacts.so.5 libkgapi-17.12.3_1 | |
libKPimGAPIBlogger.so.5 libkgapi-17.12.3_1 | |
libKPimGAPILatitude.so.5 libkgapi-17.12.3_1 | |
libKPimGAPICalendar.so.5 libkgapi-17.12.3_1 | |
libKPimGAPICore.so.5 libkgapi-17.12.3_1 | |
libKPimGAPITasks.so.5 libkgapi-17.12.3_1 | |
libKPimGAPIMaps.so.5 libkgapi-17.12.3_1 | |
libKPimGAPIDrive.so.5 libkgapi-17.12.3_1 | |
libkgapi2.so.2 libkgapi-2.0.1_1 | |
libqoauth.so.2 qoauth-qt5-2.0.0_1 | |
libIrrlicht.so.1.8 irrlicht-1.8_1 | |
libsnappy.so.1 snappy-1.1.0_1 | |
libKF5Torrent.so.6 libktorrent-2.1_1 | |
libvncserver.so.1 libvncserver-0.9.11_1 | |
libvncclient.so.1 libvncserver-0.9.11_1 | |
libotr.so.5 libotr-4.0.0_1 | |
liballeg.so.4.4 allegro4-4.4.2_1 | |
libraw1394.so.11 libraw1394-2.1.0_1 | |
libqmi-glib.so.5 libqmi-1.14.2_1 | |
libmbim-glib.so.4 libmbim-1.10.0_1 | |
libmm-glib.so.0 libmm-glib-1.0.0_1 | |
libgpm.so.2 libgpm-1.20.7_1 | |
libgdl-3.so.5 gdl-3.8.1_1 | |
libgda-5.0.so.4 libgda-5.1.2_1 | |
libgda-report-5.0.so.4 libgda-5.1.2_1 | |
libgda-ui-5.0.so.4 libgda-5.1.2_1 | |
libgda-xslt-5.0.so.4 libgda-5.1.2_1 | |
libamtk-5.so.0 amtk-5.0.0_1 | |
libdevhelp-3.so.6 devhelp-libs-3.30.0_1 | |
libunistring.so.2 libunistring-0.9.4_1 | |
libguile-2.0.so.22 libguile-2.0.9_3 | |
libopts.so.25 libopts-5.18.4_6 | |
libanjuta-3.so.0 anjuta-3.8.4_1 | |
libgmlib.so.1 gmtk-1.0.8_1 | |
libgmtk.so.1 gmtk-1.0.8_1 | |
liblrzip.so.0 liblrzip-0.614_3 | |
libsilcclient-1.1.so.4 silc-toolkit-1.1.11_1 | |
libsilc-1.1.so.4 silc-toolkit-1.1.11_1 | |
libphorward.so.0 libphorward-0.17_1 | |
libusbip.so.0 libusbip-3.10_1 | |
libcpupower.so.0 libcpupower-3.10_1 | |
librsync.so.2 librsync-1.0.0_1 | |
libserf-1.so.1 serf-1.3.6_1 | |
libmpdclient.so.2 libmpdclient-0.28_1 | |
libmcrypt.so.4 libmcrypt-2.5.8_1 | |
libgraphite2.so.3 graphite-1.2.3_1 | |
libFOX-1.6.so.0 fox-1.6.49_1 | |
libCHART-1.6.so.0 fox-1.6.49_1 | |
libchromaprint.so.1 chromaprint-1.3.2_1 | |
libedit.so.0 libedit-20130712.3.1_1 | |
libnet.so.9 libnet-1.2_1 | |
libgpaste.so.11 libgpaste-3.28.2_1 | |
libthreadutil.so.6 libupnp-1.6.18_1 | |
libixml.so.2 libupnp-1.6.18_1 | |
libupnp.so.6 libupnp-1.6.18_1 | |
libupnpp.so.8 libupnpp-0.17.2_1 | |
libgeocode-glib.so.0 geocode-glib-3.10.0_1 | |
libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1 | |
libpotrace.so.0 libpotrace-1.11_1 | |
libSDL2-2.0.so.0 SDL2-2.0.0_1 | |
libcacard.so.0 libcacard-1.6.1_1 | |
libxcb-cursor.so.0 xcb-util-cursor-0.1.0_1 | |
libgldi.so.3 libgldi-3.3.1_1 | |
libevdev.so.2 libevdev-1.2_1 | |
libgdiplus.so.0 libgdiplus-2.10.9_1 | |
libmonosgen-2.0.so.1 mono-3.2.3_1 | |
libshout-idjc.so.3 libshout-idjc-2.3.1_1 | |
libmonoboehm-2.0.so.1 mono-3.2.3_1 | |
libglusterfs.so.0 libglusterfs-3.8.0_1 | |
libgfdb.so.0 libglusterfs-3.8.0_1 | |
libgfchangelog.so.0 libglusterfs-3.8.0_1 | |
libgfrpc.so.0 libglusterfs-3.8.0_1 | |
libgfxdr.so.0 libglusterfs-3.8.0_1 | |
libgfapi.so.0 libglusterfs-3.8.0_1 | |
libsnapper.so.5 libsnapper-0.4.1_1 | |
libtsm.so.3 libtsm-3_1 | |
libxine.so.2 libxine-1.2.4_1 | |
libjbig2dec.so.0 libjbig2dec-0.11_1 | |
libsource-highlight.so.4 libsource-highlight-3.1.7_1 | |
libvlc.so.5 libvlc-2.1.1_3 | |
libvlccore.so.9 libvlc-3.0.2_1 | |
libvlc_vdpau.so.0 libvlc-2.2.0_1 | |
libvlc_pulse.so.0 libvlc-3.0.2_1 | |
libvlc_xcb_events.so.0 libvlc-3.0.2_1 | |
libcmocka.so.0 cmocka-1.1.1_1 | |
libbtrfs.so.0 libbtrfs-3.12_1 | |
libbtrfsutil.so.1 libbtrfsutil-5.4_1 | |
libecore_audio.so.1 efl-1.12.0_1 | |
libecore_con.so.1 efl-1.12.0_1 | |
libecore_evas.so.1 efl-1.12.0_1 | |
libecore_file.so.1 efl-1.12.0_1 | |
libecore_imf_evas.so.1 efl-1.12.0_1 | |
libecore_imf.so.1 efl-1.12.0_1 | |
libecore_input_evas.so.1 efl-1.12.0_1 | |
libecore_input.so.1 efl-1.12.0_1 | |
libecore_ipc.so.1 efl-1.12.0_1 | |
libecore.so.1 efl-1.12.0_1 | |
libecore_x.so.1 efl-1.12.0_1 | |
libedje.so.1 efl-1.12.0_1 | |
libeet.so.1 efl-1.12.0_1 | |
libeeze.so.1 efl-1.12.0_1 | |
libefreet_mime.so.1 efl-1.12.0_1 | |
libefreet.so.1 efl-1.12.0_1 | |
libefreet_trash.so.1 efl-1.12.0_1 | |
libeina.so.1 efl-1.12.0_1 | |
libeio.so.1 efl-1.12.0_1 | |
libeldbus.so.1 efl-1.12.0_1 | |
libembryo.so.1 efl-1.12.0_1 | |
libemotion.so.1 efl-1.12.0_1 | |
libeo.so.1 efl-1.12.0_1 | |
libethumb_client.so.1 efl-1.12.0_1 | |
libethumb.so.1 efl-1.12.0_1 | |
libevas.so.1 efl-1.12.0_1 | |
libefl.so.1 efl-1.12.0_1 | |
libelua.so.1 efl-1.13.0_1 | |
libelocation.so.1 efl-1.13.0_1 | |
libelementary.so.1 efl-1.18.0_1 | |
libector.so.1 efl-1.18.1_1 | |
libemile.so.1 efl-1.18.1_1 | |
libcjs.so.0 cjs-2.0.0_1 | |
libmuffin.so.0 muffin-2.0.5_1 | |
libmuffin-cogl-pango-0.so muffin-4.0.5_1 | |
libmuffin-cogl-path-0.so muffin-4.0.5_1 | |
libmuffin-cogl-0.so muffin-4.0.5_1 | |
libmuffin-clutter-0.so muffin-4.0.5_1 | |
libcinnamon-desktop.so.4 cinnamon-desktop-2.0.4_1 | |
libcinnamon-control-center.so.1 libcinnamon-control-center-2.4.2_1 | |
libcvc.so.0 cinnamon-desktop-3.2.0_1 | |
libnemo-extension.so.1 libnemo-2.0.8_1 | |
libxshmfence.so.1 libxshmfence-1.1_1 | |
libgoffice-0.10.so.10 goffice-0.10.9_1 | |
libc++.so.1 libcxx-3.4_1 | |
libopenobex.so.2 openobex-1.7.1_1 | |
libnotmuch.so.5 libnotmuch-0.25_1 | |
libatomic_ops_gpl.so.1 libatomic_ops-7.4.2_1 | |
libatomic_ops.so.1 libatomic_ops-7.4.2_1 | |
libbfb.so.1 libbfb-0.24.2_1 | |
libmulticobex.so.1 libmulticobex-0.24_1 | |
libobexftp.so.0 libobexftp-0.24_1 | |
libhunspell-1.7.so.0 libhunspell1.7-1.7.0_1 | |
libstdlog.so.0 liblogging-1.0.0_1 | |
liblogging-stdlog.so.0 liblogging-1.0.2_1 | |
libdom.so.0 libdom-0.0.1_1 | |
libslang.so.2 slang-2.2.4_1 | |
libtre.so.5 tre-0.8.0_1 | |
libktoblzcheck.so.1 ktoblzcheck-1.43_2 | |
libgwenhywfar.so.79 gwenhywfar-5.1.0_1 | |
libgwengui-gtk2.so.0 gwenhywfar-gtk-4.10.0beta_1 | |
libgwengui-gtk3.so.0 gwenhywfar-gtk3-4.20.0_1 | |
libgwengui-cpp.so.0 gwenhywfar-4.10.0beta_1 | |
libgwengui-qt5.so.0 gwenhywfar-qt5-4.15.3_3 | |
libaqbanking.so.44 aqbanking-6.0.0_1 | |
libaqnone.so.35 aqbanking-5.6.10_1 | |
libaqhbci.so.24 aqbanking-5.7.8_1 | |
libaqofxconnect.so.7 aqbanking-5.0.25_1 | |
libaqebics.so.0 aqbanking-5.0.25_1 | |
libaqbankingpp.so.0 aqbanking-5.0.25_1 | |
libxmlsec1.so.1 xmlsec1-1.2.19_1 | |
libxmlsec1-nss.so.1 xmlsec1-1.2.28_2 | |
libcheck.so.0 check-0.9.12_1 | |
liblxc.so.1 liblxc-1.0.0_1 | |
libtcmalloc.so.4 gperftools-2.1_1 | |
libaio.so.1 libaio-0.3.109_1 | |
libofx.so.7 libofx-0.9.11_1 | |
libsigsegv.so.2 libsigsegv-2.10_2 | |
libfprint.so.0 libfprint-0.5.1_1 | |
libwx_baseu_xml-3.0.so.0 wxWidgets-common-3.0.4_1 | |
libwx_baseu-3.0.so.0 wxWidgets-common-3.0.4_1 | |
libwx_gtk2_adv-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_base_xml-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2_html-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2_aui-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2_core-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_base_net-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_base-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2u_gl-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2u_stc-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2u_adv-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2u_qa-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_baseu_net-3.0.so.0 wxWidgets-common-3.0.4_1 | |
libwx_gtk2u_core-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2u_richtext-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2u_propgrid-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2u_html-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2u_xrc-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2u_aui-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2u_ribbon-3.0.so.0 wxWidgets-3.0.0_1 | |
libwx_gtk2u_media-3.0.so.0 wxWidgets-3.0.1_1 | |
libmspack.so.0 libmspack-0.4alpha_1 | |
libslim.so.1.3.6 slim-1.3.6_1 | |
libmozjs-24.so mozjs24-24.2.0_1 | |
libmediaart-2.0.so.0 libmediaart-1.9.1_1 | |
libinput.so.10 libinput-1.2.0_1 | |
libuhttpmock-0.0.so.0 uhttpmock-0.2.0_1 | |
libgfbgraph-0.2.so.0 gfbgraph-0.2.2_1 | |
libgtkhex-3.so.0 libgtkhex-3.10.0_1 | |
libgdlmm-3.0.so.2 libgdlmm-3.7.3_1 | |
libdmraid.so.1 dmraid-1.0.0.rc16.3_5 | |
libdovecot.so.0 dovecot-2.2.11_2 | |
libdovecot-login.so.0 dovecot-2.2.11_2 | |
libdovecot-compression.so.0 dovecot-2.2.11_2 | |
libdovecot-sql.so.0 dovecot-2.2.11_2 | |
libdovecot-storage.so.0 dovecot-2.2.11_2 | |
libdovecot-lda.so.0 dovecot-2.2.11_2 | |
libnetapi.so.0 samba-3.6.23_1 | |
libsmbsharemodes.so.0 samba-3.6.23_1 | |
libmysqld.so.18 libmariadbclient-5.5.36_1 | |
libwiretap.so.10 libwireshark-3.2.0_1 | |
libwireshark.so.13 libwireshark-3.2.0_1 | |
libwsutil.so.11 libwireshark-3.2.0_1 | |
libKF5ContactEditor.so.5 akonadi-contacts-17.12.1_1 | |
libKF5AkonadiContact.so.5 akonadi-contacts-17.12.1_1 | |
libKF5Prison.so.5 prison-5.43.0_1 | |
libKF5AkonadiMime.so.5 akonadi-mime-17.12.1_1 | |
libKF5Mime.so.5 kmime-17.12.1_1 | |
libKF5Kirigami2.so.5 kirigami2-5.47.0_1 | |
libtaskmanager.so.6 plasma-workspace-5.8.4_1 | |
libnotificationmanager.so.1 plasma-workspace-5.15.90_1 | |
libfreerdp-client2.so.2 libfreerdp-2.0.0rc1_1 | |
libfreerdp2.so.2 libfreerdp-2.0.0rc1_1 | |
libwinpr2.so.2 libfreerdp-2.0.0rc1_1 | |
libwinpr-tools2.so.2 libfreerdp-2.0.0rc1_1 | |
libfreerdp-core.so.1.0 libfreerdp-1.0.2_2 | |
libfreerdp-channels.so.1.0 libfreerdp-1.0.2_2 | |
libfreerdp-rail.so.1.0 libfreerdp-1.0.2_2 | |
libfreerdp-kbd.so.1.0 libfreerdp-1.0.2_2 | |
libfreerdp-utils.so.1.0 libfreerdp-1.0.2_2 | |
libfreerdp-codec.so.1.0 libfreerdp-1.0.2_2 | |
libfreerdp-gdi.so.1.0 libfreerdp-1.0.2_2 | |
libfreerdp-cache.so.1.0 libfreerdp-1.0.2_2 | |
libcppunit-1.14.so.0 libcppunit-1.14.0_1 | |
libcalc.so.2.12.7.1 libcalc-2.12.7.1_1 | |
libcustcalc.so.2.12.7.1 libcalc-2.12.7.1_1 | |
libOgreRTShaderSystem.so.1.10.11 libogre-1.10.11_2 | |
libOgreTerrain.so.1.10.11 libogre-1.10.11_2 | |
libOgrePaging.so.1.10.11 libogre-1.10.11_2 | |
libOgreProperty.so.1.10.11 libogre-1.10.11_2 | |
libOgreHLMS.so.1.10.11 libogre-1.10.11_2 | |
libOgreMeshLodGenerator.so.1.10.11 libogre-1.10.11_2 | |
libOgreVolume.so.1.10.11 libogre-1.10.11_2 | |
libOgreBites.so.1.10.11 libogre-1.10.11_2 | |
libOgreMain.so.1.10.11 libogre-1.10.11_2 | |
libOgreOverlay.so.1.10.11 libogre-1.10.11_2 | |
libzzip.so libogre-1.10.11_2 | |
libz.so.1 libogre-1.10.11_2 | |
libfreetype.so.2.6 libogre-1.10.11_2 | |
libglut.so.3 libfreeglut-2.8.1_1 | |
libogmrip-gtk.so.1 ogmrip-1.0.0_1 | |
libogmdvd.so.1 ogmrip-1.0.0_1 | |
libogmjob.so.1 ogmrip-1.0.0_1 | |
libogmrip-mplayer.so.1 ogmrip-1.0.0_1 | |
libogmrip.so.1 ogmrip-1.0.0_1 | |
libogmrip-lavc.so.1 ogmrip-1.0.0_1 | |
libogmdvd-gtk.so.1 ogmrip-1.0.0_1 | |
libSDL2_image-2.0.so.0 SDL2_image-2.0.0_1 | |
liba2ps.so.1 liba2ps-4.14_1 | |
libplibul.so.1 plib-1.8.5_1 | |
libplibjs.so.1 plib-1.8.5_1 | |
libplibsl.so.1 plib-1.8.5_1 | |
libplibsm.so.1 plib-1.8.5_1 | |
libplibfnt.so.1 plib-1.8.5_1 | |
libplibpu.so.1 plib-1.8.5_1 | |
libplibsg.so.1 plib-1.8.5_1 | |
libplibssg.so.1 plib-1.8.5_1 | |
libplibpuaux.so.1 plib-1.8.5_1 | |
libplibssgaux.so.1 plib-1.8.5_1 | |
libplibnet.so.1 plib-1.8.5_1 | |
libplibpsl.so.1 plib-1.8.5_1 | |
libplibpw.so.1 plib-1.8.5_1 | |
libode.so.8 libode-0.16_1 | |
libosmocore.so.12 libosmocore-1.2.0_1 | |
libosmovty.so.4 libosmocore-0.10.2_1 | |
libosmosim.so.0 libosmocore-0.8.0_1 | |
libosmocodec.so.0 libosmocore-0.6.6_1 | |
libosmogsm.so.13 libosmocore-1.2.0_1 | |
libosmogb.so.9 libosmocore-1.2.0_1 | |
libosmoctrl.so.0 libosmocore-0.7.0_1 | |
libgtkglext-x11-1.0.so.0 gtkglext-1.2.0_4 | |
libgdkglext-x11-1.0.so.0 gtkglext-1.2.0_4 | |
libXaw3d.so.8 libXaw3d-1.6.2_1 | |
libshiboken-python2.7.so.1.2 libshiboken-python-1.2.2_2 | |
libshiboken-python3.6.so.1.2 libshiboken-python3-1.2.2_4 | |
libshiboken2.so.5.14 libshiboken2-5.14.0_1 | |
libpyside-python2.7.so.1.2 libpyside-python-1.2.2_2 | |
libpyside-python3.6.so.1.2 libpyside-python3-1.2.2_6 | |
libpyside2.so.5.14 libpyside2-python3-5.14.0_1 | |
libupsclient.so.4 libnetwork-ups-tools-2.7.2_1 | |
libnutclient.so.0 libnetwork-ups-tools-2.7.2_1 | |
libnutscan.so.1 libnetwork-ups-tools-2.7.3_3 | |
libsphinxad.so.0 sphinxbase-0.8_1 | |
libsphinxbase.so.1 sphinxbase-0.8_1 | |
libpocketsphinx.so.1 libpocketsphinx-0.8_3 | |
libcmuclmtk.so.0 libcmuclmtk-0.7_2 | |
libttsmimic.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_usenglish.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_cmu_grapheme_lang.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_cmu_indic_lang.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_cmulex.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_cmu_indic_lex.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_cmu_grapheme_lex.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_cmu_us_kal.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_cmu_time_awb.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_cmu_us_kal16.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_cmu_us_awb.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_cmu_us_rms.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_cmu_us_slt.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_vid_gb_ap.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_all_langs.so.0 mimic-1.2.0.2_1 | |
libttsmimic_lang_all_voices.so.0 mimic-1.2.0.2_1 | |
libtcmalloc_minimal.so.4 gperftools-2.1.90_1 | |
libtcmalloc_minimal_debug.so.4 gperftools-2.1.90_1 | |
libtcmalloc_debug.so.4 gperftools-2.1.90_1 | |
libprofiler.so.0 gperftools-2.1.90_1 | |
libtcmalloc_and_profiler.so.4 gperftools-2.1.90_1 | |
libHalf-2_4.so.24 ilmbase-2.4.0_1 | |
libIex-2_4.so.24 ilmbase-2.4.0_1 | |
libIexMath-2_4.so.24 ilmbase-2.4.0_1 | |
libImath-2_4.so.24 ilmbase-2.4.0_1 | |
libIlmThread-2_4.so.24 ilmbase-2.4.0_1 | |
libIlmImf-2_4.so.24 libopenexr-2.4.0_1 | |
libIlmImfUtil-2_4.so.24 libopenexr-2.4.0_1 | |
libGraphicsMagick.so.3 libgraphicsmagick-1.3.19_1 | |
libGraphicsMagick++.so.12 libgraphicsmagick-1.3.22_1 | |
libGraphicsMagickWand.so.2 libgraphicsmagick-1.3.19_1 | |
liblensfun.so.1 lensfun-0.3.2_1 | |
libmitlm.so.1 mitlm-0.4.2_1 | |
libextractor.so.3 libextractor-1.1_1 | |
libextractor_common.so.1 libextractor-1.1_1 | |
libpano13.so.3 libpano13-2.9.19_1 | |
libubsan.so.1 libsanitizer-8.2.0_1 | |
libtsan.so.0 libsanitizer-6.3.0_1 | |
libasan.so.5 libsanitizer-8.2.0_1 | |
liblsan.so.0 libsanitizer-6.3.0_1 | |
libvtv.so.0 libvtv-6.3.0_1 | |
libatomic.so.1 libatomic-4.9.0_1 | |
libpcsclite.so.1 libpcsclite-1.8.11_1 | |
libpcscspy.so.0 libpcsclite-1.8.11_1 | |
libBulletDynamics.so.2.88 bullet-2.88_1 | |
libBulletCollision.so.2.88 bullet-2.88_1 | |
libLinearMath.so.2.88 bullet-2.88_1 | |
libBulletSoftBody.so.2.88 bullet-2.88_1 | |
libinotifytools.so.0 libinotify-tools-3.14_2 | |
libfswatch.so.11 libfswatch-1.13.0_1 | |
libopensc.so.6 libopensc-0.18.0_1 | |
libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1 | |
librtlsdr.so.0 librtlsdr-0.5.3_1 | |
libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1 | |
libSDL2_net-2.0.so.0 SDL2_net-2.0.0_1 | |
libnxml.so.0 libnxml-0.18.3_1 | |
libmrss.so.0 libmrss-0.19.2_1 | |
libuv.so.1 libuv-1.0.0_1 | |
libXm.so.2 lesstif-0.95.2_1 | |
libMrm.so.2 lesstif-0.95.2_1 | |
libUil.so.2 lesstif-0.95.2_1 | |
libgtest.so gtest-1.7.0_1 | |
libgtest_main.so gtest-1.7.0_1 | |
libxmlsec1-gcrypt.so.1 xmlsec1-1.2.20_2 | |
libxmlsec1-gnutls.so.1 xmlsec1-1.2.20_2 | |
libefivar.so.1 libefivar-31_1 | |
libefiboot.so.1 libefivar-31_1 | |
libportaudio.so.2 portaudio-19.20140130_1 | |
libportaudiocpp.so.0 portaudio-cpp-19.20140130_1 | |
libdar.so.6000 libdar-2.6.6_1 | |
libdar64.so.6000 libdar-2.6.6_1 | |
libpython3.so python3-3.6.2_1 | |
libdar.so.5000 libdar-2.4.14_1 | |
libpython3.6m.so.1.0 python3-3.6.2_1 | |
libpython3.so python3-3.8.0_1 | |
libpython3.8.so.1.0 python3-3.8.0_1 | |
libbrscandec2.so.1 brother-brscan3-0.2.11_2 | |
libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11 | |
libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1 | |
libxmlrpc++.so.8 xmlrpc-c-1.39.07_1 | |
libxmlrpc_server.so.3 xmlrpc-c-1.25.28_1 | |
libxmlrpc_packetsocket.so.8 xmlrpc-c-1.39.07_1 | |
libxmlrpc.so.3 xmlrpc-c-1.25.28_1 | |
libxmlrpc_util.so.3 xmlrpc-c-1.25.28_1 | |
libxmlrpc_abyss.so.3 xmlrpc-c-1.25.28_1 | |
libxmlrpc_server_abyss++.so.8 xmlrpc-c-1.39.07_1 | |
libxmlrpc_cpp.so.8 xmlrpc-c-1.39.07_1 | |
libxmlrpc_client++.so.8 xmlrpc-c-1.39.07_1 | |
libxmlrpc_server++.so.8 xmlrpc-c-1.39.07_1 | |
libxmlrpc_server_cgi++.so.8 xmlrpc-c-1.39.07_1 | |
libxmlrpc_server_pstream++.so.8 xmlrpc-c-1.39.07_1 | |
libxmlrpc_client.so.3 xmlrpc-c-1.25.28_1 | |
libxmlrpc_util++.so.8 xmlrpc-c-1.39.11_1 | |
libxmlrpc_abyss++.so.8 xmlrpc-c-1.39.11_1 | |
libtelepathy-farstream.so.3 telepathy-farstream-0.6.0_6 | |
libnetpbm.so.11 libnetpbm-10.66.03_2 | |
libid3.so id3lib-3.8.3_1 | |
libid3-3.8.so.3 id3lib-3.8.3_1 | |
libgirara-gtk3.so.3 girara-0.2.8_1 | |
libjq.so.1 jq-devel-1.4_1 | |
libcrypto.so.43 libcrypto43-2.7.2_1 | |
libssl.so.45 libssl45-2.7.2_1 | |
libtls.so.17 libtls17-2.7.2_1 | |
libvamp-hostsdk.so.3 libvamp-plugin-sdk-2.2_6 | |
libportmidi.so portmidi-217_1 | |
libWildMidi.so.2 libwildmidi-0.4.3_1 | |
libsox.so.3 sox-14.4.2_1 | |
libsoxr.so.0 libsoxr-0.1.2_1 | |
libsoxr-lsr.so.0 libsoxr-0.1.2_1 | |
libdumb.so.2 dumb-2.0.3_1 | |
libaldmb.so.2 dumb-2.0.3_1 | |
libframe.so.6 frame-2.5.0_1 | |
libgrail.so.6 grail-3.1.0_1 | |
libgeis.so.1 geis-2.2.16_1 | |
libndp.so.0 libndp-1.3_1 | |
libepoxy.so.0 libepoxy-1.2_1 | |
libfakekey.so.0 libfakekey-0.1_1 | |
libsmartcols.so.1 libsmartcols-2.25_1 | |
libfdisk.so.1 libfdisk-2.26_1 | |
libspiro.so.1 libspiro-20190731_1 | |
libopenjp2.so.7 libopenjpeg2-2.1.0_1 | |
libcln.so.6 cln-1.3.3_1 | |
libchm.so.0 libchmlib-0.40_1 | |
libOkular5Core.so.9 libokular-18.04.1_1 | |
libmnl.so.0 libmnl-1.0.3_1 | |
libnftnl.so.11 libnftnl-1.1.2_1 | |
libfcgi.so.0 fcgi-2.4.0_2 | |
libdshconfig.so.1 libdshconfig-0.20.13_1 | |
libpar2.so.1 libpar2-0.4_1 | |
libsodium.so.23 libsodium-1.0.15_1 | |
libstrophe.so.0 libstrophe-0.8.6_1 | |
libganv-1.so.1 ganv-1.4.2_1 | |
libblas.so.3 blas-3.5.0_1 | |
libcblas.so.3 cblas-3.6.0_1 | |
liblapack.so.3 lapack-3.5.0_1 | |
libcinnamon-menu-3.so.0 cinnamon-menus-2.2.0_1 | |
libmate-desktop-2.so.17 mate-desktop-1.8.0_1 | |
libmarco-private.so.2 libmarco-1.22.2_1 | |
libmate-menu.so.2 mate-menus-1.8.0_1 | |
libcaja-extension.so.1 libcaja-1.8.1_1 | |
libmatekbd.so.4 libmatekbd-1.8.0_1 | |
libmatemixer.so.0 libmatemixer-1.10.0_1 | |
libmatekbdui.so.4 libmatekbd-1.8.0_1 | |
libmate-window-settings.so.1 libmate-control-center-1.8.1_1 | |
libmateweather.so.1 libmateweather-1.8.0_1 | |
libmate-panel-applet-4.so.1 libmate-panel-1.8.0_1 | |
libslab.so.0 libmate-control-center-1.8.2_1 | |
liblz4.so.1 liblz4-1.8.2_1 | |
libatrilview.so.3 libatril-1.8.0_1 | |
libatrildocument.so.3 libatril-1.8.0_1 | |
libjawt.so openjdk8-jre-8u20_2 | |
libawt.so openjdk8-jre-8u20_1 | |
libawt_xawt.so openjdk8-jre-8u20_1 | |
libjava.so openjdk8-jre-8u20_1 | |
libjli.so openjdk8-jre-8u20_1 | |
libjvm.so openjdk8-jre-8u20_1 | |
libjawt.so openjdk11-11.0.5+10_1 | |
libawt.so openjdk11-11.0.5+10_1 | |
libawt_xawt.so openjdk11-11.0.5+10_1 | |
libjava.so openjdk11-11.0.5+10_1 | |
libjli.so openjdk11-11.0.5+10_1 | |
libjvm.so openjdk11-11.0.5+10_1 | |
libjawt.so openjdk7-bootstrap-7u221b02_1 | |
libawt.so openjdk7-bootstrap-7u221b02_1 | |
libawt_xawt.so openjdk7-bootstrap-7u221b02_1 | |
libjava.so openjdk7-bootstrap-7u221b02_1 | |
libjli.so openjdk7-bootstrap-7u221b02_1 | |
libjvm.so openjdk7-bootstrap-7u221b02_1 | |
libjawt.so openjdk9-bootstrap-9.0.4p12_1 | |
libawt.so openjdk9-bootstrap-9.0.4p12_1 | |
libawt_xawt.so openjdk9-bootstrap-9.0.4p12_1 | |
libjava.so openjdk9-bootstrap-9.0.4p12_1 | |
libjli.so openjdk9-bootstrap-9.0.4p12_1 | |
libjvm.so openjdk9-bootstrap-9.0.4p12_1 | |
libjawt.so openjdk10-bootstrap-10.0.2p13_1 | |
libawt.so openjdk10-bootstrap-10.0.2p13_1 | |
libawt_xawt.so openjdk10-bootstrap-10.0.2p13_1 | |
libjava.so openjdk10-bootstrap-10.0.2p13_1 | |
libjli.so openjdk10-bootstrap-10.0.2p13_1 | |
libjvm.so openjdk10-bootstrap-10.0.2p13_1 | |
libucl.so.5 libucl-0.8.1_1 | |
libhandle.so.1 xfsprogs-3.2.1_1 | |
libnfnetlink.so.0 libnfnetlink-1.0.1_1 | |
libnetfilter_log.so.1 libnetfilter_log-1.0.1_1 | |
libnetfilter_log_libipulog.so.1 libnetfilter_log-1.0.1_1 | |
libnetfilter_acct.so.1 libnetfilter_acct-1.0.2_1 | |
libnetfilter_conntrack.so.3 libnetfilter_conntrack-1.0.4_1 | |
libmsgpack.so.4 msgpack-1.1.0_1 | |
libmsgpackc.so.2 msgpack-1.1.0_1 | |
libewf.so.3 libewf-20171104_1 | |
libcupsfilters.so.1 libcups-filters-1.0.67_3 | |
libfontembed.so.1 libcups-filters-1.17.5_1 | |
libjemalloc.so.2 jemalloc-4.0.0_1 | |
liblucene++.so.0 Lucene++-3.0.6_1 | |
liblucene++-contrib.so.0 Lucene++-3.0.6_1 | |
libeolian.so.1 efl-1.11.2_2 | |
libecore_avahi.so.1 efl-1.11.2_2 | |
libephysics.so.1 efl-1.11.2_2 | |
libgunicode.so.5 fontforge-2.0.20190317_1 | |
libgutils.so.3 fontforge-2.0.20190317_1 | |
libgioftp.so.2 fontforge-2.0.20140101_3 | |
libfontforge.so.3 fontforge-2.0.20190317_1 | |
libgdraw.so.6 fontforge-2.0.20190317_1 | |
libfontforgeexe.so.3 fontforge-2.0.20190317_1 | |
libwraster.so.6 WindowMaker-0.95.8_1 | |
libWUtil.so.5 WindowMaker-0.95.6_3 | |
libWINGs.so.3 WindowMaker-0.95.6_3 | |
libWMaker.so.1 WindowMaker-0.95.6_3 | |
librevenge-0.0.so.0 librevenge-0.0.1_1 | |
librevenge-generators-0.0.so.0 librevenge-0.0.1_1 | |
librevenge-stream-0.0.so.0 librevenge-0.0.1_1 | |
libepubgen-0.1.so.1 libepubgen-0.1.0_1 | |
libqxp-0.0.so.0 libqxp-0.0.1_1 | |
libetonyek-0.1.so.1 libetonyek-0.1.1_1 | |
libodfgen-0.1.so.1 libodfgen-0.1.1_1 | |
libKF5SonnetUi.so.5 sonnet-5.26.0_1 | |
libKF5SonnetCore.so.5 sonnet-5.26.0_1 | |
libcdr-0.1.so.1 libcdr-0.1.0_1 | |
libmspub-0.1.so.1 libmspub-0.1.1_1 | |
libvisio-0.1.so.1 libvisio-0.1.0_1 | |
libwpd-0.10.so.10 libwpd-0.10.0_1 | |
libwps-0.4.so.4 libwps-0.4.3_1 | |
libwpg-0.3.so.3 libwpg-0.3.0_1 | |
libvigraimpex.so.11 vigra-1.11.0_1 | |
libhyphen.so.0 hyphen-2.8.8_1 | |
libmythes-1.2.so.0 mythes-1.2.4_1 | |
liblpsolve55.so lpsolve-5.5.2.0_1 | |
liblangtag.so.1 liblangtag-0.5.4_1 | |
liblangtag-gobject.so.0 liblangtag-0.5.4_1 | |
libexttextcat-2.0.so.0 libexttextcat-3.4.3_1 | |
libledger.so.3 libledger-3.1_1 | |
libksba.so.8 libksba-1.3.1_1 | |
libgltf-0.0.so.0 libgltf-0.0.2_1 | |
libgltf-0.1.so.1 libgltf-0.1.0_1 | |
libabw-0.1.so.1 libabw-0.1.0_1 | |
libcmis-0.5.so.5 libcmis-0.5.0_1 | |
libcmis-c-0.5.so.5 libcmis-0.5.0_1 | |
libQt5Bluetooth.so.5 qt5-connectivity-5.6.0_1 | |
libQt53DAnimation.so.5 qt5-3d-5.10.1_1 | |
libQt53DCore.so.5 qt5-3d-5.6.0_1 | |
libQt53DInput.so.5 qt5-3d-5.6.0_1 | |
libQt53DLogic.so.5 qt5-3d-5.6.0_1 | |
libQt53DRender.so.5 qt5-3d-5.6.0_1 | |
libQt53DQuick.so.5 qt5-3d-5.6.0_1 | |
libQt53DQuickInput.so.5 qt5-3d-5.6.0_1 | |
libQt53DQuickRender.so.5 qt5-3d-5.6.0_1 | |
libQt53DQuickScene2D.so.5 qt5-3d-5.10.1_1 | |
libQt53DExtras.so.5 qt5-3d-5.6.0_1 | |
libQt53DQuickExtras.so.5 qt5-3d-5.6.0_1 | |
libQt53DQuickAnimation.so.5 qt5-3d-5.10.1_1 | |
libQt5Charts.so.5 qt5-charts-5.7.1_1 | |
libQt5DataVisualization.so.5 qt5-datavis3d-5.7.1_1 | |
libQt5Gamepad.so.5 qt5-gamepad-5.7.1_1 | |
libQt5Nfc.so.5 qt5-connectivity-5.6.0_1 | |
libQt5WebView.so.5 qt5-webview-5.6.0_1 | |
libQt5Qml.so.5 qt5-declarative-5.6.0_1 | |
libQt5QmlDevTools.so.5 qt5-declarative-5.13.0_1 | |
libQt5Quick.so.5 qt5-declarative-5.6.0_1 | |
libQt5QuickTest.so.5 qt5-declarative-5.6.0_1 | |
libQt5QuickWidgets.so.5 qt5-declarative-5.6.0_1 | |
libQt5QuickParticles.so.5 qt5-declarative-5.6.0_1 | |
libQt5QuickShapes.so.5 qt5-declarative-5.12.1_1 | |
libQt5QuickControls2.so.5 qt5-quickcontrols2-5.7.1_1 | |
libQt5QuickTemplates2.so.5 qt5-quickcontrols2-5.7.1_1 | |
libQt5Positioning.so.5 qt5-location-5.6.0_1 | |
libQt5Location.so.5 qt5-location-5.6.0_1 | |
libQt5PositioningQuick.so.5 qt5-location-5.12.1_1 | |
libQt5VirtualKeyboard.so.5 qt5-virtualkeyboard-5.12.1_1 | |
libQt5Multimedia.so.5 qt5-multimedia-5.6.0_1 | |
libQt5MultimediaGstTools.so.5 qt5-multimedia-5.10.1_1 | |
libQt5MultimediaQuick.so.5 qt5-multimedia-5.10.1_1 | |
libQt5MultimediaQuick_p.so.5 qt5-multimedia-5.6.0_1 | |
libQt5MultimediaWidgets.so.5 qt5-multimedia-5.6.0_1 | |
libQt5NetworkAuth.so.5 qt5-networkauth-5.10.1_1 | |
libQt5Purchasing.so.5 qt5-purchasing-5.10.1_1 | |
libQt5RemoteObjects.so.5 qt5-remoteobjects-5.10.1_1 | |
libqgsttools_p.so.1 qt5-multimedia-5.6.0_1 | |
libQt5LabsTemplates.so.5 qt5-quickcontrols2-5.6.0_1 | |
libQt5Scxml.so.5 qt5-scxml-5.7.1_1 | |
libQt5Script.so.5 qt5-script-5.6.0_1 | |
libQt5ScriptTools.so.5 qt5-script-5.6.0_1 | |
libQt5Sensors.so.5 qt5-sensors-5.6.0_1 | |
libQt5SerialBus.so.5 qt5-serialbus-5.6.0_1 | |
libQt5SerialPort.so.5 qt5-serialport-5.6.0_1 | |
libQt5Svg.so.5 qt5-svg-5.6.0_1 | |
libQt5CLucene.so.5 qt5-tools-5.6.0_1 | |
libQt5Help.so.5 qt5-tools-5.6.0_1 | |
libQt5Designer.so.5 qt5-tools-5.6.0_1 | |
libQt5DesignerComponents.so.5 qt5-tools-5.6.0_1 | |
libQt5WaylandClient.so.5 qt5-wayland-5.6.0_1 | |
libQt5WaylandCompositor.so.5 qt5-wayland-5.6.0_1 | |
libQt5WebChannel.so.5 qt5-webchannel-5.6.0_1 | |
libQt5WebEngineCore.so.5 qt5-webengine-5.6.0_1 | |
libQt5WebEngine.so.5 qt5-webengine-5.6.0_1 | |
libQt5WebEngineWidgets.so.5 qt5-webengine-5.6.0_1 | |
libQt5WebSockets.so.5 qt5-websockets-5.6.0_1 | |
libQt5X11Extras.so.5 qt5-x11extras-5.6.0_1 | |
libQt5XmlPatterns.so.5 qt5-xmlpatterns-5.6.0_1 | |
libQt5Core.so.5 qt5-5.6.0_1 | |
libQt5EglFSDeviceIntegration.so.5 qt5-5.8.0_1 | |
libQt5Network.so.5 qt5-5.6.0_1 | |
libQt5Sql.so.5 qt5-5.6.0_1 | |
libQt5Xml.so.5 qt5-5.6.0_1 | |
libQt5Gui.so.5 qt5-5.6.0_1 | |
libQt5Widgets.so.5 qt5-5.6.0_1 | |
libQt5Test.so.5 qt5-5.6.0_1 | |
libQt5DBus.so.5 qt5-5.6.0_1 | |
libQt5Concurrent.so.5 qt5-5.6.0_1 | |
libQt5OpenGL.so.5 qt5-5.6.0_1 | |
libQt5PrintSupport.so.5 qt5-5.6.0_1 | |
libQt5XcbQpa.so.5 qt5-5.6.0_1 | |
libQt5EglDeviceIntegration.so.5 qt5-5.6.0_1 | |
libQt5EglFsKmsSupport.so.5 qt5-5.7.1_1 | |
libQt5WebKit.so.5 qt5-webkit-5.6.0_1 | |
libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1 | |
libQt5TextToSpeech.so.5 qt5-speech-5.8.0_1 | |
libQt5Bodymovin.so.5 qt5-lottie-5.13.0_1 | |
libx265.so.179 x265-3.2.1_1 | |
libQt5Xdg.so.3 libqtxdg-3.1.0_1 | |
libQt5XdgIconLoader.so.3 libqtxdg-3.1.0_1 | |
libqwt.so.6 qwt-6.1.3_1 | |
liblxqt-qt5.so.0 liblxqt-0.8.0_1 | |
liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-0.8.0_1 | |
liblxqt-globalkeys-ui-qt5.so.0 lxqt-globalkeys-0.8.0_1 | |
libsysstat-qt5.so.0 libsysstat-0.3.2_1 | |
libpolkit-qt5-agent-1.so.1 polkit-qt5-0.112.0_1 | |
libpolkit-qt5-gui-1.so.1 polkit-qt5-0.112.0_1 | |
libpolkit-qt5-core-1.so.1 polkit-qt5-0.112.0_1 | |
libfm-qt.so.6 libfm-qt-0.14.0_1 | |
libqtermwidget5.so.0 qtermwidget-0.6.0_1 | |
libnpth.so.0 npth-1.1_1 | |
libglfw.so.3 glfw-3.0.4_1 | |
libusbmuxd.so.6 libusbmuxd-1.0.10_1 | |
libimobiledevice.so.6 libimobiledevice-1.2.0_1 | |
libstfl.so.0 stfl-0.23_1 | |
libCDApplet.so cairo-dock-plugins-3.4.0_1 | |
libldns.so.3 libldns-1.7.1_1 | |
libopenjpeg.so.5 libopenjpeg-1.5.2_1 | |
liboping.so.0 liboping-1.8.0_1 | |
libloudmouth-1.so.0 loudmouth-1.4.3_1 | |
libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.2_1 | |
libcapstone.so.4 capstone-4.0_1 | |
libhavege.so.1 libhaveged-1.9.1_1 | |
libnih.so.1 libnih-1.0.3_1 | |
libnih-dbus.so.1 libnih-1.0.3_1 | |
libopencv_ml.so.3.4 libopencv-3.4.1_1 | |
libopencv_objdetect.so.3.4 libopencv-3.4.1_1 | |
libopencv_dnn.so.3.4 libopencv-3.4.1_1 | |
libopencv_shape.so.3.4 libopencv-3.4.1_1 | |
libopencv_stitching.so.3.4 libopencv-3.4.1_1 | |
libopencv_photo.so.3.4 libopencv-3.4.1_1 | |
libopencv_video.so.3.4 libopencv-3.4.1_1 | |
libopencv_calib3d.so.3.4 libopencv-3.4.1_1 | |
libopencv_features2d.so.3.4 libopencv-3.4.1_1 | |
libopencv_flann.so.3.4 libopencv-3.4.1_1 | |
libopencv_highgui.so.3.4 libopencv-3.4.1_1 | |
libopencv_videoio.so.3.4 libopencv-3.4.1_1 | |
libopencv_imgcodecs.so.3.4 libopencv-3.4.1_1 | |
libopencv_imgproc.so.3.4 libopencv-3.4.1_1 | |
libopencv_core.so.3.4 libopencv-3.4.1_1 | |
libopencv_superres.so.3.4 libopencv-3.4.1_1 | |
libopencv_videostab.so.3.4 libopencv-3.4.1_1 | |
libopencv_quality.so.4.2 libopencv4-4.2.0_1 | |
libopencv_reg.so.4.2 libopencv4-4.2.0_1 | |
libopencv_surface_matching.so.4.2 libopencv4-4.2.0_1 | |
libopencv_xphoto.so.4.2 libopencv4-4.2.0_1 | |
libopencv_freetype.so.4.2 libopencv4-4.2.0_1 | |
libopencv_fuzzy.so.4.2 libopencv4-4.2.0_1 | |
libopencv_hfs.so.4.2 libopencv4-4.2.0_1 | |
libopencv_img_hash.so.4.2 libopencv4-4.2.0_1 | |
libopencv_line_descriptor.so.4.2 libopencv4-4.2.0_1 | |
libopencv_saliency.so.4.2 libopencv4-4.2.0_1 | |
libopencv_structured_light.so.4.2 libopencv4-4.2.0_1 | |
libopencv_aruco.so.4.2 libopencv4-4.2.0_1 | |
libopencv_bgsegm.so.4.2 libopencv4-4.2.0_1 | |
libopencv_bioinspired.so.4.2 libopencv4-4.2.0_1 | |
libopencv_ccalib.so.4.2 libopencv4-4.2.0_1 | |
libopencv_face.so.4.2 libopencv4-4.2.0_1 | |
libopencv_tracking.so.4.2 libopencv4-4.2.0_1 | |
libopencv_xfeatures2d.so.4.2 libopencv4-4.2.0_1 | |
libopencv_optflow.so.4.2 libopencv4-4.2.0_1 | |
libopencv_ximgproc.so.4.2 libopencv4-4.2.0_1 | |
libopencv_plot.so.4.2 libopencv4-4.2.0_1 | |
libopencv_text.so.4.2 libopencv4-4.2.0_1 | |
libopencv_ml.so.4.2 libopencv4-4.2.0_1 | |
libopencv_objdetect.so.4.2 libopencv4-4.2.0_1 | |
libopencv_dnn.so.4.2 libopencv4-4.2.0_1 | |
libopencv_shape.so.4.2 libopencv4-4.2.0_1 | |
libopencv_stitching.so.4.2 libopencv4-4.2.0_1 | |
libopencv_photo.so.4.2 libopencv4-4.2.0_1 | |
libopencv_video.so.4.2 libopencv4-4.2.0_1 | |
libopencv_calib3d.so.4.2 libopencv4-4.2.0_1 | |
libopencv_features2d.so.4.2 libopencv4-4.2.0_1 | |
libopencv_flann.so.4.2 libopencv4-4.2.0_1 | |
libopencv_highgui.so.4.2 libopencv4-4.2.0_1 | |
libopencv_videoio.so.4.2 libopencv4-4.2.0_1 | |
libopencv_imgcodecs.so.4.2 libopencv4-4.2.0_1 | |
libopencv_imgproc.so.4.2 libopencv4-4.2.0_1 | |
libopencv_core.so.4.2 libopencv4-4.2.0_1 | |
libopencv_superres.so.4.2 libopencv4-4.2.0_1 | |
libopencv_videostab.so.4.2 libopencv4-4.2.0_1 | |
libopencv_gapi.so.4.2 libopencv4-4.2.0_1 | |
libopencv_xobjdetect.so.4.2 libopencv4-4.2.0_1 | |
libopencv_datasets.so.4.2 libopencv4-4.2.0_1 | |
libopencv_dnn_objdetect.so.4.2 libopencv4-4.2.0_1 | |
libopencv_dnn_superres.so.4.2 libopencv4-4.2.0_1 | |
libopencv_dpm.so.4.2 libopencv4-4.2.0_1 | |
libopencv_phase_unwrapping.so.4.2 libopencv4-4.2.0_1 | |
libopencv_stereo.so.4.2 libopencv4-4.2.0_1 | |
libcgmanager.so.0 libcgmanager-0.33_1 | |
libuniconf.so.4.6 wvstreams-4.6.1_2 | |
libwvbase.so.4.6 wvstreams-4.6.1_1 | |
libwvutils.so.4.6 wvstreams-4.6.1_1 | |
libwvstreams.so.4.6 wvstreams-4.6.1_1 | |
libespeak.so.1 libespeak-1.48.04_1 | |
libKF5Plotting.so.5 kplotting-5.26.0_1 | |
libpgf.so.6 libpgf-6.14.12_1 | |
libqhull_p.so.7 libqhull-2015.2_1 | |
libqhull_r.so.7 libqhull-2015.2_1 | |
libqhull.so.7 libqhull-2015.2_1 | |
libKF5NetworkManagerQt.so.6 networkmanager-qt5-5.26.0_1 | |
libfcitx-core.so.0 libfcitx-4.2.8_1 | |
libfcitx-gclient.so.1 libfcitx-4.2.9.5_1 | |
libfcitx-utils.so.0 libfcitx-4.2.8_1 | |
libfcitx-config.so.4 libfcitx-4.2.8_1 | |
libfcitx-qt.so.0 libfcitx-qt-4.2.8_1 | |
libFcitxQt5DBusAddons.so.1 libfcitx-qt5-1.2.1_1 | |
libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1 | |
libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1 | |
liblastfm.so.1 liblastfm-1.0.9_1 | |
liblastfm_fingerprint.so.1 liblastfm-1.0.9_1 | |
libdruntime-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1 | |
libdruntime-ldc-shared.so.83 ldc-runtime-1.13.0_1 | |
libphobos2-ldc-shared.so.83 ldc-runtime-1.13.0_1 | |
libphobos2-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1 | |
libldc-jit.so.83 ldc-runtime-1.13.0_1 | |
libmarblewidget-qt5.so.28 marble5-17.12.2_1 | |
libastro.so.2 marble5-17.12.2_1 | |
libparrot.so.6.9.0 parrot-6.9.0_1 | |
libasr.so.0 libasr-1.0.0_1 | |
libssr-glinject.so ssr-0.3.1_1 | |
libgdict-1.0.so.10 gnome-dictionary-3.18.1_1 | |
libasignify.so.1 asignify-1.0_1 | |
libvte2_90.so.9 vte290-0.36.3_1 | |
libd0_blind_id.so.0 xonotic-0.8.0_1 | |
libechonest.so.2.3 libechonest-2.3.1_1 | |
libuecc.so.0 libuecc-5_1 | |
libKF5WindowSystem.so.5 kwindowsystem-5.6.0_1 | |
libKF5GuiAddons.so.5 kguiaddons-5.6.0_1 | |
liblxqt.so.0 liblxqt-0.9.0_1 | |
liblxqt-globalkeys.so.0 lxqt-globalkeys-0.9.0_1 | |
liblxqt-globalkeys-ui.so.0 lxqt-globalkeys-0.9.0_1 | |
libenet.so.7 libenet-1.3.12_1 | |
librrd.so.8 rrdtool-1.6.0_1 | |
librrd_th.so.4 rrdtool-1.4.9_1 | |
libmosquitto.so.1 libmosquitto-1.4_1 | |
libmosquittopp.so.1 libmosquittopp-1.4_1 | |
libmpv.so.1 mpv-0.8.0_2 | |
libmbedtls.so.12 mbedtls-2.13.1_1 | |
libmbedcrypto.so.3 mbedtls-2.9.0_1 | |
libmbedx509.so.0 mbedtls-2.9.0_1 | |
libdmtx.so.0 libdmtx-0.7.4_1 | |
libdbus-c++-1.so.0 libdbus-c++-0.9.0_1 | |
libdbus-c++-glib-1.so.0 libdbus-c++-0.9.0_1 | |
libpagemaker-0.0.so.0 libpagemaker-0.0.2_1 | |
libKF5CddbWidgets.so.5 libkcddb-17.08.2_1 | |
libKF5Cddb.so.5 libkcddb-17.08.2_1 | |
libk3bdevice.so.7 k3b-17.08.2_1 | |
libk3blib.so.7 k3b-17.08.2_1 | |
libsndio.so.7.0 libsndio-1.4.0_1 | |
libopenconnect.so.5 openconnect-7.05_1 | |
libusbredirparser.so.1 usbredir-0.7_1 | |
libusbredirhost.so.1 usbredir-0.7_1 | |
libprotobuf-c.so.1 protobuf-c-1.1.0_1 | |
libutf8proc.so.2 libutf8proc-2.2.0_1 | |
libnsutils.so.0 libnsutils-0.0.1_1 | |
libtoxcore.so.2 toxcore-0.2.0_1 | |
libgom-1.0.so.0 gom-0.3.0_1 | |
libetpan.so.20 libetpan-1.7.2_1 | |
libxmp.so.4 libxmp-4.3.7_1 | |
libKF5ThreadWeaver.so.5 threadweaver-5.26.0_1 | |
libOpenImageIO_Util.so.1.8 openimageio-1.8.12_1 | |
libOpenImageIO.so.1.8 openimageio-1.8.12_1 | |
libOpenColorIO.so.1 opencolorio-1.0.8_1 | |
libyaml-cpp.so.0.6 yaml-cpp-0.6.2_1 | |
libpaper.so.1 libpaper-1.1.24_1 | |
libhtsjava.so.2 httrack-3.48.21_1 | |
libhttrack.so.2 httrack-3.48.21_1 | |
libbg.so.2 bglibs-2.03_3 | |
libcvm-command.so.1 cvm-0.97_1 | |
libcvm-local.so.1 cvm-0.97_1 | |
libcvm-module.so.1 cvm-0.97_1 | |
libcvm-qmail.so.1 cvm-0.97_1 | |
libcvm-sasl.so.1 cvm-0.97_1 | |
libcvm-sql.so.1 cvm-0.97_1 | |
libcvm-udp.so.1 cvm-0.97_1 | |
libcvm-v1client.so.1 cvm-0.97_1 | |
libcvm-v2client.so.1 cvm-0.97_1 | |
libudns.so.0 udns-0.4_1 | |
libcriu.so.2 criu-3.13_2 | |
libcompel.so.1 criu-3.13_2 | |
libwebsockets.so.15 libwebsockets-3.2.0_1 | |
libnfc.so.0 libnfc-1.7.1_1 | |
libfuzzy.so.2 libfuzzy-2.12_1 | |
libSDL_gfx.so.15 SDL_gfx-2.0.25_2 | |
libgdkglextmm-x11-1.2.so.0 gtkglextmm-1.2.0_1 | |
libgtkglextmm-x11-1.2.so.0 gtkglextmm-1.2.0_1 | |
libsfml-network.so.2.5 SFML-2.5.0_1 | |
libsfml-system.so.2.5 SFML-2.5.0_1 | |
libsfml-window.so.2.5 SFML-2.5.0_1 | |
libsfml-audio.so.2.5 SFML-2.5.0_1 | |
libsfml-graphics.so.2.5 SFML-2.5.0_1 | |
libclamav.so.9 clamav-0.101.0_1 | |
libclamunrar.so.9 clamav-0.101.0_1 | |
libclamunrar_iface.so.9 clamav-0.101.0_1 | |
libfreshclam.so.2 clamav-0.102.0_1 | |
libqca-qt5.so.2 qca-qt5-2.1.3_1 | |
libqt5keychain.so.1 qtkeychain-qt5-0.7.0_1 | |
libphonon4qt5.so.4 phonon-qt5-4.8.3_1 | |
libphonon4qt5experimental.so.4 phonon-qt5-4.8.3_1 | |
libtelepathy-qt5.so.0 telepathy-qt5-0.9.5_1 | |
libtelepathy-qt5-service.so.0 telepathy-qt5-0.9.7_1 | |
libtelepathy-qt5-farstream.so.0 telepathy-qt5-farstream-0.9.5_1 | |
libKF5Attica.so.5 attica-5.6.0_1 | |
libechonest5.so.2.3 libechonest-qt5-2.3.0_1 | |
liblastfm_fingerprint5.so.1 liblastfm-qt5-1.0.9_1 | |
liblastfm5.so.1 liblastfm-qt5-1.0.9_1 | |
libquazip5.so.1 quazip-0.7.3_2 | |
libjreen-qt5.so.1 jreen-1.3.0_1 | |
libzen.so.0 libzen-0.4.31_1 | |
libmediainfo.so.0 libmediainfo-0.7.75_1 | |
libnghttp2.so.14 nghttp2-1.0.2_1 | |
librom1394.so.0 libavc1394-0.5.4_1 | |
libavc1394.so.0 libavc1394-0.5.4_1 | |
libiec61883.so.0 libiec61883-1.2.0_1 | |
libffado.so.2 libffado-2.2.1_1 | |
libplayerctl-1.0.so.0 playerctl-0.4.2_1 | |
libkomparediff2.so.5 libkomparediff2-17.08.2_1 | |
libkompareinterface.so.5 kompare-17.08.2_1 | |
libkomparedialogpages.so.5 kompare-17.08.2_1 | |
libfdt.so.1 dtc-1.4.1_1 | |
libKasten4Controllers.so.0 okteta-0.26.0_1 | |
libKasten4Core.so.0 okteta-0.26.0_1 | |
libKasten4Gui.so.0 okteta-0.26.0_1 | |
libKasten4Okteta2Controllers.so.0 okteta-0.26.0_1 | |
libKasten4Okteta2Core.so.0 okteta-0.26.0_1 | |
libKasten4Okteta2Gui.so.0 okteta-0.26.0_1 | |
libOkteta3Core.so.0 okteta-0.26.0_1 | |
libOkteta3Gui.so.0 okteta-0.26.0_1 | |
libhttp_parser.so.2.9 http-parser-2.9.0_1 | |
libmaa.so.4 libmaa-1.4.2_1 | |
libcodeblocks.so.0 codeblocks-13.12_1 | |
liblept.so.5 leptonica-1.73_1 | |
libtesseract.so.4 tesseract-ocr-4.0.0_1 | |
libffmpegthumbnailer.so.4 ffmpegthumbnailer-2.0.10_1 | |
libopenraw.so.7 libopenraw-0.1.0_1 | |
libopenrawgnome.so.7 libopenraw-0.1.0_1 | |
libgeda.so.46 geda-1.10.0_1 | |
libclutter-gst-3.0.so.0 clutter-gst3-3.0.4_1 | |
libgsound.so.0 gsound-1.0.1_1 | |
libgegl-0.3.so.0 gegl3-0.3.0_1 | |
libgegl-npd-0.3.so gegl3-0.3.0_1 | |
libgegl-sc-0.3.so gegl3-0.3.0_1 | |
libprocps.so.8 procps-ng-3.3.16_1 | |
libgegl-0.4.so.0 gegl-0.4.16_1 | |
libgegl-npd-0.4.so gegl-0.4.16_1 | |
libgegl-sc-0.4.so gegl-0.4.16_1 | |
libskarnet.so.2.9 skalibs-2.9.0.0_1 | |
libKF5BalooWidgets.so.5 baloo-widgets5-17.04.3_1 | |
libtidy.so.5 libtidy5-5.1.25_1 | |
libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1 | |
libQupZilla.so.2 qupzilla-2.0.0_1 | |
libinjeqt.so.1 injeqt-1.1.0_1 | |
libgadu.so.3 libgadu-1.12.1_1 | |
libhiredis.so.0.14 hiredis-0.14.0_1 | |
libIL.so.1 devil-1.7.8_1 | |
libILU.so.1 devil-1.7.8_1 | |
libILUT.so.1 devil-1.7.8_1 | |
liboath.so.0 oath-toolkit-2.6.0_2 | |
libanthy.so.0 anthy-9100h_1 | |
libanthydic.so.0 anthy-9100h_1 | |
libanthyinput.so.0 anthy-9100h_1 | |
libanthygobject-1.0.so.5 ibus-anthy-1.5.6_1 | |
libtbbmalloc_proxy_debug.so.2 tbb-4.3_1 | |
libtbbmalloc_proxy.so.2 tbb-4.3_1 | |
libtbbmalloc.so.2 tbb-4.3_1 | |
libtbb_debug.so.2 tbb-4.3_1 | |
libtbb.so.2 tbb-4.3_1 | |
libtbbmalloc_debug.so.2 tbb-4.3_1 | |
libembree.so.2 embree-2.5.1_1 | |
libgtkimageview.so.0 gtkimageview-1.6.4_1 | |
libgoocanvas.so.3 goocanvas1-1.0.0_1 | |
libgoocanvas-2.0.so.9 goocanvas-2.0.4_1 | |
libp8-platform.so.2 p8-platform-2.1.0.1_1 | |
libOIS.so.1.5.0 ois-1.5_1 | |
libSILLY.so.1 silly-0.1.0_1 | |
libkeybinder-3.0.so.0 libkeybinder3-0.3.0_1 | |
libbrlapi.so.0.7 brltty-6.0_1 | |
liblouis.so.20 liblouis-3.11.0_1 | |
libCEGUIBase-0.7.9.so cegui07-0.7.9_1 | |
libCEGUIFalagardWRBase-0.7.9.so cegui07-0.7.9_1 | |
libCEGUIDevILImageCodec-0.7.9.so cegui07-0.7.9_1 | |
libCEGUIExpatParser-0.7.9.so cegui07-0.7.9_1 | |
libCEGUIOpenGLRenderer-0.7.9.so cegui07-0.7.9_1 | |
libCEGUIIrrlichtRenderer-0.7.9.so cegui07-0.7.9_1 | |
libCEGUILibxmlParser-0.7.9.so cegui07-0.7.9_1 | |
libCEGUILuaScriptModule-0.7.9.so cegui07-0.7.9_1 | |
libCEGUISILLYImageCodec-0.7.9.so cegui07-0.7.9_1 | |
libCEGUISTBImageCodec-0.7.9.so cegui07-0.7.9_1 | |
libCEGUIFreeImageImageCodec-0.7.9.so cegui07-0.7.9_3 | |
libCEGUITGAImageCodec-0.7.9.so cegui07-0.7.9_1 | |
libCEGUITinyXMLParser-0.7.9.so cegui07-0.7.9_1 | |
libCEGUItoluapp-0.7.9.so cegui07-0.7.9_1 | |
libCEGUIBase-0.so.2 cegui-0.8.7_1 | |
libCEGUIOpenGLRenderer-0.so.2 cegui-0.8.7_1 | |
libCEGUIOgreRenderer-0.so.2 cegui-0.8.7_1 | |
libCEGUIIrrlichtRenderer-0.so.2 cegui-0.8.7_1 | |
libCEGUICommonDialogs-0.so.2 cegui-0.8.7_1 | |
libct.so.4 freetds-0.95.19_1 | |
libsybdb.so.5 freetds-0.95.19_1 | |
libqqwing.so.2 qqwing-1.3.4_1 | |
libiniparser.so.1 iniparser-4.1_1 | |
libzita-resampler.so.1 zita-resampler-1.3.0_1 | |
libmlt.so.6 mlt-6.4.1_1 | |
libmlt++.so.3 mlt-6.4.1_1 | |
libunibilium.so.4 unibilium-2.0.0_1 | |
libtermkey.so.1 libtermkey-0.17_1 | |
libicu4lua.so.0 icu4lua-0.2B_1 | |
libKF5I18n.so.5 ki18n-5.26.0_1 | |
libglog.so.0 glog-0.3.4_1 | |
libzita-convolver.so.4 zita-convolver-4.0.3_1 | |
libzita-alsa-pcmi.so.0 zita-alsa-pcmi-0.2.0_1 | |
libpugixml.so.1 pugixml-1.6_1 | |
libnewt.so.0.52 newt-0.52.18_1 | |
libgeany.so.0 geany-1.25_1 | |
libctpl.so.2 ctpl-0.3.4_1 | |
libmuparser.so.2 muparser-2.2.5_1 | |
libgtkgl-2.0.so.1 gtkglarea-2.1.0_1 | |
libdwarf.so.1 libdwarf-20160613_1 | |
libmemcached.so.11 libmemcached-1.0.18_1 | |
libhashkit.so.2 libmemcached-1.0.18_1 | |
libmemcachedutil.so.2 libmemcached-1.0.18_1 | |
libc-client.so.1 c-client-2007f_1 | |
libonig.so.5 oniguruma-6.8.1_1 | |
liblo10k1.so.0 alsa-tools-1.0.29_1 | |
libgflags.so.2.2 gflags-2.1.2_1 | |
libgflags_nothreads.so.2.2 gflags-2.1.2_1 | |
libswmhack.so.0.0 spectrwm-2.7.2_1 | |
libchardet.so.1 libchardet-1.0.4_1 | |
libcollectdclient.so.1 libcollectdclient-5.5.0_1 | |
libpinktrace_0.9.so.9 pinktrace-0.9.1_1 | |
libsyd_1.0.so.0 sydbox-1.0.2_1 | |
libcsync.so.0 csync-0.50.0_1 | |
libcalligrasheetsodf.so.16 calligra-sheets-3.1.0_1 | |
libkotext.so.16 calligra-libs-3.1.0_1 | |
libkoodf.so.16 calligra-libs-3.1.0_1 | |
libkarbonui.so.16 calligra-karbon-3.1.0_1 | |
libkomain.so.16 calligra-libs-3.1.0_1 | |
libkowidgets.so.16 calligra-libs-3.1.0_1 | |
libflake.so.16 calligra-libs-3.1.0_1 | |
libcalligrasheetscommon.so.16 calligra-sheets-3.1.0_1 | |
libkovectorimage.so.16 calligra-libs-3.1.0_1 | |
libwordsprivate.so.16 calligra-words-3.1.0_1 | |
libkotextlayout.so.16 calligra-libs-3.1.0_1 | |
libkowidgetutils.so.16 calligra-libs-3.1.0_1 | |
libkundo2.so.16 calligra-libs-3.1.0_1 | |
libpigmentcms.so.16 calligra-libs-3.1.0_1 | |
libbasicflakes.so.16 calligra-libs-3.1.0_1 | |
libarpack.so.2 arpack-ng-3.3.0_2 | |
libkoplugin.so.16 calligra-libs-3.1.0_1 | |
libkoversion.so.16 calligra-libs-3.1.0_1 | |
libkopageapp.so.16 calligra-libs-3.1.0_1 | |
libkostore.so.16 calligra-libs-3.1.0_1 | |
libkomsooxml.so.16 calligra-filters-3.1.0_1 | |
libkoodf2.so.16 calligra-filters-3.1.0_1 | |
libkowv2.so.9 calligra-filters-2.9.7_1 | |
libRtfReader.so.16 calligra-filters-3.1.0_1 | |
libkoodfreader.so.16 calligra-filters-3.1.0_1 | |
libkoformula.so.16 calligra-plugins-3.1.0_1 | |
libkarboncommon.so.16 calligra-karbon-3.1.0_1 | |
libcalligrastageprivate.so.16 calligra-stage-3.1.0_1 | |
libkookularGenerator_odt.so.16 calligra-extras-3.1.0_1 | |
libkookularGenerator_odp.so.16 calligra-extras-3.1.0_1 | |
libgemini.so.16 calligra-gemini-3.1.0_1 | |
libfts.so.0 musl-fts-1.2_2 | |
libucontext.so.0 libucontext-0.1.1_1 | |
libgavl.so.1 gavl-1.40_1 | |
libmxml.so.1 mxml-2.9_1 | |
libKF5Pty.so.5 kpty-5.26.0_1 | |
libdovecot-sieve.so.0 dovecot-plugin-pigeonhole-0.4.9_2 | |
libi3ipc-glib-1.0.so.0 i3ipc-glib-0.6.0_1 | |
libcsound64.so.6.0 csound-6.05.0_1 | |
libcsnd6.so.6.0 csound-6.05.0_1 | |
libfko.so.3 libfko-2.6.9_1 | |
libvterm.so.0 libvterm-0.0.20151005_1 | |
libboinc_opencl.so.7 boinc-7.6.2_1 | |
libboinc_api.so.7 boinc-7.6.2_1 | |
libboinc_graphics2.so.7 boinc-7.6.2_1 | |
libboinc_opencl.so.7 boinc-nox-7.6.2_1 | |
libboinc_api.so.7 boinc-nox-7.6.2_1 | |
libboinc_graphics2.so.7 boinc-nox-7.6.2_1 | |
libsynfig.so.0 synfig-1.0.1_1 | |
libhidapi-hidraw.so.0 hidapi-0.8.0rc1_1 | |
libhidapi-libusb.so.0 hidapi-0.8.0rc1_1 | |
libu2f-host.so.0 libu2f-host-1.0.0_1 | |
libu2f-server.so.0 libu2f-server-1.0.1_2 | |
libsqlcipher.so.0 sqlcipher-3.3.1_1 | |
libgta.so.1 libgta-1.2.0_1 | |
libgdal.so.26 libgdal-3.0.0_1 | |
libosgViewer.so.131 osg-3.4.1_1 | |
libosgShadow.so.131 osg-3.4.1_1 | |
libosgParticle.so.131 osg-3.4.1_1 | |
libOpenThreads.so.20 osg-3.4.1_1 | |
libosgFX.so.131 osg-3.4.1_1 | |
libosgText.so.131 osg-3.4.1_1 | |
libosgUI.so.131 osg-3.4.1_1 | |
libosg.so.131 osg-3.4.1_1 | |
libosgAnimation.so.131 osg-3.4.1_1 | |
libosgDB.so.131 osg-3.4.0_1 | |
libosgManipulator.so.131 osg-3.4.1_1 | |
libosgSim.so.131 osg-3.4.1_1 | |
libosgTerrain.so.131 osg-3.4.1_1 | |
libosgWidget.so.131 osg-3.4.1_1 | |
libosgQt.so.131 osg-3.4.1_1 | |
libosgUtil.so.131 osg-3.4.1_1 | |
libosgVolume.so.131 osg-3.4.1_1 | |
libosgGA.so.131 osg-3.4.1_1 | |
libosgPresentation.so.131 osg-3.4.1_1 | |
libKF5Screen.so.7 libkscreen-5.7.5_1 | |
libdbusmenu-qt5.so.2 libdbusmenu-qt5-0.9.3.0_1 | |
libKF5Solid.so.5 libksolid-5.15.0_2 | |
libfreeimage.so.3 freeimage-3.17.0_1 | |
libfreeimageplus.so.3 freeimage-plus-3.17.0_1 | |
libtoluapp.so toluapp-1.0.93_1 | |
libmpd.so.1 libmpd-11.8.17_1 | |
libfa.so.1 augeas-1.4.0_1 | |
libaugeas.so.0 augeas-1.4.0_1 | |
libplot.so.2 plotutils-2.6_1 | |
libfloatfann.so.2 fann-2.2.0_1 | |
libfixedfann.so.2 fann-2.2.0_1 | |
libfann.so.2 fann-2.2.0_1 | |
libdoublefann.so.2 fann-2.2.0_1 | |
libxerces-c-3.2.so libxerces-c-3.2.0_1 | |
libunibreak.so.3 libunibreak-4.0_1 | |
libgconfmm-2.6.so.1 gconfmm-2.28.3_1 | |
libiperf.so.0 iperf3-3.1.1_1 | |
libkqueue.so.0 libkqueue-2.0.3_1 | |
libKF5UnitConversion.so.5 kunitconversion-5.26.0_1 | |
libfdk-aac.so.2 fdk-aac-2.0.0_1 | |
libyubikey.so.0 libyubikey-1.13_1 | |
libykpers-1.so.1 libykpers-1.17.2_1 | |
libg7221codec.so.2 pjproject-2.4.5_1 | |
libilbccodec.so.2 pjproject-2.4.5_1 | |
libpj.so.2 pjproject-2.4.5_1 | |
libpjlib-util.so.2 pjproject-2.4.5_1 | |
libpjmedia-audiodev.so.2 pjproject-2.4.5_1 | |
libpjmedia-codec.so.2 pjproject-2.4.5_1 | |
libpjmedia-videodev.so.2 pjproject-2.4.5_1 | |
libpjmedia.so.2 pjproject-2.4.5_1 | |
libpjnath.so.2 pjproject-2.4.5_1 | |
libpjsip-simple.so.2 pjproject-2.4.5_1 | |
libpjsip-ua.so.2 pjproject-2.4.5_1 | |
libpjsip.so.2 pjproject-2.4.5_1 | |
libpjsua.so.2 pjproject-2.4.5_1 | |
libpjsua2.so.2 pjproject-2.4.5_1 | |
libhdf5_hl.so.100 hdf5-1.10.1_2 | |
libhdf5.so.103 hdf5-1.10.4_1 | |
libhdf5_hl_cpp.so.100 hdf5-1.10.1_2 | |
libhdf5_cpp.so.103 hdf5-1.10.4_1 | |
libhdf5hl_fortran.so.100 hdf5-1.10.1_2 | |
libhdf5_fortran.so.102 hdf5-1.10.5_1 | |
libcryptmount.so.0 libpam-mount-2.15_1 | |
libglob.so.0 libglob-1.0_1 | |
libepub.so.0 ebook-tools-0.2.2_1 | |
libosmgpsmap-1.0.so.1 libosmgpsmap-1.1.0_1 | |
libtspi.so.1 trousers-0.3.13_1 | |
libflickcurl.so.0 flickcurl-1.26_1 | |
libpsiconv.so.6 psiconv-0.9.9_1 | |
libshout.so.3 libshout-2.4.1_1 | |
libfirm.so.1.22 libfirm-1.22.0_1 | |
libaudiofile.so.1 audiofile-0.3.6_1 | |
libbs2b.so.0 libbs2b-3.1.0_1 | |
libmunge.so.2 munge-libs-0.5.11_1 | |
libmgba.so.0.7 libmgba-0.7.0_1 | |
libglabels-3.0.so.8 libglabels30-3.2.1_1 | |
libglbarcode-3.0.so.0 libglabels30-3.2.1_1 | |
libjim.so.0.79 jimtcl-0.79_1 | |
libftdi1.so.2 libftdi1-1.2_1 | |
libax25.so.0 libax25-0.0.12rc4_1 | |
libax25io.so.0 libax25-0.0.12rc4_1 | |
libmill.so.18 libmill-1.14_1 | |
libges-1.0.so.0 gst1-editing-services-1.6.2_1 | |
libykneomgr.so.0 libykneomgr-0.1.8_1 | |
libopenshot.so.17 libopenshot-0.2.3_1 | |
libopenshot-audio.so.6 libopenshot-audio-0.1.5_1 | |
libpqxx-6.3.so libpqxx-6.3.3_1 | |
libndpi.so.1 ndpi-1.6_1 | |
liblog.so android-studio-3.0.1_1 | |
libm.so android-studio-3.0.1_1 | |
libdl.so android-studio-3.0.1_1 | |
libKF5WidgetsAddons.so.5 kwidgetsaddons-5.26.0_1 | |
libsearpc.so.1 libsearpc-3.0.7_1 | |
libseafile.so.0 seafile-libclient-5.0.4_1 | |
libpodofo.so.0.9.6 libpodofo-0.9.6_1 | |
libIrcUtil.so.3 libcommuni-3.4.0_1 | |
libIrcCore.so.3 libcommuni-3.4.0_1 | |
libIrcModel.so.3 libcommuni-3.4.0_1 | |
libp2edrvmagick++.so.0 libpstoedit-3.70_1 | |
libp2edrvstd.so.0 libpstoedit-3.70_1 | |
libpstoedit.so.0 libpstoedit-3.70_1 | |
libtolua.so tolua-5.2.0_1 | |
libhwloc.so.15 libhwloc-2.0.4_1 | |
libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1 | |
libnetfilter_cthelper.so.0 libnetfilter_cthelper-1.0.0_1 | |
libnetfilter_queue.so.1 libnetfilter_queue-1.0.2_1 | |
libfilezilla.so.3 libfilezilla-0.19.3_1 | |
libtommath.so.1 libtommath-1.0_1 | |
libKF5ItemViews.so.5 kitemviews-5.26.0_1 | |
libunicorn.so.1 unicorn-1.0_1 | |
libglyphy.so.0 glyphy-0.0.20160104_1 | |
libSwiften.so.0 swiften-2.0_1 | |
libfreehand-0.1.so.1 libfreehand-0.1.1_1 | |
libe-book-0.1.so.1 libe-book-0.1.2_1 | |
libOsi.so.1 CoinMP-1.8.3_1 | |
libClp.so.1 CoinMP-1.8.3_1 | |
libCoinMP.so.1 CoinMP-1.8.3_1 | |
libOsiCbc.so.3 CoinMP-1.8.3_1 | |
libCoinUtils.so.3 CoinMP-1.8.3_1 | |
libClpSolver.so.1 CoinMP-1.8.3_1 | |
libCgl.so.1 CoinMP-1.8.3_1 | |
libOsiClp.so.1 CoinMP-1.8.3_1 | |
libCbc.so.3 CoinMP-1.8.3_1 | |
libOsiCommonTests.so.1 CoinMP-1.8.3_1 | |
libCbcSolver.so.3 CoinMP-1.8.3_1 | |
libmwaw-0.3.so.3 libmwaw-0.3.7_1 | |
libixion-0.15.so.0 libixion-0.15.0_2 | |
liborcus-parser-0.15.so.0 liborcus-0.15.3_1 | |
liborcus-mso-0.15.so.0 liborcus-0.15.3_1 | |
liborcus-0.15.so.0 liborcus-0.15.3_1 | |
liborcus-spreadsheet-model-0.15.so.0 liborcus-0.15.3_1 | |
libnumbertext-1.0.so.0 libnumbertext-1.0.4_1 | |
libGeneratedSaxParser.so opencollada-0.0.20160223_1 | |
libMathMLSolver.so opencollada-0.0.20160223_1 | |
libOpenCOLLADABaseUtils.so opencollada-0.0.20160223_1 | |
libOpenCOLLADAFramework.so opencollada-0.0.20160223_1 | |
libOpenCOLLADASaxFrameworkLoader.so opencollada-0.0.20160223_1 | |
libOpenCOLLADAStreamWriter.so opencollada-0.0.20160223_1 | |
libUTF.so opencollada-0.0.20160223_1 | |
libbuffer.so opencollada-0.0.20160223_1 | |
libftoa.so opencollada-0.0.20160223_1 | |
libzlib.so opencollada-1.6.51_1 | |
libfbclient.so.2 libfbclient3-3.0.4.33054_1 | |
libipmiutil.so.1 ipmiutil-3.0.0_1 | |
libqxmpp.so.2 qxmpp-1.1.0_1 | |
libunwind.so.1 llvm-libunwind-3.8.0_1 | |
libc++abi.so.1 libcxxabi-3.8.0_1 | |
libfastjson.so.4 libfastjson-0.99.3_1 | |
libdcadec.so.0 dcadec-0.2.0_1 | |
libcmark.so.0 cmark-0.24.1_1 | |
libspotify.so.12 libspotify-12.1.51_1 | |
libvidstab.so.1.1 libvidstab-1.1.0_1 | |
libxdo.so.3 xdotool-3.20150503.1_1 | |
libabigail.so.0 libabigail-1.0.rc3_1 | |
libgnome-games-support-1.so.3 libgnome-games-support-1.4.0_1 | |
libwlc.so.0 wlc-0.0.2_1 | |
libKDevClangPrivate.so.32 kdevelop-5.4.1_1 | |
libKDevPlatformDebugger.so.54 kdevelop-5.4.1_1 | |
libKDevPlatformDocumentation.so.54 kdevelop-5.4.1_1 | |
libKDevPlatformInterfaces.so.54 kdevelop-5.4.1_1 | |
libKDevPlatformLanguage.so.54 kdevelop-5.4.1_1 | |
libKDevPlatformOutputView.so.54 kdevelop-5.4.1_1 | |
libKDevPlatformProject.so.54 kdevelop-5.4.1_1 | |
libKDevPlatformSerialization.so.54 kdevelop-5.4.1_1 | |
libKDevPlatformShell.so.54 kdevelop-5.4.1_1 | |
libKDevPlatformSublime.so.54 kdevelop-5.4.1_1 | |
libKDevPlatformTests.so.54 kdevelop-5.4.1_1 | |
libKDevPlatformUtil.so.54 kdevelop-5.4.1_1 | |
libKDevPlatformVcs.so.54 kdevelop-5.4.1_1 | |
libkdevcmakecommon.so kdevelop-5.4.1_1 | |
libts.so.0 tslib-1.6_1 | |
libobs.so.0 obs-0.14.1_2 | |
libobsglad.so.0 obs-0.14.1_2 | |
libobs-opengl.so.0 obs-0.14.1_2 | |
libobs-frontend-api.so.0 obs-20.1.3_1 | |
libzimg.so.2 zimg-2.0.4_1 | |
libvapoursynth.so vapoursynth-R32_2 | |
libvapoursynth-script.so.0 vapoursynth-R32_1 | |
libtwolame.so.0 twolame-0.3.13_1 | |
libsignon-plugins.so.1 signond-8.58_1 | |
libsignon-qt5.so.1 signond-8.58_1 | |
libsignon-plugins-common.so.1 signond-8.58_1 | |
libsignon-extension.so.1 signond-8.58_1 | |
libj4status-plugin.so.0 j4status-0.1_1 | |
libvirglrenderer.so.1 virglrenderer-0.5.0_1 | |
libglpk.so.40 glpk-4.60_1 | |
libipmimonitoring.so.6 freeipmi-1.5.7_1 | |
libipmiconsole.so.2 freeipmi-1.5.1_1 | |
libfreeipmi.so.17 freeipmi-1.5.1_1 | |
libipmidetect.so.0 freeipmi-1.5.1_1 | |
libsmpeg-0.4.so.0 smpeg-0.4.5_3 | |
libsmpeg2-2.0.so.0 smpeg2-2.0.0_1 | |
libedac.so.1 libedac-0.18_1 | |
libxlsreader.so.1 libxls-1.4.0_1 | |
libR.so R-3.3.0_2 | |
libmarkdown.so.2 discount-2.2.0_3 | |
libkeystone.so.0 keystone-0.9_1 | |
libmate-slab.so.0 libmate-control-center-1.14.0_2 | |
libuev.so.2 libuev-2.0.0_1 | |
liburcu-bp.so.6 liburcu-0.10.0_1 | |
liburcu-cds.so.6 liburcu-0.10.0_1 | |
liburcu-common.so.6 liburcu-0.10.0_1 | |
liburcu-mb.so.6 liburcu-0.10.0_1 | |
liburcu-qsbr.so.6 liburcu-0.10.0_1 | |
liburcu-signal.so.6 liburcu-0.10.0_1 | |
liburcu.so.6 liburcu-0.10.0_1 | |
liblttng-ust.so.0 lttng-ust-2.7.2_1 | |
liblttng-ust-ctl.so.4 lttng-ust-2.10.0_1 | |
liblttng-ust-fork.so.0 lttng-ust-2.7.2_1 | |
liblttng-ust-fd.so.0 lttng-ust-2.10.0_1 | |
liblttng-ust-libc-wrapper.so.0 lttng-ust-2.7.2_1 | |
liblttng-ust-pthread-wrapper.so.0 lttng-ust-2.7.2_1 | |
liblttng-ust-cyg-profile.so.0 lttng-ust-2.7.2_1 | |
liblttng-ust-cyg-profile-fast.so.0 lttng-ust-2.7.2_1 | |
liblttng-ust-dl.so.0 lttng-ust-2.7.2_1 | |
liblttng-ust-tracepoint.so.0 lttng-ust-2.7.2_1 | |
libbabeltrace.so.1 babeltrace-1.5.3_1 | |
libbabeltrace-ctf.so.1 babeltrace-1.5.3_1 | |
libbabeltrace-ctf-text.so.1 babeltrace-1.5.3_1 | |
libbabeltrace-ctf-metadata.so.1 babeltrace-1.5.3_1 | |
libbabeltrace-dummy.so.1 babeltrace-1.5.3_1 | |
libbabeltrace-lttng-live.so.1 babeltrace-1.5.3_1 | |
liblttng-ctl.so.0 lttng-tools-2.10.1_1 | |
libKF5DNSSD.so.5 kdnssd-5.26.0_1 | |
libtwaindsm.so.2 twaindsm-2.3.0_1 | |
libspnav.so.0 libspnav-0.2.3_1 | |
libsimage.so.20 simage-1.7.0_1 | |
libCoin.so.60 coin3-3.1.3_1 | |
libgl2ps.so.1 gl2ps-1.3.9_1 | |
libFWOSPlugin.so.11 oce-0.18_1 | |
libPTKernel.so.11 oce-0.18_1 | |
libTKBO.so.11 oce-0.18_1 | |
libTKBRep.so.11 oce-0.18_1 | |
libTKBin.so.11 oce-0.18_1 | |
libTKBinL.so.11 oce-0.18_1 | |
libTKBinTObj.so.11 oce-0.18_1 | |
libTKBinXCAF.so.11 oce-0.18_1 | |
libTKBool.so.11 oce-0.18_1 | |
libTKCAF.so.11 oce-0.18_1 | |
libTKCDF.so.11 oce-0.18_1 | |
libTKDCAF.so.11 oce-0.18_1 | |
libTKDraw.so.11 oce-0.18_1 | |
libTKFeat.so.11 oce-0.18_1 | |
libTKFillet.so.11 oce-0.18_1 | |
libTKG2d.so.11 oce-0.18_1 | |
libTKG3d.so.11 oce-0.18_1 | |
libTKGeomAlgo.so.11 oce-0.18_1 | |
libTKGeomBase.so.11 oce-0.18_1 | |
libTKHLR.so.11 oce-0.18_1 | |
libTKIGES.so.11 oce-0.18_1 | |
libTKLCAF.so.11 oce-0.18_1 | |
libTKMath.so.11 oce-0.18_1 | |
libTKMesh.so.11 oce-0.18_1 | |
libTKMeshVS.so.11 oce-0.18_1 | |
libTKNIS.so.11 oce-0.18_1 | |
libTKOffset.so.11 oce-0.18_1 | |
libTKOpenGl.so.11 oce-0.18_1 | |
libTKPCAF.so.11 oce-0.18_1 | |
libTKPLCAF.so.11 oce-0.18_1 | |
libTKPShape.so.11 oce-0.18_1 | |
libTKPrim.so.11 oce-0.18_1 | |
libTKSTEP.so.11 oce-0.18_1 | |
libTKSTEP209.so.11 oce-0.18_1 | |
libTKSTEPAttr.so.11 oce-0.18_1 | |
libTKSTEPBase.so.11 oce-0.18_1 | |
libTKSTL.so.11 oce-0.18_1 | |
libTKService.so.11 oce-0.18_1 | |
libTKShHealing.so.11 oce-0.18_1 | |
libTKShapeSchema.so.11 oce-0.18_1 | |
libTKStdLSchema.so.11 oce-0.18_1 | |
libTKStdSchema.so.11 oce-0.18_1 | |
libTKTObj.so.11 oce-0.18_1 | |
libTKTObjDRAW.so.11 oce-0.18_1 | |
libTKTopAlgo.so.11 oce-0.18_1 | |
libTKTopTest.so.11 oce-0.18_1 | |
libTKV3d.so.11 oce-0.18_1 | |
libTKVRML.so.11 oce-0.18_1 | |
libTKViewerTest.so.11 oce-0.18_1 | |
libTKVoxel.so.11 oce-0.18_1 | |
libTKXCAF.so.11 oce-0.18_1 | |
libTKXCAFSchema.so.11 oce-0.18_1 | |
libTKXDEDRAW.so.11 oce-0.18_1 | |
libTKXDEIGES.so.11 oce-0.18_1 | |
libTKXDESTEP.so.11 oce-0.18_1 | |
libTKXMesh.so.11 oce-0.18_1 | |
libTKXSBase.so.11 oce-0.18_1 | |
libTKXSDRAW.so.11 oce-0.18_1 | |
libTKXml.so.11 oce-0.18_1 | |
libTKXmlL.so.11 oce-0.18_1 | |
libTKXmlTObj.so.11 oce-0.18_1 | |
libTKXmlXCAF.so.11 oce-0.18_1 | |
libTKernel.so.11 oce-0.18_1 | |
libKF5CoreAddons.so.5 kcoreaddons-5.26.0_1 | |
librpmatch.so.0 musl-rpmatch-1.0_1 | |
libply.so.4 plymouth-0.9.2_1 | |
libply-splash-core.so.4 plymouth-0.9.2_1 | |
libply-splash-graphics.so.4 plymouth-0.9.2_1 | |
libply-boot-client.so.4 plymouth-0.9.2_1 | |
libmilter.so.1.0.2 libmilter-1.0.2_1 | |
libopendkim.so.10 opendkim-2.10.3_1 | |
libtevent.so.0 tevent-0.9.28_1 | |
libldb.so.1 ldb-1.1.26_1 | |
libpath_utils.so.1 ding-libs-0.5.0_1 | |
libdhash.so.1 ding-libs-0.5.0_1 | |
libcollection.so.4 ding-libs-0.5.0_1 | |
libref_array.so.1 ding-libs-0.5.0_1 | |
libbasicobjects.so.0 ding-libs-0.5.0_1 | |
libini_config.so.5 ding-libs-0.5.0_1 | |
libipa_hbac.so.0 sssd-1.13.4_1 | |
libsss_idmap.so.0 sssd-1.13.4_1 | |
libsss_sudo.so sssd-1.13.4_1 | |
libnss_sss.so.2 sssd-1.13.4_1 | |
libwbclient.so.0 sssd-1.13.4_1 | |
libsss_nss_idmap.so.0 sssd-1.13.4_1 | |
libsss_simpleifp.so.0 sssd-1.13.4_1 | |
libsss_util.so sssd-2.0.0_1 | |
libsss_crypt.so sssd-2.0.0_1 | |
libsss_debug.so sssd-2.0.0_1 | |
libforms.so.2 xforms-1.2.4_2 | |
libflimage.so.2 xforms-1.2.4_2 | |
libutilspp.so.0 curlpp-0.7.3_2 | |
libcurlpp.so.1 curlpp-0.8.1_1 | |
libtcd.so.1 libtcd-2.2.7.r2_1 | |
libaccounts-glib.so.1 libaccounts-glib-1.24_1 | |
libaccounts-qt5.so.1 libaccounts-qt5-1.14_1 | |
libshotwell-plugin-dev-1.0.so.0 shotwell-0.30.0_1 | |
libshotwell-plugin-common.so.0 shotwell-0.30.0_1 | |
libshotwell-authenticator.so.0 shotwell-0.30.0_1 | |
liballegro.so.5.2 allegro5-5.2.1_1 | |
liballegro_primitives.so.5.2 allegro5-5.2.1_1 | |
liballegro_image.so.5.2 allegro5-5.2.1_1 | |
liballegro_font.so.5.2 allegro5-5.2.1_1 | |
liballegro_audio.so.5.2 allegro5-5.2.1_1 | |
liballegro_acodec.so.5.2 allegro5-5.2.1_1 | |
liballegro_ttf.so.5.2 allegro5-5.2.1_1 | |
liballegro_color.so.5.2 allegro5-5.2.1_1 | |
liballegro_memfile.so.5.2 allegro5-5.2.1_1 | |
liballegro_physfs.so.5.2 allegro5-5.2.1_1 | |
liballegro_video.so.5.2 allegro5-5.2.1_1 | |
liballegro_main.so.5.2 allegro5-5.2.1_1 | |
libKF5DBusAddons.so.5 kdbusaddons-5.26.0_1 | |
libsystemsettingsview.so.3 systemsettings-5.11.5_2 | |
libmono-profiler-cov.so.0 mono-4.0.1.44_2 | |
libmono-profiler-aot.so.0 mono-4.0.1.44_2 | |
libmono-profiler-iomap.so.0 mono-4.0.1.44_2 | |
libmono-profiler-log.so.0 mono-4.0.1.44_2 | |
libikvm-native.so mono-4.0.1.44_2 | |
libMonoPosixHelper.so mono-4.0.1.44_2 | |
libMonoSupportW.so mono-4.0.1.44_2 | |
libmono-btls-shared.so mono-5.2.0.215_1 | |
libxcb-xrm.so.0 xcb-util-xrm-1.0_1 | |
libinchi.so.0 openbabel-2.3.2_1 | |
libopenbabel.so.5 openbabel-2.4.1_1 | |
libavogadro.so.1 avogadro-1.2.0_1 | |
libavogadro_OpenQube.so.0 avogadro-1.2.0_1 | |
libcourier-unicode.so.4 courier-unicode-2.0_1 | |
libzstd.so.1 libzstd-1.0.0_1 | |
libudis86.so.0 udis86-1.7.2_4 | |
libsass.so.1 libsass-3.5.0_1 | |
libjbig.so.0 jbigkit-libs-2.1_2 | |
libjbig85.so.0 jbigkit-libs-2.1_2 | |
libskk.so.0 libskk-1.0.2_1 | |
libKF5WaylandServer.so.5 kwayland-5.26.0_1 | |
libKF5WaylandClient.so.5 kwayland-5.26.0_1 | |
libKF5IdleTime.so.5 kidletime-5.26.0_1 | |
libKF5Archive.so.5 karchive-5.26.0_1 | |
libKF5Codecs.so.5 kcodecs-5.26.0_1 | |
libKF5ConfigCore.so.5 kconfig-5.26.0_1 | |
libKF5ConfigGui.so.5 kconfig-5.26.0_1 | |
libKF5Completion.so.5 kcompletion-5.26.0_1 | |
libKF5Crash.so.5 kcrash-5.26.0_1 | |
libKF5ConfigWidgets.so.5 kconfigwidgets-5.26.0_1 | |
libKF5Service.so.5 kservice-5.26.0_1 | |
libKF5GlobalAccel.so.5 kglobalaccel-5.26.0_1 | |
libKF5GlobalAccelPrivate.so.5 kglobalaccel-5.26.0_1 | |
libKF5Package.so.5 kpackage-5.26.0_1 | |
libKF5Su.so.5 kdesu-5.26.0_1 | |
libKF5Emoticons.so.5 kemoticons-5.26.0_1 | |
libKF5IconThemes.so.5 kiconthemes-5.26.0_1 | |
libKF5JobWidgets.so.5 kjobwidgets-5.26.0_1 | |
libKF5Notifications.so.5 knotifications-5.26.0_1 | |
libKF5TextWidgets.so.5 ktextwidgets-5.26.0_1 | |
libKF5Wallet.so.5 kwallet-5.26.0_1 | |
libkwalletbackend5.so.5 kwallet-5.36.0_1 | |
libKF5XmlGui.so.5 kxmlgui-5.26.0_1 | |
libKF5Bookmarks.so.5 kbookmarks-5.26.0_1 | |
libKF5KIOWidgets.so.5 kio-5.26.0_1 | |
libKF5KIOCore.so.5 kio-5.26.0_1 | |
libKF5KIOFileWidgets.so.5 kio-5.26.0_1 | |
libKF5KIOGui.so.5 kio-5.36.0_1 | |
libKF5KIONTLM.so.5 kio-5.36.0_1 | |
libKF5Declarative.so.5 kdeclarative-5.26.0_1 | |
libKF5QuickAddons.so.5 kdeclarative-5.26.0_1 | |
libKF5CalendarEvents.so.5 kdeclarative-5.26.0_1 | |
libKF5KCMUtils.so.5 kcmutils-5.26.0_1 | |
libKF5Style.so.5 frameworkintegration-5.26.0_1 | |
libkdeinit5_klauncher.so kinit-5.26.0_1 | |
libKF5NewStuff.so.5 knewstuff-5.26.0_1 | |
libKF5NewStuffCore.so.5 knewstuff-5.36.0_1 | |
libKF5NotifyConfig.so.5 knotifyconfig-5.26.0_1 | |
libKF5Parts.so.5 kparts-5.26.0_1 | |
libKF5Activities.so.5 kactivities5-5.26.0_1 | |
libkdeinit5_kded5.so kded-5.26.0_1 | |
libKF5WebKit.so.5 kdewebkit-5.26.0_1 | |
libKF5TextEditor.so.5 ktexteditor-5.26.0_1 | |
libKF5Plasma.so.5 plasma-framework-5.26.0_1 | |
libKF5PlasmaQuick.so.5 plasma-framework-5.26.0_1 | |
libKF5ModemManagerQt.so.6 modemmanager-qt5-5.26.0_1 | |
libKF5People.so.5 kpeople-5.26.0_1 | |
libKF5PeopleBackend.so.5 kpeople-5.36.0_1 | |
libKF5PeopleWidgets.so.5 kpeople-5.36.0_1 | |
libKF5XmlRpcClient.so.5 kxmlrpcclient-5.26.0_1 | |
libKF5BluezQt.so.6 bluez-qt5-5.26.0_1 | |
libKF5FileMetaData.so.3 kfilemetadata5-5.26.0_1 | |
libKF5Baloo.so.5 baloo5-5.26.0_1 | |
libKF5BalooEngine.so.5 baloo5-5.26.0_1 | |
libKF5ActivitiesStats.so.1 kactivities5-stats-5.26.0_1 | |
libKF5Runner.so.5 krunner-5.26.0_1 | |
libKF5JS.so.5 kjs-5.26.0_1 | |
libKF5JSApi.so.5 kjs-5.36.0_1 | |
libKF5KDELibs4Support.so.5 kdelibs4support-5.26.0_1 | |
libKF5KHtml.so.5 khtml-5.26.0_1 | |
libKF5JsEmbed.so.5 kjsembed-5.26.0_1 | |
libKF5KrossCore.so.5 kross-5.26.0_1 | |
libKF5KrossUi.so.5 kross-5.36.0_1 | |
liblmdb.so.0 lmdb-0.9.18_2 | |
libisns.so.0 libisns-0.96_1 | |
libz80ex.so.1 z80ex-1.1.21_1 | |
libz80ex_dasm.so.1 z80ex-1.1.21_1 | |
libqmmp.so.1 qmmp-1.1.4_1 | |
libqmmpui.so.1 qmmp-1.1.4_1 | |
libalkimia5.so.8 libalkimia-8.0.1_1 | |
libpayeeidentifier_iban_bic_widgets.so.5 kmymoney-5.0.0_1 | |
libkmm_plugin.so.5 kmymoney-5.0.0_1 | |
libkmm_widgets.so.5 kmymoney-5.0.0_1 | |
libkmm_mymoney.so.5 kmymoney-5.0.0_1 | |
libpayeeidentifier_nationalAccount.so.5 kmymoney-5.0.0_1 | |
libpayeeidentifier_iban_bic.so.5 kmymoney-5.0.0_1 | |
libkmm_payeeidentifier.so.5 kmymoney-5.0.0_1 | |
libKDb3.so.4 kdb-3.1.0_1 | |
libKPropertyWidgets3.so.4 kproperty-3.1.0_1 | |
libKPropertyCore3.so.4 kproperty-3.1.0_1 | |
libKReport3.so.4 kreport-3.1.0_1 | |
libbotan-2.so.12 botan-2.12.0_1 | |
libswipl.so.8 swi-prolog-8.0.0_1 | |
libpcre2-16.so.0 libpcre2-10.22_1 | |
libpcre2-32.so.0 libpcre2-10.22_1 | |
libpcre2-8.so.0 libpcre2-10.22_1 | |
libpcre2-posix.so.2 libpcre2-10.30_1 | |
libui.so.0 libui-alpha3.1_1 | |
libgnome-autoar-0.so.0 gnome-autoar-0.1.1_1 | |
libgnome-autoar-gtk-0.so.0 gnome-autoar-0.1.1_1 | |
libxapp.so.1 xapps-1.0.2_1 | |
libite.so.5 libite-2.0.1_1 | |
liblog4cplus-1.2.so.5 log4cplus-1.2.0_1 | |
liblog4cplus-2.0.so.3 log4cplus-2.0.0_1 | |
liblog4cplusU-2.0.so.3 log4cplus-2.0.3_1 | |
libpng12.so.0 libpng12-1.2.56_2 | |
libpng.so.3 libpng12-1.2.56_2 | |
libcapnpc-0.7.0.so capnproto-0.7.0_1 | |
libcapnp-json-0.7.0.so capnproto-0.7.0_1 | |
libcapnp-rpc-0.7.0.so capnproto-0.7.0_1 | |
libcapnp-0.7.0.so capnproto-0.7.0_1 | |
libkj-http-0.7.0.so capnproto-0.7.0_1 | |
libkj-async-0.7.0.so capnproto-0.7.0_1 | |
libkj-test-0.7.0.so capnproto-0.7.0_1 | |
libkj-0.7.0.so capnproto-0.7.0_1 | |
libkea-asiodns.so.1 libkea-1.7.0_1 | |
libkea-asiolink.so.6 libkea-1.7.1_1 | |
libkea-cc.so.8 libkea-1.6.0_1 | |
libkea-cfgclient.so.8 libkea-1.7.0_1 | |
libkea-cryptolink.so.5 libkea-1.7.0_1 | |
libkea-database.so.4 libkea-1.7.2_1 | |
libkea-dhcp++.so.15 libkea-1.7.4_1 | |
libkea-dhcp_ddns.so.2 libkea-1.7.0_1 | |
libkea-dhcpsrv.so.20 libkea-1.7.4_1 | |
libkea-dns++.so.3 libkea-1.5.0_1 | |
libkea-eval.so.12 libkea-1.7.0_1 | |
libkea-exceptions.so.0 libkea-1.1.0_1 | |
libkea-hooks.so.9 libkea-1.7.1_1 | |
libkea-http.so.6 libkea-1.7.2_1 | |
libkea-log.so.5 libkea-1.7.0_1 | |
libkea-pgsql.so.0 libkea-1.7.1_1 | |
libkea-process.so.3 libkea-1.7.2_1 | |
libkea-stats.so.3 libkea-1.6.0_1 | |
libkea-threads.so.3 libkea-1.7.0_1 | |
libkea-util-io.so.0 libkea-1.1.0_1 | |
libkea-util.so.8 libkea-1.7.2_1 | |
libytnef.so.0 ytnef-1.8_1 | |
libpisock.so.9 pilot-link-0.12.5_1 | |
libpisync.so.1 pilot-link-0.12.5_1 | |
libpitcl.so.0 pilot-link-0.12.5_1 | |
libiscsi.so.9 libiscsi-1.19.0_1 | |
libgme.so.0 libgme-0.6.1_1 | |
libsidplayfp.so.5 libsidplayfp-2.0.0_1 | |
libstilview.so.0 libsidplayfp-1.8.7_1 | |
libczmq.so.4 czmq-4.0.1_1 | |
liblz.so.1 lzlib-1.8_1 | |
libelogind.so.0 libelogind-238.1_2 | |
libnma.so.0 libnm-gtk-1.4.0_1 | |
libgspell-1.so.2 gspell-1.8.0_1 | |
libotf.so.1 libotf-0.9.16_1 | |
libimagequant.so.0 libimagequant-2.8.2_1 | |
libDOtherSide.so.0.6 dotherside-0.6.5_1 | |
libstlink.so.1 stlink-1.5.1_1 | |
libopencsg.so.1 opencsg-1.4.2_1 | |
libCGAL.so.13 cgal-4.10_1 | |
libCGAL_Core.so.13 cgal-4.10_1 | |
libCGAL_ImageIO.so.14 cgal-4.14_1 | |
libqscintilla2_qt5.so.15 qscintilla-qt5-2.11_1 | |
libQtAVWidgets.so.1 qtav-1.12.0_1 | |
libQtAV.so.1 qtav-1.12.0_1 | |
liblxpanel.so.0 lxpanel-0.9.3_1 | |
libuim.so.8 uim-1.8.6_1 | |
libuim-scm.so.0 uim-1.8.6_1 | |
libuim-custom.so.2 uim-1.8.6_1 | |
libgcroots.so.0 uim-1.8.6_1 | |
libdecoration.so.0 compiz-core-0.8.14_1 | |
libcompizconfig.so.0 libcompizconfig-0.8.14_1 | |
libemeraldengine.so.0 emerald-0.8.14_1 | |
libhangul.so.1 libhangul-0.1.0_1 | |
libmutter-5.so.0 mutter-3.34.1_1 | |
libmutter-clutter-5.so mutter-3.34.1_1 | |
libmutter-cogl-path-5.so.0 mutter-3.34.1_1 | |
libmutter-cogl-5.so mutter-3.34.1_1 | |
libmutter-cogl-pango-5.so mutter-3.34.1_1 | |
libgeoclue-2.so.0 geoclue2-2.4.4_1 | |
libgepub.so.0 libgepub-0.4_1 | |
libslopy.so.7.4 slop-7.4_1 | |
libbcunit.so.1 bcunit-3.0_1 | |
libzbar.so.0 libzbar-0.10_1 | |
libzbargtk.so.0 libzbar-0.10_1 | |
libzbarqt.so.0 libzbar-0.10_1 | |
libargtable2.so.0 argtable-2.13_1 | |
libomxil-bellagio.so.0 libomxil-bellagio-0.9.3_1 | |
libomxdynamicloader.so.0 libomxil-bellagio-0.9.3_1 | |
libomxaudio_effects.so.0 libomxil-bellagio-0.9.3_1 | |
libomxclocksrc.so.0 libomxil-bellagio-0.9.3_1 | |
libomxvideosched.so.0 libomxil-bellagio-0.9.3_1 | |
libnss_libvirt_guest.so.2 libvirt-3.1.0_1 | |
libvirt-admin.so.0 libvirt-3.1.0_1 | |
libnss_libvirt.so.2 libvirt-3.1.0_1 | |
libassimp.so.5 libassimp-5.0.0_1 | |
libdouble-conversion.so.1 double-conversion-2.0.1_1 | |
libspectrum.so.8 libspectrum-1.2.2_1 | |
libbearssl.so.0 bearssl-0.3_1 | |
libXfont2.so.2 libXfont2-2.0.1_1 | |
libqalculate.so.21 libqalculate-3.0.0_1 | |
libweston-7.so.0 weston-7.0.0_1 | |
libostree-1.so.1 libostree-2017.3_1 | |
librhash.so.0 rhash-1.3.4_1 | |
libserialport.so.0 libserialport-0.1.1_1 | |
libsigrok.so.4 libsigrok-0.5.0_1 | |
libsigrokcxx.so.4 libsigrok-0.5.0_1 | |
libsigrokdecode.so.4 libsigrokdecode-0.5.0_2 | |
libglyr.so.1 glyr-1.0.8_1 | |
libPocoJSON.so.64 poco-1.9.4_1 | |
libPocoMongoDB.so.64 poco-1.9.4_1 | |
libPocoZip.so.64 poco-1.9.4_1 | |
libPocoData.so.64 poco-1.9.4_1 | |
libPocoNet.so.64 poco-1.9.4_1 | |
libPocoDataSQLite.so.64 poco-1.9.4_1 | |
libPocoFoundation.so.64 poco-1.9.4_1 | |
libPocoXML.so.64 poco-1.9.4_1 | |
libPocoUtil.so.64 poco-1.9.4_1 | |
libPocoRedis.so.64 poco-1.9.4_1 | |
libPocoEncodings.so.64 poco-1.9.4_1 | |
libPocoNetSSL.so.64 poco-1.9.4_1 | |
libPocoCrypto.so.64 poco-1.9.4_1 | |
libopenblas.so.0 openblas-0.2.19_1 | |
librtmidi.so.5 rtmidi-4.0.0_1 | |
libbiblesync.so.2.0.1 biblesync-2.0.1_1 | |
libbac-9.4.2.so bacula-common-9.4.2_1 | |
libbaccfg-9.4.2.so bacula-common-9.4.2_1 | |
libbacfind-9.4.2.so bacula-common-9.4.2_1 | |
libbacsql-9.4.2.so bacula-common-9.4.2_1 | |
libbaccats-9.4.2.so bacula-common-9.4.2_1 | |
libbacsd-9.4.2.so bacula-common-9.4.2_1 | |
libbaccats-sqlite3-9.4.2.so bacula-common-9.4.2_1 | |
libbaccats-postgresql-9.4.2.so bacula-common-postgresql-9.4.2_1 | |
libbaccats-mysql-9.4.2.so bacula-common-mariadb-9.4.2_1 | |
bpipe-fd.so bacula-fd-9.0.4_1 | |
libnftables.so.1 libnftables-0.9.1_1 | |
libbctoolbox.so.1 bctoolbox-0.6.0_1 | |
libortp.so.13 ortp-1.0.2_1 | |
libsuperlu.so.5 superlu-5.2.1_1 | |
libgosu.so.0 gosu-0.12.0_1 | |
libyara.so.3 libyara-3.5.0_1 | |
libyaz_icu.so.5 yaz-5.23.1_1 | |
libyaz.so.5 yaz-5.23.1_1 | |
libyaz_server.so.5 yaz-5.23.1_1 | |
libgcab-1.0.so.0 gcab-0.7_1 | |
libliveMedia.so.66 live555-2019.05.03_1 | |
libgroupsock.so.8 live555-2018.12.14_1 | |
libUsageEnvironment.so.3 live555-2018.12.14_1 | |
libBasicUsageEnvironment.so.1 live555-2018.12.14_1 | |
libappstream.so.4 AppStream-0.12.2_1 | |
libappstream-glib.so.8 appstream-glib-0.6.13_1 | |
libappstream-builder.so.8 appstream-glib-0.6.13_1 | |
libflatpak.so.0 flatpak-0.9.3_2 | |
libnanomsg.so.5 nanomsg-1.1.3_1 | |
libindicator3.so.7 libindicator-12.10.1_1 | |
libappindicator3.so.1 libappindicator-12.10.0_1 | |
libsctp.so.1 lksctp-tools-1.0.17_1 | |
libwithsctp.so.1 lksctp-tools-1.0.17_1 | |
libnss_ldap.so.2 nss-pam-ldapd-0.9.7_4 | |
libunshield.so.0 libunshield-0.6_1 | |
libMyGUIEngine.so.3 libmygui-3.2.2_1 | |
libEditorFramework.so libmygui-devel-3.2.2_3 | |
Plugin_StrangeButton.so libmygui-devel-3.2.2_3 | |
libproj.so.17 proj-6.2.1_1 | |
libnlopt.so.0 nlopt-2.4.2_1 | |
libeb.so.16 libeb-4.3.3_1 | |
libchipcard.so.6 libchipcard-5.0.4_1 | |
libraqm.so.0 libraqm-0.2.0_1 | |
liboggz.so.2 liboggz-1.1.1_1 | |
libfishsound.so.1 libfishsound-1.0.0_1 | |
libxqilla.so.2 XQilla-2.3.4_1 | |
libKF5DocTools.so.5 kdoctools-5.36.0_1 | |
libKF5MediaPlayer.so.5 kmediaplayer-5.36.0_1 | |
libxo.so.0 libxo-0.9.0_1 | |
libbrotlicommon.so.1 brotli-1.0.2_1 | |
libbrotlidec.so.1 brotli-1.0.2_1 | |
libbrotlienc.so.1 brotli-1.0.2_1 | |
libfilteraudio.so filter_audio-0.0.1_1 | |
libgstreamermm-1.0.so.1 gstreamermm-1.8.0_1 | |
libmovit.so.8 movit-1.6.0_1 | |
libduktape.so.204 duktape-2.4.0_1 | |
libccgnu2-1.8.so.0 commoncpp2-1.8.1_1 | |
libccext2-1.8.so.0 commoncpp2-1.8.1_1 | |
libucommon.so.8 ucommon-7.0.0_1 | |
libusecure.so.8 ucommon-7.0.0_1 | |
libcommoncpp.so.8 ucommon-7.0.0_1 | |
libmupdf.so.1.13.0 libmupdf-1.13.0_1 | |
libmupdfthird.so.1.13.0 libmupdf-1.13.0_1 | |
libmuthreads.so.1.13.0 libmupdf-1.13.0_1 | |
libmupkcs7.so.1.13.0 libmupdf-1.13.0_1 | |
libdatrie.so.1 libdatrie-0.2.10_1 | |
libthai.so.0 libthai-0.1.26_1 | |
libm17n-flt.so.0 m17n-lib-1.7.0_1 | |
libm17n-gui.so.0 m17n-lib-1.7.0_1 | |
libm17n-core.so.0 m17n-lib-1.7.0_1 | |
libm17n.so.0 m17n-lib-1.7.0_1 | |
libprotobuf-lite.so.18 libprotobuf-lite18-3.7.0_1 | |
libprotoc.so.18 libprotoc18-3.7.0_1 | |
libprotobuf.so.18 libprotobuf18-3.7.0_1 | |
libsombok.so.3 sombok-2.4.0_1 | |
libdeviceclient.so.0 pragha-1.3.3_1 | |
libguile-srfi-srfi-1-v-3.so.3 guile1.8-1.8.8_1 | |
libguile-srfi-srfi-4-v-3.so.3 guile1.8-1.8.8_1 | |
libguile-srfi-srfi-60-v-2.so.2 guile1.8-1.8.8_1 | |
libguile.so.17 guile1.8-1.8.8_1 | |
libguilereadline-v-17.so.17 guile1.8-1.8.8_1 | |
libguile-srfi-srfi-13-14-v-3.so.3 guile1.8-1.8.8_1 | |
libykclient.so.3 ykclient-2.15_1 | |
libbooster.so.0 cppcms-1.0.5_1 | |
libcppcms.so.1 cppcms-1.0.5_1 | |
libcppdb.so.0 cppdb-0.3.1_1 | |
libtracker-control-2.0.so.0 libtracker-2.0.0_1 | |
libtracker-sparql-2.0.so.0 libtracker-2.0.0_1 | |
libdockapp.so.3 libdockapp-0.7.2_1 | |
libkrdccore.so.5 krdc-17.04.3_1 | |
libArcus.so.3 libArcus-3.1.0_1 | |
libgutenprint.so.9 gutenprint-5.3.3_1 | |
libunbound.so.8 unbound-1.8.0_1 | |
libmirage.so.11 libmirage-3.1.0_1 | |
libwkhtmltox.so.0 libwkhtmltopdf-0.12.5_1 | |
libixml.so.10 libupnp1.8-1.8.2_1 | |
libupnp.so.13 libupnp1.8-1.8.4_1 | |
libsysprof-3.so sysprof-3.34.0_1 | |
libsysprof-ui-3.so sysprof-3.34.0_1 | |
libmozjs-52.so mozjs52-52.3.0_1 | |
libmozjs-52.so.0 mozjs52-52.3.0_1 | |
libvala-0.46.so.0 libvala-0.46.0_1 | |
libvaladoc-0.46.so.0 libvaladoc-0.46.0_1 | |
libvalaccodegen.so libvala-0.44.0_1 | |
libphodav-2.0.so.0 phodav-2.2_1 | |
libgfshare.so.2 libgfshare-2.0.0_1 | |
libtracker-miner-2.0.so.0 libtracker-2.0.1_1 | |
libtacacs.so.1 tacacs-4.0.4.28_1 | |
libffms2.so.4 libffms2-2.23.1_1 | |
libddcutil.so.2 ddcutil-0.9.8_1 | |
liblsmash.so.2 liblsmash-2.9.1_1 | |
libgiac.so.0 libgiac-1.4.9r17_1 | |
libgnustep-base.so.1.26 gnustep-base-1.26.0_1 | |
libtermbox.so.1 termbox-1.1.0_1 | |
libmysofa.so.0 libmysofa-0.6_1 | |
libzinnia.so.0 libzinnia-0.06_1 | |
libdnet.so.1 libdnet-1.12_1 | |
libgtkd-3.so.0 gtkd-3.7.0_2 | |
libgtkdsv-3.so.0 libgtkdsv-3.7.0_2 | |
libvted-3.so.0 libvted-3.7.0_2 | |
libpeasd-3.so.0 libpeasd-3.7.0_2 | |
libgstreamerd-3.so.0 libgstreamerd-3.7.0_2 | |
libgtkdgl-3.so.0 libgtkdgl-3.7.0_2 | |
libmega.so.30602 MEGAsdk-3.6.2a_1 | |
libopenglrecorder.so.0 libopenglrecorder-0.1.0_1 | |
libgpod.so.4 libgpod-0.8.3_1 | |
libi2c.so.0 i2c-tools-4.0_1 | |
libmarisa.so.0 marisa-0.2.5_1 | |
libopencc.so.2 opencc-1.0.5_1 | |
librime.so.1 librime-1.2.9_1 | |
libairspy.so.0 libairspy-1.0.9_1 | |
libKF5KDcraw.so.5 libkdcraw5-17.04.3_1 | |
libKF5Kipi.so.32.0.0 libkipi5-17.04.3_1 | |
libhackrf.so.0 libhackrf-2017.02.1_1 | |
libtecla.so.1 libtecla-1.6.3_1 | |
libtecla_r.so.1 libtecla-1.6.3_1 | |
libzim.so.6 libzim-6.0.1_1 | |
libkiwix.so.8 kiwix-lib-8.0.1_1 | |
libaria2.so.0 libaria2-1.33.1_3 | |
librpm.so.9 librpm-4.15.0_1 | |
librpmsign.so.9 librpmsign-4.15.0_1 | |
librpmbuild.so.9 librpmbuild-4.15.0_1 | |
librpmio.so.9 librpmio-4.15.0_1 | |
libsquirrel.so.0 squirrel-libs-3.1_1 | |
libsqstdlib.so.0 squirrel-libs-3.1_1 | |
libexecinfo.so.1 libexecinfo-1.1_1 | |
libkdeconnectpluginkcm.so.1 kdeconnect-1.2_1 | |
libkdeconnectinterfaces.so.1 kdeconnect-1.2_1 | |
libkdeconnectcore.so.1 kdeconnect-1.2_1 | |
libkpmcore.so.7 kpmcore-3.3.0_1 | |
libpkcs11-helper.so.1 pkcs11-helper-1.22_1 | |
libr2.so.2.5.0 radare2-2.5.0_1 | |
libr_core.so radare2-2.2.0_1 | |
libr_config.so radare2-2.2.0_1 | |
libr_cons.so radare2-2.2.0_1 | |
libr_util.so radare2-2.2.0_1 | |
libr_flag.so radare2-2.2.0_1 | |
libr_asm.so radare2-2.2.0_1 | |
libr_bin.so radare2-2.2.0_1 | |
libr_anal.so radare2-2.2.0_1 | |
libr_lang.so radare2-2.2.0_1 | |
libr_debug.so radare2-2.2.0_1 | |
libr_egg.so radare2-2.2.0_1 | |
libr_bp.so radare2-2.2.0_1 | |
libr_search.so radare2-2.2.0_1 | |
libr_io.so radare2-2.2.0_1 | |
libr_hash.so radare2-2.2.0_1 | |
libr_socket.so radare2-2.2.0_1 | |
libr_parse.so radare2-2.2.0_1 | |
libr_syscall.so radare2-2.2.0_1 | |
libr_crypto.so radare2-2.2.0_1 | |
libr_fs.so radare2-2.2.0_1 | |
libr_magic.so radare2-2.2.0_1 | |
libr_reg.so radare2-2.2.0_1 | |
libykpiv.so.1 libykpiv-1.5.0_1 | |
libykcs11.so.1 libykcs11-1.5.0_1 | |
libKF5KExiv2.so.15.0.0 libkexiv25-17.04.3_1 | |
libqmobipocket.so.2 libqmobipocket-17.04.3_1 | |
libgloox.so.17 gloox-1.0.20_1 | |
libgsmsd.so.8 gammu-smsd-1.39.0_1 | |
libGammu.so.8 gammu-1.39.0_1 | |
libz3.so z3-4.6.0_2 | |
libngspice.so.0 ngspice-27_2 | |
libvulkan.so.1 vulkan-loader-1.0.57.0_1 | |
libembb_mtapi_cpp.so embb-devel-1.0.0_1 | |
libembb_mtapi_c.so embb-devel-1.0.0_1 | |
libembb_mtapi_network_c.so embb-devel-1.0.0_1 | |
libembb_base_cpp.so embb-devel-1.0.0_1 | |
libembb_base_c.so embb-devel-1.0.0_1 | |
libhpdf.so Haru-devel-2.3.0_1 | |
libKF5Contacts.so.5 kcontacts-5.63.0_1 | |
libKF5AkonadiPrivate.so.5 akonadi5-17.12.0_1 | |
libKF5AkonadiCore.so.5 akonadi5-17.12.0_1 | |
libKF5AkonadiAgentBase.so.5 akonadi5-17.12.0_1 | |
libKF5AkonadiWidgets.so.5 akonadi5-17.12.0_1 | |
libKF5AkonadiXml.so.5 akonadi5-17.12.0_1 | |
libKF5PimTextEdit.so.5 kpimtextedit-17.12.0_1 | |
libKF5IdentityManagement.so.5 kidentitymanagement-17.12.0_1 | |
libKChart.so.2 kdiagram-2.6.0_1 | |
libKGantt.so.2 kdiagram-2.6.0_1 | |
libscrypt.so.0 libscrypt-1.21_1 | |
libzuluplay.so.1.1 zuluplay-1.1_1 | |
libzuluCryptPluginManager.so.1.0.0 zulucrypt-5.2.0_1 | |
libzuluCrypt-exe.so.1.2.0 zulucrypt-5.2.0_1 | |
libzuluCrypt.so.1.2.0 zulucrypt-5.2.0_1 | |
libaacs.so.0 libaacs-0.9.0_1 | |
libttfautohint.so.1 ttfautohint-1.8.1_1 | |
libcob.so.4 gnucobol-libs-2.2_1 | |
libkrfbprivate.so.5.0 krfb-17.08.1_1 | |
libarcan_shmif.so.0.11 arcan-0.5.4.3_1 | |
libarcan_shmif_ext.so.0.11 arcan-0.5.4.3_1 | |
libarcan_shmif_server.so.0.11 arcan-0.5.4.3_1 | |
libarcan_tui.so.0.11 arcan-0.5.4.3_1 | |
liblwipv6.so.2 lwipv6-1.5a_1 | |
libpipewire-0.2.so.1 libpipewire-0.2.2_1 | |
libvolk.so.1.4 volk-1.4_1 | |
libgnuradio-runtime-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-pmt-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-blocks-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-audio-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-noaa-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-fec-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-fft-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-filter-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-analog-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-digital-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-dtv-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-atsc-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-channels-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-pager-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-trellis-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-video-sdl-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-vocoder-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-fcd-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-wavelet-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-wxgui-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-uhd-3.7.13.5.so.0.0.0 gnuradio-3.7.13.5_1 | |
libgnuradio-osmosdr-0.1.4.so.0.0.0 gnuradio-osmosdr-0.1.4_1 | |
libflann_cpp.so.1.9 flann-1.9.1_1 | |
libflann.so.1.9 flann-1.9.1_1 | |
libvtkChartsCore-8.2.so.1 vtk-8.2.0_1 | |
libvtkCommonColor-8.2.so.1 vtk-8.2.0_1 | |
libvtkCommonComputationalGeometry-8.2.so.1 vtk-8.2.0_1 | |
libvtkCommonCore-8.2.so.1 vtk-8.2.0_1 | |
libvtkCommonDataModel-8.2.so.1 vtk-8.2.0_1 | |
libvtkCommonExecutionModel-8.2.so.1 vtk-8.2.0_1 | |
libvtkCommonMath-8.2.so.1 vtk-8.2.0_1 | |
libvtkCommonMisc-8.2.so.1 vtk-8.2.0_1 | |
libvtkCommonSystem-8.2.so.1 vtk-8.2.0_1 | |
libvtkCommonTransforms-8.2.so.1 vtk-8.2.0_1 | |
libvtkDICOMParser-8.2.so.1 vtk-8.2.0_1 | |
libvtkDomainsChemistry-8.2.so.1 vtk-8.2.0_1 | |
libvtkDomainsChemistryOpenGL2-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersAMR-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersCore-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersExtraction-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersFlowPaths-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersGeneral-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersGeneric-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersGeometry-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersHybrid-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersHyperTree-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersImaging-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersModeling-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersParallel-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersParallelImaging-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersPoints-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersProgrammable-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersSMP-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersSelection-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersSources-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersStatistics-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersTexture-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersTopology-8.2.so.1 vtk-8.2.0_1 | |
libvtkFiltersVerdict-8.2.so.1 vtk-8.2.0_1 | |
libvtkGeovisCore-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOAMR-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOAsynchronous-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOCityGML-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOCore-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOEnSight-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOExodus-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOExport-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOExportOpenGL2-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOExportPDF-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOGeometry-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOImage-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOImport-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOInfovis-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOLSDyna-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOLegacy-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOMINC-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOMPIParallel-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOMovie-8.2.so.1 vtk-8.2.0_1 | |
libvtkIONetCDF-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOPLY-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOParallel-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOParallelXML-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOSQL-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOSegY-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOTecplotTable-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOVeraOut-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOVideo-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOXML-8.2.so.1 vtk-8.2.0_1 | |
libvtkIOXMLParser-8.2.so.1 vtk-8.2.0_1 | |
libvtkImagingColor-8.2.so.1 vtk-8.2.0_1 | |
libvtkImagingCore-8.2.so.1 vtk-8.2.0_1 | |
libvtkImagingFourier-8.2.so.1 vtk-8.2.0_1 | |
libvtkImagingGeneral-8.2.so.1 vtk-8.2.0_1 | |
libvtkImagingHybrid-8.2.so.1 vtk-8.2.0_1 | |
libvtkImagingMath-8.2.so.1 vtk-8.2.0_1 | |
libvtkImagingMorphological-8.2.so.1 vtk-8.2.0_1 | |
libvtkImagingSources-8.2.so.1 vtk-8.2.0_1 | |
libvtkImagingStatistics-8.2.so.1 vtk-8.2.0_1 | |
libvtkImagingStencil-8.2.so.1 vtk-8.2.0_1 | |
libvtkInfovisCore-8.2.so.1 vtk-8.2.0_1 | |
libvtkInfovisLayout-8.2.so.1 vtk-8.2.0_1 | |
libvtkInteractionImage-8.2.so.1 vtk-8.2.0_1 | |
libvtkInteractionStyle-8.2.so.1 vtk-8.2.0_1 | |
libvtkInteractionWidgets-8.2.so.1 vtk-8.2.0_1 | |
libvtkParallelCore-8.2.so.1 vtk-8.2.0_1 | |
libvtkParallelMPI-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingAnnotation-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingContext2D-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingContextOpenGL2-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingCore-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingFreeType-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingGL2PSOpenGL2-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingImage-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingLOD-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingLabel-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingOpenGL2-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingVolume-8.2.so.1 vtk-8.2.0_1 | |
libvtkRenderingVolumeOpenGL2-8.2.so.1 vtk-8.2.0_1 | |
libvtkViewsContext2D-8.2.so.1 vtk-8.2.0_1 | |
libvtkViewsCore-8.2.so.1 vtk-8.2.0_1 | |
libvtkViewsInfovis-8.2.so.1 vtk-8.2.0_1 | |
libvtkexodusII-8.2.so.1 vtk-8.2.0_1 | |
libvtkgl2ps-8.2.so.1 vtk-8.2.0_1 | |
libvtklibharu-8.2.so.1 vtk-8.2.0_1 | |
libvtkmetaio-8.2.so.1 vtk-8.2.0_1 | |
libvtkpugixml-8.2.so.1 vtk-8.2.0_1 | |
libvtksys-8.2.so.1 vtk-8.2.0_1 | |
libvtkverdict-8.2.so.1 vtk-8.2.0_1 | |
libvolume_key.so.1 volume_key-0.3.9_1 | |
librand48_r.so.0 rand48_r-0.1_1 | |
libxxhash.so.0 libxxHash-0.6.5_2 | |
libfwup.so.1 libfwup-11_1 | |
libcapnp_c.so.0 c-capnproto-0.3_1 | |
libTKBin.so.7 occt-7.2.0p1_1 | |
libTKDraw.so.7 occt-7.2.0p1_1 | |
libTKSTEP209.so.7 occt-7.2.0p1_1 | |
libTKOpenGl.so.7 occt-7.2.0p1_1 | |
libTKBinTObj.so.7 occt-7.2.0p1_1 | |
libTKSTL.so.7 occt-7.2.0p1_1 | |
libTKViewerTest.so.7 occt-7.2.0p1_1 | |
libTKCAF.so.7 occt-7.2.0p1_1 | |
libTKService.so.7 occt-7.2.0p1_1 | |
libTKV3d.so.7 occt-7.2.0p1_1 | |
libTKXCAF.so.7 occt-7.2.0p1_1 | |
libTKMesh.so.7 occt-7.2.0p1_1 | |
libTKSTEP.so.7 occt-7.2.0p1_1 | |
libTKMath.so.7 occt-7.2.0p1_1 | |
libTKLCAF.so.7 occt-7.2.0p1_1 | |
libTKShHealing.so.7 occt-7.2.0p1_1 | |
libTKGeomAlgo.so.7 occt-7.2.0p1_1 | |
libTKTObjDRAW.so.7 occt-7.2.0p1_1 | |
libTKTObj.so.7 occt-7.2.0p1_1 | |
libTKStd.so.7 occt-7.2.0p1_1 | |
libTKSTEPBase.so.7 occt-7.2.0p1_1 | |
libTKIGES.so.7 occt-7.2.0p1_1 | |
libTKGeomBase.so.7 occt-7.2.0p1_1 | |
libTKFillet.so.7 occt-7.2.0p1_1 | |
libTKFeat.so.7 occt-7.2.0p1_1 | |
libTKG2d.so.7 occt-7.2.0p1_1 | |
libTKXSBase.so.7 occt-7.2.0p1_1 | |
libTKDCAF.so.7 occt-7.2.0p1_1 | |
libTKXml.so.7 occt-7.2.0p1_1 | |
libTKTopTest.so.7 occt-7.2.0p1_1 | |
libTKG3d.so.7 occt-7.2.0p1_1 | |
libTKBRep.so.7 occt-7.2.0p1_1 | |
libTKVRML.so.7 occt-7.2.0p1_1 | |
libTKCDF.so.7 occt-7.2.0p1_1 | |
libTKXSDRAW.so.7 occt-7.2.0p1_1 | |
libTKXMesh.so.7 occt-7.2.0p1_1 | |
libTKernel.so.7 occt-7.2.0p1_1 | |
libTKTopAlgo.so.7 occt-7.2.0p1_1 | |
libTKHLR.so.7 occt-7.2.0p1_1 | |
libTKBinXCAF.so.7 occt-7.2.0p1_1 | |
libTKVCAF.so.7 occt-7.2.0p1_1 | |
libTKBinL.so.7 occt-7.2.0p1_1 | |
libTKXmlXCAF.so.7 occt-7.2.0p1_1 | |
libTKXDEIGES.so.7 occt-7.2.0p1_1 | |
libTKBO.so.7 occt-7.2.0p1_1 | |
libTKStdL.so.7 occt-7.2.0p1_1 | |
libTKXDEDRAW.so.7 occt-7.2.0p1_1 | |
libTKXmlTObj.so.7 occt-7.2.0p1_1 | |
libTKPrim.so.7 occt-7.2.0p1_1 | |
libTKMeshVS.so.7 occt-7.2.0p1_1 | |
libTKSTEPAttr.so.7 occt-7.2.0p1_1 | |
libTKBool.so.7 occt-7.2.0p1_1 | |
libTKOffset.so.7 occt-7.2.0p1_1 | |
libTKXDESTEP.so.7 occt-7.2.0p1_1 | |
libTKQADraw.so.7 occt-7.2.0p1_1 | |
libTKXmlL.so.7 occt-7.2.0p1_1 | |
libTKRWMesh.so.7 occt-7.4.0_1 | |
libargon2.so.1 libargon2-20171227_1 | |
libdazzle-1.0.so.0 libdazzle-3.28.0_1 | |
libjsonrpc-glib-1.0.so.1 jsonrpc-glib-3.28.0_1 | |
libtemplate_glib-1.0.so.0 template-glib-3.28.0_1 | |
libmedimport.so.0 libmed-3.3.1_1 | |
libmedC.so.11 libmed-4.0.0_1 | |
libmed.so.11 libmed-4.0.0_1 | |
libeog.so eog-3.28.0_4 | |
libfreexl.so.1 freexl-1.0.5_1 | |
libgeos-3.7.0.so geos-3.7.0_1 | |
libgeos_c.so.1 geos-3.6.2_1 | |
libpapi.so.5 papi-5.6.0_1 | |
libpfm.so.4 papi-5.6.0_1 | |
libfifechan.so.0.1.5 fifechan-0.1.5_1 | |
libfifechan_sdl.so.0.1.5 fifechan-0.1.5_1 | |
libfifechan_opengl.so.0.1.5 fifechan-0.1.5_1 | |
libpolyclipping.so.22 clipper-6.4.2_1 | |
libSoapySDR.so.0.7 SoapySDR-0.7.0_1 | |
libeditorconfig.so.0 editorconfig-0.12.2_1 | |
libkid3-core.so.3.8.0 kid3-3.8.0_1 | |
libkid3-gui.so.3.8.0 kid3-3.8.0_1 | |
libcfitsio.so.8 cfitsio-3.470_2 | |
libapparmor.so.1 libapparmor-2.12.0_1 | |
libgsettings-qt.so.1 gsettings-qt-0.1+17.10.20170824_1 | |
libplacebo.so.29 libplacebo-1.29.0_1 | |
libw2xc.so waifu2x-converter-cpp-5.2_1 | |
libnova-0.15.so.0 libnova-0.15.0_1 | |
libdtkcore.so.2 dtkcore-2.0.6_1 | |
libdframeworkdbus.so.2 dde-qt-dbus-factory-1.0.1_1 | |
libdtkwidget.so.2 dtkwidget-2.0.6.1_1 | |
libcue.so.2 libcue-2.2.0_1 | |
libdtkwm.so.2 dtkwm-2.0.6_1 | |
libticonv.so.8 libticonv-1.1.5_1 | |
libtifiles2.so.10 libtifiles2-1.1.7_1 | |
libticables2.so.7 libticables2-1.3.5_1 | |
libticalcs2.so.12 libticalcs2-1.1.9_1 | |
libhtmlcxx.so.3 htmlcxx-0.86_1 | |
libcss_parser_pp.so.0 htmlcxx-0.86_1 | |
libcss_parser.so.0 htmlcxx-0.86_1 | |
libaom.so.0 libaom-1.0.0_1 | |
libre.so re-0.5.8_1 | |
libspandsp.so.2 spandsp-0.0.6_1 | |
librem.so rem-0.5.3_1 | |
libshp.so.1 shapelib-1.4.1_1 | |
libantlr3c.so libantlr3c-3.4_1 | |
libbzrtp.so.0 bzrtp-1.0.6_1 | |
libbellesip.so.0 belle-sip-1.5.0_1 | |
libKF5EventViews.so.5 eventviews-18.04.3_1 | |
libKF5IncidenceEditor.so.5 incidenceeditor-18.04.3_1 | |
libmediastreamer_base.so.10 mediastreamer-2.16.1_1 | |
libmediastreamer_voip.so.10 mediastreamer-2.16.1_1 | |
liblinphone.so.9 linphone-3.12.0_1 | |
liblinphone++.so.9 linphone-3.12.0_1 | |
libbelr.so.1 belr-0.1.3_1 | |
libbelcard.so.1 belcard-1.0.2_1 | |
libshaderc_shared.so.1 shaderc-2018.0_1 | |
libglslang.so glslang-6.2.2596_1 | |
libSPIRV.so glslang-6.2.2596_1 | |
libmaxminddb.so.0 libmaxminddb-1.3.2_1 | |
libmysqlpp.so.3 mysql++-3.2.5_1 | |
libKF5Syndication.so.5 syndication-5.50.0_1 | |
liblqr-1.so.0 liblqr-0.4.2_1 | |
libmozjs-60.so.0 mozjs60-60.0.2_1 | |
libebur128.so.1 libebur128-1.2.4_1 | |
libgtksourceview-4.so.0 gtksourceview4-4.0.2_1 | |
libwx_gtk3u_propgrid-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_qa-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_core-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_html-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_adv-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_richtext-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_xrc-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_webview-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_aui-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_media-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_ribbon-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_gl-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libwx_gtk3u_stc-3.0.so.0 wxWidgets-gtk3-3.0.4_1 | |
libtepl-4.so.0 tepl-4.2.0_1 | |
libnomacsCore.so.3 nomacs-3.10.2_4 | |
libaudit.so.1 libaudit-2.8.4_1 | |
libauparse.so.0 libauparse-2.8.4_1 | |
libOpenCL.so.1 ocl-icd-2.2.12_1 | |
liburiparser.so.1 uriparser-0.8.6_1 | |
libcpptest.so.1 cpptest-2.0.0_1 | |
libhandy-0.0.so.0 libhandy-0.0.3_1 | |
libswitchboard-2.0.so.0 switchboard-2.3.2_1 | |
libcodecore.so.0 libio.elementary.code-3.0_1 | |
libio.elementary.music-core.so.0 libio.elementary.music-5.0_1 | |
libpantheon-files-core.so.4 libio.elementary.files-4.1.4_1 | |
libpantheon-files-widgets.so.4 libio.elementary.files-4.1.4_1 | |
libwlroots.so.5 wlroots-0.10.0_1 | |
libbaseencode.so.1 libbaseencode-1.0.9_1 | |
libcotp.so.12 libcotp-1.2.1_1 | |
libunarr.so.1 libunarr-1.0.1_1 | |
libretro-gtk-0.14.so.0 retro-gtk-0.16.0_1 | |
libmanette-0.2.so.0 libmanette-0.2.1_1 | |
libfmt.so.6 fmt-5.2.1_1 | |
libelementary-calendar.so.0 libio.elementary.calendar-4.2.3_1 | |
libolm.so.3 olm-3.0.0_1 | |
libcrypto.so.44 libcrypto44-2.8.2_1 | |
libtls.so.18 libtls18-2.8.2_1 | |
libssl.so.46 libssl46-2.8.2_1 | |
libcrypto.so.45 libcrypto45-3.0.2_1 | |
libtls.so.19 libtls19-3.0.2_1 | |
libssl.so.47 libssl47-3.0.2_1 | |
libxmlb.so.1 libxmlb-0.1.3_1 | |
libvoikko.so.1 libvoikko-4.2_1 | |
libfstrcmp.so.0 libfstrcmp-0.7.D001_1 | |
libUMP.so.3 libump-git-20181122_2 | |
libdri2.so.1 libdri2-git-20140317_2 | |
libpst.so.4 libpst-0.6.72_1 | |
libhamlib.so.2 hamlib-3.3_1 | |
libhamlib++.so.2 hamlib-3.3_1 | |
libnss_mdns_minimal.so.2 nss-mdns-0.14.1_1 | |
libnss_mdns4_minimal.so.2 nss-mdns-0.14.1_1 | |
libnss_mdns6_minimal.so.2 nss-mdns-0.14.1_1 | |
libnss_mdns.so.2 nss-mdns-0.14.1_1 | |
libnss_mdns4.so.2 nss-mdns-0.14.1_1 | |
libnss_mdns6.so.2 nss-mdns-0.14.1_1 | |
libSavitar.so.0 libSavitar-2.7.0_1 | |
libcsfml-audio.so.2.5 CSFML-2.5_1 | |
libcsfml-graphics.so.2.5 CSFML-2.5_1 | |
libcsfml-window.so.2.5 CSFML-2.5_1 | |
libcsfml-system.so.2.5 CSFML-2.5_1 | |
libcsfml-network.so.2.5 CSFML-2.5_1 | |
libtokyocabinet.so.9 tokyocabinet-1.4.48_1 | |
libdav1d.so.3 libdav1d3-0.5.0_1 | |
libdqlite.so.0 dqlite-0.2.1_1 | |
libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1 | |
libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1 | |
libwoff2dec.so.1.0.2 libwoff2dec1.0.2-1.0.2_1 | |
libcloudproviders.so.0 libcloudproviders-0.2.5_2 | |
libKF5KDEGames.so.7 libkdegames-18.08.3_1 | |
libidn2.so.0 libidn2-2.1.1_1 | |
libgmime-3.0.so.0 gmime3-3.2.3_1 | |
libgetdns.so.10 getdns-1.5.0_1 | |
libgetdns_ext_event.so.10 getdns-1.5.0_1 | |
libgetdns_ext_ev.so.10 getdns-1.5.0_1 | |
libgetdns_ext_uv.so.10 getdns-1.5.0_1 | |
libzck.so.1 zchunk-1.0.2_2 | |
librec.so.1 librec1-1.8_1 | |
libfixposix.so.3 libfixposix-0.4.3_1 | |
libgerv.so.1 gerbv-2.6.2_1 | |
libtexpdf.so.0 libtexpdf-0.9.5_1 | |
libupstart.so.1 libupstart-1.13.3_1 | |
librtas.so.2 librtas-2.0.2_1 | |
librtasevent.so.2 librtas-2.0.2_1 | |
libbroker.so.0 bro-2.6.1_1 | |
libcaf_core.so.0.16.2 bro-2.6.1_1 | |
libcaf_openssl.so.0.16.2 bro-2.6.1_1 | |
libllhttp.so.1 llhttp-1.0.1_1 | |
libpinyin.so.13 libpinyin-2.2.1_1 | |
libuhd.so.3.14.1 uhd-3.14.1.0_1 | |
libeditline.so.1 editline-1.16.0_1 | |
libgnuradio-rds-3.7.0git.so.0.0.0 gnuradio-rds-1.1.0_1 | |
libgnuradio-nrsc5-1.0.0git.so.0.0.0 gnuradio-nrsc5-1.0.0_1 | |
libvkd3d-utils.so.1 vkd3d-1.1_1 | |
libvkd3d.so.1 vkd3d-1.1_1 | |
libgaminggear.so.0 libgaminggear-0.15.1_1 | |
libgaminggearfx.so.0 libgaminggear-0.15.1_1 | |
libgaminggearwidget.so.0 libgaminggear-0.15.1_1 | |
libopkg.so.1 libopkg-0.4.0_1 | |
libkodiplatform.so.18.0 kodi-platform-17.1.0_1 | |
libQMatrixClient.so.0.5.1 libqmatrixclient-0.5.1.2_1 | |
libipset.so.13 libipset-7.1_1 | |
libmp3splt.so.0 libmp3splt-0.9.2_1 | |
libliquid.so.1 liquid-dsp-1.3.1_1 | |
libsnore-qt5.so.0.7 snorenotify-0.7.0_1 | |
libsnoresettings-qt5.so.0.7 snorenotify-0.7.0_1 | |
libTECkit.so.0 libteckit-2.5.8_1 | |
libTECkit_Compiler.so.0 libteckit-2.5.8_1 | |
libwf-config.so.0 wf-config-0.3_1 | |
libQt5Pas.so.1 qt5pas-2.6~beta_1 | |
libClp.so.1 libClp-1.16.11_1 | |
libCoinUtils.so.3 libClp-1.16.11_1 | |
libOsiClp.so.1 libClp-1.16.11_1 | |
libClpSolver.so.1 libClp-1.16.11_1 | |
libOsiCommonTests.so.1 libClp-1.16.11_1 | |
libOsi.so.1 libClp-1.16.11_1 | |
libOGDF.so libogdf-2018.03_1 | |
libCOIN.so libogdf-2018.03_1 | |
librocksdb.so.5 rocksdb-5.17.2_1 | |
libfrr.so.0 libfrr-6.0_1 | |
libkaccounts.so.1 kaccounts-integration-18.12.2_1 | |
libfrrospfapiclient.so.0 libfrrospfapiclient-6.0_1 | |
liborocos-kdl.so.1.4 orocos-kdl-1.4.0_1 | |
libibumad.so.3 rdma-core-22.1_1 | |
libibverbs.so.1 rdma-core-22.1_1 | |
librdmacm.so.1 rdma-core-22.1_1 | |
libdvdcss.so.2 libdvdcss-1.4.2_1 | |
libvalapanel.so.0 vala-panel-0.4.87_1 | |
libappmenu-gtk2-parser.so.0 appmenu-gtk-module-0.7.1_1 | |
libappmenu-gtk3-parser.so.0 appmenu-gtk3-module-0.7.1_1 | |
libqhttpengine.so.1 qhttpengine-1.0.1_1 | |
libqmdnsengine.so.0 qmdnsengine-0.1.0_1 | |
libyang.so.1 libyang-1.0r5_1 | |
libhtp.so.2 libhtp-0.5.30_1 | |
libgedit-3.14.so gedit-3.32.0_1 | |
libchewing.so.3 libchewing-0.5.1_1 | |
libdwarves.so.1 pahole-1.12_1 | |
libdwarves_emit.so.1 pahole-1.12_1 | |
libdwarves_reorganize.so.1 pahole-1.12_1 | |
libclthreads.so.2 clthreads-2.4.2_1 | |
libclxclient.so.3 clxclient-3.9.2_1 | |
libsecp256k1.so.0 libbitcoin-secp256k1-0.1.0.13_1 | |
libbitcoin.so.0 libbitcoin-system-3.5.0_1 | |
libbitcoin-protocol.so.0 libbitcoin-protocol-3.5.0_1 | |
libbitcoin-client.so.0 libbitcoin-client-3.5.0_1 | |
libbitcoin-network.so.0 libbitcoin-network-3.5.0_1 | |
libbitcoin-explorer.so.0 libbitcoin-explorer-3.5.0_1 | |
libltc.so.11 libltc-1.3.1_1 | |
libbitcoin-consensus.so.0 libbitcoin-consensus-3.5.0_1 | |
libbitcoin-database.so.0 libbitcoin-database-3.5.0_1 | |
libbitcoin-blockchain.so.0 libbitcoin-blockchain-3.5.0_1 | |
libbitcoin-node.so.0 libbitcoin-node-3.5.0_1 | |
libbitcoin-server.so.0 libbitcoin-server-3.5.0_1 | |
libvpd-2.2.so.2 libvpd-2.2.6_1 | |
libvpd_cxx-2.2.so.2 libvpd-2.2.6_1 | |
liblcf.so.0 liblcf-0.6.0_1 | |
liboblibs.so.0.0 oblibs-0.0.1.1_1 | |
libaal-1.0.so.7 libaal-1.0.7_1 | |
libaal-minimal.so.0 libaal-1.0.7_1 | |
libcli.so.1.9 libcli-1.9.8.4_1 | |
libaddress_sorting.so.9 grpc-1.26.0_1 | |
libgpr.so.9 grpc-1.26.0_1 | |
libgrpc++.so.1 grpc-1.19.1_1 | |
libgrpc++_cronet.so.1 grpc-1.19.1_1 | |
libgrpc++_error_details.so.1 grpc-1.19.1_1 | |
libgrpc++_reflection.so.1 grpc-1.19.1_1 | |
libgrpc++_unsecure.so.1 grpc-1.19.1_1 | |
libgrpc.so.9 grpc-1.26.0_1 | |
libgrpc_cronet.so.9 grpc-1.26.0_1 | |
libgrpc_unsecure.so.9 grpc-1.26.0_1 | |
libgrpcpp_channelz.so.1 grpc-1.19.1_1 | |
libupb.so.9 grpc-1.26.0_1 | |
libircclient.so.1 libircclient-1.10_1 | |
libFAudio.so.0 FAudio-19.05_1 | |
libqaccessibilityclient-qt5.so.0 libqaccessibilityclient-0.4.0_1 | |
libnitrokey.so.3 libnitrokey-3.4.1_1 | |
libceres.so.1 ceres-solver-1.14.0_1 | |
libgraphene-1.0.so.0 graphene-1.8.2_1 | |
libflite.so.1 flite-2.1_1 | |
libflite_cmu_us_kal.so.1 flite-2.1_1 | |
libflite_usenglish.so.1 flite-2.1_1 | |
libflite_cmulex.so.1 flite-2.1_1 | |
libgtk-4.so.0.9400.0 gtk4-3.94.0_1 | |
libmodule.so.5 libmodule-5.0.0_1 | |
libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1 | |
libmhash.so.2 mhash-0.9.9.9_1 | |
librlottie.so.0 rlottie-0.0.20160709_1 | |
libfstrm.so.0 fstrm-0.5.0_1 | |
libfreecell-solver.so.0 libfreecell-solver-5.10.0_1 | |
libknot.so.10 libknot-2.9.0_1 | |
libdnssec.so.7 libknot-2.8.2_1 | |
libzscanner.so.3 libknot-2.8.2_1 | |
libkres.so.9 knot-resolver-4.0.0_1 | |
libnsl.so.2 libnsl-1.2.0_1 | |
libbcc.so.0 bcc-0.10.0_1 | |
libbcc_bpf.so.0 bcc-0.10.0_1 | |
libde265.so.0 libde265-1.0.3_1 | |
libheif.so.1 libheif-1.4.0_1 | |
libuninameslist.so.1 libuninameslist-20190701_1 | |
libgambit.so.4 gambit-4.9.3_1 | |
liblog4cpp.so.5 log4cpp-1.1.3_1 | |
libnuspell.so.3 libnuspell-3.0.0_1 | |
liblog4c.so.3 log4c-1.2.4_1 | |
libqb.so.0 libqb-1.0.5_1 | |
libusbguard.so.0 usbguard-0.7.5_1 | |
libknet.so.1 libknet1-1.11_1 | |
libdrumstick-file.so.1 drumstick-1.1.2_1 | |
libdrumstick-alsa.so.1 drumstick-1.1.2_1 | |
libdrumstick-rt.so.1 drumstick-1.1.2_1 | |
libnozzle.so.1 libnozzle1-1.11_2 | |
libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1 | |
libluv.so.1 libluv-1.30.1.0_1 | |
libarmadillo.so.9 armadillo-9.700.2_1 | |
libvarnishapi.so.2 libvarnishapi-6.3.0_1 | |
libicns.so.1 libicns-0.8.1_1 | |
librabbitmq.so.4 rabbitmq-c-0.9.0_1 | |
libuInputPlus.so.0 libuInputPlus-0.1.3_1 | |
libevdevPlus.so.0 libevdevPlus-0.1.0_1 | |
librte_lpm.so.2 dpdk-19.08_1 | |
librte_sched.so.3 dpdk-19.08_1 | |
librte_eal.so.11 dpdk-19.08_1 | |
librte_pci.so.1 dpdk-19.08_1 | |
librte_gro.so.1 dpdk-19.08_1 | |
librte_jobstats.so.1 dpdk-19.08_1 | |
librte_bpf.so.1 dpdk-19.08_1 | |
librte_ip_frag.so.1 dpdk-19.08_1 | |
librte_port.so.3 dpdk-19.08_1 | |
librte_latencystats.so.1 dpdk-19.08_1 | |
librte_pipeline.so.3 dpdk-19.08_1 | |
librte_distributor.so.1 dpdk-19.08_1 | |
librte_pmd_vmxnet3.so.1 dpdk-19.08_1 | |
librte_pmd_dpaa_sec.so.1 dpdk-19.08_1 | |
librte_common_octeontx.so.1 dpdk-19.08_1 | |
librte_pmd_iavf.so.1 dpdk-19.08_1 | |
librte_pmd_octeontx_event.so.1 dpdk-19.08_1 | |
librte_pmd_ring.so.2 dpdk-19.08_1 | |
librte_rawdev_skeleton.so.1 dpdk-19.08_1 | |
librte_pmd_qat.so.1 dpdk-19.08_1 | |
librte_pmd_hinic.so.1 dpdk-19.08_1 | |
librte_bus_vmbus.so.2 dpdk-19.08_1 | |
librte_pmd_null.so.2 dpdk-19.08_1 | |
librte_pmd_bbdev_null.so.1 dpdk-19.08_1 | |
librte_common_dpaax.so.1 dpdk-19.08_1 | |
librte_pmd_dpaa2_event.so.2 dpdk-19.08_1 | |
librte_pmd_bnxt.so.2 dpdk-19.08_1 | |
librte_bus_ifpga.so.2 dpdk-19.08_1 | |
librte_pmd_pcap.so.1 dpdk-19.08_1 | |
librte_pmd_kni.so.1 dpdk-19.08_1 | |
librte_pmd_enetc.so.1 dpdk-19.08_1 | |
librte_pmd_atlantic.so.1 dpdk-19.08_1 | |
librte_mempool_stack.so.1 dpdk-19.08_1 | |
librte_pmd_opdl_event.so.1 dpdk-19.08_1 | |
librte_rawdev_dpaa2_cmdif.so.2 dpdk-19.08_1 | |
librte_pmd_avp.so.1 dpdk-19.08_1 | |
librte_pmd_cxgbe.so.1 dpdk-19.08_1 | |
librte_pmd_crypto_scheduler.so.1 dpdk-19.08_1 | |
librte_pmd_openssl.so.1 dpdk-19.08_1 | |
librte_pmd_octeontx2_event.so.1 dpdk-19.08_1 | |
librte_pmd_sfc.so.1 dpdk-19.08_1 | |
librte_pmd_i40e.so.2 dpdk-19.08_1 | |
librte_pmd_e1000.so.1 dpdk-19.08_1 | |
librte_rawdev_octeontx2_dma.so.1 dpdk-19.08_1 | |
librte_rawdev_ioat.so.1 dpdk-19.08_1 | |
librte_pmd_dpaa2.so.2 dpdk-19.08_1 | |
librte_pmd_sw_event.so.1 dpdk-19.08_1 | |
librte_mempool_octeontx2.so.1 dpdk-19.08_1 | |
librte_pmd_bbdev_fpga_lte_fec.so.1 dpdk-19.08_1 | |
librte_rawdev_ntb.so.1 dpdk-19.08_1 | |
librte_pmd_memif.so.1 dpdk-19.08_1 | |
librte_pmd_dpaa2_sec.so.2 dpdk-19.08_1 | |
librte_pmd_failsafe.so.1 dpdk-19.08_1 | |
librte_pmd_thunderx.so.1 dpdk-19.08_1 | |
librte_pmd_octeontx.so.1 dpdk-19.08_1 | |
librte_pmd_dpaa.so.1 dpdk-19.08_1 | |
librte_pmd_caam_jr.so.1 dpdk-19.08_1 | |
librte_pmd_virtio.so.1 dpdk-19.08_1 | |
librte_pmd_octeontx_compress.so.1 dpdk-19.08_1 | |
librte_pmd_zlib.so.1 dpdk-19.08_1 | |
librte_bus_pci.so.2 dpdk-19.08_1 | |
librte_pmd_bond.so.2 dpdk-19.08_1 | |
librte_pmd_ice.so.1 dpdk-19.08_1 | |
librte_pmd_skeleton_event.so.1 dpdk-19.08_1 | |
librte_mempool_ring.so.1 dpdk-19.08_1 | |
librte_pmd_octeontx2.so.1 dpdk-19.08_1 | |
librte_mempool_octeontx.so.1 dpdk-19.08_1 | |
librte_pmd_ark.so.1 dpdk-19.08_1 | |
librte_pmd_null_crypto.so.1 dpdk-19.08_1 | |
librte_pmd_ena.so.1 dpdk-19.08_1 | |
librte_pmd_axgbe.so.1 dpdk-19.08_1 | |
librte_common_cpt.so.1 dpdk-19.08_1 | |
librte_pmd_af_packet.so.1 dpdk-19.08_1 | |
librte_pmd_vhost.so.2 dpdk-19.08_1 | |
librte_pmd_softnic.so.1 dpdk-19.08_1 | |
librte_pmd_nfp.so.1 dpdk-19.08_1 | |
librte_bus_fslmc.so.2 dpdk-19.08_1 | |
librte_bus_dpaa.so.2 dpdk-19.08_1 | |
librte_pmd_fm10k.so.1 dpdk-19.08_1 | |
librte_pmd_bbdev_turbo_sw.so.1 dpdk-19.08_1 | |
librte_mempool_dpaa2.so.2 dpdk-19.08_1 | |
librte_pmd_ipn3ke.so.1 dpdk-19.08_1 | |
librte_pmd_vdev_netvsc.so.1 dpdk-19.08_1 | |
librte_mempool_dpaa.so.1 dpdk-19.08_1 | |
librte_pmd_bnx2x.so.1 dpdk-19.08_1 | |
librte_pmd_enic.so.1 dpdk-19.08_1 | |
librte_pmd_ixgbe.so.2 dpdk-19.08_1 | |
librte_common_octeontx2.so.1 dpdk-19.08_1 | |
librte_pmd_liquidio.so.1 dpdk-19.08_1 | |
librte_pmd_netvsc.so.2 dpdk-19.08_1 | |
librte_mempool_bucket.so.1 dpdk-19.08_1 | |
librte_pmd_virtio_crypto.so.1 dpdk-19.08_1 | |
librte_pmd_ccp.so.1 dpdk-19.08_1 | |
librte_bus_vdev.so.2 dpdk-19.08_1 | |
librte_pmd_tap.so.1 dpdk-19.08_1 | |
librte_pmd_octeontx_crypto.so.1 dpdk-19.08_1 | |
librte_rawdev_dpaa2_qdma.so.2 dpdk-19.08_1 | |
librte_pmd_dsw_event.so.1 dpdk-19.08_1 | |
librte_pmd_dpaa_event.so.1 dpdk-19.08_1 | |
librte_pmd_ifc.so.1 dpdk-19.08_1 | |
librte_stack.so.1 dpdk-19.08_1 | |
librte_kvargs.so.1 dpdk-19.08_1 | |
librte_security.so.2 dpdk-19.08_1 | |
librte_bitratestats.so.2 dpdk-19.08_1 | |
librte_rcu.so.1 dpdk-19.08_1 | |
librte_gso.so.1 dpdk-19.08_1 | |
librte_efd.so.1 dpdk-19.08_1 | |
librte_cmdline.so.2 dpdk-19.08_1 | |
librte_telemetry.so.1 dpdk-19.08_1 | |
librte_pdump.so.3 dpdk-19.08_1 | |
librte_eventdev.so.7 dpdk-19.08_1 | |
librte_vhost.so.4 dpdk-19.08_1 | |
librte_net.so.1 dpdk-19.08_1 | |
librte_meter.so.3 dpdk-19.08_1 | |
librte_acl.so.2 dpdk-19.08_1 | |
librte_mempool.so.5 dpdk-19.08_1 | |
librte_table.so.3 dpdk-19.08_1 | |
librte_power.so.1 dpdk-19.08_1 | |
librte_reorder.so.1 dpdk-19.08_1 | |
librte_ring.so.2 dpdk-19.08_1 | |
librte_ethdev.so.12 dpdk-19.08_1 | |
librte_bbdev.so.1 dpdk-19.08_1 | |
librte_ipsec.so.1 dpdk-19.08_1 | |
librte_timer.so.1 dpdk-19.08_1 | |
librte_cfgfile.so.2 dpdk-19.08_1 | |
librte_member.so.1 dpdk-19.08_1 | |
librte_compressdev.so.1 dpdk-19.08_1 | |
librte_mbuf.so.5 dpdk-19.08_1 | |
librte_hash.so.2 dpdk-19.08_1 | |
librte_flow_classify.so.1 dpdk-19.08_1 | |
librte_metrics.so.1 dpdk-19.08_1 | |
librte_cryptodev.so.8 dpdk-19.08_1 | |
librte_rawdev.so.1 dpdk-19.08_1 | |
librte_kni.so.2 dpdk-19.08_1 | |
libredwg.so.0 libredwg-0.9_1 | |
libgcj-tools.so.17 libgcj-6.5.0_1 | |
libgcj_bc.so.1 libgcj-6.5.0_1 | |
libgcj.so.17 libgcj-6.5.0_1 | |
libgij.so.17 libgcj-6.5.0_1 | |
libtty.so.1 libtermrec-0.18_1 | |
libtss2-mu.so.0 tpm2-tss-2.3.1_1 | |
libtss2-esys.so.0 tpm2-tss-2.3.1_1 | |
libtss2-sys.so.0 tpm2-tss-2.3.1_1 | |
libtss2-tcti-device.so.0 tpm2-tss-2.3.1_1 | |
libtss2-rc.so.0 tpm2-tss-2.3.1_1 | |
libtss2-tcti-mssim.so.0 tpm2-tss-2.3.1_1 | |
libtss2-tctildr.so.0 tpm2-tss-2.3.1_1 | |
libzfs.so.2 zfs-0.8.2_1 | |
libnvpair.so.1 zfs-0.8.2_1 | |
libjsonnet.so.0 jsonnet-0.14.0_2 | |
libjsonnet++.so.0 jsonnet-0.14.0_2 | |
libigdgmm.so.11 intel-gmmlib-19.4.1_1 | |
libgtk-layer-shell.so.0 wf-shell-0.3_1 | |
librdkafka.so.1 librdkafka-1.3.0_1 | |
librdkafka++.so.1 librdkafka-1.3.0_1 | |
libco.so.0 libco-20_1 | |
libraft.so.0 raft-0.9.16_1 | |
libmdnsd.so.0 libmdnsd-0.8_1 | |
libPtex.so ptex-2.3.2_1 | |
libosdGPU.so.3.4.0 OpenSubdiv-3.4.0_1 | |
libosdCPU.so.3.4.0 OpenSubdiv-3.4.0_1 | |
libdino.so.0 dino-0.1.0_1 | |
libxmpp-vala.so.0 dino-0.1.0_1 | |
libqlite.so.0 dino-0.1.0_1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Template file for 'proj4' | |
pkgname=proj4 | |
version=4.9.3 | |
revision=1 | |
#archs="i686 x86_64" | |
wrksrc="proj-${version}" | |
shlib_provides="libproj.so.12" | |
#create_wrksrc=yes | |
build_style=gnu-configure | |
#configure_args="" | |
#make_build_args="" | |
#make_install_args="" | |
#conf_files="" | |
#make_dirs="/var/log/dir 0755 root root" | |
hostmakedepends="" | |
makedepends="" | |
depends="" | |
short_desc="Cartographic Projections Library version 4" | |
maintainer="Noah Huppert <[email protected]>" | |
license="MIT" | |
homepage="https://proj.org/" | |
distfiles="https://download.osgeo.org/proj/proj-4.9.3.tar.gz" | |
checksum=6984542fea333488de5c82eea58d699e4aff4b359200a9971537cd7e047185f7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment