FAIL: fasta-dinucleotide-shuffle1

340 views
Skip to first unread message

yifeng yuan

unread,
Feb 16, 2021, 4:31:41 PM2/16/21
to MEME Suite Q&A
Hi all,

I am running into a installation problem.

config.log shows that fatal error: vfork.h: No such file or directory.

make test show that "FAIL: fasta-dinucleotide-shuffle1". I have updated all
dependencies (at least I thought) , but still can not fix it. Can anyone
advice please? Thank you.

#### Environment info:

Ubuntu 18.04.2 LTS terminal on Windows 10

meme-5.3.2

autoconf (GNU Autoconf) 2.69

gcc (Ubuntu 10.1.0-2ubuntu1~18.04) 10.1.0

g++ (Ubuntu 10.1.0-2ubuntu1~18.04) 10.1.0

This is perl 5, version 26, subversion 1 (v5.26.1) built for
x86_64-linux-gnu-thread-multi
(with 67 registered patches, see perl -V for more
detail)

Python 3.8.0

############### config.log

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking whether make supports nested variables... (cached) yes

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking whether gcc understands -c and -o together... yes

checking whether make supports the include directive... yes (GNU style)

checking dependency style of gcc... gcc3

checking whether gcc and cc understand -c and -o together... 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... /bin/sed

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for fgrep... /bin/grep -F

checking for ld used by gcc... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B

checking the name lister (/usr/bin/nm -B) interface... BSD nm

checking whether ln -s works... yes

checking the maximum length of command line arguments... 1572864

checking how to convert x86_64-unknown-linux-gnu file names to
x86_64-unknown-linux-gnu format... func_convert_file_noop

checking how to convert x86_64-unknown-linux-gnu file names to toolchain
format... func_convert_file_noop

checking for /usr/bin/ld option to reload object files... -r

checking for objdump... objdump

checking how to recognize dependent libraries... pass_all

checking for dlltool... no

checking how to associate runtime and link libraries... printf %s\n

checking for ar... ar

checking for archiver @FILE support... @

checking for strip... strip

checking for ranlib... ranlib

checking command to parse /usr/bin/nm -B output from gcc object... ok

checking for sysroot... no

checking for a working dd... /bin/dd

checking how to truncate binary pipes... /bin/dd bs=4096 count=1

checking for mt... mt

checking if mt is a manifest tool... no

checking how to run the C preprocessor... gcc -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking for dlfcn.h... yes

checking for objdir... .libs

checking if gcc supports -fno-rtti -fno-exceptions... no

checking for gcc option to produce PIC... -fPIC -DPIC

checking if gcc PIC flag -fPIC -DPIC works... yes

checking if gcc static flag -static works... yes

checking if gcc supports -c -o file.o... yes

checking if gcc supports -c -o file.o... (cached) yes

checking whether the gcc linker (/usr/bin/ld -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... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... yes

checking whether make sets $(MAKE)... (cached) yes

checking for ld... /usr/bin/ld -m elf_x86_64

checking for sed... (cached) /bin/sed

checking for sendmail... /usr/lib/sendmail

checking for perl... /usr/bin/perl

checking for convert... no

checking for gs... /usr/bin/gs

checking for xml2-config... no

checking for xslt-config... no

checking for ant... /usr/bin/ant

checking for isnan, sqrt, log, exp, fabs, pow, floor, ceil in -lm... yes

checking for compress in -lz... yes

checking for ANSI C header files... (cached) yes

checking for sys/wait.h that is POSIX.1 compatible... yes

checking arpa/inet.h usability... yes

checking arpa/inet.h presence... yes

checking for arpa/inet.h... yes

checking ctype.h usability... yes

checking ctype.h presence... yes

checking for ctype.h... yes

checking fcntl.h usability... yes

checking fcntl.h presence... yes

checking for fcntl.h... yes

checking limits.h usability... yes

checking limits.h presence... yes

checking for limits.h... yes

checking netdb.h usability... yes

checking netdb.h presence... yes

checking for netdb.h... yes

checking netinet/in.h usability... yes

checking netinet/in.h presence... yes

checking for netinet/in.h... yes

checking for stdlib.h... (cached) yes

checking for string.h... (cached) yes

checking for strings.h... (cached) yes

checking sys/socket.h usability... yes

checking sys/socket.h presence... yes

checking for sys/socket.h... yes

checking sys/time.h usability... yes

checking sys/time.h presence... yes

checking for sys/time.h... yes

checking for unistd.h... (cached) yes

checking for an ANSI C-conforming const... yes

checking for stdbool.h that conforms to C99... yes

checking for _Bool... yes

checking for pid_t... yes

checking for size_t... yes

checking vfork.h usability... no

checking vfork.h presence... no

checking for vfork.h... no

checking for fork... yes

checking for vfork... yes

checking for working fork... yes

checking for working vfork... (cached) yes

checking for stdlib.h... (cached) yes

checking for GNU libc compatible malloc... yes

checking for stdlib.h... (cached) yes

checking for GNU libc compatible realloc... yes

checking return type of signal handlers... void

checking whether lstat correctly handles trailing slash... yes

checking whether stat accepts an empty string... no

checking for floor... yes

checking for getcwd... yes

checking for gethostbyname... yes

checking for isascii... yes

checking for memset... yes

checking for pow... yes

checking for rint... yes

checking for socket... yes

checking for sqrt... yes

checking for strchr... yes

checking for strcspn... yes

checking for strdup... yes

checking for strspn... yes

checking for strstr... yes

checking for strlcpy... no

configure: WARNING: libxml2 library not found

configure: WARNING: libxslt library not found

checking for mpicc... /usr/bin/mpicc

checking for mpirun... /usr/bin/mpirun

checking for MPI_Comm_rank in -lmpi... yes

checking for perl... (cached) /usr/bin/perl

checking for python... /usr/bin/python

checking whether /usr/bin/python version is >= 2.7... yes

checking for /usr/bin/python version... 3.8

checking for /usr/bin/python platform... linux

checking for /usr/bin/python script directory...
${prefix}/lib/python3.8/site-packages

checking for /usr/bin/python extension module directory...
${exec_prefix}/lib/python3.8/site-packages

checking for convert... no

checking for gs... (cached) /usr/bin/gs

checking that generated files are newer than configure... done

configure: creating ./config.status

config.status: creating Makefile

config.status: creating doc/Makefile

config.status: creating doc/css/Makefile

config.status: creating doc/examples/Makefile

config.status: creating
doc/examples/compute_prior_dist_example_output_files/Makefile

config.status: creating doc/examples/sample_opal_scripts/Makefile

config.status: creating doc/images/Makefile

config.status: creating doc/js/Makefile

config.status: creating etc/Makefile

config.status: creating src/filters/Makefile

config.status: creating src/filters/purge/Makefile

config.status: creating src/filters/dust/Makefile

config.status: creating scripts/Makefile

config.status: creating src/Makefile

config.status: creating src/libxml2/Makefile

config.status: creating src/libxml2/include/Makefile

config.status: creating src/libxml2/include/libxml/Makefile

config.status: creating src/libxslt/Makefile

config.status: creating src/parallel/Makefile

config.status: creating tests/Makefile

config.status: creating tests/ame/Makefile

config.status: creating tests/centrimo/Makefile

config.status: creating tests/clustalw2fasta/Makefile

config.status: creating tests/common/Makefile

config.status: creating tests/common/motif.crp0/Makefile

config.status: creating tests/common/motif.Puf3p/Makefile

config.status: creating tests/create-priors/Makefile

config.status: creating tests/draw-mhmm/Makefile

config.status: creating tests/dreme/Makefile

config.status: creating tests/fasta-center/Makefile

config.status: creating tests/fimo/Makefile

config.status: creating tests/glam2/Makefile

config.status: creating tests/glam2scan/Makefile

config.status: creating tests/gomo/Makefile

config.status: creating tests/mast/Makefile

config.status: creating tests/mcast/Makefile

config.status: creating tests/meme/Makefile

config.status: creating tests/meme-chip/Makefile

config.status: creating tests/mhmm/Makefile

config.status: creating tests/mhmms/Makefile

config.status: creating tests/mhmmscan/Makefile

config.status: creating tests/momo/Makefile

config.status: creating tests/motiph/Makefile

config.status: creating tests/psp-gen/Makefile

config.status: creating tests/qvalue/Makefile

config.status: creating tests/scaffold/Makefile

config.status: creating tests/spamo/Makefile

config.status: creating tests/streme/Makefile

config.status: creating tests/scripts/Makefile

config.status: creating tests/tgene/Makefile

config.status: creating tests/tomtom/Makefile

config.status: creating tests/web/Makefile

config.status: creating website/Makefile

config.status: creating website/templates/Makefile

config.status: creating config.h

config.status: config.h is unchanged

config.status: executing depfiles commands

config.status: executing libtool commands

configure: WARNING:

Checking Required Perl Modules:


Checking Optional Modules:

Log::Log4perl missing. Used for logging and debugging by developers.

Math::CDF missing. Only required for fasta-enriched-center script (which is
not called by the web scripts).

XML::Compile::WSDL11 missing. Used for downloading sequence databases from
RSAT


========================

Configuration parameters

========================


Install path: /home/yifeng/meme

Install UID:

Version: 5.3.2

C compiler: gcc

C compiler flags: -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3

Linker: /usr/bin/ld -m elf_x86_64

Special Libs: -lmpi -lz -lm

MPICC /usr/bin/mpicc

MPIRUN /usr/bin/mpirun

MPI_CMD /usr/bin/mpirun -np

MPIINC -DMPI -I/usr/include

MPILIBDIR /usr/lib

MPIFLAGS -DPARALLEL

OPAL URL: no

OPAL DEPLOY DIRECTORY:

BUILD LIBXML2: yes

LIBXML2 compiler flags: -I${top_srcdir}/src/libxml2/include

LIBXML2 libs: ${top_builddir}/src/libxml2/libxml2.la

BUILD LIBXSLT: yes

LIBXSLT compiler flags: -I${top_srcdir}/src/

LIBXSLT libs: ${top_builddir}/src/libxslt/libxslt.la

SOURCE URL: https://meme-suite.org

WEBSITE URL: https://meme-suite.org/meme

ALTERNATE WEBSITE URL:

PREVIOUS VERSION URL:

PREVIOUS VERSION:

NOTICES URL: ./notices.txt

NEWS URL: ./news.txt

WEBSITE CONTACT:

DEVELOPER CONTACT: meme-...@uw.edu

GO-SERVER URL:
http://amigo.geneontology.org/amigo/term/GO_TERM_ID

MEME DB: ${datarootdir}/${PACKAGE_NAME}-5.3.2/db

MEME LOGS: ${localstatedir}/${PACKAGE_NAME}-5.3.2/LOGS

MEME TEMP FILES:

PERL: /usr/bin/perl

PYTHON: /usr/bin/python

PYTHON VERSiON: 3.8

CONVERT:

GHOSTSCRIPT: /usr/bin/gs

QUOTA:

EXPIRY: 4

DRMAA QUEUE:

DRMAA QUEUE SHORT:

MAXTIME: 14400

MAXTIME SHORT: 300

MAXMEMORY: 4

MAXMEMORY SHORT: 1

STREME LENGTH FACTOR: 1e6


Run the following commands to compile, test and install meme:

make

make test

make install


Then make sure that the following two directories are added to

your PATH variable:

/home/yifeng/meme/bin

/home/yifeng/meme/libexec/meme-5.3.2


This can often be done by editing the file named .profile to add

the following line:

export PATH=/home/yifeng/meme/bin:/home/yifeng/meme/libexec/meme-5.3.2:$PATH


: checking for strings.h

configure:8033: gcc -c -g -O2 conftest.c >&5

configure:8033: $? = 0

configure:8033: result: yes

configure:8033: checking for inttypes.h

configure:8033: gcc -c -g -O2 conftest.c >&5

configure:8033: $? = 0

configure:8033: result: yes

configure:8033: checking for stdint.h

configure:8033: gcc -c -g -O2 conftest.c >&5

configure:8033: $? = 0

configure:8033: result: yes

configure:8033: checking for unistd.h

configure:8033: gcc -c -g -O2 conftest.c >&5

configure:8033: $? = 0

configure:8033: result: yes

configure:8047: checking for dlfcn.h

configure:8047: gcc -c -g -O2 conftest.c >&5

configure:8047: $? = 0

configure:8047: result: yes

configure:8303: checking for objdir

configure:8318: result: .libs

configure:8582: checking if gcc supports -fno-rtti -fno-exceptions

configure:8600: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5

cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but
not for C

configure:8604: $? = 0

configure:8617: result: no

configure:8975: checking for gcc option to produce PIC

configure:8982: result: -fPIC -DPIC

configure:8990: checking if gcc PIC flag -fPIC -DPIC works

configure:9008: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5

configure:9012: $? = 0

configure:9025: result: yes

configure:9054: checking if gcc static flag -static works

configure:9082: result: yes

configure:9097: checking if gcc supports -c -o file.o

configure:9118: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5

configure:9122: $? = 0

configure:9144: result: yes

configure:9152: checking if gcc supports -c -o file.o

configure:9199: result: yes

configure:9232: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries

configure:10491: result: yes

configure:10528: checking whether -lc should be explicitly linked in

configure:10536: gcc -c -g -O2 conftest.c >&5

configure:10539: $? = 0

configure:10554: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname
-Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1

configure:10557: $? = 0

configure:10571: result: no

configure:10731: checking dynamic linker characteristics

configure:11312: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c
>&5

configure:11312: $? = 0

configure:11549: result: GNU/Linux ld.so

configure:11671: checking how to hardcode library paths into programs

configure:11696: result: immediate

configure:12244: checking whether stripping libraries is possible

configure:12249: result: yes

configure:12284: checking if libtool supports shared libraries

configure:12286: result: yes

configure:12289: checking whether to build shared libraries

configure:12314: result: yes

configure:12317: checking whether to build static libraries

configure:12321: result: yes

configure:12359: checking whether make sets $(MAKE)

configure:12381: result: yes

configure:12392: checking for ld

configure:12422: result: /usr/bin/ld -m elf_x86_64

configure:12432: checking for sed

configure:12462: result: /bin/sed

configure:12472: checking for sendmail

configure:12504: result: /usr/lib/sendmail

configure:12514: checking for perl

configure:12532: found /usr/bin/perl

configure:12544: result: /usr/bin/perl

configure:12554: checking for convert

configure:12587: result: no

configure:12594: checking for gs

configure:12612: found /usr/bin/gs

configure:12624: result: /usr/bin/gs

configure:12634: checking for xml2-config

configure:12667: result: no

configure:12674: checking for xslt-config

configure:12707: result: no

configure:12714: checking for ant

configure:12732: found /usr/bin/ant

configure:12744: result: /usr/bin/ant

configure:12760: checking for isnan, sqrt, log, exp, fabs, pow, floor, ceil
in -lm

configure:12785: gcc -o conftest -g -O2 conftest.c -lm >&5

conftest.c:31:6: warning: built-in function 'isnan' declared as
non-function [-Wbuiltin-declaration-mismatch]

31 | char isnan, sqrt, log, exp, fabs, pow, floor, ceil ();

| ^~~~~

conftest.c:31:13: warning: built-in function 'sqrt' declared as
non-function [-Wbuiltin-declaration-mismatch]

31 | char isnan, sqrt, log, exp, fabs, pow, floor, ceil ();

| ^~~~

conftest.c:31:19: warning: built-in function 'log' declared as non-function
[-Wbuiltin-declaration-mismatch]

31 | char isnan, sqrt, log, exp, fabs, pow, floor, ceil ();

| ^~~

conftest.c:31:24: warning: built-in function 'exp' declared as non-function
[-Wbuiltin-declaration-mismatch]

31 | char isnan, sqrt, log, exp, fabs, pow, floor, ceil ();

| ^~~

conftest.c:31:29: warning: built-in function 'fabs' declared as
non-function [-Wbuiltin-declaration-mismatch]

31 | char isnan, sqrt, log, exp, fabs, pow, floor, ceil ();

| ^~~~

conftest.c:31:35: warning: built-in function 'pow' declared as non-function
[-Wbuiltin-declaration-mismatch]

31 | char isnan, sqrt, log, exp, fabs, pow, floor, ceil ();

| ^~~

conftest.c:31:40: warning: built-in function 'floor' declared as
non-function [-Wbuiltin-declaration-mismatch]

31 | char isnan, sqrt, log, exp, fabs, pow, floor, ceil ();

| ^~~~~

conftest.c:31:47: warning: conflicting types for built-in function 'ceil';
expected 'double(double)' [-Wbuiltin-declaration-mismatch]

31 | char isnan, sqrt, log, exp, fabs, pow, floor, ceil ();

| ^~~~

conftest.c:1:1: note: 'ceil' is declared in header '<math.h>'

1 | /* confdefs.h */

configure:12785: $? = 0

configure:12794: result: yes

configure:12808: checking for compress in -lz

configure:12833: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

configure:12833: $? = 0

configure:12842: result: yes

configure:12858: checking for ANSI C header files

configure:12962: result: yes

configure:12970: checking for sys/wait.h that is POSIX.1 compatible

configure:12996: gcc -c -g -O2 conftest.c >&5

configure:12996: $? = 0

configure:13003: result: yes

configure:13014: checking arpa/inet.h usability

configure:13014: gcc -c -g -O2 conftest.c >&5

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking arpa/inet.h presence

configure:13014: gcc -E conftest.c

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking for arpa/inet.h

configure:13014: result: yes

configure:13014: checking ctype.h usability

configure:13014: gcc -c -g -O2 conftest.c >&5

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking ctype.h presence

configure:13014: gcc -E conftest.c

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking for ctype.h

configure:13014: result: yes

configure:13014: checking fcntl.h usability

configure:13014: gcc -c -g -O2 conftest.c >&5

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking fcntl.h presence

configure:13014: gcc -E conftest.c

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking for fcntl.h

configure:13014: result: yes

configure:13014: checking limits.h usability

configure:13014: gcc -c -g -O2 conftest.c >&5

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking limits.h presence

configure:13014: gcc -E conftest.c

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking for limits.h

configure:13014: result: yes

configure:13014: checking netdb.h usability

configure:13014: gcc -c -g -O2 conftest.c >&5

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking netdb.h presence

configure:13014: gcc -E conftest.c

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking for netdb.h

configure:13014: result: yes

configure:13014: checking netinet/in.h usability

configure:13014: gcc -c -g -O2 conftest.c >&5

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking netinet/in.h presence

configure:13014: gcc -E conftest.c

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking for netinet/in.h

configure:13014: result: yes

configure:13014: checking for stdlib.h

configure:13014: result: yes

configure:13014: checking for string.h

configure:13014: result: yes

configure:13014: checking for strings.h

configure:13014: result: yes

configure:13014: checking sys/socket.h usability

configure:13014: gcc -c -g -O2 conftest.c >&5

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking sys/socket.h presence

configure:13014: gcc -E conftest.c

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking for sys/socket.h

configure:13014: result: yes

configure:13014: checking sys/time.h usability

configure:13014: gcc -c -g -O2 conftest.c >&5

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking sys/time.h presence

configure:13014: gcc -E conftest.c

configure:13014: $? = 0

configure:13014: result: yes

configure:13014: checking for sys/time.h

configure:13014: result: yes

configure:13014: checking for unistd.h

configure:13014: result: yes

configure:13026: checking for an ANSI C-conforming const

configure:13092: gcc -c -g -O2 conftest.c >&5

configure:13092: $? = 0

configure:13099: result: yes

configure:13107: checking for stdbool.h that conforms to C99

configure:13174: gcc -c -g -O2 conftest.c >&5

configure:13174: $? = 0

configure:13181: result: yes

configure:13183: checking for _Bool

configure:13183: gcc -c -g -O2 conftest.c >&5

configure:13183: $? = 0

configure:13183: gcc -c -g -O2 conftest.c >&5

conftest.c: In function 'main':

conftest.c:76:20: error: expected expression before ')' token

76 | if (sizeof ((_Bool)))

| ^

configure:13183: $? = 1

configure: failed program was:

| /* confdefs.h */

| #define PACKAGE_NAME "meme"

| #define PACKAGE_TARNAME "meme"

| #define PACKAGE_VERSION "5.3.2"

| #define PACKAGE_STRING "meme 5.3.2"

| #define PACKAGE_BUGREPORT ""

| #define PACKAGE_URL ""

| #define PACKAGE "meme"

| #define VERSION "5.3.2"

| #define STDC_HEADERS 1

| #define HAVE_SYS_TYPES_H 1

| #define HAVE_SYS_STAT_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_MEMORY_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_INTTYPES_H 1

| #define HAVE_STDINT_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE_DLFCN_H 1

| #define LT_OBJDIR ".libs/"

| #define HOSTNAME "T540P"

| #define HAVE_LIBM 1

| #define HAVE_LIBZ 1

| #define STDC_HEADERS 1

| #define HAVE_SYS_WAIT_H 1

| #define HAVE_ARPA_INET_H 1

| #define HAVE_CTYPE_H 1

| #define HAVE_FCNTL_H 1

| #define HAVE_LIMITS_H 1

| #define HAVE_NETDB_H 1

| #define HAVE_NETINET_IN_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_SYS_SOCKET_H 1

| #define HAVE_SYS_TIME_H 1

| #define HAVE_UNISTD_H 1

| /* end confdefs.h. */

| #include <stdio.h>

| #ifdef HAVE_SYS_TYPES_H

| # include <sys/types.h>

| #endif

| #ifdef HAVE_SYS_STAT_H

| # include <sys/stat.h>

| #endif

| #ifdef STDC_HEADERS

| # include <stdlib.h>

| # include <stddef.h>

| #else

| # ifdef HAVE_STDLIB_H

| # include <stdlib.h>

| # endif

| #endif

| #ifdef HAVE_STRING_H

| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| # include <memory.h>

| # endif

| # include <string.h>

| #endif

| #ifdef HAVE_STRINGS_H

| # include <strings.h>

| #endif

| #ifdef HAVE_INTTYPES_H

| # include <inttypes.h>

| #endif

| #ifdef HAVE_STDINT_H

| # include <stdint.h>

| #endif

| #ifdef HAVE_UNISTD_H

| # include <unistd.h>

| #endif

| int

| main ()

| {

| if (sizeof ((_Bool)))

| return 0;

| ;

| return 0;

| }

configure:13183: result: yes

configure:13200: checking for pid_t

configure:13200: gcc -c -g -O2 conftest.c >&5

configure:13200: $? = 0

configure:13200: gcc -c -g -O2 conftest.c >&5

conftest.c: In function 'main':

conftest.c:78:20: error: expected expression before ')' token

78 | if (sizeof ((pid_t)))

| ^

configure:13200: $? = 1

configure: failed program was:

| /* confdefs.h */

| #define PACKAGE_NAME "meme"

| #define PACKAGE_TARNAME "meme"

| #define PACKAGE_VERSION "5.3.2"

| #define PACKAGE_STRING "meme 5.3.2"

| #define PACKAGE_BUGREPORT ""

| #define PACKAGE_URL ""

| #define PACKAGE "meme"

| #define VERSION "5.3.2"

| #define STDC_HEADERS 1

| #define HAVE_SYS_TYPES_H 1

| #define HAVE_SYS_STAT_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_MEMORY_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_INTTYPES_H 1

| #define HAVE_STDINT_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE_DLFCN_H 1

| #define LT_OBJDIR ".libs/"

| #define HOSTNAME "T540P"

| #define HAVE_LIBM 1

| #define HAVE_LIBZ 1

| #define STDC_HEADERS 1

| #define HAVE_SYS_WAIT_H 1

| #define HAVE_ARPA_INET_H 1

| #define HAVE_CTYPE_H 1

| #define HAVE_FCNTL_H 1

| #define HAVE_LIMITS_H 1

| #define HAVE_NETDB_H 1

| #define HAVE_NETINET_IN_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_SYS_SOCKET_H 1

| #define HAVE_SYS_TIME_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE__BOOL 1

| #define HAVE_STDBOOL_H 1

| /* end confdefs.h. */

| #include <stdio.h>

| #ifdef HAVE_SYS_TYPES_H

| # include <sys/types.h>

| #endif

| #ifdef HAVE_SYS_STAT_H

| # include <sys/stat.h>

| #endif

| #ifdef STDC_HEADERS

| # include <stdlib.h>

| # include <stddef.h>

| #else

| # ifdef HAVE_STDLIB_H

| # include <stdlib.h>

| # endif

| #endif

| #ifdef HAVE_STRING_H

| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| # include <memory.h>

| # endif

| # include <string.h>

| #endif

| #ifdef HAVE_STRINGS_H

| # include <strings.h>

| #endif

| #ifdef HAVE_INTTYPES_H

| # include <inttypes.h>

| #endif

| #ifdef HAVE_STDINT_H

| # include <stdint.h>

| #endif

| #ifdef HAVE_UNISTD_H

| # include <unistd.h>

| #endif

| int

| main ()

| {

| if (sizeof ((pid_t)))

| return 0;

| ;

| return 0;

| }

configure:13200: result: yes

configure:13211: checking for size_t

configure:13211: gcc -c -g -O2 conftest.c >&5

configure:13211: $? = 0

configure:13211: gcc -c -g -O2 conftest.c >&5

conftest.c: In function 'main':

conftest.c:78:21: error: expected expression before ')' token

78 | if (sizeof ((size_t)))

| ^

configure:13211: $? = 1

configure: failed program was:

| /* confdefs.h */

| #define PACKAGE_NAME "meme"

| #define PACKAGE_TARNAME "meme"

| #define PACKAGE_VERSION "5.3.2"

| #define PACKAGE_STRING "meme 5.3.2"

| #define PACKAGE_BUGREPORT ""

| #define PACKAGE_URL ""

| #define PACKAGE "meme"

| #define VERSION "5.3.2"

| #define STDC_HEADERS 1

| #define HAVE_SYS_TYPES_H 1

| #define HAVE_SYS_STAT_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_MEMORY_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_INTTYPES_H 1

| #define HAVE_STDINT_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE_DLFCN_H 1

| #define LT_OBJDIR ".libs/"

| #define HOSTNAME "T540P"

| #define HAVE_LIBM 1

| #define HAVE_LIBZ 1

| #define STDC_HEADERS 1

| #define HAVE_SYS_WAIT_H 1

| #define HAVE_ARPA_INET_H 1

| #define HAVE_CTYPE_H 1

| #define HAVE_FCNTL_H 1

| #define HAVE_LIMITS_H 1

| #define HAVE_NETDB_H 1

| #define HAVE_NETINET_IN_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_SYS_SOCKET_H 1

| #define HAVE_SYS_TIME_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE__BOOL 1

| #define HAVE_STDBOOL_H 1

| /* end confdefs.h. */

| #include <stdio.h>

| #ifdef HAVE_SYS_TYPES_H

| # include <sys/types.h>

| #endif

| #ifdef HAVE_SYS_STAT_H

| # include <sys/stat.h>

| #endif

| #ifdef STDC_HEADERS

| # include <stdlib.h>

| # include <stddef.h>

| #else

| # ifdef HAVE_STDLIB_H

| # include <stdlib.h>

| # endif

| #endif

| #ifdef HAVE_STRING_H

| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| # include <memory.h>

| # endif

| # include <string.h>

| #endif

| #ifdef HAVE_STRINGS_H

| # include <strings.h>

| #endif

| #ifdef HAVE_INTTYPES_H

| # include <inttypes.h>

| #endif

| #ifdef HAVE_STDINT_H

| # include <stdint.h>

| #endif

| #ifdef HAVE_UNISTD_H

| # include <unistd.h>

| #endif

| int

| main ()

| {

| if (sizeof ((size_t)))

| return 0;

| ;

| return 0;

| }

configure:13211: result: yes

configure:13226: checking vfork.h usability

configure:13226: gcc -c -g -O2 conftest.c >&5

conftest.c:75:10: fatal error: vfork.h: No such file or directory

75 | #include <vfork.h>

| ^~~~~~~~~

compilation terminated.

configure:13226: $? = 1

configure: failed program was:

| /* confdefs.h */

| #define PACKAGE_NAME "meme"

| #define PACKAGE_TARNAME "meme"

| #define PACKAGE_VERSION "5.3.2"

| #define PACKAGE_STRING "meme 5.3.2"

| #define PACKAGE_BUGREPORT ""

| #define PACKAGE_URL ""

| #define PACKAGE "meme"

| #define VERSION "5.3.2"

| #define STDC_HEADERS 1

| #define HAVE_SYS_TYPES_H 1

| #define HAVE_SYS_STAT_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_MEMORY_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_INTTYPES_H 1

| #define HAVE_STDINT_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE_DLFCN_H 1

| #define LT_OBJDIR ".libs/"

| #define HOSTNAME "T540P"

| #define HAVE_LIBM 1

| #define HAVE_LIBZ 1

| #define STDC_HEADERS 1

| #define HAVE_SYS_WAIT_H 1

| #define HAVE_ARPA_INET_H 1

| #define HAVE_CTYPE_H 1

| #define HAVE_FCNTL_H 1

| #define HAVE_LIMITS_H 1

| #define HAVE_NETDB_H 1

| #define HAVE_NETINET_IN_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_SYS_SOCKET_H 1

| #define HAVE_SYS_TIME_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE__BOOL 1

| #define HAVE_STDBOOL_H 1

| /* end confdefs.h. */

| #include <stdio.h>

| #ifdef HAVE_SYS_TYPES_H

| # include <sys/types.h>

| #endif

| #ifdef HAVE_SYS_STAT_H

| # include <sys/stat.h>

| #endif

| #ifdef STDC_HEADERS

| # include <stdlib.h>

| # include <stddef.h>

| #else

| # ifdef HAVE_STDLIB_H

| # include <stdlib.h>

| # endif

| #endif

| #ifdef HAVE_STRING_H

| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H

| # include <memory.h>

| # endif

| # include <string.h>

| #endif

| #ifdef HAVE_STRINGS_H

| # include <strings.h>

| #endif

| #ifdef HAVE_INTTYPES_H

| # include <inttypes.h>

| #endif

| #ifdef HAVE_STDINT_H

| # include <stdint.h>

| #endif

| #ifdef HAVE_UNISTD_H

| # include <unistd.h>

| #endif

| #include <vfork.h>

configure:13226: result: no

configure:13226: checking vfork.h presence

configure:13226: gcc -E conftest.c

conftest.c:42:10: fatal error: vfork.h: No such file or directory

42 | #include <vfork.h>

| ^~~~~~~~~

compilation terminated.

configure:13226: $? = 1

configure: failed program was:

| /* confdefs.h */

| #define PACKAGE_NAME "meme"

| #define PACKAGE_TARNAME "meme"

| #define PACKAGE_VERSION "5.3.2"

| #define PACKAGE_STRING "meme 5.3.2"

| #define PACKAGE_BUGREPORT ""

| #define PACKAGE_URL ""

| #define PACKAGE "meme"

| #define VERSION "5.3.2"

| #define STDC_HEADERS 1

| #define HAVE_SYS_TYPES_H 1

| #define HAVE_SYS_STAT_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_MEMORY_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_INTTYPES_H 1

| #define HAVE_STDINT_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE_DLFCN_H 1

| #define LT_OBJDIR ".libs/"

| #define HOSTNAME "T540P"

| #define HAVE_LIBM 1

| #define HAVE_LIBZ 1

| #define STDC_HEADERS 1

| #define HAVE_SYS_WAIT_H 1

| #define HAVE_ARPA_INET_H 1

| #define HAVE_CTYPE_H 1

| #define HAVE_FCNTL_H 1

| #define HAVE_LIMITS_H 1

| #define HAVE_NETDB_H 1

| #define HAVE_NETINET_IN_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_SYS_SOCKET_H 1

| #define HAVE_SYS_TIME_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE__BOOL 1

| #define HAVE_STDBOOL_H 1

| /* end confdefs.h. */

| #include <vfork.h>

configure:13226: result: no

configure:13226: checking for vfork.h

configure:13226: result: no

configure:13239: checking for fork

configure:13239: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:65:6: warning: conflicting types for built-in function 'fork';
expected 'int(void)' [-Wbuiltin-declaration-mismatch]

65 | char fork ();

| ^~~~

configure:13239: $? = 0

configure:13239: result: yes

configure:13239: checking for vfork

configure:13239: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

configure:13239: $? = 0

configure:13239: result: yes

configure:13249: checking for working fork

configure:13271: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

configure:13271: $? = 0

configure:13271: ./conftest

configure:13271: $? = 0

configure:13281: result: yes

configure:13302: checking for working vfork

configure:13412: result: yes

configure:13439: checking for stdlib.h

configure:13439: result: yes

configure:13449: checking for GNU libc compatible malloc

configure:13473: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

configure:13473: $? = 0

configure:13473: ./conftest

configure:13473: $? = 0

configure:13483: result: yes

configure:13506: checking for stdlib.h

configure:13506: result: yes

configure:13516: checking for GNU libc compatible realloc

configure:13540: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

configure:13540: $? = 0

configure:13540: ./conftest

configure:13540: $? = 0

configure:13550: result: yes

configure:13571: checking return type of signal handlers

configure:13589: gcc -c -g -O2 conftest.c >&5

conftest.c: In function 'main':

conftest.c:56:10: error: void value not ignored as it ought to be

56 | return *(signal (0, 0)) (0) == 1;

| ~^~~~~~~~~~~~~~~~~~

configure:13589: $? = 1

configure: failed program was:

| /* confdefs.h */

| #define PACKAGE_NAME "meme"

| #define PACKAGE_TARNAME "meme"

| #define PACKAGE_VERSION "5.3.2"

| #define PACKAGE_STRING "meme 5.3.2"

| #define PACKAGE_BUGREPORT ""

| #define PACKAGE_URL ""

| #define PACKAGE "meme"

| #define VERSION "5.3.2"

| #define STDC_HEADERS 1

| #define HAVE_SYS_TYPES_H 1

| #define HAVE_SYS_STAT_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_MEMORY_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_INTTYPES_H 1

| #define HAVE_STDINT_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE_DLFCN_H 1

| #define LT_OBJDIR ".libs/"

| #define HOSTNAME "T540P"

| #define HAVE_LIBM 1

| #define HAVE_LIBZ 1

| #define STDC_HEADERS 1

| #define HAVE_SYS_WAIT_H 1

| #define HAVE_ARPA_INET_H 1

| #define HAVE_CTYPE_H 1

| #define HAVE_FCNTL_H 1

| #define HAVE_LIMITS_H 1

| #define HAVE_NETDB_H 1

| #define HAVE_NETINET_IN_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_SYS_SOCKET_H 1

| #define HAVE_SYS_TIME_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE__BOOL 1

| #define HAVE_STDBOOL_H 1

| #define HAVE_FORK 1

| #define HAVE_VFORK 1

| #define HAVE_WORKING_VFORK 1

| #define HAVE_WORKING_FORK 1

| #define HAVE_STDLIB_H 1

| #define HAVE_MALLOC 1

| #define HAVE_STDLIB_H 1

| #define HAVE_REALLOC 1

| /* end confdefs.h. */

| #include <sys/types.h>

| #include <signal.h>

|

| int

| main ()

| {

| return *(signal (0, 0)) (0) == 1;

| ;

| return 0;

| }

configure:13596: result: void

configure:13604: checking whether lstat correctly handles trailing slash

configure:13630: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

configure:13630: $? = 0

configure:13630: ./conftest

configure:13630: $? = 0

configure:13647: result: yes

configure:13666: checking whether stat accepts an empty string

configure:13686: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

configure:13686: $? = 0

configure:13686: ./conftest

configure:13686: $? = 0

configure:13696: result: no

configure:13715: checking for floor

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:75:6: warning: conflicting types for built-in function 'floor';
expected 'double(double)' [-Wbuiltin-declaration-mismatch]

75 | char floor ();

| ^~~~~

conftest.c:63:1: note: 'floor' is declared in header '<math.h>'

62 | # include <limits.h>

63 | #else

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for getcwd

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for gethostbyname

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for isascii

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:78:6: warning: conflicting types for built-in function
'isascii'; expected 'int(int)' [-Wbuiltin-declaration-mismatch]

78 | char isascii ();

| ^~~~~~~

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for memset

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:79:6: warning: conflicting types for built-in function 'memset';
expected 'void *(void *, int, long unsigned int)'
[-Wbuiltin-declaration-mismatch]

79 | char memset ();

| ^~~~~~

conftest.c:67:1: note: 'memset' is declared in header '<string.h>'

66 | # include <limits.h>

67 | #else

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for pow

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:80:6: warning: conflicting types for built-in function 'pow';
expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]

80 | char pow ();

| ^~~

conftest.c:68:1: note: 'pow' is declared in header '<math.h>'

67 | # include <limits.h>

68 | #else

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for rint

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:81:6: warning: conflicting types for built-in function 'rint';
expected 'double(double)' [-Wbuiltin-declaration-mismatch]

81 | char rint ();

| ^~~~

conftest.c:69:1: note: 'rint' is declared in header '<math.h>'

68 | # include <limits.h>

69 | #else

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for socket

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for sqrt

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:83:6: warning: conflicting types for built-in function 'sqrt';
expected 'double(double)' [-Wbuiltin-declaration-mismatch]

83 | char sqrt ();

| ^~~~

conftest.c:71:1: note: 'sqrt' is declared in header '<math.h>'

70 | # include <limits.h>

71 | #else

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for strchr

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:84:6: warning: conflicting types for built-in function 'strchr';
expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch]

84 | char strchr ();

| ^~~~~~

conftest.c:72:1: note: 'strchr' is declared in header '<string.h>'

71 | # include <limits.h>

72 | #else

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for strcspn

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:85:6: warning: conflicting types for built-in function
'strcspn'; expected 'long unsigned int(const char *, const char *)'
[-Wbuiltin-declaration-mismatch]

85 | char strcspn ();

| ^~~~~~~

conftest.c:73:1: note: 'strcspn' is declared in header '<string.h>'

72 | # include <limits.h>

73 | #else

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for strdup

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:86:6: warning: conflicting types for built-in function 'strdup';
expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]

86 | char strdup ();

| ^~~~~~

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for strspn

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:87:6: warning: conflicting types for built-in function 'strspn';
expected 'long unsigned int(const char *, const char *)'
[-Wbuiltin-declaration-mismatch]

87 | char strspn ();

| ^~~~~~

conftest.c:75:1: note: 'strspn' is declared in header '<string.h>'

74 | # include <limits.h>

75 | #else

configure:13715: $? = 0

configure:13715: result: yes

configure:13715: checking for strstr

configure:13715: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

conftest.c:88:6: warning: conflicting types for built-in function 'strstr';
expected 'char *(const char *, const char *)'
[-Wbuiltin-declaration-mismatch]

88 | char strstr ();

| ^~~~~~

conftest.c:76:1: note: 'strstr' is declared in header '<string.h>'

75 | # include <limits.h>

76 | #else

configure:13715: $? = 0

configure:13715: result: yes

configure:13726: checking for strlcpy

configure:13726: gcc -o conftest -g -O2 conftest.c -lz -lm >&5

/tmp/cc86CQGu.o: In function `main':

/home/yifeng/bin/meme-5.3.2/conftest.c:100: undefined reference to `strlcpy'

collect2: error: ld returned 1 exit status

configure:13726: $? = 1

configure: failed program was:

| /* confdefs.h */

| #define PACKAGE_NAME "meme"

| #define PACKAGE_TARNAME "meme"

| #define PACKAGE_VERSION "5.3.2"

| #define PACKAGE_STRING "meme 5.3.2"

| #define PACKAGE_BUGREPORT ""

| #define PACKAGE_URL ""

| #define PACKAGE "meme"

| #define VERSION "5.3.2"

| #define STDC_HEADERS 1

| #define HAVE_SYS_TYPES_H 1

| #define HAVE_SYS_STAT_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_MEMORY_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_INTTYPES_H 1

| #define HAVE_STDINT_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE_DLFCN_H 1

| #define LT_OBJDIR ".libs/"

| #define HOSTNAME "T540P"

| #define HAVE_LIBM 1

| #define HAVE_LIBZ 1

| #define STDC_HEADERS 1

| #define HAVE_SYS_WAIT_H 1

| #define HAVE_ARPA_INET_H 1

| #define HAVE_CTYPE_H 1

| #define HAVE_FCNTL_H 1

| #define HAVE_LIMITS_H 1

| #define HAVE_NETDB_H 1

| #define HAVE_NETINET_IN_H 1

| #define HAVE_STDLIB_H 1

| #define HAVE_STRING_H 1

| #define HAVE_STRINGS_H 1

| #define HAVE_SYS_SOCKET_H 1

| #define HAVE_SYS_TIME_H 1

| #define HAVE_UNISTD_H 1

| #define HAVE__BOOL 1

| #define HAVE_STDBOOL_H 1

| #define HAVE_FORK 1

| #define HAVE_VFORK 1

| #define HAVE_WORKING_VFORK 1

| #define HAVE_WORKING_FORK 1

| #define HAVE_STDLIB_H 1

| #define HAVE_MALLOC 1

| #define HAVE_STDLIB_H 1

| #define HAVE_REALLOC 1

| #define RETSIGTYPE void

| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

| #define HAVE_FLOOR 1

| #define HAVE_GETCWD 1

| #define HAVE_GETHOSTBYNAME 1

| #define HAVE_ISASCII 1

| #define HAVE_MEMSET 1

| #define HAVE_POW 1

| #define HAVE_RINT 1

| #define HAVE_SOCKET 1

| #define HAVE_SQRT 1

| #define HAVE_STRCHR 1

| #define HAVE_STRCSPN 1

| #define HAVE_STRDUP 1

| #define HAVE_STRSPN 1

| #define HAVE_STRSTR 1

| /* end confdefs.h. */

| /* Define strlcpy to an innocuous variant, in case <limits.h> declares
strlcpy.

| For example, HP-UX 11i <limits.h> declares gettimeofday. */

| #define strlcpy innocuous_strlcpy

|

| /* System header to define __stub macros and hopefully few prototypes,

| which can conflict with char strlcpy (); below.

| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since

| <limits.h> exists even on freestanding compilers. */

|

| #ifdef __STDC__

| # include <limits.h>

| #else

| # include <assert.h>

| #endif

|

| #undef strlcpy

|

| /* Override any GCC internal prototype to avoid an error.

| Use char because int might match the return type of a GCC

| builtin and then its argument prototype would still apply. */

| #ifdef __cplusplus

| extern "C"

| #endif

| char strlcpy ();

| /* The GNU C library defines this for functions which it implements

| to always fail with ENOSYS. Some functions are actually named

| something starting with __ and the normal name is an alias. */

| #if defined __stub_strlcpy || defined __stub___strlcpy

| choke me

| #endif

|

| int

| main ()

| {

| return strlcpy ();

| ;

| return 0;

| }

configure:13726: result: no

configure:13782: WARNING: libxml2 library not found

configure:13797: WARNING: libxslt library not found

configure:14201: checking for mpicc

configure:14219: found /usr/bin/mpicc

configure:14231: result: /usr/bin/mpicc

configure:14246: checking for mpirun

configure:14264: found /usr/bin/mpirun

configure:14276: result: /usr/bin/mpirun

configure:14295: checking for MPI_Comm_rank in -lmpi

configure:14320: gcc -o conftest -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ conftest.c -lmpi -lz -lm >&5

configure:14320: $? = 0

configure:14329: result: yes

configure:14844: checking for perl

configure:14874: result: /usr/bin/perl

configure:14921: checking for python

configure:14939: found /usr/bin/python

configure:14951: result: /usr/bin/python

configure:14974: checking whether /usr/bin/python version is >= 2.7

configure:14985: /usr/bin/python -c import sys # split strings by '.' and
convert to numeric. Append some zeros # because we need at least 4 digits
for the hex conversion. # map returns an iterator in Python 3.0 and a list
in 2.x minver = list(map(int, '2.7'.split('.'))) + [0, 0, 0] minverhex = 0
# xrange is not present in Python 3.0 and range returns an iterator for i
in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
sys.exit(sys.hexversion < minverhex)

configure:14988: $? = 0

configure:14990: result: yes

configure:15083: checking for /usr/bin/python version

configure:15090: result: 3.8

configure:15102: checking for /usr/bin/python platform

configure:15109: result: linux

configure:15135: checking for /usr/bin/python script directory

configure:15170: result: ${prefix}/lib/python3.8/site-packages

configure:15179: checking for /usr/bin/python extension module directory

configure:15214: result: ${exec_prefix}/lib/python3.8/site-packages

configure:15275: checking for convert

configure:15308: result: no

configure:15352: checking for gs

configure:15382: result: /usr/bin/gs

configure:15737: checking that generated files are newer than configure

configure:15743: result: done

configure:15810: creating ./config.status


## ---------------------- ##

## Running config.status. ##

## ---------------------- ##


This file was extended by meme config.status 5.3.2, which was

generated by GNU Autoconf 2.69. Invocation command line was


CONFIG_FILES =

CONFIG_HEADERS =

CONFIG_LINKS =

CONFIG_COMMANDS =

$ ./config.status


on T540P


config.status:1435: creating Makefile

config.status:1435: creating doc/Makefile

config.status:1435: creating doc/css/Makefile

config.status:1435: creating doc/examples/Makefile

config.status:1435: creating
doc/examples/compute_prior_dist_example_output_files/Makefile

config.status:1435: creating doc/examples/sample_opal_scripts/Makefile

config.status:1435: creating doc/images/Makefile

config.status:1435: creating doc/js/Makefile

config.status:1435: creating etc/Makefile

config.status:1435: creating src/filters/Makefile

config.status:1435: creating src/filters/purge/Makefile

config.status:1435: creating src/filters/dust/Makefile

config.status:1435: creating scripts/Makefile

config.status:1435: creating src/Makefile

config.status:1435: creating src/libxml2/Makefile

config.status:1435: creating src/libxml2/include/Makefile

config.status:1435: creating src/libxml2/include/libxml/Makefile

config.status:1435: creating src/libxslt/Makefile

config.status:1435: creating src/parallel/Makefile

config.status:1435: creating tests/Makefile

config.status:1435: creating tests/ame/Makefile

config.status:1435: creating tests/centrimo/Makefile

config.status:1435: creating tests/clustalw2fasta/Makefile

config.status:1435: creating tests/common/Makefile

config.status:1435: creating tests/common/motif.crp0/Makefile

config.status:1435: creating tests/common/motif.Puf3p/Makefile

config.status:1435: creating tests/create-priors/Makefile

config.status:1435: creating tests/draw-mhmm/Makefile

config.status:1435: creating tests/dreme/Makefile

config.status:1435: creating tests/fasta-center/Makefile

config.status:1435: creating tests/fimo/Makefile

config.status:1435: creating tests/glam2/Makefile

config.status:1435: creating tests/glam2scan/Makefile

config.status:1435: creating tests/gomo/Makefile

config.status:1435: creating tests/mast/Makefile

config.status:1435: creating tests/mcast/Makefile

config.status:1435: creating tests/meme/Makefile

config.status:1435: creating tests/meme-chip/Makefile

config.status:1435: creating tests/mhmm/Makefile

config.status:1435: creating tests/mhmms/Makefile

config.status:1435: creating tests/mhmmscan/Makefile

config.status:1435: creating tests/momo/Makefile

config.status:1435: creating tests/motiph/Makefile

config.status:1435: creating tests/psp-gen/Makefile

config.status:1435: creating tests/qvalue/Makefile

config.status:1435: creating tests/scaffold/Makefile

config.status:1435: creating tests/spamo/Makefile

config.status:1435: creating tests/streme/Makefile

config.status:1435: creating tests/scripts/Makefile

config.status:1435: creating tests/tgene/Makefile

config.status:1435: creating tests/tomtom/Makefile

config.status:1435: creating tests/web/Makefile

config.status:1435: creating website/Makefile

config.status:1435: creating website/templates/Makefile

config.status:1435: creating config.h

config.status:1616: config.h is unchanged

config.status:1695: executing depfiles commands

config.status:1772: cd src/filters/purge && sed -e '/#
am--include-marker/d' Makefile | make -f - am--depfiles

make: Nothing to be done for 'am--depfiles'.

config.status:1777: $? = 0

config.status:1772: cd src/filters/dust && sed -e '/#
am--include-marker/d' Makefile | make -f - am--depfiles

make: Nothing to be done for 'am--depfiles'.

config.status:1777: $? = 0

config.status:1772: cd src && sed -e '/# am--include-marker/d'
Makefile | make -f - am--depfiles

make: Nothing to be done for 'am--depfiles'.

config.status:1777: $? = 0

config.status:1772: cd src/libxml2 && sed -e '/#
am--include-marker/d' Makefile | make -f - am--depfiles

make: Nothing to be done for 'am--depfiles'.

config.status:1777: $? = 0

config.status:1772: cd src/libxslt && sed -e '/#
am--include-marker/d' Makefile | make -f - am--depfiles

make: Nothing to be done for 'am--depfiles'.

config.status:1777: $? = 0

config.status:1772: cd src/parallel && sed -e '/#
am--include-marker/d' Makefile | make -f - am--depfiles

make: Nothing to be done for 'am--depfiles'.

config.status:1777: $? = 0

config.status:1695: executing libtool commands

configure:18217: WARNING:

Checking Required Perl Modules:


Checking Optional Modules:

Log::Log4perl missing. Used for logging and debugging by developers.

Math::CDF missing. Only required for fasta-enriched-center script (which is
not called by the web scripts).

XML::Compile::WSDL11 missing. Used for downloading sequence databases from
RSAT


## ---------------- ##

## Cache variables. ##

## ---------------- ##


ac_cv_build=x86_64-unknown-linux-gnu

ac_cv_c_compiler_gnu=yes

ac_cv_c_const=yes

ac_cv_env_CC_set=

ac_cv_env_CC_value=

ac_cv_env_CFLAGS_set=

ac_cv_env_CFLAGS_value=

ac_cv_env_CPPFLAGS_set=

ac_cv_env_CPPFLAGS_value=

ac_cv_env_CPP_set=

ac_cv_env_CPP_value=

ac_cv_env_LDFLAGS_set=

ac_cv_env_LDFLAGS_value=

ac_cv_env_LIBS_set=

ac_cv_env_LIBS_value=

ac_cv_env_LT_SYS_LIBRARY_PATH_set=

ac_cv_env_LT_SYS_LIBRARY_PATH_value=

ac_cv_env_PYTHON_set=

ac_cv_env_PYTHON_value=

ac_cv_env_build_alias_set=

ac_cv_env_build_alias_value=

ac_cv_env_host_alias_set=

ac_cv_env_host_alias_value=

ac_cv_env_target_alias_set=

ac_cv_env_target_alias_value=

ac_cv_func_floor=yes

ac_cv_func_fork=yes

ac_cv_func_fork_works=yes

ac_cv_func_getcwd=yes

ac_cv_func_gethostbyname=yes

ac_cv_func_isascii=yes

ac_cv_func_lstat_dereferences_slashed_symlink=yes

ac_cv_func_malloc_0_nonnull=yes

ac_cv_func_memset=yes

ac_cv_func_pow=yes

ac_cv_func_realloc_0_nonnull=yes

ac_cv_func_rint=yes

ac_cv_func_socket=yes

ac_cv_func_sqrt=yes

ac_cv_func_stat_empty_string_bug=no

ac_cv_func_strchr=yes

ac_cv_func_strcspn=yes

ac_cv_func_strdup=yes

ac_cv_func_strlcpy=no

ac_cv_func_strspn=yes

ac_cv_func_strstr=yes

ac_cv_func_vfork=yes

ac_cv_func_vfork_works=yes

ac_cv_header_arpa_inet_h=yes

ac_cv_header_ctype_h=yes

ac_cv_header_dlfcn_h=yes

ac_cv_header_fcntl_h=yes

ac_cv_header_inttypes_h=yes

ac_cv_header_limits_h=yes

ac_cv_header_memory_h=yes

ac_cv_header_netdb_h=yes

ac_cv_header_netinet_in_h=yes

ac_cv_header_stdbool_h=yes

ac_cv_header_stdc=yes

ac_cv_header_stdint_h=yes

ac_cv_header_stdlib_h=yes

ac_cv_header_string_h=yes

ac_cv_header_strings_h=yes

ac_cv_header_sys_socket_h=yes

ac_cv_header_sys_stat_h=yes

ac_cv_header_sys_time_h=yes

ac_cv_header_sys_types_h=yes

ac_cv_header_sys_wait_h=yes

ac_cv_header_unistd_h=yes

ac_cv_header_vfork_h=no

ac_cv_host=x86_64-unknown-linux-gnu

ac_cv_lib_m_isnan__sqrt__log__exp__fabs__pow__floor__ceil=yes

ac_cv_lib_mpi_MPI_Comm_rank=yes

ac_cv_lib_z_compress=yes

ac_cv_objext=o

ac_cv_path_ANT=/usr/bin/ant

ac_cv_path_EGREP='/bin/grep -E'

ac_cv_path_FGREP='/bin/grep -F'

ac_cv_path_GHOSTSCRIPT=/usr/bin/gs

ac_cv_path_GREP=/bin/grep

ac_cv_path_LD='/usr/bin/ld -m elf_x86_64'

ac_cv_path_MPICC=/usr/bin/mpicc

ac_cv_path_MPIRUN=/usr/bin/mpirun

ac_cv_path_PERL=/usr/bin/perl

ac_cv_path_PYTHON=/usr/bin/python

ac_cv_path_SED=/bin/sed

ac_cv_path_SENDMAIL=/usr/lib/sendmail

ac_cv_path_install='/usr/bin/install -c'

ac_cv_path_lt_DD=/bin/dd

ac_cv_path_mkdir=/bin/mkdir

ac_cv_prog_AWK=gawk

ac_cv_prog_CPP='gcc -E'

ac_cv_prog_ac_ct_AR=ar

ac_cv_prog_ac_ct_CC=gcc

ac_cv_prog_ac_ct_MANIFEST_TOOL=mt

ac_cv_prog_ac_ct_OBJDUMP=objdump

ac_cv_prog_ac_ct_RANLIB=ranlib

ac_cv_prog_ac_ct_STRIP=strip

ac_cv_prog_cc_c89=

ac_cv_prog_cc_g=yes

ac_cv_prog_cc_gcc_c_o=yes

ac_cv_prog_make_make_set=yes

ac_cv_type__Bool=yes

ac_cv_type_pid_t=yes

ac_cv_type_signal=void

ac_cv_type_size_t=yes

am_cv_CC_dependencies_compiler_type=gcc3

am_cv_make_support_nested_variables=yes

am_cv_prog_cc_c_o=yes

am_cv_python_platform=linux

am_cv_python_pyexecdir='${exec_prefix}/lib/python3.8/site-packages'

am_cv_python_pythondir='${prefix}/lib/python3.8/site-packages'

am_cv_python_version=3.8

lt_cv_ar_at_file=@

lt_cv_archive_cmds_need_lc=no

lt_cv_deplibs_check_method=pass_all

lt_cv_file_magic_cmd='$MAGIC_CMD'

lt_cv_file_magic_test_file=

lt_cv_ld_reload_flag=-r

lt_cv_nm_interface='BSD nm'

lt_cv_objdir=.libs

lt_cv_path_LD=/usr/bin/ld

lt_cv_path_NM='/usr/bin/nm -B'

lt_cv_path_mainfest_tool=no

lt_cv_prog_compiler_c_o=yes

lt_cv_prog_compiler_pic='-fPIC -DPIC'

lt_cv_prog_compiler_pic_works=yes

lt_cv_prog_compiler_rtti_exceptions=no

lt_cv_prog_compiler_static_works=yes

lt_cv_prog_gnu_ld=yes

lt_cv_sharedlib_from_linklib_cmd='printf %s\n'

lt_cv_shlibpath_overrides_runpath=yes

lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2
\2/p'\'' | sed '\''/ __gnu_lto/d'\'''

lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/
{"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/
{"\1", (void *) \&\1},/p'\'''

lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^:
\(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]*
.* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e
'\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *)
\&\1},/p'\'''

lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int
\1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char
\1;/p'\'''

lt_cv_sys_global_symbol_to_import=

lt_cv_sys_max_cmd_len=1572864

lt_cv_to_host_file_cmd=func_convert_file_noop

lt_cv_to_tool_file_cmd=func_convert_file_noop

lt_cv_truncate_bin='/bin/dd bs=4096 count=1'


## ----------------- ##

## Output variables. ##

## ----------------- ##


ACLOCAL='${SHELL} /home/yifeng/bin/meme-5.3.2/config/missing aclocal-1.16'

ALT_URL=''

AMDEPBACKSLASH='\'

AMDEP_FALSE='#'

AMDEP_TRUE=''

AMTAR='$${TAR-tar}'

AM_BACKSLASH='\'

AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'

AM_DEFAULT_VERBOSITY='1'

AM_V='$(V)'

ANT='/usr/bin/ant'

AR='ar'

AUTOCONF='${SHELL} /home/yifeng/bin/meme-5.3.2/config/missing autoconf'

AUTOHEADER='${SHELL} /home/yifeng/bin/meme-5.3.2/config/missing autoheader'

AUTOMAKE='${SHELL} /home/yifeng/bin/meme-5.3.2/config/missing automake-1.16'

AWK='gawk'

BUILD_LIBXML2_FALSE='#'

BUILD_LIBXML2_TRUE=''

BUILD_LIBXSLT_FALSE='#'

BUILD_LIBXSLT_TRUE=''

CATALINA_BASE=''

CATALINA_HOME=''

CC='gcc'

CCDEPMODE='depmode=gcc3'

CFLAGS='-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3'

CONTACT=''

CONVERT=''

CPP='gcc -E'

CPPFLAGS=''

CYGPATH_W='echo'

DEBUG_FLAGS=''

DEFS='-DHAVE_CONFIG_H'

DEPDIR='.deps'

DEV_CONTACT='meme-...@uw.edu'

DLLTOOL='false'

DRMAA_QUEUE=''

DRMAA_QUEUE_SHORT=''

DSYMUTIL=''

DUMPBIN=''

ECHO_C=''

ECHO_N='-n'

ECHO_T=''

EGREP='/bin/grep -E'

EXEEXT=''

EXPIRY='4'

FGREP='/bin/grep -F'

GHOSTSCRIPT='/usr/bin/gs'

GOSERVER_URL='http://amigo.geneontology.org/amigo/term/GO_TERM_ID'

GREP='/bin/grep'

HAVE_PYTHON_3_FALSE='#'

HAVE_PYTHON_3_TRUE=''

HAVE_PYTHON_FALSE='#'

HAVE_PYTHON_TRUE=''

HOSTNAME='T540P'

INSTALL_DATA='${INSTALL} -m 644'

INSTALL_PROGRAM='${INSTALL}'

INSTALL_SCRIPT='${INSTALL}'

INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'

LAMBIN=''

LD='/usr/bin/ld -m elf_x86_64'

LDFLAGS=''

LIBEXSLT_CFLAGS=''

LIBEXSLT_LIBS=''

LIBOBJS=''

LIBS='-lmpi -lz -lm '

LIBTOOL='$(SHELL) $(top_builddir)/libtool'

LIBXML2_CFLAGS='-I${top_srcdir}/src/libxml2/include'

LIBXML2_LIBS='${top_builddir}/src/libxml2/libxml2.la'

LIBXSLT_CFLAGS='-I${top_srcdir}/src/'

LIBXSLT_LIBS='${top_builddir}/src/libxslt/libxslt.la'

LIPO=''

LN_S='ln -s'

LTLIBOBJS=''

LT_SYS_LIBRARY_PATH=''

MACHID='linux'

MAKEINFO='${SHELL} /home/yifeng/bin/meme-5.3.2/config/missing makeinfo'

MANIFEST_TOOL=':'

MAST_PORT=''

MAXMEMORY='4'

MAXMEMORY_SHORT='1'

MAXTIME='14400'

MAXTIME_SHORT='300'

MEME_DB='${datarootdir}/${PACKAGE_NAME}-5.3.2/db'

MEME_DIRECTORY='${prefix}'

MEME_LOGS='${localstatedir}/${PACKAGE_NAME}-5.3.2/LOGS'

MEME_PORT=''

MEME_TEMP=''

METAMEME_EXTERNAL_FALSE=''

METAMEME_EXTERNAL_TRUE='#'

MKDIR_P='/bin/mkdir -p'

MPICC='/usr/bin/mpicc'

MPIFLAGS='-DPARALLEL '

MPIINC='-DMPI -I/usr/include'

MPILIBDIR='/usr/lib'

MPIRUN='/usr/bin/mpirun'

MPITYPE='mpich'

MPI_CMD='/usr/bin/mpirun -np'

NEWS_URL='./news.txt'

NM='/usr/bin/nm -B'

NMEDIT=''

NOTICES_URL='./notices.txt'

OBJDUMP='objdump'

OBJEXT='o'

OPAL_DEPLOY=''

OPAL_URL='no'

OPT_FLAGS='-O3'

OTOOL64=''

OTOOL=''

PACKAGE='meme'

PACKAGE_BUGREPORT=''

PACKAGE_NAME='meme'

PACKAGE_STRING='meme 5.3.2'

PACKAGE_TARNAME='meme'

PACKAGE_URL=''

PACKAGE_VERSION='5.3.2'

PARALLEL_FALSE='#'

PARALLEL_IS_LAM_FALSE=''

PARALLEL_IS_LAM_TRUE='#'

PARALLEL_TRUE=''

PATH_SEPARATOR=':'

PERL='/usr/bin/perl'

PREV_URL=''

PREV_VER=''

PYTHON='/usr/bin/python'

PYTHON_EXEC_PREFIX='${exec_prefix}'

PYTHON_PLATFORM='linux'

PYTHON_PREFIX='${prefix}'

PYTHON_VERSION='3.8'

QUOTA=''

RANLIB='ranlib'

SED='/bin/sed'

SENDMAIL='/usr/lib/sendmail'

SET_MAKE=''

SHELL='/bin/bash'

SOURCE_URL='https://meme-suite.org'

STREME_LENGTH_FACTOR='1e6'

STRIP='strip'

URL='https://meme-suite.org/meme'

VERSION='5.3.2'

WANT_STRLCPY_FALSE='#'

WANT_STRLCPY_TRUE=''

WEBSERVICE=''

WEBSERVICE_FALSE=''

WEBSERVICE_TRUE='#'

WEBSITE_FALSE=''

WEBSITE_TRUE='#'

WEB_FALSE=''

WEB_TRUE='#'

XML2_CONFIG=''

XSLT_CONFIG=''

ac_ct_AR='ar'

ac_ct_CC='gcc'

ac_ct_DUMPBIN=''

am__EXEEXT_FALSE=''

am__EXEEXT_TRUE='#'

am__fastdepCC_FALSE='#'

am__fastdepCC_TRUE=''

am__include='include'

am__isrc=''

am__leading_dot='.'

am__nodep='_no'

am__quote=''

am__tar='$${TAR-tar} chof - "$$tardir"'

am__untar='$${TAR-tar} xf -'

bindir='${exec_prefix}/bin'

build='x86_64-unknown-linux-gnu'

build_alias=''

build_cpu='x86_64'

build_os='linux-gnu'

build_vendor='unknown'

datadir='${datarootdir}'

datarootdir='${prefix}/share'

docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'

dvidir='${docdir}'

exec_prefix='${prefix}'

host='x86_64-unknown-linux-gnu'

host_alias=''

host_cpu='x86_64'

host_os='linux-gnu'

host_vendor='unknown'

htmldir='${docdir}'

includedir='${prefix}/include'

infodir='${datarootdir}/info'

install_sh='${SHELL} /home/yifeng/bin/meme-5.3.2/config/install-sh'

libdir='${exec_prefix}/lib'

libexecdir='${exec_prefix}/libexec'

localedir='${datarootdir}/locale'

localstatedir='${prefix}/var'

mandir='${datarootdir}/man'

mkdir_p='$(MKDIR_P)'

oldincludedir='/usr/include'

pdfdir='${docdir}'

pkgpyexecdir='${pyexecdir}/meme'

pkgpythondir='${pythondir}/meme'

prefix='/home/yifeng/meme'

program_transform_name='s,x,x,'

psdir='${docdir}'

pyexecdir='${exec_prefix}/lib/python3.8/site-packages'

pythondir='${prefix}/lib/python3.8/site-packages'

sbindir='${exec_prefix}/sbin'

sharedstatedir='${prefix}/com'

sysconfdir='${prefix}/etc'

target_alias=''


## ----------- ##

## confdefs.h. ##

## ----------- ##


/* confdefs.h */

#define PACKAGE_NAME "meme"

#define PACKAGE_TARNAME "meme"

#define PACKAGE_VERSION "5.3.2"

#define PACKAGE_STRING "meme 5.3.2"

#define PACKAGE_BUGREPORT ""

#define PACKAGE_URL ""

#define PACKAGE "meme"

#define VERSION "5.3.2"

#define STDC_HEADERS 1

#define HAVE_SYS_TYPES_H 1

#define HAVE_SYS_STAT_H 1

#define HAVE_STDLIB_H 1

#define HAVE_STRING_H 1

#define HAVE_MEMORY_H 1

#define HAVE_STRINGS_H 1

#define HAVE_INTTYPES_H 1

#define HAVE_STDINT_H 1

#define HAVE_UNISTD_H 1

#define HAVE_DLFCN_H 1

#define LT_OBJDIR ".libs/"

#define HOSTNAME "T540P"

#define HAVE_LIBM 1

#define HAVE_LIBZ 1

#define STDC_HEADERS 1

#define HAVE_SYS_WAIT_H 1

#define HAVE_ARPA_INET_H 1

#define HAVE_CTYPE_H 1

#define HAVE_FCNTL_H 1

#define HAVE_LIMITS_H 1

#define HAVE_NETDB_H 1

#define HAVE_NETINET_IN_H 1

#define HAVE_STDLIB_H 1

#define HAVE_STRING_H 1

#define HAVE_STRINGS_H 1

#define HAVE_SYS_SOCKET_H 1

#define HAVE_SYS_TIME_H 1

#define HAVE_UNISTD_H 1

#define HAVE__BOOL 1

#define HAVE_STDBOOL_H 1

#define HAVE_FORK 1

#define HAVE_VFORK 1

#define HAVE_WORKING_VFORK 1

#define HAVE_WORKING_FORK 1

#define HAVE_STDLIB_H 1

#define HAVE_MALLOC 1

#define HAVE_STDLIB_H 1

#define HAVE_REALLOC 1

#define RETSIGTYPE void

#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1

#define HAVE_FLOOR 1

#define HAVE_GETCWD 1

#define HAVE_GETHOSTBYNAME 1

#define HAVE_ISASCII 1

#define HAVE_MEMSET 1

#define HAVE_POW 1

#define HAVE_RINT 1

#define HAVE_SOCKET 1

#define HAVE_SQRT 1

#define HAVE_STRCHR 1

#define HAVE_STRCSPN 1

#define HAVE_STRDUP 1

#define HAVE_STRSPN 1

#define HAVE_STRSTR 1

#define Linux /**/

#define HAVE_LIBMPI 1

#define SOURCE_URL "https://meme-suite.org"

#define SITE_URL "https://meme-suite.org/meme"

#define ALT_URL ""

#define PERL "/usr/bin/perl"

#define PYTHON "/usr/bin/python"

#define CONVERT_PATH ""

#define GHOSTSCRIPT_PATH "/usr/bin/gs"


configure: exit 0
################## make.log
make all-recursive
make[1]: Entering directory '/home/yifeng/bin/meme-5.3.2'
Making all in src
make[2]: Entering directory '/home/yifeng/bin/meme-5.3.2/src'
echo '#define MEME_DIR "/home/yifeng/meme"' >dir.h
echo '#define DATA_DIR "/home/yifeng/meme/share/meme-5.3.2" ' >> dir.h
echo '#define BIN_DIR "/home/yifeng/meme/bin" ' >> dir.h
echo '#define LIBEXEC_DIR "/home/yifeng/meme/libexec/meme-5.3.2" ' >> dir.h
echo '#define TEMP_DIR "" ' >> dir.h
echo '#define REVISION "a59d059eb54fe4eabc583a57b6ac224ff124e311"' >
projrel.h
echo '#define ARCHIVE_DATE "Sat Feb 6 16:38:33 2021 -0800"' >> projrel.h
make all-recursive
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/src'
Making all in filters
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/filters'
Making all in purge
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/filters/purge'
depbase=`echo afnio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT afnio.o -MD -MP -MF
$depbase.Tpo -c -o afnio.o afnio.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo alphabet.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT alphabet.o -MD -MP
-MF $depbase.Tpo -c -o alphabet.o alphabet.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo block.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT block.o -MD -MP -MF
$depbase.Tpo -c -o block.o block.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dheap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT dheap.o -MD -MP -MF
$depbase.Tpo -c -o dheap.o dheap.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gblast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT gblast.o -MD -MP
-MF $depbase.Tpo -c -o gblast.o gblast.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo karlin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT karlin.o -MD -MP
-MF $depbase.Tpo -c -o karlin.o karlin.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mheap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT mheap.o -MD -MP -MF
$depbase.Tpo -c -o mheap.o mheap.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mlist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT mlist.o -MD -MP -MF
$depbase.Tpo -c -o mlist.o mlist.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pairaln.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT pairaln.o -MD -MP
-MF $depbase.Tpo -c -o pairaln.o pairaln.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pmain.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT pmain.o -MD -MP -MF
$depbase.Tpo -c -o pmain.o pmain.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo purge.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT purge.o -MD -MP -MF
$depbase.Tpo -c -o purge.o purge.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo random.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT random.o -MD -MP
-MF $depbase.Tpo -c -o random.o random.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo seqset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT seqset.o -MD -MP
-MF $depbase.Tpo -c -o seqset.o seqset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sequence.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT sequence.o -MD -MP
-MF $depbase.Tpo -c -o sequence.o sequence.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
purge afnio.o alphabet.o block.o dheap.o gblast.o karlin.o mheap.o mlist.o
pairaln.o pmain.o purge.o random.o seqset.o sequence.o -lm -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o purge afnio.o alphabet.o block.o dheap.o
gblast.o karlin.o mheap.o mlist.o pairaln.o pmain.o purge.o random.o
seqset.o sequence.o -lmpi -lz -lm
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/filters/purge'
Making all in dust
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/filters/dust'
depbase=`echo tust.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT tust.o -MD -MP -MF
$depbase.Tpo -c -o tust.o tust.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dust.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT dust.o -MD -MP -MF
$depbase.Tpo -c -o dust.o dust.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo getfa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../.. -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT getfa.o -MD -MP -MF
$depbase.Tpo -c -o getfa.o getfa.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
dust tust.o dust.o getfa.o -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o dust tust.o dust.o getfa.o -lmpi -lz -lm
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/filters/dust'
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/filters'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/filters'
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/filters'
Making all in libxml2
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/libxml2'
Making all in include
make[5]: Entering directory
'/home/yifeng/bin/meme-5.3.2/src/libxml2/include'
Making all in .
make[6]: Entering directory
'/home/yifeng/bin/meme-5.3.2/src/libxml2/include'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/libxml2/include'
Making all in libxml
make[6]: Entering directory
'/home/yifeng/bin/meme-5.3.2/src/libxml2/include/libxml'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory
'/home/yifeng/bin/meme-5.3.2/src/libxml2/include/libxml'
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/libxml2/include'
Making all in .
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/libxml2'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-chvalid.lo -MD -MP
-MF .deps/libxml2_la-chvalid.Tpo -c -o libxml2_la-chvalid.lo `test -f
'chvalid.c' || echo './'`chvalid.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-chvalid.lo -MD -MP -MF .deps/libxml2_la-chvalid.Tpo -c
chvalid.c -fPIC -DPIC -o .libs/libxml2_la-chvalid.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-chvalid.lo -MD -MP -MF .deps/libxml2_la-chvalid.Tpo -c
chvalid.c -o libxml2_la-chvalid.o >/dev/null 2>&1
mv -f .deps/libxml2_la-chvalid.Tpo .deps/libxml2_la-chvalid.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-debugXML.lo -MD -MP
-MF .deps/libxml2_la-debugXML.Tpo -c -o libxml2_la-debugXML.lo `test -f
'debugXML.c' || echo './'`debugXML.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-debugXML.lo -MD -MP -MF .deps/libxml2_la-debugXML.Tpo -c
debugXML.c -fPIC -DPIC -o .libs/libxml2_la-debugXML.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-debugXML.lo -MD -MP -MF .deps/libxml2_la-debugXML.Tpo -c
debugXML.c -o libxml2_la-debugXML.o >/dev/null 2>&1
mv -f .deps/libxml2_la-debugXML.Tpo .deps/libxml2_la-debugXML.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-dict.lo -MD -MP -MF
.deps/libxml2_la-dict.Tpo -c -o libxml2_la-dict.lo `test -f 'dict.c' ||
echo './'`dict.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-dict.lo -MD -MP -MF .deps/libxml2_la-dict.Tpo -c dict.c
-fPIC -DPIC -o .libs/libxml2_la-dict.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-dict.lo -MD -MP -MF .deps/libxml2_la-dict.Tpo -c dict.c
-o libxml2_la-dict.o >/dev/null 2>&1
mv -f .deps/libxml2_la-dict.Tpo .deps/libxml2_la-dict.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-encoding.lo -MD -MP
-MF .deps/libxml2_la-encoding.Tpo -c -o libxml2_la-encoding.lo `test -f
'encoding.c' || echo './'`encoding.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-encoding.lo -MD -MP -MF .deps/libxml2_la-encoding.Tpo -c
encoding.c -fPIC -DPIC -o .libs/libxml2_la-encoding.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-encoding.lo -MD -MP -MF .deps/libxml2_la-encoding.Tpo -c
encoding.c -o libxml2_la-encoding.o >/dev/null 2>&1
mv -f .deps/libxml2_la-encoding.Tpo .deps/libxml2_la-encoding.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-entities.lo -MD -MP
-MF .deps/libxml2_la-entities.Tpo -c -o libxml2_la-entities.lo `test -f
'entities.c' || echo './'`entities.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-entities.lo -MD -MP -MF .deps/libxml2_la-entities.Tpo -c
entities.c -fPIC -DPIC -o .libs/libxml2_la-entities.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-entities.lo -MD -MP -MF .deps/libxml2_la-entities.Tpo -c
entities.c -o libxml2_la-entities.o >/dev/null 2>&1
mv -f .deps/libxml2_la-entities.Tpo .deps/libxml2_la-entities.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-error.lo -MD -MP -MF
.deps/libxml2_la-error.Tpo -c -o libxml2_la-error.lo `test -f 'error.c' ||
echo './'`error.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-error.lo -MD -MP -MF .deps/libxml2_la-error.Tpo -c
error.c -fPIC -DPIC -o .libs/libxml2_la-error.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-error.lo -MD -MP -MF .deps/libxml2_la-error.Tpo -c
error.c -o libxml2_la-error.o >/dev/null 2>&1
mv -f .deps/libxml2_la-error.Tpo .deps/libxml2_la-error.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-globals.lo -MD -MP
-MF .deps/libxml2_la-globals.Tpo -c -o libxml2_la-globals.lo `test -f
'globals.c' || echo './'`globals.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-globals.lo -MD -MP -MF .deps/libxml2_la-globals.Tpo -c
globals.c -fPIC -DPIC -o .libs/libxml2_la-globals.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-globals.lo -MD -MP -MF .deps/libxml2_la-globals.Tpo -c
globals.c -o libxml2_la-globals.o >/dev/null 2>&1
mv -f .deps/libxml2_la-globals.Tpo .deps/libxml2_la-globals.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-hash.lo -MD -MP -MF
.deps/libxml2_la-hash.Tpo -c -o libxml2_la-hash.lo `test -f 'hash.c' ||
echo './'`hash.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-hash.lo -MD -MP -MF .deps/libxml2_la-hash.Tpo -c hash.c
-fPIC -DPIC -o .libs/libxml2_la-hash.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-hash.lo -MD -MP -MF .deps/libxml2_la-hash.Tpo -c hash.c
-o libxml2_la-hash.o >/dev/null 2>&1
mv -f .deps/libxml2_la-hash.Tpo .deps/libxml2_la-hash.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-HTMLparser.lo -MD
-MP -MF .deps/libxml2_la-HTMLparser.Tpo -c -o libxml2_la-HTMLparser.lo
`test -f 'HTMLparser.c' || echo './'`HTMLparser.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-HTMLparser.lo -MD -MP -MF
.deps/libxml2_la-HTMLparser.Tpo -c HTMLparser.c -fPIC -DPIC -o
.libs/libxml2_la-HTMLparser.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-HTMLparser.lo -MD -MP -MF
.deps/libxml2_la-HTMLparser.Tpo -c HTMLparser.c -o libxml2_la-HTMLparser.o
>/dev/null 2>&1
mv -f .deps/libxml2_la-HTMLparser.Tpo .deps/libxml2_la-HTMLparser.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-HTMLtree.lo -MD -MP
-MF .deps/libxml2_la-HTMLtree.Tpo -c -o libxml2_la-HTMLtree.lo `test -f
'HTMLtree.c' || echo './'`HTMLtree.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-HTMLtree.lo -MD -MP -MF .deps/libxml2_la-HTMLtree.Tpo -c
HTMLtree.c -fPIC -DPIC -o .libs/libxml2_la-HTMLtree.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-HTMLtree.lo -MD -MP -MF .deps/libxml2_la-HTMLtree.Tpo -c
HTMLtree.c -o libxml2_la-HTMLtree.o >/dev/null 2>&1
mv -f .deps/libxml2_la-HTMLtree.Tpo .deps/libxml2_la-HTMLtree.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-list.lo -MD -MP -MF
.deps/libxml2_la-list.Tpo -c -o libxml2_la-list.lo `test -f 'list.c' ||
echo './'`list.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-list.lo -MD -MP -MF .deps/libxml2_la-list.Tpo -c list.c
-fPIC -DPIC -o .libs/libxml2_la-list.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-list.lo -MD -MP -MF .deps/libxml2_la-list.Tpo -c list.c
-o libxml2_la-list.o >/dev/null 2>&1
mv -f .deps/libxml2_la-list.Tpo .deps/libxml2_la-list.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-parserInternals.lo
-MD -MP -MF .deps/libxml2_la-parserInternals.Tpo -c -o
libxml2_la-parserInternals.lo `test -f 'parserInternals.c' || echo
'./'`parserInternals.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-parserInternals.lo -MD -MP -MF
.deps/libxml2_la-parserInternals.Tpo -c parserInternals.c -fPIC -DPIC -o
.libs/libxml2_la-parserInternals.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-parserInternals.lo -MD -MP -MF
.deps/libxml2_la-parserInternals.Tpo -c parserInternals.c -o
libxml2_la-parserInternals.o >/dev/null 2>&1
mv -f .deps/libxml2_la-parserInternals.Tpo
.deps/libxml2_la-parserInternals.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-parser.lo -MD -MP
-MF .deps/libxml2_la-parser.Tpo -c -o libxml2_la-parser.lo `test -f
'parser.c' || echo './'`parser.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-parser.lo -MD -MP -MF .deps/libxml2_la-parser.Tpo -c
parser.c -fPIC -DPIC -o .libs/libxml2_la-parser.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-parser.lo -MD -MP -MF .deps/libxml2_la-parser.Tpo -c
parser.c -o libxml2_la-parser.o >/dev/null 2>&1
mv -f .deps/libxml2_la-parser.Tpo .deps/libxml2_la-parser.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-pattern.lo -MD -MP
-MF .deps/libxml2_la-pattern.Tpo -c -o libxml2_la-pattern.lo `test -f
'pattern.c' || echo './'`pattern.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-pattern.lo -MD -MP -MF .deps/libxml2_la-pattern.Tpo -c
pattern.c -fPIC -DPIC -o .libs/libxml2_la-pattern.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-pattern.lo -MD -MP -MF .deps/libxml2_la-pattern.Tpo -c
pattern.c -o libxml2_la-pattern.o >/dev/null 2>&1
mv -f .deps/libxml2_la-pattern.Tpo .deps/libxml2_la-pattern.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-relaxng.lo -MD -MP
-MF .deps/libxml2_la-relaxng.Tpo -c -o libxml2_la-relaxng.lo `test -f
'relaxng.c' || echo './'`relaxng.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-relaxng.lo -MD -MP -MF .deps/libxml2_la-relaxng.Tpo -c
relaxng.c -fPIC -DPIC -o .libs/libxml2_la-relaxng.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-relaxng.lo -MD -MP -MF .deps/libxml2_la-relaxng.Tpo -c
relaxng.c -o libxml2_la-relaxng.o >/dev/null 2>&1
mv -f .deps/libxml2_la-relaxng.Tpo .deps/libxml2_la-relaxng.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-tree.lo -MD -MP -MF
.deps/libxml2_la-tree.Tpo -c -o libxml2_la-tree.lo `test -f 'tree.c' ||
echo './'`tree.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-tree.lo -MD -MP -MF .deps/libxml2_la-tree.Tpo -c tree.c
-fPIC -DPIC -o .libs/libxml2_la-tree.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-tree.lo -MD -MP -MF .deps/libxml2_la-tree.Tpo -c tree.c
-o libxml2_la-tree.o >/dev/null 2>&1
mv -f .deps/libxml2_la-tree.Tpo .deps/libxml2_la-tree.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-SAX2.lo -MD -MP -MF
.deps/libxml2_la-SAX2.Tpo -c -o libxml2_la-SAX2.lo `test -f 'SAX2.c' ||
echo './'`SAX2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-SAX2.lo -MD -MP -MF .deps/libxml2_la-SAX2.Tpo -c SAX2.c
-fPIC -DPIC -o .libs/libxml2_la-SAX2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-SAX2.lo -MD -MP -MF .deps/libxml2_la-SAX2.Tpo -c SAX2.c
-o libxml2_la-SAX2.o >/dev/null 2>&1
mv -f .deps/libxml2_la-SAX2.Tpo .deps/libxml2_la-SAX2.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-threads.lo -MD -MP
-MF .deps/libxml2_la-threads.Tpo -c -o libxml2_la-threads.lo `test -f
'threads.c' || echo './'`threads.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-threads.lo -MD -MP -MF .deps/libxml2_la-threads.Tpo -c
threads.c -fPIC -DPIC -o .libs/libxml2_la-threads.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-threads.lo -MD -MP -MF .deps/libxml2_la-threads.Tpo -c
threads.c -o libxml2_la-threads.o >/dev/null 2>&1
mv -f .deps/libxml2_la-threads.Tpo .deps/libxml2_la-threads.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-uri.lo -MD -MP -MF
.deps/libxml2_la-uri.Tpo -c -o libxml2_la-uri.lo `test -f 'uri.c' || echo
'./'`uri.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-uri.lo -MD -MP -MF .deps/libxml2_la-uri.Tpo -c uri.c
-fPIC -DPIC -o .libs/libxml2_la-uri.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-uri.lo -MD -MP -MF .deps/libxml2_la-uri.Tpo -c uri.c -o
libxml2_la-uri.o >/dev/null 2>&1
mv -f .deps/libxml2_la-uri.Tpo .deps/libxml2_la-uri.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-valid.lo -MD -MP -MF
.deps/libxml2_la-valid.Tpo -c -o libxml2_la-valid.lo `test -f 'valid.c' ||
echo './'`valid.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-valid.lo -MD -MP -MF .deps/libxml2_la-valid.Tpo -c
valid.c -fPIC -DPIC -o .libs/libxml2_la-valid.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-valid.lo -MD -MP -MF .deps/libxml2_la-valid.Tpo -c
valid.c -o libxml2_la-valid.o >/dev/null 2>&1
mv -f .deps/libxml2_la-valid.Tpo .deps/libxml2_la-valid.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-xmlIO.lo -MD -MP -MF
.deps/libxml2_la-xmlIO.Tpo -c -o libxml2_la-xmlIO.lo `test -f 'xmlIO.c' ||
echo './'`xmlIO.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlIO.lo -MD -MP -MF .deps/libxml2_la-xmlIO.Tpo -c
xmlIO.c -fPIC -DPIC -o .libs/libxml2_la-xmlIO.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlIO.lo -MD -MP -MF .deps/libxml2_la-xmlIO.Tpo -c
xmlIO.c -o libxml2_la-xmlIO.o >/dev/null 2>&1
mv -f .deps/libxml2_la-xmlIO.Tpo .deps/libxml2_la-xmlIO.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-xmlreader.lo -MD -MP
-MF .deps/libxml2_la-xmlreader.Tpo -c -o libxml2_la-xmlreader.lo `test -f
'xmlreader.c' || echo './'`xmlreader.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlreader.lo -MD -MP -MF .deps/libxml2_la-xmlreader.Tpo
-c xmlreader.c -fPIC -DPIC -o .libs/libxml2_la-xmlreader.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlreader.lo -MD -MP -MF .deps/libxml2_la-xmlreader.Tpo
-c xmlreader.c -o libxml2_la-xmlreader.o >/dev/null 2>&1
mv -f .deps/libxml2_la-xmlreader.Tpo .deps/libxml2_la-xmlreader.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-xmlregexp.lo -MD -MP
-MF .deps/libxml2_la-xmlregexp.Tpo -c -o libxml2_la-xmlregexp.lo `test -f
'xmlregexp.c' || echo './'`xmlregexp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlregexp.lo -MD -MP -MF .deps/libxml2_la-xmlregexp.Tpo
-c xmlregexp.c -fPIC -DPIC -o .libs/libxml2_la-xmlregexp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlregexp.lo -MD -MP -MF .deps/libxml2_la-xmlregexp.Tpo
-c xmlregexp.c -o libxml2_la-xmlregexp.o >/dev/null 2>&1
mv -f .deps/libxml2_la-xmlregexp.Tpo .deps/libxml2_la-xmlregexp.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-xmlsave.lo -MD -MP
-MF .deps/libxml2_la-xmlsave.Tpo -c -o libxml2_la-xmlsave.lo `test -f
'xmlsave.c' || echo './'`xmlsave.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlsave.lo -MD -MP -MF .deps/libxml2_la-xmlsave.Tpo -c
xmlsave.c -fPIC -DPIC -o .libs/libxml2_la-xmlsave.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlsave.lo -MD -MP -MF .deps/libxml2_la-xmlsave.Tpo -c
xmlsave.c -o libxml2_la-xmlsave.o >/dev/null 2>&1
mv -f .deps/libxml2_la-xmlsave.Tpo .deps/libxml2_la-xmlsave.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-xmlstring.lo -MD -MP
-MF .deps/libxml2_la-xmlstring.Tpo -c -o libxml2_la-xmlstring.lo `test -f
'xmlstring.c' || echo './'`xmlstring.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlstring.lo -MD -MP -MF .deps/libxml2_la-xmlstring.Tpo
-c xmlstring.c -fPIC -DPIC -o .libs/libxml2_la-xmlstring.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlstring.lo -MD -MP -MF .deps/libxml2_la-xmlstring.Tpo
-c xmlstring.c -o libxml2_la-xmlstring.o >/dev/null 2>&1
mv -f .deps/libxml2_la-xmlstring.Tpo .deps/libxml2_la-xmlstring.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-xmlschemas.lo -MD
-MP -MF .deps/libxml2_la-xmlschemas.Tpo -c -o libxml2_la-xmlschemas.lo
`test -f 'xmlschemas.c' || echo './'`xmlschemas.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlschemas.lo -MD -MP -MF
.deps/libxml2_la-xmlschemas.Tpo -c xmlschemas.c -fPIC -DPIC -o
.libs/libxml2_la-xmlschemas.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlschemas.lo -MD -MP -MF
.deps/libxml2_la-xmlschemas.Tpo -c xmlschemas.c -o libxml2_la-xmlschemas.o
>/dev/null 2>&1
mv -f .deps/libxml2_la-xmlschemas.Tpo .deps/libxml2_la-xmlschemas.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-xmlschemastypes.lo
-MD -MP -MF .deps/libxml2_la-xmlschemastypes.Tpo -c -o
libxml2_la-xmlschemastypes.lo `test -f 'xmlschemastypes.c' || echo
'./'`xmlschemastypes.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlschemastypes.lo -MD -MP -MF
.deps/libxml2_la-xmlschemastypes.Tpo -c xmlschemastypes.c -fPIC -DPIC -o
.libs/libxml2_la-xmlschemastypes.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlschemastypes.lo -MD -MP -MF
.deps/libxml2_la-xmlschemastypes.Tpo -c xmlschemastypes.c -o
libxml2_la-xmlschemastypes.o >/dev/null 2>&1
mv -f .deps/libxml2_la-xmlschemastypes.Tpo
.deps/libxml2_la-xmlschemastypes.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-xmlunicode.lo -MD
-MP -MF .deps/libxml2_la-xmlunicode.Tpo -c -o libxml2_la-xmlunicode.lo
`test -f 'xmlunicode.c' || echo './'`xmlunicode.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlunicode.lo -MD -MP -MF
.deps/libxml2_la-xmlunicode.Tpo -c xmlunicode.c -fPIC -DPIC -o
.libs/libxml2_la-xmlunicode.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlunicode.lo -MD -MP -MF
.deps/libxml2_la-xmlunicode.Tpo -c xmlunicode.c -o libxml2_la-xmlunicode.o
>/dev/null 2>&1
mv -f .deps/libxml2_la-xmlunicode.Tpo .deps/libxml2_la-xmlunicode.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-xmlwriter.lo -MD -MP
-MF .deps/libxml2_la-xmlwriter.Tpo -c -o libxml2_la-xmlwriter.lo `test -f
'xmlwriter.c' || echo './'`xmlwriter.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlwriter.lo -MD -MP -MF .deps/libxml2_la-xmlwriter.Tpo
-c xmlwriter.c -fPIC -DPIC -o .libs/libxml2_la-xmlwriter.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlwriter.lo -MD -MP -MF .deps/libxml2_la-xmlwriter.Tpo
-c xmlwriter.c -o libxml2_la-xmlwriter.o >/dev/null 2>&1
mv -f .deps/libxml2_la-xmlwriter.Tpo .deps/libxml2_la-xmlwriter.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-xmlmemory.lo -MD -MP
-MF .deps/libxml2_la-xmlmemory.Tpo -c -o libxml2_la-xmlmemory.lo `test -f
'xmlmemory.c' || echo './'`xmlmemory.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlmemory.lo -MD -MP -MF .deps/libxml2_la-xmlmemory.Tpo
-c xmlmemory.c -fPIC -DPIC -o .libs/libxml2_la-xmlmemory.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xmlmemory.lo -MD -MP -MF .deps/libxml2_la-xmlmemory.Tpo
-c xmlmemory.c -o libxml2_la-xmlmemory.o >/dev/null 2>&1
mv -f .deps/libxml2_la-xmlmemory.Tpo .deps/libxml2_la-xmlmemory.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I. -I./include -w -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxml2_la-xpath.lo -MD -MP -MF
.deps/libxml2_la-xpath.Tpo -c -o libxml2_la-xpath.lo `test -f 'xpath.c' ||
echo './'`xpath.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xpath.lo -MD -MP -MF .deps/libxml2_la-xpath.Tpo -c
xpath.c -fPIC -DPIC -o .libs/libxml2_la-xpath.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./include -w
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT libxml2_la-xpath.lo -MD -MP -MF .deps/libxml2_la-xpath.Tpo -c
xpath.c -o libxml2_la-xpath.o >/dev/null 2>&1
mv -f .deps/libxml2_la-xpath.Tpo .deps/libxml2_la-xpath.Plo
/bin/bash ../../libtool --tag=CC --mode=link gcc -w -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
libxml2.la libxml2_la-chvalid.lo libxml2_la-debugXML.lo libxml2_la-dict.lo
libxml2_la-encoding.lo libxml2_la-entities.lo libxml2_la-error.lo
libxml2_la-globals.lo libxml2_la-hash.lo libxml2_la-HTMLparser.lo
libxml2_la-HTMLtree.lo libxml2_la-list.lo libxml2_la-parserInternals.lo
libxml2_la-parser.lo libxml2_la-pattern.lo libxml2_la-relaxng.lo
libxml2_la-tree.lo libxml2_la-SAX2.lo libxml2_la-threads.lo
libxml2_la-uri.lo libxml2_la-valid.lo libxml2_la-xmlIO.lo
libxml2_la-xmlreader.lo libxml2_la-xmlregexp.lo libxml2_la-xmlsave.lo
libxml2_la-xmlstring.lo libxml2_la-xmlschemas.lo
libxml2_la-xmlschemastypes.lo libxml2_la-xmlunicode.lo
libxml2_la-xmlwriter.lo libxml2_la-xmlmemory.lo libxml2_la-xpath.lo -lmpi
-lz -lm
libtool: link: ar cru .libs/libxml2.a .libs/libxml2_la-chvalid.o
.libs/libxml2_la-debugXML.o .libs/libxml2_la-dict.o
.libs/libxml2_la-encoding.o .libs/libxml2_la-entities.o
.libs/libxml2_la-error.o .libs/libxml2_la-globals.o .libs/libxml2_la-hash.o
.libs/libxml2_la-HTMLparser.o .libs/libxml2_la-HTMLtree.o
.libs/libxml2_la-list.o .libs/libxml2_la-parserInternals.o
.libs/libxml2_la-parser.o .libs/libxml2_la-pattern.o
.libs/libxml2_la-relaxng.o .libs/libxml2_la-tree.o .libs/libxml2_la-SAX2.o
.libs/libxml2_la-threads.o .libs/libxml2_la-uri.o .libs/libxml2_la-valid.o
.libs/libxml2_la-xmlIO.o .libs/libxml2_la-xmlreader.o
.libs/libxml2_la-xmlregexp.o .libs/libxml2_la-xmlsave.o
.libs/libxml2_la-xmlstring.o .libs/libxml2_la-xmlschemas.o
.libs/libxml2_la-xmlschemastypes.o .libs/libxml2_la-xmlunicode.o
.libs/libxml2_la-xmlwriter.o .libs/libxml2_la-xmlmemory.o
.libs/libxml2_la-xpath.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libxml2.a
libtool: link: ( cd ".libs" && rm -f "libxml2.la" && ln -s "../libxml2.la"
"libxml2.la" )
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/libxml2'
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/libxml2'
Making all in libxslt
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/libxslt'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-attributes.lo -MD -MP -MF .deps/libxslt_la-attributes.Tpo -c -o
libxslt_la-attributes.lo `test -f 'attributes.c' || echo './'`attributes.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-attributes.lo -MD -MP -MF .deps/libxslt_la-attributes.Tpo -c
attributes.c -fPIC -DPIC -o .libs/libxslt_la-attributes.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-attributes.lo -MD -MP -MF .deps/libxslt_la-attributes.Tpo -c
attributes.c -o libxslt_la-attributes.o >/dev/null 2>&1
mv -f .deps/libxslt_la-attributes.Tpo .deps/libxslt_la-attributes.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-attrvt.lo -MD -MP -MF .deps/libxslt_la-attrvt.Tpo -c -o
libxslt_la-attrvt.lo `test -f 'attrvt.c' || echo './'`attrvt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-attrvt.lo
-MD -MP -MF .deps/libxslt_la-attrvt.Tpo -c attrvt.c -fPIC -DPIC -o
.libs/libxslt_la-attrvt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-attrvt.lo
-MD -MP -MF .deps/libxslt_la-attrvt.Tpo -c attrvt.c -o libxslt_la-attrvt.o
>/dev/null 2>&1
mv -f .deps/libxslt_la-attrvt.Tpo .deps/libxslt_la-attrvt.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-documents.lo -MD -MP -MF .deps/libxslt_la-documents.Tpo -c -o
libxslt_la-documents.lo `test -f 'documents.c' || echo './'`documents.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-documents.lo -MD -MP -MF .deps/libxslt_la-documents.Tpo -c
documents.c -fPIC -DPIC -o .libs/libxslt_la-documents.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-documents.lo -MD -MP -MF .deps/libxslt_la-documents.Tpo -c
documents.c -o libxslt_la-documents.o >/dev/null 2>&1
mv -f .deps/libxslt_la-documents.Tpo .deps/libxslt_la-documents.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-extensions.lo -MD -MP -MF .deps/libxslt_la-extensions.Tpo -c -o
libxslt_la-extensions.lo `test -f 'extensions.c' || echo './'`extensions.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-extensions.lo -MD -MP -MF .deps/libxslt_la-extensions.Tpo -c
extensions.c -fPIC -DPIC -o .libs/libxslt_la-extensions.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-extensions.lo -MD -MP -MF .deps/libxslt_la-extensions.Tpo -c
extensions.c -o libxslt_la-extensions.o >/dev/null 2>&1
mv -f .deps/libxslt_la-extensions.Tpo .deps/libxslt_la-extensions.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-extra.lo -MD -MP -MF .deps/libxslt_la-extra.Tpo -c -o
libxslt_la-extra.lo `test -f 'extra.c' || echo './'`extra.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-extra.lo
-MD -MP -MF .deps/libxslt_la-extra.Tpo -c extra.c -fPIC -DPIC -o
.libs/libxslt_la-extra.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-extra.lo
-MD -MP -MF .deps/libxslt_la-extra.Tpo -c extra.c -o libxslt_la-extra.o
>/dev/null 2>&1
mv -f .deps/libxslt_la-extra.Tpo .deps/libxslt_la-extra.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-functions.lo -MD -MP -MF .deps/libxslt_la-functions.Tpo -c -o
libxslt_la-functions.lo `test -f 'functions.c' || echo './'`functions.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-functions.lo -MD -MP -MF .deps/libxslt_la-functions.Tpo -c
functions.c -fPIC -DPIC -o .libs/libxslt_la-functions.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-functions.lo -MD -MP -MF .deps/libxslt_la-functions.Tpo -c
functions.c -o libxslt_la-functions.o >/dev/null 2>&1
mv -f .deps/libxslt_la-functions.Tpo .deps/libxslt_la-functions.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-imports.lo -MD -MP -MF .deps/libxslt_la-imports.Tpo -c -o
libxslt_la-imports.lo `test -f 'imports.c' || echo './'`imports.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-imports.lo
-MD -MP -MF .deps/libxslt_la-imports.Tpo -c imports.c -fPIC -DPIC -o
.libs/libxslt_la-imports.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-imports.lo
-MD -MP -MF .deps/libxslt_la-imports.Tpo -c imports.c -o
libxslt_la-imports.o >/dev/null 2>&1
mv -f .deps/libxslt_la-imports.Tpo .deps/libxslt_la-imports.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-keys.lo -MD -MP -MF .deps/libxslt_la-keys.Tpo -c -o
libxslt_la-keys.lo `test -f 'keys.c' || echo './'`keys.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-keys.lo
-MD -MP -MF .deps/libxslt_la-keys.Tpo -c keys.c -fPIC -DPIC -o
.libs/libxslt_la-keys.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-keys.lo
-MD -MP -MF .deps/libxslt_la-keys.Tpo -c keys.c -o libxslt_la-keys.o
>/dev/null 2>&1
mv -f .deps/libxslt_la-keys.Tpo .deps/libxslt_la-keys.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-numbers.lo -MD -MP -MF .deps/libxslt_la-numbers.Tpo -c -o
libxslt_la-numbers.lo `test -f 'numbers.c' || echo './'`numbers.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-numbers.lo
-MD -MP -MF .deps/libxslt_la-numbers.Tpo -c numbers.c -fPIC -DPIC -o
.libs/libxslt_la-numbers.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-numbers.lo
-MD -MP -MF .deps/libxslt_la-numbers.Tpo -c numbers.c -o
libxslt_la-numbers.o >/dev/null 2>&1
mv -f .deps/libxslt_la-numbers.Tpo .deps/libxslt_la-numbers.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-namespaces.lo -MD -MP -MF .deps/libxslt_la-namespaces.Tpo -c -o
libxslt_la-namespaces.lo `test -f 'namespaces.c' || echo './'`namespaces.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-namespaces.lo -MD -MP -MF .deps/libxslt_la-namespaces.Tpo -c
namespaces.c -fPIC -DPIC -o .libs/libxslt_la-namespaces.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-namespaces.lo -MD -MP -MF .deps/libxslt_la-namespaces.Tpo -c
namespaces.c -o libxslt_la-namespaces.o >/dev/null 2>&1
mv -f .deps/libxslt_la-namespaces.Tpo .deps/libxslt_la-namespaces.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-pattern.lo -MD -MP -MF .deps/libxslt_la-pattern.Tpo -c -o
libxslt_la-pattern.lo `test -f 'pattern.c' || echo './'`pattern.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-pattern.lo
-MD -MP -MF .deps/libxslt_la-pattern.Tpo -c pattern.c -fPIC -DPIC -o
.libs/libxslt_la-pattern.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-pattern.lo
-MD -MP -MF .deps/libxslt_la-pattern.Tpo -c pattern.c -o
libxslt_la-pattern.o >/dev/null 2>&1
mv -f .deps/libxslt_la-pattern.Tpo .deps/libxslt_la-pattern.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-preproc.lo -MD -MP -MF .deps/libxslt_la-preproc.Tpo -c -o
libxslt_la-preproc.lo `test -f 'preproc.c' || echo './'`preproc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-preproc.lo
-MD -MP -MF .deps/libxslt_la-preproc.Tpo -c preproc.c -fPIC -DPIC -o
.libs/libxslt_la-preproc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-preproc.lo
-MD -MP -MF .deps/libxslt_la-preproc.Tpo -c preproc.c -o
libxslt_la-preproc.o >/dev/null 2>&1
mv -f .deps/libxslt_la-preproc.Tpo .deps/libxslt_la-preproc.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-security.lo -MD -MP -MF .deps/libxslt_la-security.Tpo -c -o
libxslt_la-security.lo `test -f 'security.c' || echo './'`security.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-security.lo -MD -MP -MF .deps/libxslt_la-security.Tpo -c
security.c -fPIC -DPIC -o .libs/libxslt_la-security.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-security.lo -MD -MP -MF .deps/libxslt_la-security.Tpo -c
security.c -o libxslt_la-security.o >/dev/null 2>&1
mv -f .deps/libxslt_la-security.Tpo .deps/libxslt_la-security.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-templates.lo -MD -MP -MF .deps/libxslt_la-templates.Tpo -c -o
libxslt_la-templates.lo `test -f 'templates.c' || echo './'`templates.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-templates.lo -MD -MP -MF .deps/libxslt_la-templates.Tpo -c
templates.c -fPIC -DPIC -o .libs/libxslt_la-templates.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-templates.lo -MD -MP -MF .deps/libxslt_la-templates.Tpo -c
templates.c -o libxslt_la-templates.o >/dev/null 2>&1
mv -f .deps/libxslt_la-templates.Tpo .deps/libxslt_la-templates.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-transform.lo -MD -MP -MF .deps/libxslt_la-transform.Tpo -c -o
libxslt_la-transform.lo `test -f 'transform.c' || echo './'`transform.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-transform.lo -MD -MP -MF .deps/libxslt_la-transform.Tpo -c
transform.c -fPIC -DPIC -o .libs/libxslt_la-transform.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-transform.lo -MD -MP -MF .deps/libxslt_la-transform.Tpo -c
transform.c -o libxslt_la-transform.o >/dev/null 2>&1
mv -f .deps/libxslt_la-transform.Tpo .deps/libxslt_la-transform.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-variables.lo -MD -MP -MF .deps/libxslt_la-variables.Tpo -c -o
libxslt_la-variables.lo `test -f 'variables.c' || echo './'`variables.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-variables.lo -MD -MP -MF .deps/libxslt_la-variables.Tpo -c
variables.c -fPIC -DPIC -o .libs/libxslt_la-variables.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-variables.lo -MD -MP -MF .deps/libxslt_la-variables.Tpo -c
variables.c -o libxslt_la-variables.o >/dev/null 2>&1
mv -f .deps/libxslt_la-variables.Tpo .deps/libxslt_la-variables.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-xslt.lo -MD -MP -MF .deps/libxslt_la-xslt.Tpo -c -o
libxslt_la-xslt.lo `test -f 'xslt.c' || echo './'`xslt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-xslt.lo
-MD -MP -MF .deps/libxslt_la-xslt.Tpo -c xslt.c -fPIC -DPIC -o
.libs/libxslt_la-xslt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libxslt_la-xslt.lo
-MD -MP -MF .deps/libxslt_la-xslt.Tpo -c xslt.c -o libxslt_la-xslt.o
>/dev/null 2>&1
mv -f .deps/libxslt_la-xslt.Tpo .deps/libxslt_la-xslt.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-xsltlocale.lo -MD -MP -MF .deps/libxslt_la-xsltlocale.Tpo -c -o
libxslt_la-xsltlocale.lo `test -f 'xsltlocale.c' || echo './'`xsltlocale.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-xsltlocale.lo -MD -MP -MF .deps/libxslt_la-xsltlocale.Tpo -c
xsltlocale.c -fPIC -DPIC -o .libs/libxslt_la-xsltlocale.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-xsltlocale.lo -MD -MP -MF .deps/libxslt_la-xsltlocale.Tpo -c
xsltlocale.c -o libxslt_la-xsltlocale.o >/dev/null 2>&1
mv -f .deps/libxslt_la-xsltlocale.Tpo .deps/libxslt_la-xsltlocale.Plo
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../src/libxml2/include -I../../src -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-xsltutils.lo -MD -MP -MF .deps/libxslt_la-xsltutils.Tpo -c -o
libxslt_la-xsltutils.lo `test -f 'xsltutils.c' || echo './'`xsltutils.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-xsltutils.lo -MD -MP -MF .deps/libxslt_la-xsltutils.Tpo -c
xsltutils.c -fPIC -DPIC -o .libs/libxslt_la-xsltutils.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../..
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libxslt_la-xsltutils.lo -MD -MP -MF .deps/libxslt_la-xsltutils.Tpo -c
xsltutils.c -o libxslt_la-xsltutils.o >/dev/null 2>&1
mv -f .deps/libxslt_la-xsltutils.Tpo .deps/libxslt_la-xsltutils.Plo
/bin/bash ../../libtool --tag=CC --mode=link gcc
-I../../src/libxml2/include -I../../src -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o libxslt.la
libxslt_la-attributes.lo libxslt_la-attrvt.lo libxslt_la-documents.lo
libxslt_la-extensions.lo libxslt_la-extra.lo libxslt_la-functions.lo
libxslt_la-imports.lo libxslt_la-keys.lo libxslt_la-numbers.lo
libxslt_la-namespaces.lo libxslt_la-pattern.lo libxslt_la-preproc.lo
libxslt_la-security.lo libxslt_la-templates.lo libxslt_la-transform.lo
libxslt_la-variables.lo libxslt_la-xslt.lo libxslt_la-xsltlocale.lo
libxslt_la-xsltutils.lo ../../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: (cd .libs/libxslt.lax/libxml2.a && ar x
"/home/yifeng/bin/meme-5.3.2/src/libxslt/../../src/libxml2/.libs/libxml2.a")
libtool: link: ar cru .libs/libxslt.a .libs/libxslt_la-attributes.o
.libs/libxslt_la-attrvt.o .libs/libxslt_la-documents.o
.libs/libxslt_la-extensions.o .libs/libxslt_la-extra.o
.libs/libxslt_la-functions.o .libs/libxslt_la-imports.o
.libs/libxslt_la-keys.o .libs/libxslt_la-numbers.o
.libs/libxslt_la-namespaces.o .libs/libxslt_la-pattern.o
.libs/libxslt_la-preproc.o .libs/libxslt_la-security.o
.libs/libxslt_la-templates.o .libs/libxslt_la-transform.o
.libs/libxslt_la-variables.o .libs/libxslt_la-xslt.o
.libs/libxslt_la-xsltlocale.o .libs/libxslt_la-xsltutils.o
.libs/libxslt.lax/libxml2.a/libxml2_la-HTMLparser.o
.libs/libxslt.lax/libxml2.a/libxml2_la-HTMLtree.o
.libs/libxslt.lax/libxml2.a/libxml2_la-SAX2.o
.libs/libxslt.lax/libxml2.a/libxml2_la-chvalid.o
.libs/libxslt.lax/libxml2.a/libxml2_la-debugXML.o
.libs/libxslt.lax/libxml2.a/libxml2_la-dict.o
.libs/libxslt.lax/libxml2.a/libxml2_la-encoding.o
.libs/libxslt.lax/libxml2.a/libxml2_la-entities.o
.libs/libxslt.lax/libxml2.a/libxml2_la-error.o
.libs/libxslt.lax/libxml2.a/libxml2_la-globals.o
.libs/libxslt.lax/libxml2.a/libxml2_la-hash.o
.libs/libxslt.lax/libxml2.a/libxml2_la-list.o
.libs/libxslt.lax/libxml2.a/libxml2_la-parser.o
.libs/libxslt.lax/libxml2.a/libxml2_la-parserInternals.o
.libs/libxslt.lax/libxml2.a/libxml2_la-pattern.o
.libs/libxslt.lax/libxml2.a/libxml2_la-relaxng.o
.libs/libxslt.lax/libxml2.a/libxml2_la-threads.o
.libs/libxslt.lax/libxml2.a/libxml2_la-tree.o
.libs/libxslt.lax/libxml2.a/libxml2_la-uri.o
.libs/libxslt.lax/libxml2.a/libxml2_la-valid.o
.libs/libxslt.lax/libxml2.a/libxml2_la-xmlIO.o
.libs/libxslt.lax/libxml2.a/libxml2_la-xmlmemory.o
.libs/libxslt.lax/libxml2.a/libxml2_la-xmlreader.o
.libs/libxslt.lax/libxml2.a/libxml2_la-xmlregexp.o
.libs/libxslt.lax/libxml2.a/libxml2_la-xmlsave.o
.libs/libxslt.lax/libxml2.a/libxml2_la-xmlschemas.o
.libs/libxslt.lax/libxml2.a/libxml2_la-xmlschemastypes.o
.libs/libxslt.lax/libxml2.a/libxml2_la-xmlstring.o
.libs/libxslt.lax/libxml2.a/libxml2_la-xmlunicode.o
.libs/libxslt.lax/libxml2.a/libxml2_la-xmlwriter.o
.libs/libxslt.lax/libxml2.a/libxml2_la-xpath.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libxslt.a
libtool: link: rm -fr .libs/libxslt.lax
libtool: link: ( cd ".libs" && rm -f "libxslt.la" && ln -s "../libxslt.la"
"libxslt.la" )
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/libxslt'
Making all in .
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/src'
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
ame-ame.o -MD -MP -MF .deps/ame-ame.Tpo -c -o ame-ame.o `test -f 'ame.c' ||
echo './'`ame.c
mv -f .deps/ame-ame.Tpo .deps/ame-ame.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
ame-ramen_scan.o -MD -MP -MF .deps/ame-ramen_scan.Tpo -c -o
ame-ramen_scan.o `test -f 'ramen_scan.c' || echo './'`ramen_scan.c
mv -f .deps/ame-ramen_scan.Tpo .deps/ame-ramen_scan.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
ame-fisher_exact.o -MD -MP -MF .deps/ame-fisher_exact.Tpo -c -o
ame-fisher_exact.o `test -f 'fisher_exact.c' || echo './'`fisher_exact.c
mv -f .deps/ame-fisher_exact.Tpo .deps/ame-fisher_exact.Po
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-alignment.lo -MD -MP -MF
.deps/libcommon_la-alignment.Tpo -c -o libcommon_la-alignment.lo `test -f
'alignment.c' || echo './'`alignment.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-alignment.lo -MD -MP -MF .deps/libcommon_la-alignment.Tpo -c
alignment.c -fPIC -DPIC -o .libs/libcommon_la-alignment.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-alignment.lo -MD -MP -MF .deps/libcommon_la-alignment.Tpo -c
alignment.c -o libcommon_la-alignment.o >/dev/null 2>&1
mv -f .deps/libcommon_la-alignment.Tpo .deps/libcommon_la-alignment.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-alph-in.lo -MD -MP -MF
.deps/libcommon_la-alph-in.Tpo -c -o libcommon_la-alph-in.lo `test -f
'alph-in.c' || echo './'`alph-in.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-alph-in.lo -MD -MP -MF .deps/libcommon_la-alph-in.Tpo -c
alph-in.c -fPIC -DPIC -o .libs/libcommon_la-alph-in.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-alph-in.lo -MD -MP -MF .deps/libcommon_la-alph-in.Tpo -c
alph-in.c -o libcommon_la-alph-in.o >/dev/null 2>&1
mv -f .deps/libcommon_la-alph-in.Tpo .deps/libcommon_la-alph-in.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-alphabet.lo -MD -MP -MF
.deps/libcommon_la-alphabet.Tpo -c -o libcommon_la-alphabet.lo `test -f
'alphabet.c' || echo './'`alphabet.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-alphabet.lo -MD -MP -MF .deps/libcommon_la-alphabet.Tpo -c
alphabet.c -fPIC -DPIC -o .libs/libcommon_la-alphabet.o
alphabet.c: In function ‘alph_print_json’:
alphabet.c:628:28: warning: ‘%06X’ directive output may be truncated
writing between 6 and 8 bytes into a region of size 7 [-Wformat-truncation=]
628 | snprintf(colour, 7, "%06X", alph_colour(alph, i));
| ^~~~
alphabet.c:628:27: note: directive argument in the range [1, 4294967295]
628 | snprintf(colour, 7, "%06X", alph_colour(alph, i));
| ^~~~~~
In file included from /usr/include/stdio.h:862,
from array.h:12,
from alphabet.h:12,
from alphabet.c:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note:
‘__builtin___snprintf_chk’ output between 7 and 9 bytes into a destination
of size 7
64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL -
1,
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-alphabet.lo -MD -MP -MF .deps/libcommon_la-alphabet.Tpo -c
alphabet.c -o libcommon_la-alphabet.o >/dev/null 2>&1
mv -f .deps/libcommon_la-alphabet.Tpo .deps/libcommon_la-alphabet.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-array.lo -MD -MP -MF
.deps/libcommon_la-array.Tpo -c -o libcommon_la-array.lo `test -f 'array.c'
|| echo './'`array.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-array.lo
-MD -MP -MF .deps/libcommon_la-array.Tpo -c array.c -fPIC -DPIC -o
.libs/libcommon_la-array.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-array.lo
-MD -MP -MF .deps/libcommon_la-array.Tpo -c array.c -o libcommon_la-array.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-array.Tpo .deps/libcommon_la-array.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-array-list.lo -MD -MP -MF
.deps/libcommon_la-array-list.Tpo -c -o libcommon_la-array-list.lo `test -f
'array-list.c' || echo './'`array-list.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-array-list.lo -MD -MP -MF .deps/libcommon_la-array-list.Tpo -c
array-list.c -fPIC -DPIC -o .libs/libcommon_la-array-list.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-array-list.lo -MD -MP -MF .deps/libcommon_la-array-list.Tpo -c
array-list.c -o libcommon_la-array-list.o >/dev/null 2>&1
mv -f .deps/libcommon_la-array-list.Tpo .deps/libcommon_la-array-list.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-bates.lo -MD -MP -MF
.deps/libcommon_la-bates.Tpo -c -o libcommon_la-bates.lo `test -f 'bates.c'
|| echo './'`bates.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-bates.lo
-MD -MP -MF .deps/libcommon_la-bates.Tpo -c bates.c -fPIC -DPIC -o
.libs/libcommon_la-bates.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-bates.lo
-MD -MP -MF .deps/libcommon_la-bates.Tpo -c bates.c -o libcommon_la-bates.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-bates.Tpo .deps/libcommon_la-bates.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-bed.lo -MD -MP -MF
.deps/libcommon_la-bed.Tpo -c -o libcommon_la-bed.lo `test -f 'bed.c' ||
echo './'`bed.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-bed.lo
-MD -MP -MF .deps/libcommon_la-bed.Tpo -c bed.c -fPIC -DPIC -o
.libs/libcommon_la-bed.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-bed.lo
-MD -MP -MF .deps/libcommon_la-bed.Tpo -c bed.c -o libcommon_la-bed.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-bed.Tpo .deps/libcommon_la-bed.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-bed-io.lo -MD -MP -MF
.deps/libcommon_la-bed-io.Tpo -c -o libcommon_la-bed-io.lo `test -f
'bed-io.c' || echo './'`bed-io.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-bed-io.lo -MD -MP -MF .deps/libcommon_la-bed-io.Tpo -c
bed-io.c -fPIC -DPIC -o .libs/libcommon_la-bed-io.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-bed-io.lo -MD -MP -MF .deps/libcommon_la-bed-io.Tpo -c
bed-io.c -o libcommon_la-bed-io.o >/dev/null 2>&1
mv -f .deps/libcommon_la-bed-io.Tpo .deps/libcommon_la-bed-io.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-binary-search.lo -MD -MP
-MF .deps/libcommon_la-binary-search.Tpo -c -o
libcommon_la-binary-search.lo `test -f 'binary-search.c' || echo
'./'`binary-search.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-binary-search.lo -MD -MP -MF
.deps/libcommon_la-binary-search.Tpo -c binary-search.c -fPIC -DPIC -o
.libs/libcommon_la-binary-search.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-binary-search.lo -MD -MP -MF
.deps/libcommon_la-binary-search.Tpo -c binary-search.c -o
libcommon_la-binary-search.o >/dev/null 2>&1
mv -f .deps/libcommon_la-binary-search.Tpo
.deps/libcommon_la-binary-search.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-binomial.lo -MD -MP -MF
.deps/libcommon_la-binomial.Tpo -c -o libcommon_la-binomial.lo `test -f
'binomial.c' || echo './'`binomial.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-binomial.lo -MD -MP -MF .deps/libcommon_la-binomial.Tpo -c
binomial.c -fPIC -DPIC -o .libs/libcommon_la-binomial.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-binomial.lo -MD -MP -MF .deps/libcommon_la-binomial.Tpo -c
binomial.c -o libcommon_la-binomial.o >/dev/null 2>&1
mv -f .deps/libcommon_la-binomial.Tpo .deps/libcommon_la-binomial.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-build-hmm.lo -MD -MP -MF
.deps/libcommon_la-build-hmm.Tpo -c -o libcommon_la-build-hmm.lo `test -f
'build-hmm.c' || echo './'`build-hmm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-build-hmm.lo -MD -MP -MF .deps/libcommon_la-build-hmm.Tpo -c
build-hmm.c -fPIC -DPIC -o .libs/libcommon_la-build-hmm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-build-hmm.lo -MD -MP -MF .deps/libcommon_la-build-hmm.Tpo -c
build-hmm.c -o libcommon_la-build-hmm.o >/dev/null 2>&1
mv -f .deps/libcommon_la-build-hmm.Tpo .deps/libcommon_la-build-hmm.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-buffer.lo -MD -MP -MF
.deps/libcommon_la-buffer.Tpo -c -o libcommon_la-buffer.lo `test -f
'buffer.c' || echo './'`buffer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-buffer.lo -MD -MP -MF .deps/libcommon_la-buffer.Tpo -c
buffer.c -fPIC -DPIC -o .libs/libcommon_la-buffer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-buffer.lo -MD -MP -MF .deps/libcommon_la-buffer.Tpo -c
buffer.c -o libcommon_la-buffer.o >/dev/null 2>&1
mv -f .deps/libcommon_la-buffer.Tpo .deps/libcommon_la-buffer.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-ceqlogo.lo -MD -MP -MF
.deps/libcommon_la-ceqlogo.Tpo -c -o libcommon_la-ceqlogo.lo `test -f
'ceqlogo.c' || echo './'`ceqlogo.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-ceqlogo.lo -MD -MP -MF .deps/libcommon_la-ceqlogo.Tpo -c
ceqlogo.c -fPIC -DPIC -o .libs/libcommon_la-ceqlogo.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-ceqlogo.lo -MD -MP -MF .deps/libcommon_la-ceqlogo.Tpo -c
ceqlogo.c -o libcommon_la-ceqlogo.o >/dev/null 2>&1
mv -f .deps/libcommon_la-ceqlogo.Tpo .deps/libcommon_la-ceqlogo.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-cisml.lo -MD -MP -MF
.deps/libcommon_la-cisml.Tpo -c -o libcommon_la-cisml.lo `test -f 'cisml.c'
|| echo './'`cisml.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-cisml.lo
-MD -MP -MF .deps/libcommon_la-cisml.Tpo -c cisml.c -fPIC -DPIC -o
.libs/libcommon_la-cisml.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-cisml.lo
-MD -MP -MF .deps/libcommon_la-cisml.Tpo -c cisml.c -o libcommon_la-cisml.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-cisml.Tpo .deps/libcommon_la-cisml.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-cisml-sax.lo -MD -MP -MF
.deps/libcommon_la-cisml-sax.Tpo -c -o libcommon_la-cisml-sax.lo `test -f
'cisml-sax.c' || echo './'`cisml-sax.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-cisml-sax.lo -MD -MP -MF .deps/libcommon_la-cisml-sax.Tpo -c
cisml-sax.c -fPIC -DPIC -o .libs/libcommon_la-cisml-sax.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-cisml-sax.lo -MD -MP -MF .deps/libcommon_la-cisml-sax.Tpo -c
cisml-sax.c -o libcommon_la-cisml-sax.o >/dev/null 2>&1
mv -f .deps/libcommon_la-cisml-sax.Tpo .deps/libcommon_la-cisml-sax.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-clustalw-io.lo -MD -MP
-MF .deps/libcommon_la-clustalw-io.Tpo -c -o libcommon_la-clustalw-io.lo
`test -f 'clustalw-io.c' || echo './'`clustalw-io.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-clustalw-io.lo -MD -MP -MF .deps/libcommon_la-clustalw-io.Tpo
-c clustalw-io.c -fPIC -DPIC -o .libs/libcommon_la-clustalw-io.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-clustalw-io.lo -MD -MP -MF .deps/libcommon_la-clustalw-io.Tpo
-c clustalw-io.c -o libcommon_la-clustalw-io.o >/dev/null 2>&1
mv -f .deps/libcommon_la-clustalw-io.Tpo .deps/libcommon_la-clustalw-io.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-dp.lo -MD -MP -MF
.deps/libcommon_la-dp.Tpo -c -o libcommon_la-dp.lo `test -f 'dp.c' || echo
'./'`dp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-dp.lo
-MD -MP -MF .deps/libcommon_la-dp.Tpo -c dp.c -fPIC -DPIC -o
.libs/libcommon_la-dp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-dp.lo
-MD -MP -MF .deps/libcommon_la-dp.Tpo -c dp.c -o libcommon_la-dp.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-dp.Tpo .deps/libcommon_la-dp.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-dreme-sax.lo -MD -MP -MF
.deps/libcommon_la-dreme-sax.Tpo -c -o libcommon_la-dreme-sax.lo `test -f
'dreme-sax.c' || echo './'`dreme-sax.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-dreme-sax.lo -MD -MP -MF .deps/libcommon_la-dreme-sax.Tpo -c
dreme-sax.c -fPIC -DPIC -o .libs/libcommon_la-dreme-sax.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-dreme-sax.lo -MD -MP -MF .deps/libcommon_la-dreme-sax.Tpo -c
dreme-sax.c -o libcommon_la-dreme-sax.o >/dev/null 2>&1
mv -f .deps/libcommon_la-dreme-sax.Tpo .deps/libcommon_la-dreme-sax.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-eps2png.lo -MD -MP -MF
.deps/libcommon_la-eps2png.Tpo -c -o libcommon_la-eps2png.lo `test -f
'eps2png.c' || echo './'`eps2png.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-eps2png.lo -MD -MP -MF .deps/libcommon_la-eps2png.Tpo -c
eps2png.c -fPIC -DPIC -o .libs/libcommon_la-eps2png.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-eps2png.lo -MD -MP -MF .deps/libcommon_la-eps2png.Tpo -c
eps2png.c -o libcommon_la-eps2png.o >/dev/null 2>&1
mv -f .deps/libcommon_la-eps2png.Tpo .deps/libcommon_la-eps2png.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-empirical-qvalue.lo -MD
-MP -MF .deps/libcommon_la-empirical-qvalue.Tpo -c -o
libcommon_la-empirical-qvalue.lo `test -f 'empirical-qvalue.c' || echo
'./'`empirical-qvalue.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-empirical-qvalue.lo -MD -MP -MF
.deps/libcommon_la-empirical-qvalue.Tpo -c empirical-qvalue.c -fPIC -DPIC
-o .libs/libcommon_la-empirical-qvalue.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-empirical-qvalue.lo -MD -MP -MF
.deps/libcommon_la-empirical-qvalue.Tpo -c empirical-qvalue.c -o
libcommon_la-empirical-qvalue.o >/dev/null 2>&1
mv -f .deps/libcommon_la-empirical-qvalue.Tpo
.deps/libcommon_la-empirical-qvalue.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-evomodel.lo -MD -MP -MF
.deps/libcommon_la-evomodel.Tpo -c -o libcommon_la-evomodel.lo `test -f
'evomodel.c' || echo './'`evomodel.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-evomodel.lo -MD -MP -MF .deps/libcommon_la-evomodel.Tpo -c
evomodel.c -fPIC -DPIC -o .libs/libcommon_la-evomodel.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-evomodel.lo -MD -MP -MF .deps/libcommon_la-evomodel.Tpo -c
evomodel.c -o libcommon_la-evomodel.o >/dev/null 2>&1
mv -f .deps/libcommon_la-evomodel.Tpo .deps/libcommon_la-evomodel.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-fasta-io.lo -MD -MP -MF
.deps/libcommon_la-fasta-io.Tpo -c -o libcommon_la-fasta-io.lo `test -f
'fasta-io.c' || echo './'`fasta-io.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-fasta-io.lo -MD -MP -MF .deps/libcommon_la-fasta-io.Tpo -c
fasta-io.c -fPIC -DPIC -o .libs/libcommon_la-fasta-io.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-fasta-io.lo -MD -MP -MF .deps/libcommon_la-fasta-io.Tpo -c
fasta-io.c -o libcommon_la-fasta-io.o >/dev/null 2>&1
mv -f .deps/libcommon_la-fasta-io.Tpo .deps/libcommon_la-fasta-io.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-fasta-get-markov.lo -MD
-MP -MF .deps/libcommon_la-fasta-get-markov.Tpo -c -o
libcommon_la-fasta-get-markov.lo `test -f 'fasta-get-markov.c' || echo
'./'`fasta-get-markov.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-fasta-get-markov.lo -MD -MP -MF
.deps/libcommon_la-fasta-get-markov.Tpo -c fasta-get-markov.c -fPIC -DPIC
-o .libs/libcommon_la-fasta-get-markov.o
fasta-get-markov.c: In function ‘output_stats’:
fasta-get-markov.c:662:12: warning: ignoring return value of ‘mkstemp’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
662 | (void) mkstemp(tmp_filename); // create temp file
| ^~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-fasta-get-markov.lo -MD -MP -MF
.deps/libcommon_la-fasta-get-markov.Tpo -c fasta-get-markov.c -o
libcommon_la-fasta-get-markov.o >/dev/null 2>&1
mv -f .deps/libcommon_la-fasta-get-markov.Tpo
.deps/libcommon_la-fasta-get-markov.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-fitevd.lo -MD -MP -MF
.deps/libcommon_la-fitevd.Tpo -c -o libcommon_la-fitevd.lo `test -f
'fitevd.c' || echo './'`fitevd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-fitevd.lo -MD -MP -MF .deps/libcommon_la-fitevd.Tpo -c
fitevd.c -fPIC -DPIC -o .libs/libcommon_la-fitevd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-fitevd.lo -MD -MP -MF .deps/libcommon_la-fitevd.Tpo -c
fitevd.c -o libcommon_la-fitevd.o >/dev/null 2>&1
mv -f .deps/libcommon_la-fitevd.Tpo .deps/libcommon_la-fitevd.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-gendb.lo -MD -MP -MF
.deps/libcommon_la-gendb.Tpo -c -o libcommon_la-gendb.lo `test -f 'gendb.c'
|| echo './'`gendb.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-gendb.lo
-MD -MP -MF .deps/libcommon_la-gendb.Tpo -c gendb.c -fPIC -DPIC -o
.libs/libcommon_la-gendb.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-gendb.lo
-MD -MP -MF .deps/libcommon_la-gendb.Tpo -c gendb.c -o libcommon_la-gendb.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-gendb.Tpo .deps/libcommon_la-gendb.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-gtf.lo -MD -MP -MF
.deps/libcommon_la-gtf.Tpo -c -o libcommon_la-gtf.lo `test -f 'gtf.c' ||
echo './'`gtf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-gtf.lo
-MD -MP -MF .deps/libcommon_la-gtf.Tpo -c gtf.c -fPIC -DPIC -o
.libs/libcommon_la-gtf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-gtf.lo
-MD -MP -MF .deps/libcommon_la-gtf.Tpo -c gtf.c -o libcommon_la-gtf.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-gtf.Tpo .deps/libcommon_la-gtf.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-gtf-io.lo -MD -MP -MF
.deps/libcommon_la-gtf-io.Tpo -c -o libcommon_la-gtf-io.lo `test -f
'gtf-io.c' || echo './'`gtf-io.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-gtf-io.lo -MD -MP -MF .deps/libcommon_la-gtf-io.Tpo -c
gtf-io.c -fPIC -DPIC -o .libs/libcommon_la-gtf-io.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-gtf-io.lo -MD -MP -MF .deps/libcommon_la-gtf-io.Tpo -c
gtf-io.c -o libcommon_la-gtf-io.o >/dev/null 2>&1
mv -f .deps/libcommon_la-gtf-io.Tpo .deps/libcommon_la-gtf-io.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-hash_table.lo -MD -MP -MF
.deps/libcommon_la-hash_table.Tpo -c -o libcommon_la-hash_table.lo `test -f
'hash_table.c' || echo './'`hash_table.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-hash_table.lo -MD -MP -MF .deps/libcommon_la-hash_table.Tpo -c
hash_table.c -fPIC -DPIC -o .libs/libcommon_la-hash_table.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-hash_table.lo -MD -MP -MF .deps/libcommon_la-hash_table.Tpo -c
hash_table.c -o libcommon_la-hash_table.o >/dev/null 2>&1
mv -f .deps/libcommon_la-hash_table.Tpo .deps/libcommon_la-hash_table.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-heap.lo -MD -MP -MF
.deps/libcommon_la-heap.Tpo -c -o libcommon_la-heap.lo `test -f 'heap.c' ||
echo './'`heap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-heap.lo
-MD -MP -MF .deps/libcommon_la-heap.Tpo -c heap.c -fPIC -DPIC -o
.libs/libcommon_la-heap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-heap.lo
-MD -MP -MF .deps/libcommon_la-heap.Tpo -c heap.c -o libcommon_la-heap.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-heap.Tpo .deps/libcommon_la-heap.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-html-data.lo -MD -MP -MF
.deps/libcommon_la-html-data.Tpo -c -o libcommon_la-html-data.lo `test -f
'html-data.c' || echo './'`html-data.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-html-data.lo -MD -MP -MF .deps/libcommon_la-html-data.Tpo -c
html-data.c -fPIC -DPIC -o .libs/libcommon_la-html-data.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-html-data.lo -MD -MP -MF .deps/libcommon_la-html-data.Tpo -c
html-data.c -o libcommon_la-html-data.o >/dev/null 2>&1
mv -f .deps/libcommon_la-html-data.Tpo .deps/libcommon_la-html-data.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-html-monolith.lo -MD -MP
-MF .deps/libcommon_la-html-monolith.Tpo -c -o
libcommon_la-html-monolith.lo `test -f 'html-monolith.c' || echo
'./'`html-monolith.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-html-monolith.lo -MD -MP -MF
.deps/libcommon_la-html-monolith.Tpo -c html-monolith.c -fPIC -DPIC -o
.libs/libcommon_la-html-monolith.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-html-monolith.lo -MD -MP -MF
.deps/libcommon_la-html-monolith.Tpo -c html-monolith.c -o
libcommon_la-html-monolith.o >/dev/null 2>&1
mv -f .deps/libcommon_la-html-monolith.Tpo
.deps/libcommon_la-html-monolith.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-io.lo -MD -MP -MF
.deps/libcommon_la-io.Tpo -c -o libcommon_la-io.lo `test -f 'io.c' || echo
'./'`io.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-io.lo
-MD -MP -MF .deps/libcommon_la-io.Tpo -c io.c -fPIC -DPIC -o
.libs/libcommon_la-io.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-io.lo
-MD -MP -MF .deps/libcommon_la-io.Tpo -c io.c -o libcommon_la-io.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-io.Tpo .deps/libcommon_la-io.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-json-checker.lo -MD -MP
-MF .deps/libcommon_la-json-checker.Tpo -c -o libcommon_la-json-checker.lo
`test -f 'json-checker.c' || echo './'`json-checker.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-json-checker.lo -MD -MP -MF
.deps/libcommon_la-json-checker.Tpo -c json-checker.c -fPIC -DPIC -o
.libs/libcommon_la-json-checker.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-json-checker.lo -MD -MP -MF
.deps/libcommon_la-json-checker.Tpo -c json-checker.c -o
libcommon_la-json-checker.o >/dev/null 2>&1
mv -f .deps/libcommon_la-json-checker.Tpo
.deps/libcommon_la-json-checker.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-json-reader.lo -MD -MP
-MF .deps/libcommon_la-json-reader.Tpo -c -o libcommon_la-json-reader.lo
`test -f 'json-reader.c' || echo './'`json-reader.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-json-reader.lo -MD -MP -MF .deps/libcommon_la-json-reader.Tpo
-c json-reader.c -fPIC -DPIC -o .libs/libcommon_la-json-reader.o
In file included from json-reader.c:2:
json-reader.c: In function ‘next_token’:
json-reader.c:596:10: warning: suggest parentheses around assignment used
as truth value [-Wparentheses]
596 | assert(jsonrd->token.state = TS_IN_PROGRESS);
| ^~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-json-reader.lo -MD -MP -MF .deps/libcommon_la-json-reader.Tpo
-c json-reader.c -o libcommon_la-json-reader.o >/dev/null 2>&1
mv -f .deps/libcommon_la-json-reader.Tpo .deps/libcommon_la-json-reader.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-json-writer.lo -MD -MP
-MF .deps/libcommon_la-json-writer.Tpo -c -o libcommon_la-json-writer.lo
`test -f 'json-writer.c' || echo './'`json-writer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-json-writer.lo -MD -MP -MF .deps/libcommon_la-json-writer.Tpo
-c json-writer.c -fPIC -DPIC -o .libs/libcommon_la-json-writer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-json-writer.lo -MD -MP -MF .deps/libcommon_la-json-writer.Tpo
-c json-writer.c -o libcommon_la-json-writer.o >/dev/null 2>&1
mv -f .deps/libcommon_la-json-writer.Tpo .deps/libcommon_la-json-writer.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-karlin.lo -MD -MP -MF
.deps/libcommon_la-karlin.Tpo -c -o libcommon_la-karlin.lo `test -f
'karlin.c' || echo './'`karlin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-karlin.lo -MD -MP -MF .deps/libcommon_la-karlin.Tpo -c
karlin.c -fPIC -DPIC -o .libs/libcommon_la-karlin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-karlin.lo -MD -MP -MF .deps/libcommon_la-karlin.Tpo -c
karlin.c -o libcommon_la-karlin.o >/dev/null 2>&1
mv -f .deps/libcommon_la-karlin.Tpo .deps/libcommon_la-karlin.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-linked-list.lo -MD -MP
-MF .deps/libcommon_la-linked-list.Tpo -c -o libcommon_la-linked-list.lo
`test -f 'linked-list.c' || echo './'`linked-list.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-linked-list.lo -MD -MP -MF .deps/libcommon_la-linked-list.Tpo
-c linked-list.c -fPIC -DPIC -o .libs/libcommon_la-linked-list.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-linked-list.lo -MD -MP -MF .deps/libcommon_la-linked-list.Tpo
-c linked-list.c -o libcommon_la-linked-list.o >/dev/null 2>&1
mv -f .deps/libcommon_la-linked-list.Tpo .deps/libcommon_la-linked-list.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-log-hmm.lo -MD -MP -MF
.deps/libcommon_la-log-hmm.Tpo -c -o libcommon_la-log-hmm.lo `test -f
'log-hmm.c' || echo './'`log-hmm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-log-hmm.lo -MD -MP -MF .deps/libcommon_la-log-hmm.Tpo -c
log-hmm.c -fPIC -DPIC -o .libs/libcommon_la-log-hmm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-log-hmm.lo -MD -MP -MF .deps/libcommon_la-log-hmm.Tpo -c
log-hmm.c -o libcommon_la-log-hmm.o >/dev/null 2>&1
mv -f .deps/libcommon_la-log-hmm.Tpo .deps/libcommon_la-log-hmm.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-log_erfc.lo -MD -MP -MF
.deps/libcommon_la-log_erfc.Tpo -c -o libcommon_la-log_erfc.lo `test -f
'log_erfc.c' || echo './'`log_erfc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-log_erfc.lo -MD -MP -MF .deps/libcommon_la-log_erfc.Tpo -c
log_erfc.c -fPIC -DPIC -o .libs/libcommon_la-log_erfc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-log_erfc.lo -MD -MP -MF .deps/libcommon_la-log_erfc.Tpo -c
log_erfc.c -o libcommon_la-log_erfc.o >/dev/null 2>&1
mv -f .deps/libcommon_la-log_erfc.Tpo .deps/libcommon_la-log_erfc.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-logodds.lo -MD -MP -MF
.deps/libcommon_la-logodds.Tpo -c -o libcommon_la-logodds.lo `test -f
'logodds.c' || echo './'`logodds.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-logodds.lo -MD -MP -MF .deps/libcommon_la-logodds.Tpo -c
logodds.c -fPIC -DPIC -o .libs/libcommon_la-logodds.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-logodds.lo -MD -MP -MF .deps/libcommon_la-logodds.Tpo -c
logodds.c -o libcommon_la-logodds.o >/dev/null 2>&1
mv -f .deps/libcommon_la-logodds.Tpo .deps/libcommon_la-logodds.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-mast-util.lo -MD -MP -MF
.deps/libcommon_la-mast-util.Tpo -c -o libcommon_la-mast-util.lo `test -f
'mast-util.c' || echo './'`mast-util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-mast-util.lo -MD -MP -MF .deps/libcommon_la-mast-util.Tpo -c
mast-util.c -fPIC -DPIC -o .libs/libcommon_la-mast-util.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-mast-util.lo -MD -MP -MF .deps/libcommon_la-mast-util.Tpo -c
mast-util.c -o libcommon_la-mast-util.o >/dev/null 2>&1
mv -f .deps/libcommon_la-mast-util.Tpo .deps/libcommon_la-mast-util.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-match.lo -MD -MP -MF
.deps/libcommon_la-match.Tpo -c -o libcommon_la-match.lo `test -f 'match.c'
|| echo './'`match.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-match.lo
-MD -MP -MF .deps/libcommon_la-match.Tpo -c match.c -fPIC -DPIC -o
.libs/libcommon_la-match.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-match.lo
-MD -MP -MF .deps/libcommon_la-match.Tpo -c match.c -o libcommon_la-match.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-match.Tpo .deps/libcommon_la-match.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-matrix.lo -MD -MP -MF
.deps/libcommon_la-matrix.Tpo -c -o libcommon_la-matrix.lo `test -f
'matrix.c' || echo './'`matrix.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-matrix.lo -MD -MP -MF .deps/libcommon_la-matrix.Tpo -c
matrix.c -fPIC -DPIC -o .libs/libcommon_la-matrix.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-matrix.lo -MD -MP -MF .deps/libcommon_la-matrix.Tpo -c
matrix.c -o libcommon_la-matrix.o >/dev/null 2>&1
mv -f .deps/libcommon_la-matrix.Tpo .deps/libcommon_la-matrix.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-mcast-match.lo -MD -MP
-MF .deps/libcommon_la-mcast-match.Tpo -c -o libcommon_la-mcast-match.lo
`test -f 'mcast-match.c' || echo './'`mcast-match.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-mcast-match.lo -MD -MP -MF .deps/libcommon_la-mcast-match.Tpo
-c mcast-match.c -fPIC -DPIC -o .libs/libcommon_la-mcast-match.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-mcast-match.lo -MD -MP -MF .deps/libcommon_la-mcast-match.Tpo
-c mcast-match.c -o libcommon_la-mcast-match.o >/dev/null 2>&1
mv -f .deps/libcommon_la-mcast-match.Tpo .deps/libcommon_la-mcast-match.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-meme-sax.lo -MD -MP -MF
.deps/libcommon_la-meme-sax.Tpo -c -o libcommon_la-meme-sax.lo `test -f
'meme-sax.c' || echo './'`meme-sax.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-meme-sax.lo -MD -MP -MF .deps/libcommon_la-meme-sax.Tpo -c
meme-sax.c -fPIC -DPIC -o .libs/libcommon_la-meme-sax.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-meme-sax.lo -MD -MP -MF .deps/libcommon_la-meme-sax.Tpo -c
meme-sax.c -o libcommon_la-meme-sax.o >/dev/null 2>&1
mv -f .deps/libcommon_la-meme-sax.Tpo .deps/libcommon_la-meme-sax.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-metameme.lo -MD -MP -MF
.deps/libcommon_la-metameme.Tpo -c -o libcommon_la-metameme.lo `test -f
'metameme.c' || echo './'`metameme.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-metameme.lo -MD -MP -MF .deps/libcommon_la-metameme.Tpo -c
metameme.c -fPIC -DPIC -o .libs/libcommon_la-metameme.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-metameme.lo -MD -MP -MF .deps/libcommon_la-metameme.Tpo -c
metameme.c -o libcommon_la-metameme.o >/dev/null 2>&1
mv -f .deps/libcommon_la-metameme.Tpo .deps/libcommon_la-metameme.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-mhmm.lo -MD -MP -MF
.deps/libcommon_la-mhmm.Tpo -c -o libcommon_la-mhmm.lo `test -f 'mhmm.c' ||
echo './'`mhmm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-mhmm.lo
-MD -MP -MF .deps/libcommon_la-mhmm.Tpo -c mhmm.c -fPIC -DPIC -o
.libs/libcommon_la-mhmm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-mhmm.lo
-MD -MP -MF .deps/libcommon_la-mhmm.Tpo -c mhmm.c -o libcommon_la-mhmm.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-mhmm.Tpo .deps/libcommon_la-mhmm.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-mhmms.lo -MD -MP -MF
.deps/libcommon_la-mhmms.Tpo -c -o libcommon_la-mhmms.lo `test -f 'mhmms.c'
|| echo './'`mhmms.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-mhmms.lo
-MD -MP -MF .deps/libcommon_la-mhmms.Tpo -c mhmms.c -fPIC -DPIC -o
.libs/libcommon_la-mhmms.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-mhmms.lo
-MD -MP -MF .deps/libcommon_la-mhmms.Tpo -c mhmms.c -o libcommon_la-mhmms.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-mhmms.Tpo .deps/libcommon_la-mhmms.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-mhmmscan.lo -MD -MP -MF
.deps/libcommon_la-mhmmscan.Tpo -c -o libcommon_la-mhmmscan.lo `test -f
'mhmmscan.c' || echo './'`mhmmscan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-mhmmscan.lo -MD -MP -MF .deps/libcommon_la-mhmmscan.Tpo -c
mhmmscan.c -fPIC -DPIC -o .libs/libcommon_la-mhmmscan.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-mhmmscan.lo -MD -MP -MF .deps/libcommon_la-mhmmscan.Tpo -c
mhmmscan.c -o libcommon_la-mhmmscan.o >/dev/null 2>&1
mv -f .deps/libcommon_la-mhmmscan.Tpo .deps/libcommon_la-mhmmscan.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-mhmm-state.lo -MD -MP -MF
.deps/libcommon_la-mhmm-state.Tpo -c -o libcommon_la-mhmm-state.lo `test -f
'mhmm-state.c' || echo './'`mhmm-state.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-mhmm-state.lo -MD -MP -MF .deps/libcommon_la-mhmm-state.Tpo -c
mhmm-state.c -fPIC -DPIC -o .libs/libcommon_la-mhmm-state.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-mhmm-state.lo -MD -MP -MF .deps/libcommon_la-mhmm-state.Tpo -c
mhmm-state.c -o libcommon_la-mhmm-state.o >/dev/null 2>&1
mv -f .deps/libcommon_la-mhmm-state.Tpo .deps/libcommon_la-mhmm-state.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-momo-algorithm.lo -MD -MP
-MF .deps/libcommon_la-momo-algorithm.Tpo -c -o
libcommon_la-momo-algorithm.lo `test -f 'momo-algorithm.c' || echo
'./'`momo-algorithm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-algorithm.lo -MD -MP -MF
.deps/libcommon_la-momo-algorithm.Tpo -c momo-algorithm.c -fPIC -DPIC -o
.libs/libcommon_la-momo-algorithm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-algorithm.lo -MD -MP -MF
.deps/libcommon_la-momo-algorithm.Tpo -c momo-algorithm.c -o
libcommon_la-momo-algorithm.o >/dev/null 2>&1
mv -f .deps/libcommon_la-momo-algorithm.Tpo
.deps/libcommon_la-momo-algorithm.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-momo-input.lo -MD -MP -MF
.deps/libcommon_la-momo-input.Tpo -c -o libcommon_la-momo-input.lo `test -f
'momo-input.c' || echo './'`momo-input.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-input.lo -MD -MP -MF .deps/libcommon_la-momo-input.Tpo -c
momo-input.c -fPIC -DPIC -o .libs/libcommon_la-momo-input.o
In file included from /usr/include/string.h:494,
from momo-input.c:8:
In function ‘strncat’,
inlined from ‘get_tsv_mod_array’ at momo-input.c:566:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning:
‘__builtin_strncat’ specified bound depends on the length of the source
argument [-Wstringop-overflow=]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
momo-input.c: In function ‘get_tsv_mod_array’:
momo-input.c:566:3: note: length computed here
566 | strncat(*modless, sequence_mod_iterator,
strlen(sequence_mod_iterator));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-input.lo -MD -MP -MF .deps/libcommon_la-momo-input.Tpo -c
momo-input.c -o libcommon_la-momo-input.o >/dev/null 2>&1
mv -f .deps/libcommon_la-momo-input.Tpo .deps/libcommon_la-momo-input.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-momo-modl.lo -MD -MP -MF
.deps/libcommon_la-momo-modl.Tpo -c -o libcommon_la-momo-modl.lo `test -f
'momo-modl.c' || echo './'`momo-modl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-modl.lo -MD -MP -MF .deps/libcommon_la-momo-modl.Tpo -c
momo-modl.c -fPIC -DPIC -o .libs/libcommon_la-momo-modl.o
In file included from /usr/include/string.h:494,
from momo-modl.c:8:
In function ‘strncat’,
inlined from ‘regexmotif_to_string’ at momo-modl.c:228:7:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning:
‘__builtin_strncat’ specified bound depends on the length of the source
argument [-Wstringop-overflow=]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
momo-modl.c: In function ‘regexmotif_to_string’:
momo-modl.c:228:7: note: length computed here
228 | strncat(result, mod_info->mod_name,
strlen(mod_info->mod_name));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-modl.lo -MD -MP -MF .deps/libcommon_la-momo-modl.Tpo -c
momo-modl.c -o libcommon_la-momo-modl.o >/dev/null 2>&1
mv -f .deps/libcommon_la-momo-modl.Tpo .deps/libcommon_la-momo-modl.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-momo-motifx.lo -MD -MP
-MF .deps/libcommon_la-momo-motifx.Tpo -c -o libcommon_la-momo-motifx.lo
`test -f 'momo-motifx.c' || echo './'`momo-motifx.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-motifx.lo -MD -MP -MF .deps/libcommon_la-momo-motifx.Tpo
-c momo-motifx.c -fPIC -DPIC -o .libs/libcommon_la-momo-motifx.o
In file included from /usr/include/string.h:494,
from momo-motifx.c:8:
In function ‘strncat’,
inlined from ‘create_motifx_motif’ at momo-motifx.c:266:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning:
‘__builtin_strncat’ specified bound depends on the length of the source
argument [-Wstringop-overflow=]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
momo-motifx.c: In function ‘create_motifx_motif’:
momo-motifx.c:266:36: note: length computed here
266 | strncat(pattern_name, pattern, strlen(pattern)/2);
| ^~~~~~~~~~~~~~~
In file included from /usr/include/string.h:494,
from momo-motifx.c:8:
In function ‘strncat’,
inlined from ‘create_motifx_motif’ at momo-motifx.c:268:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning:
‘__builtin_strncat’ specified bound depends on the length of the source
argument [-Wstringop-overflow=]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
momo-motifx.c: In function ‘create_motifx_motif’:
momo-motifx.c:268:5: note: length computed here
268 | strncat(pattern_name, modname, strlen(modname));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-motifx.lo -MD -MP -MF .deps/libcommon_la-momo-motifx.Tpo
-c momo-motifx.c -o libcommon_la-momo-motifx.o >/dev/null 2>&1
mv -f .deps/libcommon_la-momo-motifx.Tpo .deps/libcommon_la-momo-motifx.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-momo-output.lo -MD -MP
-MF .deps/libcommon_la-momo-output.Tpo -c -o libcommon_la-momo-output.lo
`test -f 'momo-output.c' || echo './'`momo-output.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-output.lo -MD -MP -MF .deps/libcommon_la-momo-output.Tpo
-c momo-output.c -fPIC -DPIC -o .libs/libcommon_la-momo-output.o
In file included from /usr/include/string.h:494,
from macros.h:49,
from utils.h:17,
from array.h:14,
from matrix.h:13,
from motif.h:12,
from motif-in.h:5,
from momo-output.c:1:
In function ‘strncat’,
inlined from ‘momo_print_motifs’ at momo-output.c:201:7:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning:
‘__builtin_strncat’ specified bound depends on the length of the source
argument [-Wstringop-overflow=]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
momo-output.c: In function ‘momo_print_motifs’:
momo-output.c:201:7: note: length computed here
201 | strncat(motif_png, motif_name, strlen(motif_name));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:494,
from macros.h:49,
from utils.h:17,
from array.h:14,
from matrix.h:13,
from motif.h:12,
from motif-in.h:5,
from momo-output.c:1:
In function ‘strncat’,
inlined from ‘momo_print_motifs’ at momo-output.c:215:7:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning:
‘__builtin_strncat’ specified bound depends on the length of the source
argument [-Wstringop-overflow=]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
momo-output.c: In function ‘momo_print_motifs’:
momo-output.c:215:7: note: length computed here
215 | strncat(logo_file, options.output_dirname,
strlen(options.output_dirname));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-output.lo -MD -MP -MF .deps/libcommon_la-momo-output.Tpo
-c momo-output.c -o libcommon_la-momo-output.o >/dev/null 2>&1
mv -f .deps/libcommon_la-momo-output.Tpo .deps/libcommon_la-momo-output.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-momo-simple.lo -MD -MP
-MF .deps/libcommon_la-momo-simple.Tpo -c -o libcommon_la-momo-simple.lo
`test -f 'momo-simple.c' || echo './'`momo-simple.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-simple.lo -MD -MP -MF .deps/libcommon_la-momo-simple.Tpo
-c momo-simple.c -fPIC -DPIC -o .libs/libcommon_la-momo-simple.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-momo-simple.lo -MD -MP -MF .deps/libcommon_la-momo-simple.Tpo
-c momo-simple.c -o libcommon_la-momo-simple.o >/dev/null 2>&1
mv -f .deps/libcommon_la-momo-simple.Tpo .deps/libcommon_la-momo-simple.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif.lo -MD -MP -MF
.deps/libcommon_la-motif.Tpo -c -o libcommon_la-motif.lo `test -f 'motif.c'
|| echo './'`motif.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif.lo
-MD -MP -MF .deps/libcommon_la-motif.Tpo -c motif.c -fPIC -DPIC -o
.libs/libcommon_la-motif.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif.lo
-MD -MP -MF .deps/libcommon_la-motif.Tpo -c motif.c -o libcommon_la-motif.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-motif.Tpo .deps/libcommon_la-motif.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif-db.lo -MD -MP -MF
.deps/libcommon_la-motif-db.Tpo -c -o libcommon_la-motif-db.lo `test -f
'motif-db.c' || echo './'`motif-db.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-db.lo -MD -MP -MF .deps/libcommon_la-motif-db.Tpo -c
motif-db.c -fPIC -DPIC -o .libs/libcommon_la-motif-db.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-db.lo -MD -MP -MF .deps/libcommon_la-motif-db.Tpo -c
motif-db.c -o libcommon_la-motif-db.o >/dev/null 2>&1
mv -f .deps/libcommon_la-motif-db.Tpo .deps/libcommon_la-motif-db.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif-in.lo -MD -MP -MF
.deps/libcommon_la-motif-in.Tpo -c -o libcommon_la-motif-in.lo `test -f
'motif-in.c' || echo './'`motif-in.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in.lo -MD -MP -MF .deps/libcommon_la-motif-in.Tpo -c
motif-in.c -fPIC -DPIC -o .libs/libcommon_la-motif-in.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in.lo -MD -MP -MF .deps/libcommon_la-motif-in.Tpo -c
motif-in.c -o libcommon_la-motif-in.o >/dev/null 2>&1
mv -f .deps/libcommon_la-motif-in.Tpo .deps/libcommon_la-motif-in.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif-in-common.lo -MD
-MP -MF .deps/libcommon_la-motif-in-common.Tpo -c -o
libcommon_la-motif-in-common.lo `test -f 'motif-in-common.c' || echo
'./'`motif-in-common.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-common.lo -MD -MP -MF
.deps/libcommon_la-motif-in-common.Tpo -c motif-in-common.c -fPIC -DPIC -o
.libs/libcommon_la-motif-in-common.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-common.lo -MD -MP -MF
.deps/libcommon_la-motif-in-common.Tpo -c motif-in-common.c -o
libcommon_la-motif-in-common.o >/dev/null 2>&1
mv -f .deps/libcommon_la-motif-in-common.Tpo
.deps/libcommon_la-motif-in-common.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif-in-dreme-xml.lo -MD
-MP -MF .deps/libcommon_la-motif-in-dreme-xml.Tpo -c -o
libcommon_la-motif-in-dreme-xml.lo `test -f 'motif-in-dreme-xml.c' || echo
'./'`motif-in-dreme-xml.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-dreme-xml.lo -MD -MP -MF
.deps/libcommon_la-motif-in-dreme-xml.Tpo -c motif-in-dreme-xml.c -fPIC
-DPIC -o .libs/libcommon_la-motif-in-dreme-xml.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-dreme-xml.lo -MD -MP -MF
.deps/libcommon_la-motif-in-dreme-xml.Tpo -c motif-in-dreme-xml.c -o
libcommon_la-motif-in-dreme-xml.o >/dev/null 2>&1
mv -f .deps/libcommon_la-motif-in-dreme-xml.Tpo
.deps/libcommon_la-motif-in-dreme-xml.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif-in-meme-html.lo -MD
-MP -MF .deps/libcommon_la-motif-in-meme-html.Tpo -c -o
libcommon_la-motif-in-meme-html.lo `test -f 'motif-in-meme-html.c' || echo
'./'`motif-in-meme-html.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-meme-html.lo -MD -MP -MF
.deps/libcommon_la-motif-in-meme-html.Tpo -c motif-in-meme-html.c -fPIC
-DPIC -o .libs/libcommon_la-motif-in-meme-html.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-meme-html.lo -MD -MP -MF
.deps/libcommon_la-motif-in-meme-html.Tpo -c motif-in-meme-html.c -o
libcommon_la-motif-in-meme-html.o >/dev/null 2>&1
mv -f .deps/libcommon_la-motif-in-meme-html.Tpo
.deps/libcommon_la-motif-in-meme-html.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif-in-meme-json.lo -MD
-MP -MF .deps/libcommon_la-motif-in-meme-json.Tpo -c -o
libcommon_la-motif-in-meme-json.lo `test -f 'motif-in-meme-json.c' || echo
'./'`motif-in-meme-json.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-meme-json.lo -MD -MP -MF
.deps/libcommon_la-motif-in-meme-json.Tpo -c motif-in-meme-json.c -fPIC
-DPIC -o .libs/libcommon_la-motif-in-meme-json.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-meme-json.lo -MD -MP -MF
.deps/libcommon_la-motif-in-meme-json.Tpo -c motif-in-meme-json.c -o
libcommon_la-motif-in-meme-json.o >/dev/null 2>&1
mv -f .deps/libcommon_la-motif-in-meme-json.Tpo
.deps/libcommon_la-motif-in-meme-json.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif-in-meme-text.lo -MD
-MP -MF .deps/libcommon_la-motif-in-meme-text.Tpo -c -o
libcommon_la-motif-in-meme-text.lo `test -f 'motif-in-meme-text.c' || echo
'./'`motif-in-meme-text.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-meme-text.lo -MD -MP -MF
.deps/libcommon_la-motif-in-meme-text.Tpo -c motif-in-meme-text.c -fPIC
-DPIC -o .libs/libcommon_la-motif-in-meme-text.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-meme-text.lo -MD -MP -MF
.deps/libcommon_la-motif-in-meme-text.Tpo -c motif-in-meme-text.c -o
libcommon_la-motif-in-meme-text.o >/dev/null 2>&1
mv -f .deps/libcommon_la-motif-in-meme-text.Tpo
.deps/libcommon_la-motif-in-meme-text.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif-in-meme-xml.lo -MD
-MP -MF .deps/libcommon_la-motif-in-meme-xml.Tpo -c -o
libcommon_la-motif-in-meme-xml.lo `test -f 'motif-in-meme-xml.c' || echo
'./'`motif-in-meme-xml.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-meme-xml.lo -MD -MP -MF
.deps/libcommon_la-motif-in-meme-xml.Tpo -c motif-in-meme-xml.c -fPIC
-DPIC -o .libs/libcommon_la-motif-in-meme-xml.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-meme-xml.lo -MD -MP -MF
.deps/libcommon_la-motif-in-meme-xml.Tpo -c motif-in-meme-xml.c -o
libcommon_la-motif-in-meme-xml.o >/dev/null 2>&1
mv -f .deps/libcommon_la-motif-in-meme-xml.Tpo
.deps/libcommon_la-motif-in-meme-xml.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif-in-streme-xml.lo
-MD -MP -MF .deps/libcommon_la-motif-in-streme-xml.Tpo -c -o
libcommon_la-motif-in-streme-xml.lo `test -f 'motif-in-streme-xml.c' ||
echo './'`motif-in-streme-xml.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-streme-xml.lo -MD -MP -MF
.deps/libcommon_la-motif-in-streme-xml.Tpo -c motif-in-streme-xml.c -fPIC
-DPIC -o .libs/libcommon_la-motif-in-streme-xml.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif-in-streme-xml.lo -MD -MP -MF
.deps/libcommon_la-motif-in-streme-xml.Tpo -c motif-in-streme-xml.c -o
libcommon_la-motif-in-streme-xml.o >/dev/null 2>&1
mv -f .deps/libcommon_la-motif-in-streme-xml.Tpo
.deps/libcommon_la-motif-in-streme-xml.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motif_regexp.lo -MD -MP
-MF .deps/libcommon_la-motif_regexp.Tpo -c -o libcommon_la-motif_regexp.lo
`test -f 'motif_regexp.c' || echo './'`motif_regexp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif_regexp.lo -MD -MP -MF
.deps/libcommon_la-motif_regexp.Tpo -c motif_regexp.c -fPIC -DPIC -o
.libs/libcommon_la-motif_regexp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motif_regexp.lo -MD -MP -MF
.deps/libcommon_la-motif_regexp.Tpo -c motif_regexp.c -o
libcommon_la-motif_regexp.o >/dev/null 2>&1
mv -f .deps/libcommon_la-motif_regexp.Tpo
.deps/libcommon_la-motif_regexp.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-motiph-scoring.lo -MD -MP
-MF .deps/libcommon_la-motiph-scoring.Tpo -c -o
libcommon_la-motiph-scoring.lo `test -f 'motiph-scoring.c' || echo
'./'`motiph-scoring.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motiph-scoring.lo -MD -MP -MF
.deps/libcommon_la-motiph-scoring.Tpo -c motiph-scoring.c -fPIC -DPIC -o
.libs/libcommon_la-motiph-scoring.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-motiph-scoring.lo -MD -MP -MF
.deps/libcommon_la-motiph-scoring.Tpo -c motiph-scoring.c -o
libcommon_la-motiph-scoring.o >/dev/null 2>&1
mv -f .deps/libcommon_la-motiph-scoring.Tpo
.deps/libcommon_la-motiph-scoring.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-mtwist.lo -MD -MP -MF
.deps/libcommon_la-mtwist.Tpo -c -o libcommon_la-mtwist.lo `test -f
'mtwist.c' || echo './'`mtwist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-mtwist.lo -MD -MP -MF .deps/libcommon_la-mtwist.Tpo -c
mtwist.c -fPIC -DPIC -o .libs/libcommon_la-mtwist.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-mtwist.lo -MD -MP -MF .deps/libcommon_la-mtwist.Tpo -c
mtwist.c -o libcommon_la-mtwist.o >/dev/null 2>&1
mv -f .deps/libcommon_la-mtwist.Tpo .deps/libcommon_la-mtwist.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-object-list.lo -MD -MP
-MF .deps/libcommon_la-object-list.Tpo -c -o libcommon_la-object-list.lo
`test -f 'object-list.c' || echo './'`object-list.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-object-list.lo -MD -MP -MF .deps/libcommon_la-object-list.Tpo
-c object-list.c -fPIC -DPIC -o .libs/libcommon_la-object-list.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-object-list.lo -MD -MP -MF .deps/libcommon_la-object-list.Tpo
-c object-list.c -o libcommon_la-object-list.o >/dev/null 2>&1
mv -f .deps/libcommon_la-object-list.Tpo .deps/libcommon_la-object-list.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-order.lo -MD -MP -MF
.deps/libcommon_la-order.Tpo -c -o libcommon_la-order.lo `test -f 'order.c'
|| echo './'`order.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-order.lo
-MD -MP -MF .deps/libcommon_la-order.Tpo -c order.c -fPIC -DPIC -o
.libs/libcommon_la-order.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-order.lo
-MD -MP -MF .deps/libcommon_la-order.Tpo -c order.c -o libcommon_la-order.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-order.Tpo .deps/libcommon_la-order.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-data-block.lo -MD -MP -MF
.deps/libcommon_la-data-block.Tpo -c -o libcommon_la-data-block.lo `test -f
'data-block.c' || echo './'`data-block.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-data-block.lo -MD -MP -MF .deps/libcommon_la-data-block.Tpo -c
data-block.c -fPIC -DPIC -o .libs/libcommon_la-data-block.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-data-block.lo -MD -MP -MF .deps/libcommon_la-data-block.Tpo -c
data-block.c -o libcommon_la-data-block.o >/dev/null 2>&1
mv -f .deps/libcommon_la-data-block.Tpo .deps/libcommon_la-data-block.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-data-block-reader.lo -MD
-MP -MF .deps/libcommon_la-data-block-reader.Tpo -c -o
libcommon_la-data-block-reader.lo `test -f 'data-block-reader.c' || echo
'./'`data-block-reader.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-data-block-reader.lo -MD -MP -MF
.deps/libcommon_la-data-block-reader.Tpo -c data-block-reader.c -fPIC
-DPIC -o .libs/libcommon_la-data-block-reader.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-data-block-reader.lo -MD -MP -MF
.deps/libcommon_la-data-block-reader.Tpo -c data-block-reader.c -o
libcommon_la-data-block-reader.o >/dev/null 2>&1
mv -f .deps/libcommon_la-data-block-reader.Tpo
.deps/libcommon_la-data-block-reader.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-parser-message.lo -MD -MP
-MF .deps/libcommon_la-parser-message.Tpo -c -o
libcommon_la-parser-message.lo `test -f 'parser-message.c' || echo
'./'`parser-message.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-parser-message.lo -MD -MP -MF
.deps/libcommon_la-parser-message.Tpo -c parser-message.c -fPIC -DPIC -o
.libs/libcommon_la-parser-message.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-parser-message.lo -MD -MP -MF
.deps/libcommon_la-parser-message.Tpo -c parser-message.c -o
libcommon_la-parser-message.o >/dev/null 2>&1
mv -f .deps/libcommon_la-parser-message.Tpo
.deps/libcommon_la-parser-message.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-prealigned-io.lo -MD -MP
-MF .deps/libcommon_la-prealigned-io.Tpo -c -o
libcommon_la-prealigned-io.lo `test -f 'prealigned-io.c' || echo
'./'`prealigned-io.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-prealigned-io.lo -MD -MP -MF
.deps/libcommon_la-prealigned-io.Tpo -c prealigned-io.c -fPIC -DPIC -o
.libs/libcommon_la-prealigned-io.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-prealigned-io.lo -MD -MP -MF
.deps/libcommon_la-prealigned-io.Tpo -c prealigned-io.c -o
libcommon_la-prealigned-io.o >/dev/null 2>&1
mv -f .deps/libcommon_la-prealigned-io.Tpo
.deps/libcommon_la-prealigned-io.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-prior-reader-from-psp.lo
-MD -MP -MF .deps/libcommon_la-prior-reader-from-psp.Tpo -c -o
libcommon_la-prior-reader-from-psp.lo `test -f 'prior-reader-from-psp.c' ||
echo './'`prior-reader-from-psp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-prior-reader-from-psp.lo -MD -MP -MF
.deps/libcommon_la-prior-reader-from-psp.Tpo -c prior-reader-from-psp.c
-fPIC -DPIC -o .libs/libcommon_la-prior-reader-from-psp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-prior-reader-from-psp.lo -MD -MP -MF
.deps/libcommon_la-prior-reader-from-psp.Tpo -c prior-reader-from-psp.c -o
libcommon_la-prior-reader-from-psp.o >/dev/null 2>&1
mv -f .deps/libcommon_la-prior-reader-from-psp.Tpo
.deps/libcommon_la-prior-reader-from-psp.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-prior-reader-from-wig.lo
-MD -MP -MF .deps/libcommon_la-prior-reader-from-wig.Tpo -c -o
libcommon_la-prior-reader-from-wig.lo `test -f 'prior-reader-from-wig.c' ||
echo './'`prior-reader-from-wig.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-prior-reader-from-wig.lo -MD -MP -MF
.deps/libcommon_la-prior-reader-from-wig.Tpo -c prior-reader-from-wig.c
-fPIC -DPIC -o .libs/libcommon_la-prior-reader-from-wig.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-prior-reader-from-wig.lo -MD -MP -MF
.deps/libcommon_la-prior-reader-from-wig.Tpo -c prior-reader-from-wig.c -o
libcommon_la-prior-reader-from-wig.o >/dev/null 2>&1
mv -f .deps/libcommon_la-prior-reader-from-wig.Tpo
.deps/libcommon_la-prior-reader-from-wig.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-prior-dist.lo -MD -MP -MF
.deps/libcommon_la-prior-dist.Tpo -c -o libcommon_la-prior-dist.lo `test -f
'prior-dist.c' || echo './'`prior-dist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-prior-dist.lo -MD -MP -MF .deps/libcommon_la-prior-dist.Tpo -c
prior-dist.c -fPIC -DPIC -o .libs/libcommon_la-prior-dist.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-prior-dist.lo -MD -MP -MF .deps/libcommon_la-prior-dist.Tpo -c
prior-dist.c -o libcommon_la-prior-dist.o >/dev/null 2>&1
mv -f .deps/libcommon_la-prior-dist.Tpo .deps/libcommon_la-prior-dist.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-pssm.lo -MD -MP -MF
.deps/libcommon_la-pssm.Tpo -c -o libcommon_la-pssm.lo `test -f 'pssm.c' ||
echo './'`pssm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-pssm.lo
-MD -MP -MF .deps/libcommon_la-pssm.Tpo -c pssm.c -fPIC -DPIC -o
.libs/libcommon_la-pssm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-pssm.lo
-MD -MP -MF .deps/libcommon_la-pssm.Tpo -c pssm.c -o libcommon_la-pssm.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-pssm.Tpo .deps/libcommon_la-pssm.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-pssm-distr.lo -MD -MP -MF
.deps/libcommon_la-pssm-distr.Tpo -c -o libcommon_la-pssm-distr.lo `test -f
'pssm-distr.c' || echo './'`pssm-distr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-pssm-distr.lo -MD -MP -MF .deps/libcommon_la-pssm-distr.Tpo -c
pssm-distr.c -fPIC -DPIC -o .libs/libcommon_la-pssm-distr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-pssm-distr.lo -MD -MP -MF .deps/libcommon_la-pssm-distr.Tpo -c
pssm-distr.c -o libcommon_la-pssm-distr.o >/dev/null 2>&1
mv -f .deps/libcommon_la-pssm-distr.Tpo .deps/libcommon_la-pssm-distr.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-qvalue.lo -MD -MP -MF
.deps/libcommon_la-qvalue.Tpo -c -o libcommon_la-qvalue.lo `test -f
'qvalue.c' || echo './'`qvalue.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-qvalue.lo -MD -MP -MF .deps/libcommon_la-qvalue.Tpo -c
qvalue.c -fPIC -DPIC -o .libs/libcommon_la-qvalue.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-qvalue.lo -MD -MP -MF .deps/libcommon_la-qvalue.Tpo -c
qvalue.c -o libcommon_la-qvalue.o >/dev/null 2>&1
mv -f .deps/libcommon_la-qvalue.Tpo .deps/libcommon_la-qvalue.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-random-variate.lo -MD -MP
-MF .deps/libcommon_la-random-variate.Tpo -c -o
libcommon_la-random-variate.lo `test -f 'random-variate.c' || echo
'./'`random-variate.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-random-variate.lo -MD -MP -MF
.deps/libcommon_la-random-variate.Tpo -c random-variate.c -fPIC -DPIC -o
.libs/libcommon_la-random-variate.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-random-variate.lo -MD -MP -MF
.deps/libcommon_la-random-variate.Tpo -c random-variate.c -o
libcommon_la-random-variate.o >/dev/null 2>&1
mv -f .deps/libcommon_la-random-variate.Tpo
.deps/libcommon_la-random-variate.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-ranksum_test.lo -MD -MP
-MF .deps/libcommon_la-ranksum_test.Tpo -c -o libcommon_la-ranksum_test.lo
`test -f 'ranksum_test.c' || echo './'`ranksum_test.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-ranksum_test.lo -MD -MP -MF
.deps/libcommon_la-ranksum_test.Tpo -c ranksum_test.c -fPIC -DPIC -o
.libs/libcommon_la-ranksum_test.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-ranksum_test.lo -MD -MP -MF
.deps/libcommon_la-ranksum_test.Tpo -c ranksum_test.c -o
libcommon_la-ranksum_test.o >/dev/null 2>&1
mv -f .deps/libcommon_la-ranksum_test.Tpo
.deps/libcommon_la-ranksum_test.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-rdb-matrix.lo -MD -MP -MF
.deps/libcommon_la-rdb-matrix.Tpo -c -o libcommon_la-rdb-matrix.lo `test -f
'rdb-matrix.c' || echo './'`rdb-matrix.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-rdb-matrix.lo -MD -MP -MF .deps/libcommon_la-rdb-matrix.Tpo -c
rdb-matrix.c -fPIC -DPIC -o .libs/libcommon_la-rdb-matrix.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-rdb-matrix.lo -MD -MP -MF .deps/libcommon_la-rdb-matrix.Tpo -c
rdb-matrix.c -o libcommon_la-rdb-matrix.o >/dev/null 2>&1
mv -f .deps/libcommon_la-rdb-matrix.Tpo .deps/libcommon_la-rdb-matrix.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-read-mhmm.lo -MD -MP -MF
.deps/libcommon_la-read-mhmm.Tpo -c -o libcommon_la-read-mhmm.lo `test -f
'read-mhmm.c' || echo './'`read-mhmm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-read-mhmm.lo -MD -MP -MF .deps/libcommon_la-read-mhmm.Tpo -c
read-mhmm.c -fPIC -DPIC -o .libs/libcommon_la-read-mhmm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-read-mhmm.lo -MD -MP -MF .deps/libcommon_la-read-mhmm.Tpo -c
read-mhmm.c -o libcommon_la-read-mhmm.o >/dev/null 2>&1
mv -f .deps/libcommon_la-read-mhmm.Tpo .deps/libcommon_la-read-mhmm.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-read_sequence.lo -MD -MP
-MF .deps/libcommon_la-read_sequence.Tpo -c -o
libcommon_la-read_sequence.lo `test -f 'read_sequence.c' || echo
'./'`read_sequence.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-read_sequence.lo -MD -MP -MF
.deps/libcommon_la-read_sequence.Tpo -c read_sequence.c -fPIC -DPIC -o
.libs/libcommon_la-read_sequence.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-read_sequence.lo -MD -MP -MF
.deps/libcommon_la-read_sequence.Tpo -c read_sequence.c -o
libcommon_la-read_sequence.o >/dev/null 2>&1
mv -f .deps/libcommon_la-read_sequence.Tpo
.deps/libcommon_la-read_sequence.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-red-black-tree.lo -MD -MP
-MF .deps/libcommon_la-red-black-tree.Tpo -c -o
libcommon_la-red-black-tree.lo `test -f 'red-black-tree.c' || echo
'./'`red-black-tree.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-red-black-tree.lo -MD -MP -MF
.deps/libcommon_la-red-black-tree.Tpo -c red-black-tree.c -fPIC -DPIC -o
.libs/libcommon_la-red-black-tree.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-red-black-tree.lo -MD -MP -MF
.deps/libcommon_la-red-black-tree.Tpo -c red-black-tree.c -o
libcommon_la-red-black-tree.o >/dev/null 2>&1
mv -f .deps/libcommon_la-red-black-tree.Tpo
.deps/libcommon_la-red-black-tree.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-regex-utils.lo -MD -MP
-MF .deps/libcommon_la-regex-utils.Tpo -c -o libcommon_la-regex-utils.lo
`test -f 'regex-utils.c' || echo './'`regex-utils.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-regex-utils.lo -MD -MP -MF .deps/libcommon_la-regex-utils.Tpo
-c regex-utils.c -fPIC -DPIC -o .libs/libcommon_la-regex-utils.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-regex-utils.lo -MD -MP -MF .deps/libcommon_la-regex-utils.Tpo
-c regex-utils.c -o libcommon_la-regex-utils.o >/dev/null 2>&1
mv -f .deps/libcommon_la-regex-utils.Tpo .deps/libcommon_la-regex-utils.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-regress.lo -MD -MP -MF
.deps/libcommon_la-regress.Tpo -c -o libcommon_la-regress.lo `test -f
'regress.c' || echo './'`regress.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-regress.lo -MD -MP -MF .deps/libcommon_la-regress.Tpo -c
regress.c -fPIC -DPIC -o .libs/libcommon_la-regress.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-regress.lo -MD -MP -MF .deps/libcommon_la-regress.Tpo -c
regress.c -o libcommon_la-regress.o >/dev/null 2>&1
mv -f .deps/libcommon_la-regress.Tpo .deps/libcommon_la-regress.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-reservoir.lo -MD -MP -MF
.deps/libcommon_la-reservoir.Tpo -c -o libcommon_la-reservoir.lo `test -f
'reservoir.c' || echo './'`reservoir.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-reservoir.lo -MD -MP -MF .deps/libcommon_la-reservoir.Tpo -c
reservoir.c -fPIC -DPIC -o .libs/libcommon_la-reservoir.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-reservoir.lo -MD -MP -MF .deps/libcommon_la-reservoir.Tpo -c
reservoir.c -o libcommon_la-reservoir.o >/dev/null 2>&1
mv -f .deps/libcommon_la-reservoir.Tpo .deps/libcommon_la-reservoir.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-sax-parser-utils.lo -MD
-MP -MF .deps/libcommon_la-sax-parser-utils.Tpo -c -o
libcommon_la-sax-parser-utils.lo `test -f 'sax-parser-utils.c' || echo
'./'`sax-parser-utils.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-sax-parser-utils.lo -MD -MP -MF
.deps/libcommon_la-sax-parser-utils.Tpo -c sax-parser-utils.c -fPIC -DPIC
-o .libs/libcommon_la-sax-parser-utils.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-sax-parser-utils.lo -MD -MP -MF
.deps/libcommon_la-sax-parser-utils.Tpo -c sax-parser-utils.c -o
libcommon_la-sax-parser-utils.o >/dev/null 2>&1
mv -f .deps/libcommon_la-sax-parser-utils.Tpo
.deps/libcommon_la-sax-parser-utils.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-scanned-sequence.lo -MD
-MP -MF .deps/libcommon_la-scanned-sequence.Tpo -c -o
libcommon_la-scanned-sequence.lo `test -f 'scanned-sequence.c' || echo
'./'`scanned-sequence.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-scanned-sequence.lo -MD -MP -MF
.deps/libcommon_la-scanned-sequence.Tpo -c scanned-sequence.c -fPIC -DPIC
-o .libs/libcommon_la-scanned-sequence.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-scanned-sequence.lo -MD -MP -MF
.deps/libcommon_la-scanned-sequence.Tpo -c scanned-sequence.c -o
libcommon_la-scanned-sequence.o >/dev/null 2>&1
mv -f .deps/libcommon_la-scanned-sequence.Tpo
.deps/libcommon_la-scanned-sequence.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-scored-sites.lo -MD -MP
-MF .deps/libcommon_la-scored-sites.Tpo -c -o libcommon_la-scored-sites.lo
`test -f 'scored-sites.c' || echo './'`scored-sites.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-scored-sites.lo -MD -MP -MF
.deps/libcommon_la-scored-sites.Tpo -c scored-sites.c -fPIC -DPIC -o
.libs/libcommon_la-scored-sites.o
In file included from /usr/include/string.h:494,
from macros.h:49,
from utils.h:17,
from array.h:14,
from scored-sites.c:11:
In function ‘strncpy’,
inlined from ‘new_scored_site’ at scored-sites.c:79:3,
inlined from ‘add_scored_site’ at scored-sites.c:125:30:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ specified bound 100 equals destination size
[-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
inlined from ‘new_scored_site’ at scored-sites.c:80:3,
inlined from ‘add_scored_site’ at scored-sites.c:125:30:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ specified bound 100 equals destination size
[-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
inlined from ‘new_scored_site’ at scored-sites.c:88:3,
inlined from ‘add_scored_site’ at scored-sites.c:125:30:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ specified bound 100 equals destination size
[-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
inlined from ‘new_scored_site’ at scored-sites.c:89:3,
inlined from ‘add_scored_site’ at scored-sites.c:125:30:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ specified bound 100 equals destination size
[-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-scored-sites.lo -MD -MP -MF
.deps/libcommon_la-scored-sites.Tpo -c scored-sites.c -o
libcommon_la-scored-sites.o >/dev/null 2>&1
mv -f .deps/libcommon_la-scored-sites.Tpo
.deps/libcommon_la-scored-sites.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-seq.lo -MD -MP -MF
.deps/libcommon_la-seq.Tpo -c -o libcommon_la-seq.lo `test -f 'seq.c' ||
echo './'`seq.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-seq.lo
-MD -MP -MF .deps/libcommon_la-seq.Tpo -c seq.c -fPIC -DPIC -o
.libs/libcommon_la-seq.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-seq.lo
-MD -MP -MF .deps/libcommon_la-seq.Tpo -c seq.c -o libcommon_la-seq.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-seq.Tpo .deps/libcommon_la-seq.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-seq-reader-from-fasta.lo
-MD -MP -MF .deps/libcommon_la-seq-reader-from-fasta.Tpo -c -o
libcommon_la-seq-reader-from-fasta.lo `test -f 'seq-reader-from-fasta.c' ||
echo './'`seq-reader-from-fasta.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-seq-reader-from-fasta.lo -MD -MP -MF
.deps/libcommon_la-seq-reader-from-fasta.Tpo -c seq-reader-from-fasta.c
-fPIC -DPIC -o .libs/libcommon_la-seq-reader-from-fasta.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-seq-reader-from-fasta.lo -MD -MP -MF
.deps/libcommon_la-seq-reader-from-fasta.Tpo -c seq-reader-from-fasta.c -o
libcommon_la-seq-reader-from-fasta.o >/dev/null 2>&1
mv -f .deps/libcommon_la-seq-reader-from-fasta.Tpo
.deps/libcommon_la-seq-reader-from-fasta.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-simple-getopt.lo -MD -MP
-MF .deps/libcommon_la-simple-getopt.Tpo -c -o
libcommon_la-simple-getopt.lo `test -f 'simple-getopt.c' || echo
'./'`simple-getopt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-simple-getopt.lo -MD -MP -MF
.deps/libcommon_la-simple-getopt.Tpo -c simple-getopt.c -fPIC -DPIC -o
.libs/libcommon_la-simple-getopt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-simple-getopt.lo -MD -MP -MF
.deps/libcommon_la-simple-getopt.Tpo -c simple-getopt.c -o
libcommon_la-simple-getopt.o >/dev/null 2>&1
mv -f .deps/libcommon_la-simple-getopt.Tpo
.deps/libcommon_la-simple-getopt.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-spearman-rank-correlation.lo -MD -MP -MF
.deps/libcommon_la-spearman-rank-correlation.Tpo -c -o
libcommon_la-spearman-rank-correlation.lo `test -f
'spearman-rank-correlation.c' || echo './'`spearman-rank-correlation.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-spearman-rank-correlation.lo -MD -MP -MF
.deps/libcommon_la-spearman-rank-correlation.Tpo -c
spearman-rank-correlation.c -fPIC -DPIC -o
.libs/libcommon_la-spearman-rank-correlation.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-spearman-rank-correlation.lo -MD -MP -MF
.deps/libcommon_la-spearman-rank-correlation.Tpo -c
spearman-rank-correlation.c -o libcommon_la-spearman-rank-correlation.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-spearman-rank-correlation.Tpo
.deps/libcommon_la-spearman-rank-correlation.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-streme-sax.lo -MD -MP -MF
.deps/libcommon_la-streme-sax.Tpo -c -o libcommon_la-streme-sax.lo `test -f
'streme-sax.c' || echo './'`streme-sax.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-streme-sax.lo -MD -MP -MF .deps/libcommon_la-streme-sax.Tpo -c
streme-sax.c -fPIC -DPIC -o .libs/libcommon_la-streme-sax.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-streme-sax.lo -MD -MP -MF .deps/libcommon_la-streme-sax.Tpo -c
streme-sax.c -o libcommon_la-streme-sax.o >/dev/null 2>&1
mv -f .deps/libcommon_la-streme-sax.Tpo .deps/libcommon_la-streme-sax.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-streme-utils.lo -MD -MP
-MF .deps/libcommon_la-streme-utils.Tpo -c -o libcommon_la-streme-utils.lo
`test -f 'streme-utils.c' || echo './'`streme-utils.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-streme-utils.lo -MD -MP -MF
.deps/libcommon_la-streme-utils.Tpo -c streme-utils.c -fPIC -DPIC -o
.libs/libcommon_la-streme-utils.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-streme-utils.lo -MD -MP -MF
.deps/libcommon_la-streme-utils.Tpo -c streme-utils.c -o
libcommon_la-streme-utils.o >/dev/null 2>&1
mv -f .deps/libcommon_la-streme-utils.Tpo
.deps/libcommon_la-streme-utils.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-string-builder.lo -MD -MP
-MF .deps/libcommon_la-string-builder.Tpo -c -o
libcommon_la-string-builder.lo `test -f 'string-builder.c' || echo
'./'`string-builder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-string-builder.lo -MD -MP -MF
.deps/libcommon_la-string-builder.Tpo -c string-builder.c -fPIC -DPIC -o
.libs/libcommon_la-string-builder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-string-builder.lo -MD -MP -MF
.deps/libcommon_la-string-builder.Tpo -c string-builder.c -o
libcommon_la-string-builder.o >/dev/null 2>&1
mv -f .deps/libcommon_la-string-builder.Tpo
.deps/libcommon_la-string-builder.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-string-list.lo -MD -MP
-MF .deps/libcommon_la-string-list.Tpo -c -o libcommon_la-string-list.lo
`test -f 'string-list.c' || echo './'`string-list.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-string-list.lo -MD -MP -MF .deps/libcommon_la-string-list.Tpo
-c string-list.c -fPIC -DPIC -o .libs/libcommon_la-string-list.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-string-list.lo -MD -MP -MF .deps/libcommon_la-string-list.Tpo
-c string-list.c -o libcommon_la-string-list.o >/dev/null 2>&1
mv -f .deps/libcommon_la-string-list.Tpo .deps/libcommon_la-string-list.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-string-match.lo -MD -MP
-MF .deps/libcommon_la-string-match.Tpo -c -o libcommon_la-string-match.lo
`test -f 'string-match.c' || echo './'`string-match.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-string-match.lo -MD -MP -MF
.deps/libcommon_la-string-match.Tpo -c string-match.c -fPIC -DPIC -o
.libs/libcommon_la-string-match.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-string-match.lo -MD -MP -MF
.deps/libcommon_la-string-match.Tpo -c string-match.c -o
libcommon_la-string-match.o >/dev/null 2>&1
mv -f .deps/libcommon_la-string-match.Tpo
.deps/libcommon_la-string-match.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-subst-matrix.lo -MD -MP
-MF .deps/libcommon_la-subst-matrix.Tpo -c -o libcommon_la-subst-matrix.lo
`test -f 'subst-matrix.c' || echo './'`subst-matrix.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-subst-matrix.lo -MD -MP -MF
.deps/libcommon_la-subst-matrix.Tpo -c subst-matrix.c -fPIC -DPIC -o
.libs/libcommon_la-subst-matrix.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-subst-matrix.lo -MD -MP -MF
.deps/libcommon_la-subst-matrix.Tpo -c subst-matrix.c -o
libcommon_la-subst-matrix.o >/dev/null 2>&1
mv -f .deps/libcommon_la-subst-matrix.Tpo
.deps/libcommon_la-subst-matrix.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-substmatrix-table.lo -MD
-MP -MF .deps/libcommon_la-substmatrix-table.Tpo -c -o
libcommon_la-substmatrix-table.lo `test -f 'substmatrix-table.c' || echo
'./'`substmatrix-table.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-substmatrix-table.lo -MD -MP -MF
.deps/libcommon_la-substmatrix-table.Tpo -c substmatrix-table.c -fPIC
-DPIC -o .libs/libcommon_la-substmatrix-table.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-substmatrix-table.lo -MD -MP -MF
.deps/libcommon_la-substmatrix-table.Tpo -c substmatrix-table.c -o
libcommon_la-substmatrix-table.o >/dev/null 2>&1
mv -f .deps/libcommon_la-substmatrix-table.Tpo
.deps/libcommon_la-substmatrix-table.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-transfac.lo -MD -MP -MF
.deps/libcommon_la-transfac.Tpo -c -o libcommon_la-transfac.lo `test -f
'transfac.c' || echo './'`transfac.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-transfac.lo -MD -MP -MF .deps/libcommon_la-transfac.Tpo -c
transfac.c -fPIC -DPIC -o .libs/libcommon_la-transfac.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-transfac.lo -MD -MP -MF .deps/libcommon_la-transfac.Tpo -c
transfac.c -o libcommon_la-transfac.o >/dev/null 2>&1
mv -f .deps/libcommon_la-transfac.Tpo .deps/libcommon_la-transfac.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-tree.lo -MD -MP -MF
.deps/libcommon_la-tree.Tpo -c -o libcommon_la-tree.lo `test -f 'tree.c' ||
echo './'`tree.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-tree.lo
-MD -MP -MF .deps/libcommon_la-tree.Tpo -c tree.c -fPIC -DPIC -o
.libs/libcommon_la-tree.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-tree.lo
-MD -MP -MF .deps/libcommon_la-tree.Tpo -c tree.c -o libcommon_la-tree.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-tree.Tpo .deps/libcommon_la-tree.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-utils.lo -MD -MP -MF
.deps/libcommon_la-utils.Tpo -c -o libcommon_la-utils.lo `test -f 'utils.c'
|| echo './'`utils.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-utils.lo
-MD -MP -MF .deps/libcommon_la-utils.Tpo -c utils.c -fPIC -DPIC -o
.libs/libcommon_la-utils.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-utils.lo
-MD -MP -MF .deps/libcommon_la-utils.Tpo -c utils.c -o libcommon_la-utils.o
>/dev/null 2>&1
mv -f .deps/libcommon_la-utils.Tpo .deps/libcommon_la-utils.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-ushuffle.lo -MD -MP -MF
.deps/libcommon_la-ushuffle.Tpo -c -o libcommon_la-ushuffle.lo `test -f
'ushuffle.c' || echo './'`ushuffle.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-ushuffle.lo -MD -MP -MF .deps/libcommon_la-ushuffle.Tpo -c
ushuffle.c -fPIC -DPIC -o .libs/libcommon_la-ushuffle.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-ushuffle.lo -MD -MP -MF .deps/libcommon_la-ushuffle.Tpo -c
ushuffle.c -o libcommon_la-ushuffle.o >/dev/null 2>&1
mv -f .deps/libcommon_la-ushuffle.Tpo .deps/libcommon_la-ushuffle.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-wiggle-reader.lo -MD -MP
-MF .deps/libcommon_la-wiggle-reader.Tpo -c -o
libcommon_la-wiggle-reader.lo `test -f 'wiggle-reader.c' || echo
'./'`wiggle-reader.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-wiggle-reader.lo -MD -MP -MF
.deps/libcommon_la-wiggle-reader.Tpo -c wiggle-reader.c -fPIC -DPIC -o
.libs/libcommon_la-wiggle-reader.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-wiggle-reader.lo -MD -MP -MF
.deps/libcommon_la-wiggle-reader.Tpo -c wiggle-reader.c -o
libcommon_la-wiggle-reader.o >/dev/null 2>&1
mv -f .deps/libcommon_la-wiggle-reader.Tpo
.deps/libcommon_la-wiggle-reader.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-write-mhmm.lo -MD -MP -MF
.deps/libcommon_la-write-mhmm.Tpo -c -o libcommon_la-write-mhmm.lo `test -f
'write-mhmm.c' || echo './'`write-mhmm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-write-mhmm.lo -MD -MP -MF .deps/libcommon_la-write-mhmm.Tpo -c
write-mhmm.c -fPIC -DPIC -o .libs/libcommon_la-write-mhmm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-write-mhmm.lo -MD -MP -MF .deps/libcommon_la-write-mhmm.Tpo -c
write-mhmm.c -o libcommon_la-write-mhmm.o >/dev/null 2>&1
mv -f .deps/libcommon_la-write-mhmm.Tpo .deps/libcommon_la-write-mhmm.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-xlate-in.lo -MD -MP -MF
.deps/libcommon_la-xlate-in.Tpo -c -o libcommon_la-xlate-in.lo `test -f
'xlate-in.c' || echo './'`xlate-in.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-xlate-in.lo -MD -MP -MF .deps/libcommon_la-xlate-in.Tpo -c
xlate-in.c -fPIC -DPIC -o .libs/libcommon_la-xlate-in.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-xlate-in.lo -MD -MP -MF .deps/libcommon_la-xlate-in.Tpo -c
xlate-in.c -o libcommon_la-xlate-in.o >/dev/null 2>&1
mv -f .deps/libcommon_la-xlate-in.Tpo .deps/libcommon_la-xlate-in.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-xml-out.lo -MD -MP -MF
.deps/libcommon_la-xml-out.Tpo -c -o libcommon_la-xml-out.lo `test -f
'xml-out.c' || echo './'`xml-out.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-xml-out.lo -MD -MP -MF .deps/libcommon_la-xml-out.Tpo -c
xml-out.c -fPIC -DPIC -o .libs/libcommon_la-xml-out.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-xml-out.lo -MD -MP -MF .deps/libcommon_la-xml-out.Tpo -c
xml-out.c -o libcommon_la-xml-out.o >/dev/null 2>&1
mv -f .deps/libcommon_la-xml-out.Tpo .deps/libcommon_la-xml-out.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-xml-util.lo -MD -MP -MF
.deps/libcommon_la-xml-util.Tpo -c -o libcommon_la-xml-util.lo `test -f
'xml-util.c' || echo './'`xml-util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-xml-util.lo -MD -MP -MF .deps/libcommon_la-xml-util.Tpo -c
xml-util.c -fPIC -DPIC -o .libs/libcommon_la-xml-util.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-xml-util.lo -MD -MP -MF .deps/libcommon_la-xml-util.Tpo -c
xml-util.c -o libcommon_la-xml-util.o >/dev/null 2>&1
mv -f .deps/libcommon_la-xml-util.Tpo .deps/libcommon_la-xml-util.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-inputmultiseq.lo -MD -MP
-MF .deps/libcommon_la-inputmultiseq.Tpo -c -o
libcommon_la-inputmultiseq.lo `test -f 'inputmultiseq.c' || echo
'./'`inputmultiseq.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-inputmultiseq.lo -MD -MP -MF
.deps/libcommon_la-inputmultiseq.Tpo -c inputmultiseq.c -fPIC -DPIC -o
.libs/libcommon_la-inputmultiseq.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-inputmultiseq.lo -MD -MP -MF
.deps/libcommon_la-inputmultiseq.Tpo -c inputmultiseq.c -o
libcommon_la-inputmultiseq.o >/dev/null 2>&1
mv -f .deps/libcommon_la-inputmultiseq.Tpo
.deps/libcommon_la-inputmultiseq.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-st_access.lo -MD -MP -MF
.deps/libcommon_la-st_access.Tpo -c -o libcommon_la-st_access.lo `test -f
'st_access.c' || echo './'`st_access.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_access.lo -MD -MP -MF .deps/libcommon_la-st_access.Tpo -c
st_access.c -fPIC -DPIC -o .libs/libcommon_la-st_access.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_access.lo -MD -MP -MF .deps/libcommon_la-st_access.Tpo -c
st_access.c -o libcommon_la-st_access.o >/dev/null 2>&1
mv -f .deps/libcommon_la-st_access.Tpo .deps/libcommon_la-st_access.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-st_construct.lo -MD -MP
-MF .deps/libcommon_la-st_construct.Tpo -c -o libcommon_la-st_construct.lo
`test -f 'st_construct.c' || echo './'`st_construct.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_construct.lo -MD -MP -MF
.deps/libcommon_la-st_construct.Tpo -c st_construct.c -fPIC -DPIC -o
.libs/libcommon_la-st_construct.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_construct.lo -MD -MP -MF
.deps/libcommon_la-st_construct.Tpo -c st_construct.c -o
libcommon_la-st_construct.o >/dev/null 2>&1
mv -f .deps/libcommon_la-st_construct.Tpo
.deps/libcommon_la-st_construct.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-st_dfs.lo -MD -MP -MF
.deps/libcommon_la-st_dfs.Tpo -c -o libcommon_la-st_dfs.lo `test -f
'st_dfs.c' || echo './'`st_dfs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_dfs.lo -MD -MP -MF .deps/libcommon_la-st_dfs.Tpo -c
st_dfs.c -fPIC -DPIC -o .libs/libcommon_la-st_dfs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_dfs.lo -MD -MP -MF .deps/libcommon_la-st_dfs.Tpo -c
st_dfs.c -o libcommon_la-st_dfs.o >/dev/null 2>&1
mv -f .deps/libcommon_la-st_dfs.Tpo .deps/libcommon_la-st_dfs.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-st_mapfile.lo -MD -MP -MF
.deps/libcommon_la-st_mapfile.Tpo -c -o libcommon_la-st_mapfile.lo `test -f
'st_mapfile.c' || echo './'`st_mapfile.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_mapfile.lo -MD -MP -MF .deps/libcommon_la-st_mapfile.Tpo -c
st_mapfile.c -fPIC -DPIC -o .libs/libcommon_la-st_mapfile.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_mapfile.lo -MD -MP -MF .deps/libcommon_la-st_mapfile.Tpo -c
st_mapfile.c -o libcommon_la-st_mapfile.o >/dev/null 2>&1
mv -f .deps/libcommon_la-st_mapfile.Tpo .deps/libcommon_la-st_mapfile.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-st_seterror.lo -MD -MP
-MF .deps/libcommon_la-st_seterror.Tpo -c -o libcommon_la-st_seterror.lo
`test -f 'st_seterror.c' || echo './'`st_seterror.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_seterror.lo -MD -MP -MF .deps/libcommon_la-st_seterror.Tpo
-c st_seterror.c -fPIC -DPIC -o .libs/libcommon_la-st_seterror.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_seterror.lo -MD -MP -MF .deps/libcommon_la-st_seterror.Tpo
-c st_seterror.c -o libcommon_la-st_seterror.o >/dev/null 2>&1
mv -f .deps/libcommon_la-st_seterror.Tpo .deps/libcommon_la-st_seterror.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-st_space.lo -MD -MP -MF
.deps/libcommon_la-st_space.Tpo -c -o libcommon_la-st_space.lo `test -f
'st_space.c' || echo './'`st_space.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_space.lo -MD -MP -MF .deps/libcommon_la-st_space.Tpo -c
st_space.c -fPIC -DPIC -o .libs/libcommon_la-st_space.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-st_space.lo -MD -MP -MF .deps/libcommon_la-st_space.Tpo -c
st_space.c -o libcommon_la-st_space.o >/dev/null 2>&1
mv -f .deps/libcommon_la-st_space.Tpo .deps/libcommon_la-st_space.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -fno-strict-aliasing -I../src/libxml2/include -I../src/
-DSTREEHUGE -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -MT libcommon_la-banner.lo -MD -MP -MF
.deps/libcommon_la-banner.Tpo -c -o libcommon_la-banner.lo `test -f
'banner.c' || echo './'`banner.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-banner.lo -MD -MP -MF .deps/libcommon_la-banner.Tpo -c
banner.c -fPIC -DPIC -o .libs/libcommon_la-banner.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
libcommon_la-banner.lo -MD -MP -MF .deps/libcommon_la-banner.Tpo -c
banner.c -o libcommon_la-banner.o >/dev/null 2>&1
mv -f .deps/libcommon_la-banner.Tpo .deps/libcommon_la-banner.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -fno-strict-aliasing
-I../src/libxml2/include -I../src/ -DSTREEHUGE -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o libcommon.la
libcommon_la-alignment.lo libcommon_la-alph-in.lo libcommon_la-alphabet.lo
libcommon_la-array.lo libcommon_la-array-list.lo libcommon_la-bates.lo
libcommon_la-bed.lo libcommon_la-bed-io.lo libcommon_la-binary-search.lo
libcommon_la-binomial.lo libcommon_la-build-hmm.lo libcommon_la-buffer.lo
libcommon_la-ceqlogo.lo libcommon_la-cisml.lo libcommon_la-cisml-sax.lo
libcommon_la-clustalw-io.lo libcommon_la-dp.lo libcommon_la-dreme-sax.lo
libcommon_la-eps2png.lo libcommon_la-empirical-qvalue.lo
libcommon_la-evomodel.lo libcommon_la-fasta-io.lo
libcommon_la-fasta-get-markov.lo libcommon_la-fitevd.lo
libcommon_la-gendb.lo libcommon_la-gtf.lo libcommon_la-gtf-io.lo
libcommon_la-hash_table.lo libcommon_la-heap.lo libcommon_la-html-data.lo
libcommon_la-html-monolith.lo libcommon_la-io.lo
libcommon_la-json-checker.lo libcommon_la-json-reader.lo
libcommon_la-json-writer.lo libcommon_la-karlin.lo
libcommon_la-linked-list.lo libcommon_la-log-hmm.lo
libcommon_la-log_erfc.lo libcommon_la-logodds.lo libcommon_la-mast-util.lo
libcommon_la-match.lo libcommon_la-matrix.lo libcommon_la-mcast-match.lo
libcommon_la-meme-sax.lo libcommon_la-metameme.lo libcommon_la-mhmm.lo
libcommon_la-mhmms.lo libcommon_la-mhmmscan.lo libcommon_la-mhmm-state.lo
libcommon_la-momo-algorithm.lo libcommon_la-momo-input.lo
libcommon_la-momo-modl.lo libcommon_la-momo-motifx.lo
libcommon_la-momo-output.lo libcommon_la-momo-simple.lo
libcommon_la-motif.lo libcommon_la-motif-db.lo libcommon_la-motif-in.lo
libcommon_la-motif-in-common.lo libcommon_la-motif-in-dreme-xml.lo
libcommon_la-motif-in-meme-html.lo libcommon_la-motif-in-meme-json.lo
libcommon_la-motif-in-meme-text.lo libcommon_la-motif-in-meme-xml.lo
libcommon_la-motif-in-streme-xml.lo libcommon_la-motif_regexp.lo
libcommon_la-motiph-scoring.lo libcommon_la-mtwist.lo
libcommon_la-object-list.lo libcommon_la-order.lo
libcommon_la-data-block.lo libcommon_la-data-block-reader.lo
libcommon_la-parser-message.lo libcommon_la-prealigned-io.lo
libcommon_la-prior-reader-from-psp.lo libcommon_la-prior-reader-from-wig.lo
libcommon_la-prior-dist.lo libcommon_la-pssm.lo libcommon_la-pssm-distr.lo
libcommon_la-qvalue.lo libcommon_la-random-variate.lo
libcommon_la-ranksum_test.lo libcommon_la-rdb-matrix.lo
libcommon_la-read-mhmm.lo libcommon_la-read_sequence.lo
libcommon_la-red-black-tree.lo libcommon_la-regex-utils.lo
libcommon_la-regress.lo libcommon_la-reservoir.lo
libcommon_la-sax-parser-utils.lo libcommon_la-scanned-sequence.lo
libcommon_la-scored-sites.lo libcommon_la-seq.lo
libcommon_la-seq-reader-from-fasta.lo libcommon_la-simple-getopt.lo
libcommon_la-spearman-rank-correlation.lo libcommon_la-streme-sax.lo
libcommon_la-streme-utils.lo libcommon_la-string-builder.lo
libcommon_la-string-list.lo libcommon_la-string-match.lo
libcommon_la-subst-matrix.lo libcommon_la-substmatrix-table.lo
libcommon_la-transfac.lo libcommon_la-tree.lo libcommon_la-utils.lo
libcommon_la-ushuffle.lo libcommon_la-wiggle-reader.lo
libcommon_la-write-mhmm.lo libcommon_la-xlate-in.lo libcommon_la-xml-out.lo
libcommon_la-xml-util.lo libcommon_la-inputmultiseq.lo
libcommon_la-st_access.lo libcommon_la-st_construct.lo
libcommon_la-st_dfs.lo libcommon_la-st_mapfile.lo
libcommon_la-st_seterror.lo libcommon_la-st_space.lo libcommon_la-banner.lo
../src/libxml2/libxml2.la ../src/libxslt/libxslt.la -lm -lmpi -lz -lm
libtool: link: (cd .libs/libcommon.lax/libxml2.a && ar x
"/home/yifeng/bin/meme-5.3.2/src/../src/libxml2/.libs/libxml2.a")
libtool: link: (cd .libs/libcommon.lax/libxslt.a && ar x
"/home/yifeng/bin/meme-5.3.2/src/../src/libxslt/.libs/libxslt.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-HTMLparser.o
.libs/libcommon.lax/lt1-libxml2_la-HTMLparser.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-HTMLparser.o
.libs/libcommon.lax/lt1-libxml2_la-HTMLparser.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-HTMLtree.o
.libs/libcommon.lax/lt2-libxml2_la-HTMLtree.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-HTMLtree.o
.libs/libcommon.lax/lt2-libxml2_la-HTMLtree.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-SAX2.o
.libs/libcommon.lax/lt3-libxml2_la-SAX2.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-SAX2.o
.libs/libcommon.lax/lt3-libxml2_la-SAX2.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-chvalid.o
.libs/libcommon.lax/lt4-libxml2_la-chvalid.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-chvalid.o
.libs/libcommon.lax/lt4-libxml2_la-chvalid.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-debugXML.o
.libs/libcommon.lax/lt5-libxml2_la-debugXML.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-debugXML.o
.libs/libcommon.lax/lt5-libxml2_la-debugXML.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-dict.o
.libs/libcommon.lax/lt6-libxml2_la-dict.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-dict.o
.libs/libcommon.lax/lt6-libxml2_la-dict.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-encoding.o
.libs/libcommon.lax/lt7-libxml2_la-encoding.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-encoding.o
.libs/libcommon.lax/lt7-libxml2_la-encoding.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-entities.o
.libs/libcommon.lax/lt8-libxml2_la-entities.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-entities.o
.libs/libcommon.lax/lt8-libxml2_la-entities.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-error.o
.libs/libcommon.lax/lt9-libxml2_la-error.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-error.o
.libs/libcommon.lax/lt9-libxml2_la-error.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-globals.o
.libs/libcommon.lax/lt10-libxml2_la-globals.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-globals.o
.libs/libcommon.lax/lt10-libxml2_la-globals.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-hash.o
.libs/libcommon.lax/lt11-libxml2_la-hash.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-hash.o
.libs/libcommon.lax/lt11-libxml2_la-hash.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-list.o
.libs/libcommon.lax/lt12-libxml2_la-list.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-list.o
.libs/libcommon.lax/lt12-libxml2_la-list.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-parser.o
.libs/libcommon.lax/lt13-libxml2_la-parser.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-parser.o
.libs/libcommon.lax/lt13-libxml2_la-parser.o
libtool: link: ln
.libs/libcommon.lax/libxslt.a/libxml2_la-parserInternals.o
.libs/libcommon.lax/lt14-libxml2_la-parserInternals.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-parserInternals.o
.libs/libcommon.lax/lt14-libxml2_la-parserInternals.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-pattern.o
.libs/libcommon.lax/lt15-libxml2_la-pattern.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-pattern.o
.libs/libcommon.lax/lt15-libxml2_la-pattern.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-relaxng.o
.libs/libcommon.lax/lt16-libxml2_la-relaxng.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-relaxng.o
.libs/libcommon.lax/lt16-libxml2_la-relaxng.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-threads.o
.libs/libcommon.lax/lt17-libxml2_la-threads.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-threads.o
.libs/libcommon.lax/lt17-libxml2_la-threads.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-tree.o
.libs/libcommon.lax/lt18-libxml2_la-tree.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-tree.o
.libs/libcommon.lax/lt18-libxml2_la-tree.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-uri.o
.libs/libcommon.lax/lt19-libxml2_la-uri.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-uri.o
.libs/libcommon.lax/lt19-libxml2_la-uri.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-valid.o
.libs/libcommon.lax/lt20-libxml2_la-valid.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-valid.o
.libs/libcommon.lax/lt20-libxml2_la-valid.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-xmlIO.o
.libs/libcommon.lax/lt21-libxml2_la-xmlIO.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-xmlIO.o
.libs/libcommon.lax/lt21-libxml2_la-xmlIO.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-xmlmemory.o
.libs/libcommon.lax/lt22-libxml2_la-xmlmemory.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-xmlmemory.o
.libs/libcommon.lax/lt22-libxml2_la-xmlmemory.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-xmlreader.o
.libs/libcommon.lax/lt23-libxml2_la-xmlreader.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-xmlreader.o
.libs/libcommon.lax/lt23-libxml2_la-xmlreader.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-xmlregexp.o
.libs/libcommon.lax/lt24-libxml2_la-xmlregexp.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-xmlregexp.o
.libs/libcommon.lax/lt24-libxml2_la-xmlregexp.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-xmlsave.o
.libs/libcommon.lax/lt25-libxml2_la-xmlsave.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-xmlsave.o
.libs/libcommon.lax/lt25-libxml2_la-xmlsave.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-xmlschemas.o
.libs/libcommon.lax/lt26-libxml2_la-xmlschemas.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-xmlschemas.o
.libs/libcommon.lax/lt26-libxml2_la-xmlschemas.o
libtool: link: ln
.libs/libcommon.lax/libxslt.a/libxml2_la-xmlschemastypes.o
.libs/libcommon.lax/lt27-libxml2_la-xmlschemastypes.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-xmlschemastypes.o
.libs/libcommon.lax/lt27-libxml2_la-xmlschemastypes.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-xmlstring.o
.libs/libcommon.lax/lt28-libxml2_la-xmlstring.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-xmlstring.o
.libs/libcommon.lax/lt28-libxml2_la-xmlstring.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-xmlunicode.o
.libs/libcommon.lax/lt29-libxml2_la-xmlunicode.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-xmlunicode.o
.libs/libcommon.lax/lt29-libxml2_la-xmlunicode.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-xmlwriter.o
.libs/libcommon.lax/lt30-libxml2_la-xmlwriter.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-xmlwriter.o
.libs/libcommon.lax/lt30-libxml2_la-xmlwriter.o
libtool: link: ln .libs/libcommon.lax/libxslt.a/libxml2_la-xpath.o
.libs/libcommon.lax/lt31-libxml2_la-xpath.o || cp
.libs/libcommon.lax/libxslt.a/libxml2_la-xpath.o
.libs/libcommon.lax/lt31-libxml2_la-xpath.o
libtool: link: ar cru .libs/libcommon.a .libs/libcommon_la-alignment.o
.libs/libcommon_la-alph-in.o .libs/libcommon_la-alphabet.o
.libs/libcommon_la-array.o .libs/libcommon_la-array-list.o
.libs/libcommon_la-bates.o .libs/libcommon_la-bed.o
.libs/libcommon_la-bed-io.o .libs/libcommon_la-binary-search.o
.libs/libcommon_la-binomial.o .libs/libcommon_la-build-hmm.o
.libs/libcommon_la-buffer.o .libs/libcommon_la-ceqlogo.o
.libs/libcommon_la-cisml.o .libs/libcommon_la-cisml-sax.o
.libs/libcommon_la-clustalw-io.o .libs/libcommon_la-dp.o
.libs/libcommon_la-dreme-sax.o .libs/libcommon_la-eps2png.o
.libs/libcommon_la-empirical-qvalue.o .libs/libcommon_la-evomodel.o
.libs/libcommon_la-fasta-io.o .libs/libcommon_la-fasta-get-markov.o
.libs/libcommon_la-fitevd.o .libs/libcommon_la-gendb.o
.libs/libcommon_la-gtf.o .libs/libcommon_la-gtf-io.o
.libs/libcommon_la-hash_table.o .libs/libcommon_la-heap.o
.libs/libcommon_la-html-data.o .libs/libcommon_la-html-monolith.o
.libs/libcommon_la-io.o .libs/libcommon_la-json-checker.o
.libs/libcommon_la-json-reader.o .libs/libcommon_la-json-writer.o
.libs/libcommon_la-karlin.o .libs/libcommon_la-linked-list.o
.libs/libcommon_la-log-hmm.o .libs/libcommon_la-log_erfc.o
.libs/libcommon_la-logodds.o .libs/libcommon_la-mast-util.o
.libs/libcommon_la-match.o .libs/libcommon_la-matrix.o
.libs/libcommon_la-mcast-match.o .libs/libcommon_la-meme-sax.o
.libs/libcommon_la-metameme.o .libs/libcommon_la-mhmm.o
.libs/libcommon_la-mhmms.o .libs/libcommon_la-mhmmscan.o
.libs/libcommon_la-mhmm-state.o .libs/libcommon_la-momo-algorithm.o
.libs/libcommon_la-momo-input.o .libs/libcommon_la-momo-modl.o
.libs/libcommon_la-momo-motifx.o .libs/libcommon_la-momo-output.o
.libs/libcommon_la-momo-simple.o .libs/libcommon_la-motif.o
.libs/libcommon_la-motif-db.o .libs/libcommon_la-motif-in.o
.libs/libcommon_la-motif-in-common.o
.libs/libcommon_la-motif-in-dreme-xml.o
.libs/libcommon_la-motif-in-meme-html.o
.libs/libcommon_la-motif-in-meme-json.o
.libs/libcommon_la-motif-in-meme-text.o
.libs/libcommon_la-motif-in-meme-xml.o
.libs/libcommon_la-motif-in-streme-xml.o .libs/libcommon_la-motif_regexp.o
.libs/libcommon_la-motiph-scoring.o .libs/libcommon_la-mtwist.o
.libs/libcommon_la-object-list.o .libs/libcommon_la-order.o
.libs/libcommon_la-data-block.o .libs/libcommon_la-data-block-reader.o
.libs/libcommon_la-parser-message.o .libs/libcommon_la-prealigned-io.o
.libs/libcommon_la-prior-reader-from-psp.o
.libs/libcommon_la-prior-reader-from-wig.o .libs/libcommon_la-prior-dist.o
.libs/libcommon_la-pssm.o .libs/libcommon_la-pssm-distr.o
.libs/libcommon_la-qvalue.o .libs/libcommon_la-random-variate.o
.libs/libcommon_la-ranksum_test.o .libs/libcommon_la-rdb-matrix.o
.libs/libcommon_la-read-mhmm.o .libs/libcommon_la-read_sequence.o
.libs/libcommon_la-red-black-tree.o .libs/libcommon_la-regex-utils.o
.libs/libcommon_la-regress.o .libs/libcommon_la-reservoir.o
.libs/libcommon_la-sax-parser-utils.o .libs/libcommon_la-scanned-sequence.o
.libs/libcommon_la-scored-sites.o .libs/libcommon_la-seq.o
.libs/libcommon_la-seq-reader-from-fasta.o
.libs/libcommon_la-simple-getopt.o
.libs/libcommon_la-spearman-rank-correlation.o
.libs/libcommon_la-streme-sax.o .libs/libcommon_la-streme-utils.o
.libs/libcommon_la-string-builder.o .libs/libcommon_la-string-list.o
.libs/libcommon_la-string-match.o .libs/libcommon_la-subst-matrix.o
.libs/libcommon_la-substmatrix-table.o .libs/libcommon_la-transfac.o
.libs/libcommon_la-tree.o .libs/libcommon_la-utils.o
.libs/libcommon_la-ushuffle.o .libs/libcommon_la-wiggle-reader.o
.libs/libcommon_la-write-mhmm.o .libs/libcommon_la-xlate-in.o
.libs/libcommon_la-xml-out.o .libs/libcommon_la-xml-util.o
.libs/libcommon_la-inputmultiseq.o .libs/libcommon_la-st_access.o
.libs/libcommon_la-st_construct.o .libs/libcommon_la-st_dfs.o
.libs/libcommon_la-st_mapfile.o .libs/libcommon_la-st_seterror.o
.libs/libcommon_la-st_space.o .libs/libcommon_la-banner.o
.libs/libcommon.lax/libxml2.a/libxml2_la-HTMLparser.o
.libs/libcommon.lax/libxml2.a/libxml2_la-HTMLtree.o
.libs/libcommon.lax/libxml2.a/libxml2_la-SAX2.o
.libs/libcommon.lax/libxml2.a/libxml2_la-chvalid.o
.libs/libcommon.lax/libxml2.a/libxml2_la-debugXML.o
.libs/libcommon.lax/libxml2.a/libxml2_la-dict.o
.libs/libcommon.lax/libxml2.a/libxml2_la-encoding.o
.libs/libcommon.lax/libxml2.a/libxml2_la-entities.o
.libs/libcommon.lax/libxml2.a/libxml2_la-error.o
.libs/libcommon.lax/libxml2.a/libxml2_la-globals.o
.libs/libcommon.lax/libxml2.a/libxml2_la-hash.o
.libs/libcommon.lax/libxml2.a/libxml2_la-list.o
.libs/libcommon.lax/libxml2.a/libxml2_la-parser.o
.libs/libcommon.lax/libxml2.a/libxml2_la-parserInternals.o
.libs/libcommon.lax/libxml2.a/libxml2_la-pattern.o
.libs/libcommon.lax/libxml2.a/libxml2_la-relaxng.o
.libs/libcommon.lax/libxml2.a/libxml2_la-threads.o
.libs/libcommon.lax/libxml2.a/libxml2_la-tree.o
.libs/libcommon.lax/libxml2.a/libxml2_la-uri.o
.libs/libcommon.lax/libxml2.a/libxml2_la-valid.o
.libs/libcommon.lax/libxml2.a/libxml2_la-xmlIO.o
.libs/libcommon.lax/libxml2.a/libxml2_la-xmlmemory.o
.libs/libcommon.lax/libxml2.a/libxml2_la-xmlreader.o
.libs/libcommon.lax/libxml2.a/libxml2_la-xmlregexp.o
.libs/libcommon.lax/libxml2.a/libxml2_la-xmlsave.o
.libs/libcommon.lax/libxml2.a/libxml2_la-xmlschemas.o
.libs/libcommon.lax/libxml2.a/libxml2_la-xmlschemastypes.o
.libs/libcommon.lax/libxml2.a/libxml2_la-xmlstring.o
.libs/libcommon.lax/libxml2.a/libxml2_la-xmlunicode.o
.libs/libcommon.lax/libxml2.a/libxml2_la-xmlwriter.o
.libs/libcommon.lax/libxml2.a/libxml2_la-xpath.o
.libs/libcommon.lax/lt1-libxml2_la-HTMLparser.o
.libs/libcommon.lax/lt2-libxml2_la-HTMLtree.o
.libs/libcommon.lax/lt3-libxml2_la-SAX2.o
.libs/libcommon.lax/lt4-libxml2_la-chvalid.o
.libs/libcommon.lax/lt5-libxml2_la-debugXML.o
.libs/libcommon.lax/lt6-libxml2_la-dict.o
.libs/libcommon.lax/lt7-libxml2_la-encoding.o
.libs/libcommon.lax/lt8-libxml2_la-entities.o
.libs/libcommon.lax/lt9-libxml2_la-error.o
.libs/libcommon.lax/lt10-libxml2_la-globals.o
.libs/libcommon.lax/lt11-libxml2_la-hash.o
.libs/libcommon.lax/lt12-libxml2_la-list.o
.libs/libcommon.lax/lt13-libxml2_la-parser.o
.libs/libcommon.lax/lt14-libxml2_la-parserInternals.o
.libs/libcommon.lax/lt15-libxml2_la-pattern.o
.libs/libcommon.lax/lt16-libxml2_la-relaxng.o
.libs/libcommon.lax/lt17-libxml2_la-threads.o
.libs/libcommon.lax/lt18-libxml2_la-tree.o
.libs/libcommon.lax/lt19-libxml2_la-uri.o
.libs/libcommon.lax/lt20-libxml2_la-valid.o
.libs/libcommon.lax/lt21-libxml2_la-xmlIO.o
.libs/libcommon.lax/lt22-libxml2_la-xmlmemory.o
.libs/libcommon.lax/lt23-libxml2_la-xmlreader.o
.libs/libcommon.lax/lt24-libxml2_la-xmlregexp.o
.libs/libcommon.lax/lt25-libxml2_la-xmlsave.o
.libs/libcommon.lax/lt26-libxml2_la-xmlschemas.o
.libs/libcommon.lax/lt27-libxml2_la-xmlschemastypes.o
.libs/libcommon.lax/lt28-libxml2_la-xmlstring.o
.libs/libcommon.lax/lt29-libxml2_la-xmlunicode.o
.libs/libcommon.lax/lt30-libxml2_la-xmlwriter.o
.libs/libcommon.lax/lt31-libxml2_la-xpath.o
.libs/libcommon.lax/libxslt.a/libxslt_la-attributes.o
.libs/libcommon.lax/libxslt.a/libxslt_la-attrvt.o
.libs/libcommon.lax/libxslt.a/libxslt_la-documents.o
.libs/libcommon.lax/libxslt.a/libxslt_la-extensions.o
.libs/libcommon.lax/libxslt.a/libxslt_la-extra.o
.libs/libcommon.lax/libxslt.a/libxslt_la-functions.o
.libs/libcommon.lax/libxslt.a/libxslt_la-imports.o
.libs/libcommon.lax/libxslt.a/libxslt_la-keys.o
.libs/libcommon.lax/libxslt.a/libxslt_la-namespaces.o
.libs/libcommon.lax/libxslt.a/libxslt_la-numbers.o
.libs/libcommon.lax/libxslt.a/libxslt_la-pattern.o
.libs/libcommon.lax/libxslt.a/libxslt_la-preproc.o
.libs/libcommon.lax/libxslt.a/libxslt_la-security.o
.libs/libcommon.lax/libxslt.a/libxslt_la-templates.o
.libs/libcommon.lax/libxslt.a/libxslt_la-transform.o
.libs/libcommon.lax/libxslt.a/libxslt_la-variables.o
.libs/libcommon.lax/libxslt.a/libxslt_la-xslt.o
.libs/libcommon.lax/libxslt.a/libxslt_la-xsltlocale.o
.libs/libcommon.lax/libxslt.a/libxslt_la-xsltutils.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcommon.a
libtool: link: rm -fr .libs/libcommon.lax .libs/libcommon.lax
libtool: link: ( cd ".libs" && rm -f "libcommon.la" && ln -s
"../libcommon.la" "libcommon.la" )
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN
-I../src/libxml2/include -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o ame ame-ame.o ame-ramen_scan.o
ame-fisher_exact.o libcommon.la ../src/libxml2/libxml2.la -lm -lmpi -lz
-lm
libtool: link: gcc -DMAIN -I../src/libxml2/include -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o ame ame-ame.o
ame-ramen_scan.o ame-fisher_exact.o ./.libs/libcommon.a
../src/libxml2/.libs/libxml2.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
centrimo-centrimo.o -MD -MP -MF .deps/centrimo-centrimo.Tpo -c -o
centrimo-centrimo.o `test -f 'centrimo.c' || echo './'`centrimo.c
mv -f .deps/centrimo-centrimo.Tpo .deps/centrimo-centrimo.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
centrimo-fisher_exact.o -MD -MP -MF .deps/centrimo-fisher_exact.Tpo -c -o
centrimo-fisher_exact.o `test -f 'fisher_exact.c' || echo
'./'`fisher_exact.c
mv -f .deps/centrimo-fisher_exact.Tpo .deps/centrimo-fisher_exact.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -o centrimo centrimo-centrimo.o centrimo-fisher_exact.o libcommon.la
../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: gcc -I../src/libxml2/include -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o centrimo
centrimo-centrimo.o centrimo-fisher_exact.o ./.libs/libcommon.a
../src/libxml2/.libs/libxml2.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DSTREEHUGE -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT enr-enr.o -MD -MP -MF .deps/enr-enr.Tpo -c -o enr-enr.o `test -f
'enr.c' || echo './'`enr.c
mv -f .deps/enr-enr.Tpo .deps/enr-enr.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DSTREEHUGE -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT enr-fisher_exact.o -MD -MP -MF .deps/enr-fisher_exact.Tpo -c -o
enr-fisher_exact.o `test -f 'fisher_exact.c' || echo './'`fisher_exact.c
mv -f .deps/enr-fisher_exact.Tpo .deps/enr-fisher_exact.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DSTREEHUGE
-I../src/libxml2/include -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o enr enr-enr.o enr-fisher_exact.o
libcommon.la ../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: gcc -DSTREEHUGE -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o enr
enr-enr.o enr-fisher_exact.o ./.libs/libcommon.a
../src/libxml2/.libs/libxml2.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
fimo-fimo.o -MD -MP -MF .deps/fimo-fimo.Tpo -c -o fimo-fimo.o `test -f
'fimo.c' || echo './'`fimo.c
mv -f .deps/fimo-fimo.Tpo .deps/fimo-fimo.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
fimo-fimo-output.o -MD -MP -MF .deps/fimo-fimo-output.Tpo -c -o
fimo-fimo-output.o `test -f 'fimo-output.c' || echo './'`fimo-output.c
mv -f .deps/fimo-fimo-output.Tpo .deps/fimo-fimo-output.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -o fimo fimo-fimo.o fimo-fimo-output.o libcommon.la
../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: gcc -I../src/libxml2/include -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o fimo fimo-fimo.o
fimo-fimo-output.o ./.libs/libcommon.a ../src/libxml2/.libs/libxml2.a
-lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_alphabet.o -MD -MP
-MF .deps/glam2-glam2_alphabet.Tpo -c -o glam2-glam2_alphabet.o `test -f
'glam2_alphabet.c' || echo './'`glam2_alphabet.c
mv -f .deps/glam2-glam2_alphabet.Tpo .deps/glam2-glam2_alphabet.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_args.o -MD -MP -MF
.deps/glam2-glam2_args.Tpo -c -o glam2-glam2_args.o `test -f 'glam2_args.c'
|| echo './'`glam2_args.c
mv -f .deps/glam2-glam2_args.Tpo .deps/glam2-glam2_args.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_column_sample.o -MD
-MP -MF .deps/glam2-glam2_column_sample.Tpo -c -o
glam2-glam2_column_sample.o `test -f 'glam2_column_sample.c' || echo
'./'`glam2_column_sample.c
mv -f .deps/glam2-glam2_column_sample.Tpo .deps/glam2-glam2_column_sample.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_dirichlet.o -MD -MP
-MF .deps/glam2-glam2_dirichlet.Tpo -c -o glam2-glam2_dirichlet.o `test -f
'glam2_dirichlet.c' || echo './'`glam2_dirichlet.c
mv -f .deps/glam2-glam2_dirichlet.Tpo .deps/glam2-glam2_dirichlet.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_dna_prior.o -MD -MP
-MF .deps/glam2-glam2_dna_prior.Tpo -c -o glam2-glam2_dna_prior.o `test -f
'glam2_dna_prior.c' || echo './'`glam2_dna_prior.c
mv -f .deps/glam2-glam2_dna_prior.Tpo .deps/glam2-glam2_dna_prior.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_fasta.o -MD -MP -MF
.deps/glam2-glam2_fasta.Tpo -c -o glam2-glam2_fasta.o `test -f
'glam2_fasta.c' || echo './'`glam2_fasta.c
mv -f .deps/glam2-glam2_fasta.Tpo .deps/glam2-glam2_fasta.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_glam2.o -MD -MP -MF
.deps/glam2-glam2_glam2.Tpo -c -o glam2-glam2_glam2.o `test -f
'glam2_glam2.c' || echo './'`glam2_glam2.c
mv -f .deps/glam2-glam2_glam2.Tpo .deps/glam2-glam2_glam2.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_glam2_aln.o -MD -MP
-MF .deps/glam2-glam2_glam2_aln.Tpo -c -o glam2-glam2_glam2_aln.o `test -f
'glam2_glam2_aln.c' || echo './'`glam2_glam2_aln.c
mv -f .deps/glam2-glam2_glam2_aln.Tpo .deps/glam2-glam2_glam2_aln.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_init.o -MD -MP -MF
.deps/glam2-glam2_init.Tpo -c -o glam2-glam2_init.o `test -f 'glam2_init.c'
|| echo './'`glam2_init.c
mv -f .deps/glam2-glam2_init.Tpo .deps/glam2-glam2_init.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_output.o -MD -MP
-MF .deps/glam2-glam2_output.Tpo -c -o glam2-glam2_output.o `test -f
'glam2_output.c' || echo './'`glam2_output.c
mv -f .deps/glam2-glam2_output.Tpo .deps/glam2-glam2_output.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_recode3_20comp.o
-MD -MP -MF .deps/glam2-glam2_recode3_20comp.Tpo -c -o
glam2-glam2_recode3_20comp.o `test -f 'glam2_recode3_20comp.c' || echo
'./'`glam2_recode3_20comp.c
mv -f .deps/glam2-glam2_recode3_20comp.Tpo
.deps/glam2-glam2_recode3_20comp.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_site_sample.o -MD
-MP -MF .deps/glam2-glam2_site_sample.Tpo -c -o glam2-glam2_site_sample.o
`test -f 'glam2_site_sample.c' || echo './'`glam2_site_sample.c
mv -f .deps/glam2-glam2_site_sample.Tpo .deps/glam2-glam2_site_sample.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2-glam2_util.o -MD -MP -MF
.deps/glam2-glam2_util.Tpo -c -o glam2-glam2_util.o `test -f 'glam2_util.c'
|| echo './'`glam2_util.c
mv -f .deps/glam2-glam2_util.Tpo .deps/glam2-glam2_util.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o glam2
glam2-glam2_alphabet.o glam2-glam2_args.o glam2-glam2_column_sample.o
glam2-glam2_dirichlet.o glam2-glam2_dna_prior.o glam2-glam2_fasta.o
glam2-glam2_glam2.o glam2-glam2_glam2_aln.o glam2-glam2_init.o
glam2-glam2_output.o glam2-glam2_recode3_20comp.o glam2-glam2_site_sample.o
glam2-glam2_util.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o glam2 glam2-glam2_alphabet.o
glam2-glam2_args.o glam2-glam2_column_sample.o glam2-glam2_dirichlet.o
glam2-glam2_dna_prior.o glam2-glam2_fasta.o glam2-glam2_glam2.o
glam2-glam2_glam2_aln.o glam2-glam2_init.o glam2-glam2_output.o
glam2-glam2_recode3_20comp.o glam2-glam2_site_sample.o glam2-glam2_util.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_alignment.o -MD
-MP -MF .deps/glam2scan-glam2_alignment.Tpo -c -o
glam2scan-glam2_alignment.o `test -f 'glam2_alignment.c' || echo
'./'`glam2_alignment.c
mv -f .deps/glam2scan-glam2_alignment.Tpo .deps/glam2scan-glam2_alignment.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_alphabet.o -MD
-MP -MF .deps/glam2scan-glam2_alphabet.Tpo -c -o glam2scan-glam2_alphabet.o
`test -f 'glam2_alphabet.c' || echo './'`glam2_alphabet.c
mv -f .deps/glam2scan-glam2_alphabet.Tpo .deps/glam2scan-glam2_alphabet.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_dna_prior.o -MD
-MP -MF .deps/glam2scan-glam2_dna_prior.Tpo -c -o
glam2scan-glam2_dna_prior.o `test -f 'glam2_dna_prior.c' || echo
'./'`glam2_dna_prior.c
mv -f .deps/glam2scan-glam2_dna_prior.Tpo .deps/glam2scan-glam2_dna_prior.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_fasta.o -MD -MP
-MF .deps/glam2scan-glam2_fasta.Tpo -c -o glam2scan-glam2_fasta.o `test -f
'glam2_fasta.c' || echo './'`glam2_fasta.c
mv -f .deps/glam2scan-glam2_fasta.Tpo .deps/glam2scan-glam2_fasta.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_dirichlet.o -MD
-MP -MF .deps/glam2scan-glam2_dirichlet.Tpo -c -o
glam2scan-glam2_dirichlet.o `test -f 'glam2_dirichlet.c' || echo
'./'`glam2_dirichlet.c
mv -f .deps/glam2scan-glam2_dirichlet.Tpo .deps/glam2scan-glam2_dirichlet.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_heap.o -MD -MP
-MF .deps/glam2scan-glam2_heap.Tpo -c -o glam2scan-glam2_heap.o `test -f
'glam2_heap.c' || echo './'`glam2_heap.c
mv -f .deps/glam2scan-glam2_heap.Tpo .deps/glam2scan-glam2_heap.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_motif.o -MD -MP
-MF .deps/glam2scan-glam2_motif.Tpo -c -o glam2scan-glam2_motif.o `test -f
'glam2_motif.c' || echo './'`glam2_motif.c
mv -f .deps/glam2scan-glam2_motif.Tpo .deps/glam2scan-glam2_motif.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_scan.o -MD -MP
-MF .deps/glam2scan-glam2_scan.Tpo -c -o glam2scan-glam2_scan.o `test -f
'glam2_scan.c' || echo './'`glam2_scan.c
mv -f .deps/glam2scan-glam2_scan.Tpo .deps/glam2scan-glam2_scan.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_scan_args.o -MD
-MP -MF .deps/glam2scan-glam2_scan_args.Tpo -c -o
glam2scan-glam2_scan_args.o `test -f 'glam2_scan_args.c' || echo
'./'`glam2_scan_args.c
mv -f .deps/glam2scan-glam2_scan_args.Tpo .deps/glam2scan-glam2_scan_args.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_scan_init.o -MD
-MP -MF .deps/glam2scan-glam2_scan_init.Tpo -c -o
glam2scan-glam2_scan_init.o `test -f 'glam2_scan_init.c' || echo
'./'`glam2_scan_init.c
mv -f .deps/glam2scan-glam2_scan_init.Tpo .deps/glam2scan-glam2_scan_init.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_scan_output.o
-MD -MP -MF .deps/glam2scan-glam2_scan_output.Tpo -c -o
glam2scan-glam2_scan_output.o `test -f 'glam2_scan_output.c' || echo
'./'`glam2_scan_output.c
mv -f .deps/glam2scan-glam2_scan_output.Tpo
.deps/glam2scan-glam2_scan_output.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
glam2scan-glam2_recode3_20comp.o -MD -MP -MF
.deps/glam2scan-glam2_recode3_20comp.Tpo -c -o
glam2scan-glam2_recode3_20comp.o `test -f 'glam2_recode3_20comp.c' || echo
'./'`glam2_recode3_20comp.c
mv -f .deps/glam2scan-glam2_recode3_20comp.Tpo
.deps/glam2scan-glam2_recode3_20comp.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2scan-glam2_util.o -MD -MP
-MF .deps/glam2scan-glam2_util.Tpo -c -o glam2scan-glam2_util.o `test -f
'glam2_util.c' || echo './'`glam2_util.c
mv -f .deps/glam2scan-glam2_util.Tpo .deps/glam2scan-glam2_util.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o glam2scan
glam2scan-glam2_alignment.o glam2scan-glam2_alphabet.o
glam2scan-glam2_dna_prior.o glam2scan-glam2_fasta.o
glam2scan-glam2_dirichlet.o glam2scan-glam2_heap.o glam2scan-glam2_motif.o
glam2scan-glam2_scan.o glam2scan-glam2_scan_args.o
glam2scan-glam2_scan_init.o glam2scan-glam2_scan_output.o
glam2scan-glam2_recode3_20comp.o glam2scan-glam2_util.o libcommon.la -lmpi
-lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o glam2scan glam2scan-glam2_alignment.o
glam2scan-glam2_alphabet.o glam2scan-glam2_dna_prior.o
glam2scan-glam2_fasta.o glam2scan-glam2_dirichlet.o glam2scan-glam2_heap.o
glam2scan-glam2_motif.o glam2scan-glam2_scan.o glam2scan-glam2_scan_args.o
glam2scan-glam2_scan_init.o glam2scan-glam2_scan_output.o
glam2scan-glam2_recode3_20comp.o glam2scan-glam2_util.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -I../src/
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT gomo-gomo.o -MD -MP -MF .deps/gomo-gomo.Tpo -c -o gomo-gomo.o
`test -f 'gomo.c' || echo './'`gomo.c
mv -f .deps/gomo-gomo.Tpo .deps/gomo-gomo.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -I../src/
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT gomo-gomo_highlight.o -MD -MP -MF .deps/gomo-gomo_highlight.Tpo -c
-o gomo-gomo_highlight.o `test -f 'gomo_highlight.c' || echo
'./'`gomo_highlight.c
mv -f .deps/gomo-gomo_highlight.Tpo .deps/gomo-gomo_highlight.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -I../src/
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT gomo-merger.o -MD -MP -MF .deps/gomo-merger.Tpo -c -o
gomo-merger.o `test -f 'merger.c' || echo './'`merger.c
mv -f .deps/gomo-merger.Tpo .deps/gomo-merger.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -I../src/
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT gomo-ranksum_test.o -MD -MP -MF .deps/gomo-ranksum_test.Tpo -c -o
gomo-ranksum_test.o `test -f 'ranksum_test.c' || echo './'`ranksum_test.c
mv -f .deps/gomo-ranksum_test.Tpo .deps/gomo-ranksum_test.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -I../src/
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT gomo-read_csv.o -MD -MP -MF .deps/gomo-read_csv.Tpo -c -o
gomo-read_csv.o `test -f 'read_csv.c' || echo './'`read_csv.c
mv -f .deps/gomo-read_csv.Tpo .deps/gomo-read_csv.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../src/libxml2/include
-I../src/ -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o gomo gomo-gomo.o
gomo-gomo_highlight.o gomo-merger.o gomo-ranksum_test.o gomo-read_csv.o
libcommon.la ../src/libxml2/libxml2.la ../src/libxslt/libxslt.la -lmpi -lz
-lm
libtool: link: gcc -I../src/libxml2/include -I../src/ -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o gomo
gomo-gomo.o gomo-gomo_highlight.o gomo-merger.o gomo-ranksum_test.o
gomo-read_csv.o ./.libs/libcommon.a ../src/libxml2/.libs/libxml2.a
../src/libxslt/.libs/libxslt.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
mast-diagram.o -MD -MP -MF .deps/mast-diagram.Tpo -c -o mast-diagram.o
`test -f 'diagram.c' || echo './'`diagram.c
mv -f .deps/mast-diagram.Tpo .deps/mast-diagram.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
mast-mast.o -MD -MP -MF .deps/mast-mast.Tpo -c -o mast-mast.o `test -f
'mast.c' || echo './'`mast.c
mv -f .deps/mast-mast.Tpo .deps/mast-mast.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -o mast mast-diagram.o mast-mast.o libcommon.la
../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: gcc -I../src/libxml2/include -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o mast mast-diagram.o
mast-mast.o ./.libs/libcommon.a ../src/libxml2/.libs/libxml2.a -lmpi -lz
-lm
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
mcast-mcast.o -MD -MP -MF .deps/mcast-mcast.Tpo -c -o mcast-mcast.o `test
-f 'mcast.c' || echo './'`mcast.c
mv -f .deps/mcast-mcast.Tpo .deps/mcast-mcast.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -o mcast mcast-mcast.o libcommon.la ../src/libxml2/libxml2.la -lmpi
-lz -lm
libtool: link: gcc -I../src/libxml2/include -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o mcast mcast-mcast.o
./.libs/libcommon.a ../src/libxml2/.libs/libxml2.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
momo-momo.o -MD -MP -MF .deps/momo-momo.Tpo -c -o momo-momo.o `test -f
'momo.c' || echo './'`momo.c
mv -f .deps/momo-momo.Tpo .deps/momo-momo.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
momo-fisher_exact.o -MD -MP -MF .deps/momo-fisher_exact.Tpo -c -o
momo-fisher_exact.o `test -f 'fisher_exact.c' || echo './'`fisher_exact.c
mv -f .deps/momo-fisher_exact.Tpo .deps/momo-fisher_exact.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -o momo momo-momo.o momo-fisher_exact.o libcommon.la
../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: gcc -I../src/libxml2/include -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o momo momo-momo.o
momo-fisher_exact.o ./.libs/libcommon.a ../src/libxml2/.libs/libxml2.a
-lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DSTREEHUGE -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT streme-streme.o -MD -MP -MF .deps/streme-streme.Tpo -c -o
streme-streme.o `test -f 'streme.c' || echo './'`streme.c
mv -f .deps/streme-streme.Tpo .deps/streme-streme.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DSTREEHUGE -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT streme-fisher_exact.o -MD -MP -MF .deps/streme-fisher_exact.Tpo -c
-o streme-fisher_exact.o `test -f 'fisher_exact.c' || echo
'./'`fisher_exact.c
mv -f .deps/streme-fisher_exact.Tpo .deps/streme-fisher_exact.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DSTREEHUGE
-I../src/libxml2/include -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o streme streme-streme.o
streme-fisher_exact.o libcommon.la ../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: gcc -DSTREEHUGE -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
streme streme-streme.o streme-fisher_exact.o ./.libs/libcommon.a
../src/libxml2/.libs/libxml2.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
spamo-cisml-sax.o -MD -MP -MF .deps/spamo-cisml-sax.Tpo -c -o
spamo-cisml-sax.o `test -f 'cisml-sax.c' || echo './'`cisml-sax.c
mv -f .deps/spamo-cisml-sax.Tpo .deps/spamo-cisml-sax.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
spamo-spamo.o -MD -MP -MF .deps/spamo-spamo.Tpo -c -o spamo-spamo.o `test
-f 'spamo.c' || echo './'`spamo.c
mv -f .deps/spamo-spamo.Tpo .deps/spamo-spamo.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
spamo-spamo-matches.o -MD -MP -MF .deps/spamo-spamo-matches.Tpo -c -o
spamo-spamo-matches.o `test -f 'spamo-matches.c' || echo
'./'`spamo-matches.c
mv -f .deps/spamo-spamo-matches.Tpo .deps/spamo-spamo-matches.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
spamo-spamo-output.o -MD -MP -MF .deps/spamo-spamo-output.Tpo -c -o
spamo-spamo-output.o `test -f 'spamo-output.c' || echo './'`spamo-output.c
mv -f .deps/spamo-spamo-output.Tpo .deps/spamo-spamo-output.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
spamo-spamo-scan.o -MD -MP -MF .deps/spamo-spamo-scan.Tpo -c -o
spamo-spamo-scan.o `test -f 'spamo-scan.c' || echo './'`spamo-scan.c
mv -f .deps/spamo-spamo-scan.Tpo .deps/spamo-spamo-scan.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -o spamo spamo-cisml-sax.o spamo-spamo.o spamo-spamo-matches.o
spamo-spamo-output.o spamo-spamo-scan.o libcommon.la
../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: gcc -I../src/libxml2/include -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o spamo
spamo-cisml-sax.o spamo-spamo.o spamo-spamo-matches.o spamo-spamo-output.o
spamo-spamo-scan.o ./.libs/libcommon.a ../src/libxml2/.libs/libxml2.a
-lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
tgene-tgene.o -MD -MP -MF .deps/tgene-tgene.Tpo -c -o tgene-tgene.o `test
-f 'tgene.c' || echo './'`tgene.c
mv -f .deps/tgene-tgene.Tpo .deps/tgene-tgene.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -o tgene tgene-tgene.o libcommon.la ../src/libxml2/libxml2.la -lmpi
-lz -lm
libtool: link: gcc -I../src/libxml2/include -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o tgene tgene-tgene.o
./.libs/libcommon.a ../src/libxml2/.libs/libxml2.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
tomtom-tomtom.o -MD -MP -MF .deps/tomtom-tomtom.Tpo -c -o tomtom-tomtom.o
`test -f 'tomtom.c' || echo './'`tomtom.c
mv -f .deps/tomtom-tomtom.Tpo .deps/tomtom-tomtom.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN
-I../src/libxml2/include -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o tomtom tomtom-tomtom.o libcommon.la
../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: gcc -DMAIN -I../src/libxml2/include -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o tomtom
tomtom-tomtom.o ./.libs/libcommon.a ../src/libxml2/.libs/libxml2.a -lmpi
-lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT alphtype-alphtype.o -MD -MP -MF
.deps/alphtype-alphtype.Tpo -c -o alphtype-alphtype.o `test -f 'alphtype.c'
|| echo './'`alphtype.c
mv -f .deps/alphtype-alphtype.Tpo .deps/alphtype-alphtype.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o alphtype
alphtype-alphtype.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o alphtype alphtype-alphtype.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
ama-ama.o -MD -MP -MF .deps/ama-ama.Tpo -c -o ama-ama.o `test -f 'ama.c' ||
echo './'`ama.c
mv -f .deps/ama-ama.Tpo .deps/ama-ama.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -o ama ama-ama.o libcommon.la ../src/libxml2/libxml2.la -lmpi -lz
-lm
libtool: link: gcc -I../src/libxml2/include -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o ama ama-ama.o
./.libs/libcommon.a ../src/libxml2/.libs/libxml2.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DCL_MAIN -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ceqlogo-ceqlogo.o -MD -MP -MF .deps/ceqlogo-ceqlogo.Tpo -c -o
ceqlogo-ceqlogo.o `test -f 'ceqlogo.c' || echo './'`ceqlogo.c
mv -f .deps/ceqlogo-ceqlogo.Tpo .deps/ceqlogo-ceqlogo.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DCL_MAIN
-I../src/libxml2/include -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o ceqlogo ceqlogo-ceqlogo.o
libcommon.la ../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: gcc -DCL_MAIN -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
ceqlogo ceqlogo-ceqlogo.o ./.libs/libcommon.a
../src/libxml2/.libs/libxml2.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT clustalw2fasta-clustalw2fasta.o
-MD -MP -MF .deps/clustalw2fasta-clustalw2fasta.Tpo -c -o
clustalw2fasta-clustalw2fasta.o `test -f 'clustalw2fasta.c' || echo
'./'`clustalw2fasta.c
mv -f .deps/clustalw2fasta-clustalw2fasta.Tpo
.deps/clustalw2fasta-clustalw2fasta.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
clustalw2fasta clustalw2fasta-clustalw2fasta.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o clustalw2fasta
clustalw2fasta-clustalw2fasta.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
clustalw2phylip-clustalw2phylip.o -MD -MP -MF
.deps/clustalw2phylip-clustalw2phylip.Tpo -c -o
clustalw2phylip-clustalw2phylip.o `test -f 'clustalw2phylip.c' || echo
'./'`clustalw2phylip.c
mv -f .deps/clustalw2phylip-clustalw2phylip.Tpo
.deps/clustalw2phylip-clustalw2phylip.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
clustalw2phylip clustalw2phylip-clustalw2phylip.o libcommon.la -lmpi -lz
-lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o clustalw2phylip
clustalw2phylip-clustalw2phylip.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
compute_prior_dist-compute-prior-dist.o -MD -MP -MF
.deps/compute_prior_dist-compute-prior-dist.Tpo -c -o
compute_prior_dist-compute-prior-dist.o `test -f 'compute-prior-dist.c' ||
echo './'`compute-prior-dist.c
mv -f .deps/compute_prior_dist-compute-prior-dist.Tpo
.deps/compute_prior_dist-compute-prior-dist.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
compute-prior-dist compute_prior_dist-compute-prior-dist.o libcommon.la
-lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o compute-prior-dist
compute_prior_dist-compute-prior-dist.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
compute_uniform_priors-compute-uniform-priors.o -MD -MP -MF
.deps/compute_uniform_priors-compute-uniform-priors.Tpo -c -o
compute_uniform_priors-compute-uniform-priors.o `test -f
'compute-uniform-priors.c' || echo './'`compute-uniform-priors.c
mv -f .deps/compute_uniform_priors-compute-uniform-priors.Tpo
.deps/compute_uniform_priors-compute-uniform-priors.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
compute-uniform-priors compute_uniform_priors-compute-uniform-priors.o
libcommon.la -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o compute-uniform-priors
compute_uniform_priors-compute-uniform-priors.o ./.libs/libcommon.a -lmpi
-lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT create_priors-create-priors.o
-MD -MP -MF .deps/create_priors-create-priors.Tpo -c -o
create_priors-create-priors.o `test -f 'create-priors.c' || echo
'./'`create-priors.c
mv -f .deps/create_priors-create-priors.Tpo
.deps/create_priors-create-priors.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
create-priors create_priors-create-priors.o libcommon.la -lz -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o create-priors
create_priors-create-priors.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT dtc-dtc.o -MD -MP
-MF .deps/dtc-dtc.Tpo -c -o dtc-dtc.o `test -f 'dtc.c' || echo './'`dtc.c
mv -f .deps/dtc-dtc.Tpo .deps/dtc-dtc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT dtc-logs.o -MD -MP
-MF .deps/dtc-logs.Tpo -c -o dtc-logs.o `test -f 'logs.c' || echo
'./'`logs.c
mv -f .deps/dtc-logs.Tpo .deps/dtc-logs.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
dtc dtc-dtc.o dtc-logs.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o dtc dtc-dtc.o dtc-logs.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
fasta_get_markov-fasta-get-markov.o -MD -MP -MF
.deps/fasta_get_markov-fasta-get-markov.Tpo -c -o
fasta_get_markov-fasta-get-markov.o `test -f 'fasta-get-markov.c' || echo
'./'`fasta-get-markov.c
fasta-get-markov.c: In function ‘output_stats’:
fasta-get-markov.c:662:12: warning: ignoring return value of ‘mkstemp’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
662 | (void) mkstemp(tmp_filename); // create temp file
| ^~~~~~~~~~~~~~~~~~~~~
mv -f .deps/fasta_get_markov-fasta-get-markov.Tpo
.deps/fasta_get_markov-fasta-get-markov.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
fasta-get-markov fasta_get_markov-fasta-get-markov.o libcommon.la -lmpi -lz
-lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o fasta-get-markov
fasta_get_markov-fasta-get-markov.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
fasta_shuffle_letters-fasta-shuffle-letters.o -MD -MP -MF
.deps/fasta_shuffle_letters-fasta-shuffle-letters.Tpo -c -o
fasta_shuffle_letters-fasta-shuffle-letters.o `test -f
'fasta-shuffle-letters.c' || echo './'`fasta-shuffle-letters.c
mv -f .deps/fasta_shuffle_letters-fasta-shuffle-letters.Tpo
.deps/fasta_shuffle_letters-fasta-shuffle-letters.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
fasta_shuffle_letters-ushuffle.o -MD -MP -MF
.deps/fasta_shuffle_letters-ushuffle.Tpo -c -o
fasta_shuffle_letters-ushuffle.o `test -f 'ushuffle.c' || echo
'./'`ushuffle.c
mv -f .deps/fasta_shuffle_letters-ushuffle.Tpo
.deps/fasta_shuffle_letters-ushuffle.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
fasta-shuffle-letters fasta_shuffle_letters-fasta-shuffle-letters.o
fasta_shuffle_letters-ushuffle.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o fasta-shuffle-letters
fasta_shuffle_letters-fasta-shuffle-letters.o
fasta_shuffle_letters-ushuffle.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
fasta_from_bed-fasta-from-bed.o -MD -MP -MF
.deps/fasta_from_bed-fasta-from-bed.Tpo -c -o
fasta_from_bed-fasta-from-bed.o `test -f 'fasta-from-bed.c' || echo
'./'`fasta-from-bed.c
mv -f .deps/fasta_from_bed-fasta-from-bed.Tpo
.deps/fasta_from_bed-fasta-from-bed.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
fasta-from-bed fasta_from_bed-fasta-from-bed.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o fasta-from-bed
fasta_from_bed-fasta-from-bed.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DFE_MAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
fisher_exact-fisher_exact.o -MD -MP -MF .deps/fisher_exact-fisher_exact.Tpo
-c -o fisher_exact-fisher_exact.o `test -f 'fisher_exact.c' || echo
'./'`fisher_exact.c
mv -f .deps/fisher_exact-fisher_exact.Tpo .deps/fisher_exact-fisher_exact.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DFE_MAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
fisher_exact fisher_exact-fisher_exact.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -DFE_MAIN -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o fisher_exact
fisher_exact-fisher_exact.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT fitevd-fitevd.o -MD
-MP -MF .deps/fitevd-fitevd.Tpo -c -o fitevd-fitevd.o `test -f 'fitevd.c'
|| echo './'`fitevd.c
mv -f .deps/fitevd-fitevd.Tpo .deps/fitevd-fitevd.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
fitevd fitevd-fitevd.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o fitevd fitevd-fitevd.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT gendb-gendb.o -MD
-MP -MF .deps/gendb-gendb.Tpo -c -o gendb-gendb.o `test -f 'gendb.c' ||
echo './'`gendb.c
mv -f .deps/gendb-gendb.Tpo .deps/gendb-gendb.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
gendb gendb-gendb.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o gendb gendb-gendb.o ./.libs/libcommon.a
-lmpi -lz -lm
depbase=`echo getsize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT getsize.o -MD -MP -MF
$depbase.Tpo -c -o getsize.o getsize.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o getsize
getsize.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o getsize getsize.o ./.libs/libcommon.a
-lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2format-glam2_glam2format.o
-MD -MP -MF .deps/glam2format-glam2_glam2format.Tpo -c -o
glam2format-glam2_glam2format.o `test -f 'glam2_glam2format.c' || echo
'./'`glam2_glam2format.c
mv -f .deps/glam2format-glam2_glam2format.Tpo
.deps/glam2format-glam2_glam2format.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2format-glam2_alignment.o
-MD -MP -MF .deps/glam2format-glam2_alignment.Tpo -c -o
glam2format-glam2_alignment.o `test -f 'glam2_alignment.c' || echo
'./'`glam2_alignment.c
mv -f .deps/glam2format-glam2_alignment.Tpo
.deps/glam2format-glam2_alignment.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2format-glam2_fasta.o -MD
-MP -MF .deps/glam2format-glam2_fasta.Tpo -c -o glam2format-glam2_fasta.o
`test -f 'glam2_fasta.c' || echo './'`glam2_fasta.c
mv -f .deps/glam2format-glam2_fasta.Tpo .deps/glam2format-glam2_fasta.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2format-glam2_util.o -MD
-MP -MF .deps/glam2format-glam2_util.Tpo -c -o glam2format-glam2_util.o
`test -f 'glam2_util.c' || echo './'`glam2_util.c
mv -f .deps/glam2format-glam2_util.Tpo .deps/glam2format-glam2_util.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o glam2format
glam2format-glam2_glam2format.o glam2format-glam2_alignment.o
glam2format-glam2_fasta.o glam2format-glam2_util.o libcommon.la -lmpi -lz
-lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o glam2format
glam2format-glam2_glam2format.o glam2format-glam2_alignment.o
glam2format-glam2_fasta.o glam2format-glam2_util.o ./.libs/libcommon.a
-lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2mask-glam2_glam2mask.o -MD
-MP -MF .deps/glam2mask-glam2_glam2mask.Tpo -c -o
glam2mask-glam2_glam2mask.o `test -f 'glam2_glam2mask.c' || echo
'./'`glam2_glam2mask.c
mv -f .deps/glam2mask-glam2_glam2mask.Tpo .deps/glam2mask-glam2_glam2mask.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2mask-glam2_alignment.o -MD
-MP -MF .deps/glam2mask-glam2_alignment.Tpo -c -o
glam2mask-glam2_alignment.o `test -f 'glam2_alignment.c' || echo
'./'`glam2_alignment.c
mv -f .deps/glam2mask-glam2_alignment.Tpo .deps/glam2mask-glam2_alignment.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2mask-glam2_fasta.o -MD -MP
-MF .deps/glam2mask-glam2_fasta.Tpo -c -o glam2mask-glam2_fasta.o `test -f
'glam2_fasta.c' || echo './'`glam2_fasta.c
mv -f .deps/glam2mask-glam2_fasta.Tpo .deps/glam2mask-glam2_fasta.Po
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT glam2mask-glam2_util.o -MD -MP
-MF .deps/glam2mask-glam2_util.Tpo -c -o glam2mask-glam2_util.o `test -f
'glam2_util.c' || echo './'`glam2_util.c
mv -f .deps/glam2mask-glam2_util.Tpo .deps/glam2mask-glam2_util.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o glam2mask
glam2mask-glam2_glam2mask.o glam2mask-glam2_alignment.o
glam2mask-glam2_fasta.o glam2mask-glam2_util.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o glam2mask glam2mask-glam2_glam2mask.o
glam2mask-glam2_alignment.o glam2mask-glam2_fasta.o glam2mask-glam2_util.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
gomo_highlight-gomo_highlight.o -MD -MP -MF
.deps/gomo_highlight-gomo_highlight.Tpo -c -o
gomo_highlight-gomo_highlight.o `test -f 'gomo_highlight.c' || echo
'./'`gomo_highlight.c
mv -f .deps/gomo_highlight-gomo_highlight.Tpo
.deps/gomo_highlight-gomo_highlight.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
gomo_highlight gomo_highlight-gomo_highlight.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o gomo_highlight
gomo_highlight-gomo_highlight.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
import_html_template-import-html-template.o -MD -MP -MF
.deps/import_html_template-import-html-template.Tpo -c -o
import_html_template-import-html-template.o `test -f
'import-html-template.c' || echo './'`import-html-template.c
mv -f .deps/import_html_template-import-html-template.Tpo
.deps/import_html_template-import-html-template.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -o import-html-template import_html_template-import-html-template.o
libcommon.la ../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: gcc -I../src/libxml2/include -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o import-html-template
import_html_template-import-html-template.o ./.libs/libcommon.a
../src/libxml2/.libs/libxml2.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
index_fasta_file-index-fasta-file.o -MD -MP -MF
.deps/index_fasta_file-index-fasta-file.Tpo -c -o
index_fasta_file-index-fasta-file.o `test -f 'index-fasta-file.c' || echo
'./'`index-fasta-file.c
mv -f .deps/index_fasta_file-index-fasta-file.Tpo
.deps/index_fasta_file-index-fasta-file.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
index-fasta-file index_fasta_file-index-fasta-file.o libcommon.la -lmpi -lz
-lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o index-fasta-file
index_fasta_file-index-fasta-file.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT llr-llr.o -MD -MP
-MF .deps/llr-llr.Tpo -c -o llr-llr.o `test -f 'llr.c' || echo './'`llr.c
mv -f .deps/llr-llr.Tpo .deps/llr-llr.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT llr-logs.o -MD -MP
-MF .deps/llr-logs.Tpo -c -o llr-logs.o `test -f 'logs.c' || echo
'./'`logs.c
mv -f .deps/llr-logs.Tpo .deps/llr-logs.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
llr llr-llr.o llr-logs.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o llr llr-llr.o llr-logs.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT meme2alph-meme2alph.o -MD -MP
-MF .deps/meme2alph-meme2alph.Tpo -c -o meme2alph-meme2alph.o `test -f
'meme2alph.c' || echo './'`meme2alph.c
mv -f .deps/meme2alph-meme2alph.Tpo .deps/meme2alph-meme2alph.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o meme2alph
meme2alph-meme2alph.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o meme2alph meme2alph-meme2alph.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT meme2images-meme2images.o -MD
-MP -MF .deps/meme2images-meme2images.Tpo -c -o meme2images-meme2images.o
`test -f 'meme2images.c' || echo './'`meme2images.c
mv -f .deps/meme2images-meme2images.Tpo .deps/meme2images-meme2images.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o meme2images
meme2images-meme2images.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o meme2images meme2images-meme2images.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT meme2meme-meme2meme.o -MD -MP
-MF .deps/meme2meme-meme2meme.Tpo -c -o meme2meme-meme2meme.o `test -f
'meme2meme.c' || echo './'`meme2meme.c
In file included from /usr/include/string.h:494,
from macros.h:49,
from utils.h:17,
from array.h:14,
from matrix.h:13,
from motif.h:12,
from motif-in.h:5,
from meme2meme.c:7:
In function ‘strncpy’,
inlined from ‘split_url_pattern’ at meme2meme.c:219:5,
inlined from ‘generate_minimal_meme’ at meme2meme.c:257:17,
inlined from ‘main’ at meme2meme.c:454:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ output truncated before terminating nul copying as many
bytes from a string as its length [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos
(__dest));
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meme2meme.c: In function ‘main’:
meme2meme.c:216:13: note: length computed here
216 | len = strlen(start);
| ^~~~~~~~~~~~~
mv -f .deps/meme2meme-meme2meme.Tpo .deps/meme2meme-meme2meme.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o meme2meme
meme2meme-meme2meme.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o meme2meme meme2meme-meme2meme.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -std=gnu89 -fno-common -Wall -Wno-unused
-DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT meme_get_motif-meme-get-motif.o
-MD -MP -MF .deps/meme_get_motif-meme-get-motif.Tpo -c -o
meme_get_motif-meme-get-motif.o `test -f 'meme-get-motif.c' || echo
'./'`meme-get-motif.c
mv -f .deps/meme_get_motif-meme-get-motif.Tpo
.deps/meme_get_motif-meme-get-motif.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
meme-get-motif meme_get_motif-meme-get-motif.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o meme-get-motif
meme_get_motif-meme-get-motif.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
motif_shuffle_columns-motif-shuffle-columns.o -MD -MP -MF
.deps/motif_shuffle_columns-motif-shuffle-columns.Tpo -c -o
motif_shuffle_columns-motif-shuffle-columns.o `test -f
'motif-shuffle-columns.c' || echo './'`motif-shuffle-columns.c
mv -f .deps/motif_shuffle_columns-motif-shuffle-columns.Tpo
.deps/motif_shuffle_columns-motif-shuffle-columns.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -o motif-shuffle-columns
motif_shuffle_columns-motif-shuffle-columns.o libcommon.la -lmpi -lz -lm
libtool: link: gcc -I../src/libxml2/include -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o motif-shuffle-columns
motif_shuffle_columns-motif-shuffle-columns.o ./.libs/libcommon.a -lmpi
-lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMOTIPH -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT motiph-motiph.o -MD -MP -MF .deps/motiph-motiph.Tpo -c -o
motiph-motiph.o `test -f 'motiph.c' || echo './'`motiph.c
mv -f .deps/motiph-motiph.Tpo .deps/motiph-motiph.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMOTIPH
-I../src/libxml2/include -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o motiph motiph-motiph.o libcommon.la
-lmpi -lz -lm
libtool: link: gcc -DMOTIPH -I../src/libxml2/include -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o motiph
motiph-motiph.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMOTIPH -I../src/libxml2/include
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT pmp_bf-pmp_bf.o -MD -MP -MF .deps/pmp_bf-pmp_bf.Tpo -c -o
pmp_bf-pmp_bf.o `test -f 'pmp_bf.c' || echo './'`pmp_bf.c
mv -f .deps/pmp_bf-pmp_bf.Tpo .deps/pmp_bf-pmp_bf.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMOTIPH
-I../src/libxml2/include -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o pmp_bf pmp_bf-pmp_bf.o libcommon.la
-lmpi -lz -lm
libtool: link: gcc -DMOTIPH -I../src/libxml2/include -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o pmp_bf
pmp_bf-pmp_bf.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
ramen-ramen.o -MD -MP -MF .deps/ramen-ramen.Tpo -c -o ramen-ramen.o `test
-f 'ramen.c' || echo './'`ramen.c
mv -f .deps/ramen-ramen.Tpo .deps/ramen-ramen.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -I../src/libxml2/include -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
ramen-ramen_scan.o -MD -MP -MF .deps/ramen-ramen_scan.Tpo -c -o
ramen-ramen_scan.o `test -f 'ramen_scan.c' || echo './'`ramen_scan.c
mv -f .deps/ramen-ramen_scan.Tpo .deps/ramen-ramen_scan.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN
-I../src/libxml2/include -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o ramen ramen-ramen.o
ramen-ramen_scan.o libcommon.la ../src/libxml2/libxml2.la -lm -lmpi -lz
-lm
libtool: link: gcc -DMAIN -I../src/libxml2/include -std=gnu89 -fno-common
-Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o ramen
ramen-ramen.o ramen-ramen_scan.o ./.libs/libcommon.a
../src/libxml2/.libs/libxml2.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT qvalue-qvalue.o -MD
-MP -MF .deps/qvalue-qvalue.Tpo -c -o qvalue-qvalue.o `test -f 'qvalue.c'
|| echo './'`qvalue.c
mv -f .deps/qvalue-qvalue.Tpo .deps/qvalue-qvalue.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
qvalue qvalue-qvalue.o libcommon.la -lm -lmpi -lz -lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o qvalue qvalue-qvalue.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
ranksum_test-ranksum_test.o -MD -MP -MF .deps/ranksum_test-ranksum_test.Tpo
-c -o ranksum_test-ranksum_test.o `test -f 'ranksum_test.c' || echo
'./'`ranksum_test.c
mv -f .deps/ranksum_test-ranksum_test.Tpo .deps/ranksum_test-ranksum_test.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
ranksum_test ranksum_test-ranksum_test.o libcommon.la -lm -lmpi -lz -lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o ranksum_test ranksum_test-ranksum_test.o
./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
reconcile_tree_alignment-reconcile-tree-alignment.o -MD -MP -MF
.deps/reconcile_tree_alignment-reconcile-tree-alignment.Tpo -c -o
reconcile_tree_alignment-reconcile-tree-alignment.o `test -f
'reconcile-tree-alignment.c' || echo './'`reconcile-tree-alignment.c
mv -f .deps/reconcile_tree_alignment-reconcile-tree-alignment.Tpo
.deps/reconcile_tree_alignment-reconcile-tree-alignment.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
reconcile-tree-alignment
reconcile_tree_alignment-reconcile-tree-alignment.o libcommon.la -lm -lmpi
-lz -lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o reconcile-tree-alignment
reconcile_tree_alignment-reconcile-tree-alignment.o ./.libs/libcommon.a
-lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
reduce_alignment-reduce-alignment.o -MD -MP -MF
.deps/reduce_alignment-reduce-alignment.Tpo -c -o
reduce_alignment-reduce-alignment.o `test -f 'reduce-alignment.c' || echo
'./'`reduce-alignment.c
mv -f .deps/reduce_alignment-reduce-alignment.Tpo
.deps/reduce_alignment-reduce-alignment.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
reduce-alignment reduce_alignment-reduce-alignment.o libcommon.la -lm -lmpi
-lz -lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o reduce-alignment
reduce_alignment-reduce-alignment.o ./.libs/libcommon.a -lmpi -lz -lm
gcc -DHAVE_CONFIG_H -I. -I.. -DMAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -MT
remove_alignment_gaps-remove-alignment-gaps.o -MD -MP -MF
.deps/remove_alignment_gaps-remove-alignment-gaps.Tpo -c -o
remove_alignment_gaps-remove-alignment-gaps.o `test -f
'remove-alignment-gaps.c' || echo './'`remove-alignment-gaps.c
mv -f .deps/remove_alignment_gaps-remove-alignment-gaps.Tpo
.deps/remove_alignment_gaps-remove-alignment-gaps.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DMAIN -std=gnu89
-fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o
remove-alignment-gaps remove_alignment_gaps-remove-alignment-gaps.o
libcommon.la -lm -lmpi -lz -lm
libtool: link: gcc -DMAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o remove-alignment-gaps
remove_alignment_gaps-remove-alignment-gaps.o ./.libs/libcommon.a -lmpi
-lz -lm
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src'
Making all in parallel
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/parallel'
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-banner.o -MD -MP -MF ../.deps/meme-banner.Tpo -c -o
../meme-banner.o `test -f '../banner.c' || echo './'`../banner.c
mv -f ../.deps/meme-banner.Tpo ../.deps/meme-banner.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-bates.o -MD -MP -MF ../.deps/meme-bates.Tpo -c -o
../meme-bates.o `test -f '../bates.c' || echo './'`../bates.c
mv -f ../.deps/meme-bates.Tpo ../.deps/meme-bates.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-branching_search.o -MD -MP -MF
../.deps/meme-branching_search.Tpo -c -o ../meme-branching_search.o `test
-f '../branching_search.c' || echo './'`../branching_search.c
mv -f ../.deps/meme-branching_search.Tpo ../.deps/meme-branching_search.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-calculate_p_y.o -MD -MP -MF
../.deps/meme-calculate_p_y.Tpo -c -o ../meme-calculate_p_y.o `test -f
'../calculate_p_y.c' || echo './'`../calculate_p_y.c
mv -f ../.deps/meme-calculate_p_y.Tpo ../.deps/meme-calculate_p_y.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-discretize.o -MD -MP -MF ../.deps/meme-discretize.Tpo -c
-o ../meme-discretize.o `test -f '../discretize.c' || echo
'./'`../discretize.c
mv -f ../.deps/meme-discretize.Tpo ../.deps/meme-discretize.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-display.o -MD -MP -MF ../.deps/meme-display.Tpo -c -o
../meme-display.o `test -f '../display.c' || echo './'`../display.c
mv -f ../.deps/meme-display.Tpo ../.deps/meme-display.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-dpalign.o -MD -MP -MF ../.deps/meme-dpalign.Tpo -c -o
../meme-dpalign.o `test -f '../dpalign.c' || echo './'`../dpalign.c
mv -f ../.deps/meme-dpalign.Tpo ../.deps/meme-dpalign.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-em.o -MD -MP -MF ../.deps/meme-em.Tpo -c -o ../meme-em.o
`test -f '../em.c' || echo './'`../em.c
mv -f ../.deps/meme-em.Tpo ../.deps/meme-em.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-exec_parallel.o -MD -MP -MF
../.deps/meme-exec_parallel.Tpo -c -o ../meme-exec_parallel.o `test -f
'../exec_parallel.c' || echo './'`../exec_parallel.c
mv -f ../.deps/meme-exec_parallel.Tpo ../.deps/meme-exec_parallel.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-fasta-get-markov.o -MD -MP -MF
../.deps/meme-fasta-get-markov.Tpo -c -o ../meme-fasta-get-markov.o `test
-f '../fasta-get-markov.c' || echo './'`../fasta-get-markov.c
../fasta-get-markov.c: In function ‘output_stats’:
../fasta-get-markov.c:662:12: warning: ignoring return value of ‘mkstemp’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
662 | (void) mkstemp(tmp_filename); // create temp file
| ^~~~~~~~~~~~~~~~~~~~~
mv -f ../.deps/meme-fasta-get-markov.Tpo ../.deps/meme-fasta-get-markov.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-fisher_exact.o -MD -MP -MF ../.deps/meme-fisher_exact.Tpo
-c -o ../meme-fisher_exact.o `test -f '../fisher_exact.c' || echo
'./'`../fisher_exact.c
mv -f ../.deps/meme-fisher_exact.Tpo ../.deps/meme-fisher_exact.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-init.o -MD -MP -MF ../.deps/meme-init.Tpo -c -o
../meme-init.o `test -f '../init.c' || echo './'`../init.c
mv -f ../.deps/meme-init.Tpo ../.deps/meme-init.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-justlike.o -MD -MP -MF ../.deps/meme-justlike.Tpo -c -o
../meme-justlike.o `test -f '../justlike.c' || echo './'`../justlike.c
mv -f ../.deps/meme-justlike.Tpo ../.deps/meme-justlike.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-likelihood.o -MD -MP -MF ../.deps/meme-likelihood.Tpo -c
-o ../meme-likelihood.o `test -f '../likelihood.c' || echo
'./'`../likelihood.c
mv -f ../.deps/meme-likelihood.Tpo ../.deps/meme-likelihood.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-llr.o -MD -MP -MF ../.deps/meme-llr.Tpo -c -o
../meme-llr.o `test -f '../llr.c' || echo './'`../llr.c
mv -f ../.deps/meme-llr.Tpo ../.deps/meme-llr.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-log_erfc.o -MD -MP -MF ../.deps/meme-log_erfc.Tpo -c -o
../meme-log_erfc.o `test -f '../log_erfc.c' || echo './'`../log_erfc.c
mv -f ../.deps/meme-log_erfc.Tpo ../.deps/meme-log_erfc.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-logs.o -MD -MP -MF ../.deps/meme-logs.Tpo -c -o
../meme-logs.o `test -f '../logs.c' || echo './'`../logs.c
mv -f ../.deps/meme-logs.Tpo ../.deps/meme-logs.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-meme.o -MD -MP -MF ../.deps/meme-meme.Tpo -c -o
../meme-meme.o `test -f '../meme.c' || echo './'`../meme.c
mv -f ../.deps/meme-meme.Tpo ../.deps/meme-meme.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-meme_util.o -MD -MP -MF ../.deps/meme-meme_util.Tpo -c -o
../meme-meme_util.o `test -f '../meme_util.c' || echo './'`../meme_util.c
mv -f ../.deps/meme-meme_util.Tpo ../.deps/meme-meme_util.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-message.o -MD -MP -MF ../.deps/meme-message.Tpo -c -o
../meme-message.o `test -f '../message.c' || echo './'`../message.c
mv -f ../.deps/meme-message.Tpo ../.deps/meme-message.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-mp.o -MD -MP -MF ../.deps/meme-mp.Tpo -c -o ../meme-mp.o
`test -f '../mp.c' || echo './'`../mp.c
mv -f ../.deps/meme-mp.Tpo ../.deps/meme-mp.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-oops.o -MD -MP -MF ../.deps/meme-oops.Tpo -c -o
../meme-oops.o `test -f '../oops.c' || echo './'`../oops.c
mv -f ../.deps/meme-oops.Tpo ../.deps/meme-oops.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-partition.o -MD -MP -MF ../.deps/meme-partition.Tpo -c -o
../meme-partition.o `test -f '../partition.c' || echo './'`../partition.c
mv -f ../.deps/meme-partition.Tpo ../.deps/meme-partition.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-prior.o -MD -MP -MF ../.deps/meme-prior.Tpo -c -o
../meme-prior.o `test -f '../prior.c' || echo './'`../prior.c
mv -f ../.deps/meme-prior.Tpo ../.deps/meme-prior.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-psp.o -MD -MP -MF ../.deps/meme-psp.Tpo -c -o
../meme-psp.o `test -f '../psp.c' || echo './'`../psp.c
mv -f ../.deps/meme-psp.Tpo ../.deps/meme-psp.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-read_seq_file.o -MD -MP -MF
../.deps/meme-read_seq_file.Tpo -c -o ../meme-read_seq_file.o `test -f
'../read_seq_file.c' || echo './'`../read_seq_file.c
mv -f ../.deps/meme-read_seq_file.Tpo ../.deps/meme-read_seq_file.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-seed.o -MD -MP -MF ../.deps/meme-seed.Tpo -c -o
../meme-seed.o `test -f '../seed.c' || echo './'`../seed.c
mv -f ../.deps/meme-seed.Tpo ../.deps/meme-seed.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-seed_diffs.o -MD -MP -MF ../.deps/meme-seed_diffs.Tpo -c
-o ../meme-seed_diffs.o `test -f '../seed_diffs.c' || echo
'./'`../seed_diffs.c
mv -f ../.deps/meme-seed_diffs.Tpo ../.deps/meme-seed_diffs.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-seq2theta.o -MD -MP -MF ../.deps/meme-seq2theta.Tpo -c -o
../meme-seq2theta.o `test -f '../seq2theta.c' || echo './'`../seq2theta.c
mv -f ../.deps/meme-seq2theta.Tpo ../.deps/meme-seq2theta.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-sp_matrix.o -MD -MP -MF ../.deps/meme-sp_matrix.Tpo -c -o
../meme-sp_matrix.o `test -f '../sp_matrix.c' || echo './'`../sp_matrix.c
mv -f ../.deps/meme-sp_matrix.Tpo ../.deps/meme-sp_matrix.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-starts.o -MD -MP -MF ../.deps/meme-starts.Tpo -c -o
../meme-starts.o `test -f '../starts.c' || echo './'`../starts.c
mv -f ../.deps/meme-starts.Tpo ../.deps/meme-starts.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-subseq7.o -MD -MP -MF ../.deps/meme-subseq7.Tpo -c -o
../meme-subseq7.o `test -f '../subseq7.c' || echo './'`../subseq7.c
mv -f ../.deps/meme-subseq7.Tpo ../.deps/meme-subseq7.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-tcm.o -MD -MP -MF ../.deps/meme-tcm.Tpo -c -o
../meme-tcm.o `test -f '../tcm.c' || echo './'`../tcm.c
mv -f ../.deps/meme-tcm.Tpo ../.deps/meme-tcm.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-ushuffle.o -MD -MP -MF ../.deps/meme-ushuffle.Tpo -c -o
../meme-ushuffle.o `test -f '../ushuffle.c' || echo './'`../ushuffle.c
mv -f ../.deps/meme-ushuffle.Tpo ../.deps/meme-ushuffle.Po
/usr/bin/mpicc -DHAVE_CONFIG_H -I. -I../.. -I.. -DPARALLEL
-I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np" -DMEME_MAIN
-std=gnu89 -fno-common -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__
-O3 -MT ../meme-verbosity.o -MD -MP -MF ../.deps/meme-verbosity.Tpo -c -o
../meme-verbosity.o `test -f '../verbosity.c' || echo './'`../verbosity.c
mv -f ../.deps/meme-verbosity.Tpo ../.deps/meme-verbosity.Po
/bin/bash ../../libtool --tag=CC --mode=link /usr/bin/mpicc -I..
-DPARALLEL -I../../src/libxml2/include -DMPI_CMD="/usr/bin/mpirun -np"
-DMEME_MAIN -std=gnu89 -fno-common -Wall -Wno-unused -DUNIX
-D__USE_FIXED_PROTOTYPES__ -O3 -o meme ../meme-banner.o ../meme-bates.o
../meme-branching_search.o ../meme-calculate_p_y.o ../meme-discretize.o
../meme-display.o ../meme-dpalign.o ../meme-em.o ../meme-exec_parallel.o
../meme-fasta-get-markov.o ../meme-fisher_exact.o ../meme-init.o
../meme-justlike.o ../meme-likelihood.o ../meme-llr.o ../meme-log_erfc.o
../meme-logs.o ../meme-meme.o ../meme-meme_util.o ../meme-message.o
../meme-mp.o ../meme-oops.o ../meme-partition.o ../meme-prior.o
../meme-psp.o ../meme-read_seq_file.o ../meme-seed.o ../meme-seed_diffs.o
../meme-seq2theta.o ../meme-sp_matrix.o ../meme-starts.o ../meme-subseq7.o
../meme-tcm.o ../meme-ushuffle.o ../meme-verbosity.o ../libcommon.la
../../src/libxml2/libxml2.la -lmpi -lz -lm
libtool: link: /usr/bin/mpicc -I.. -DPARALLEL -I../../src/libxml2/include
"-DMPI_CMD=/usr/bin/mpirun -np" -DMEME_MAIN -std=gnu89 -fno-common -Wall
-Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o meme ../meme-banner.o
../meme-bates.o ../meme-branching_search.o ../meme-calculate_p_y.o
../meme-discretize.o ../meme-display.o ../meme-dpalign.o ../meme-em.o
../meme-exec_parallel.o ../meme-fasta-get-markov.o ../meme-fisher_exact.o
../meme-init.o ../meme-justlike.o ../meme-likelihood.o ../meme-llr.o
../meme-log_erfc.o ../meme-logs.o ../meme-meme.o ../meme-meme_util.o
../meme-message.o ../meme-mp.o ../meme-oops.o ../meme-partition.o
../meme-prior.o ../meme-psp.o ../meme-read_seq_file.o ../meme-seed.o
../meme-seed_diffs.o ../meme-seq2theta.o ../meme-sp_matrix.o
../meme-starts.o ../meme-subseq7.o ../meme-tcm.o ../meme-ushuffle.o
../meme-verbosity.o ../.libs/libcommon.a ../../src/libxml2/.libs/libxml2.a
-lmpi -lz -lm
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/parallel'
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src'
make[2]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src'
Making all in scripts
make[2]: Entering directory '/home/yifeng/bin/meme-5.3.2/scripts'
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' meme-chip.pl.in > meme-chip; \
chmod +x meme-chip
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' dreme_py3.py.in > dreme; \
chmod +x dreme
rm -f ../src/dreme
ln dreme ../src/dreme # Copy to src for testing purposes
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' ama-qvalues.pl.in > ama-qvalues; \
chmod +x ama-qvalues
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' beeml2meme.pl.in > beeml2meme; \
chmod +x beeml2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' dreme_xml_to_html.pl.in >
dreme_xml_to_html; \
chmod +x dreme_xml_to_html
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' dreme_xml_to_txt.pl.in >
dreme_xml_to_txt; \
chmod +x dreme_xml_to_txt
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' elm2meme.pl.in > elm2meme; \
chmod +x elm2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' fasta-center.pl.in > fasta-center; \
chmod +x fasta-center
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' fasta-dinucleotide-shuffle-py3.in >
fasta-dinucleotide-shuffle; \
chmod +x fasta-dinucleotide-shuffle
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' fasta-fetch.pl.in > fasta-fetch; \
chmod +x fasta-fetch
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' fasta-hamming-enrich-py3.in >
fasta-hamming-enrich; \
chmod +x fasta-hamming-enrich
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' fasta-make-index.pl.in >
fasta-make-index; \
chmod +x fasta-make-index
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' fasta-most.pl.in > fasta-most; \
chmod +x fasta-most
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' fasta-re-match.pl.in > fasta-re-match; \
chmod +x fasta-re-match
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' fasta-subsample.pl.in > fasta-subsample;
\
chmod +x fasta-subsample
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' fasta-unique-names.pl.in >
fasta-unique-names; \
chmod +x fasta-unique-names
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' glam2html-py3.in > glam2html; \
chmod +x glam2html
rm -f ../src/glam2html
ln glam2html ../src/glam2html # Copy to src for testing purposes
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' glam2psfm-py3.in > glam2psfm; \
chmod +x glam2psfm
rm -f ../src/glam2psfm
ln glam2psfm ../src/glam2psfm # Copy to src for testing purposes
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' glam2scan2html-py3.in > glam2scan2html; \
chmod +x glam2scan2html
rm -f ../src/glam2scan2html
ln glam2scan2html ../src/glam2scan2html # Copy to src for testing purposes
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' chen2meme.pl.in > chen2meme; \
chmod +x chen2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' jaspar2meme.pl.in > jaspar2meme; \
chmod +x jaspar2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' hart2meme-bkg.pl.in > hart2meme-bkg; \
chmod +x hart2meme-bkg
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' hartemink2psp.pl.in > hartemink2psp; \
chmod +x hartemink2psp
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' iupac2meme.pl.in > iupac2meme; \
chmod +x iupac2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' mast_xml_to_html.pl.in >
mast_xml_to_html; \
chmod +x mast_xml_to_html
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' mast_xml_to_txt.pl.in > mast_xml_to_txt;
\
chmod +x mast_xml_to_txt
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' matrix2meme.pl.in > matrix2meme; \
chmod +x matrix2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' meme-chip_html_to_tsv.pl.in >
meme-chip_html_to_tsv; \
chmod +x meme-chip_html_to_tsv
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' meme-rename.pl.in > meme-rename; \
chmod +x meme-rename
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' meme_xml_to_html.pl.in >
meme_xml_to_html; \
chmod +x meme_xml_to_html
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' nmica2meme.pl.in > nmica2meme; \
chmod +x nmica2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' priority2meme.pl.in > priority2meme; \
chmod +x priority2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' psp-gen.pl.in > psp-gen; \
chmod +x psp-gen
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' rsat-retrieve-seq.pl.in >
rsat-retrieve-seq; \
chmod +x rsat-retrieve-seq
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' rsat-supported-organisms.pl.in >
rsat-supported-organisms; \
chmod +x rsat-supported-organisms
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' rna2meme.pl.in > rna2meme; \
chmod +x rna2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' scpd2meme.pl.in > scpd2meme; \
chmod +x scpd2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' sites2meme.pl.in > sites2meme; \
chmod +x sites2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' streme_xml_to_html.pl.in >
streme_xml_to_html; \
chmod +x streme_xml_to_html
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' taipale2meme.pl.in > taipale2meme; \
chmod +x taipale2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' tamo2meme.pl.in > tamo2meme; \
chmod +x tamo2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' tomtom_xml_to_html.pl.in >
tomtom_xml_to_html; \
chmod +x tomtom_xml_to_html
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' transfac2meme.pl.in > transfac2meme; \
chmod +x transfac2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' uniprobe2meme.pl.in > uniprobe2meme; \
chmod +x uniprobe2meme
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' Globals.pm.in > Globals.pm
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' MemeWebUtils.pm.in > MemeWebUtils.pm
/bin/sed -e
's%@ARCHIVE_REVISION@%a59d059eb54fe4eabc583a57b6ac224ff124e311%' -e
's%@ARCHIVE_DATE@%Sat Feb 6 16:38:33 2021 -0800%' -e
's%@ARCHIVE_VERSION@%5.3.2%' -e 's%@TMP_DIR@%%' -e 's%@WHICHMONO@%%' -e
's%@WHICHPERL@%/usr/bin/perl%' -e 's%@WHICHPYTHON@%/usr/bin/python%' -e
's%@WHICHPYTHON3@%%' -e 's%@WHICHJAVA@%%' -e 's%@WHICHCONVERT@%%' -e
's%@WHICHGHOSTSCRIPT@%/usr/bin/gs%' -e
's%@PERLLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/perl%' -e
's%@PYTHONLIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/python%' -e
's%@JAVALIBDIR@%/home/yifeng/meme/lib/meme-5.3.2/java%' -e 's%@LAM_BIN@%%'
-e 's%@APPCONFIGDIR@%/home/yifeng/meme/share/meme-5.3.2%' -e
's%@BINDIR@%/home/yifeng/meme/bin%' -e
's%@LIBEXECDIR@%/home/yifeng/meme/libexec/meme-5.3.2%' -e
's%@MEMELOGS@%/home/yifeng/meme/var/meme-5.3.2/LOGS%' -e
's%@MEMEDB@%/home/yifeng/meme/share/meme-5.3.2/db%' -e
's%@SITE_URL@%https://meme-suite.org/meme%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e 's%@MAX_TIME@%14400%' -e
's%@DOCDIR@%/home/yifeng/meme/share/meme-5.3.2/doc/%' -e 's%@maxmemory@%4%'
-e 's%@streme_length_factor@%1e6%' StatusPage.pm.in > StatusPage.pm
cp fasta-dinucleotide-shuffle fasta-dinucleotide-shuffle.py
cp fasta-hamming-enrich fasta-hamming-enrich.py
make[2]: Leaving directory '/home/yifeng/bin/meme-5.3.2/scripts'
Making all in tests
make[2]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests'
Making all in ame
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/ame'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/ame'
Making all in clustalw2fasta
make[3]: Entering directory
'/home/yifeng/bin/meme-5.3.2/tests/clustalw2fasta'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory
'/home/yifeng/bin/meme-5.3.2/tests/clustalw2fasta'
Making all in centrimo
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/centrimo'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/centrimo'
Making all in common
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/common'
Making all in motif.crp0
make[4]: Entering directory
'/home/yifeng/bin/meme-5.3.2/tests/common/motif.crp0'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory
'/home/yifeng/bin/meme-5.3.2/tests/common/motif.crp0'
Making all in motif.Puf3p
make[4]: Entering directory
'/home/yifeng/bin/meme-5.3.2/tests/common/motif.Puf3p'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory
'/home/yifeng/bin/meme-5.3.2/tests/common/motif.Puf3p'
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/common'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/common'
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/common'
Making all in create-priors
make[3]: Entering directory
'/home/yifeng/bin/meme-5.3.2/tests/create-priors'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/create-priors'
Making all in draw-mhmm
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/draw-mhmm'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/draw-mhmm'
Making all in dreme
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/dreme'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/dreme'
Making all in fasta-center
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/fasta-center'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/fasta-center'
Making all in fimo
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/fimo'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/fimo'
Making all in glam2
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/glam2'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/glam2'
Making all in glam2scan
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/glam2scan'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/glam2scan'
Making all in gomo
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/gomo'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/gomo'
Making all in mast
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/mast'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/mast'
Making all in mcast
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/mcast'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/mcast'
Making all in meme
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/meme'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/meme'
Making all in meme-chip
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/meme-chip'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/meme-chip'
Making all in mhmm
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/mhmm'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/mhmm'
Making all in mhmms
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/mhmms'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/mhmms'
Making all in momo
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/momo'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/momo'
Making all in mhmmscan
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/mhmmscan'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/mhmmscan'
Making all in motiph
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/motiph'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/motiph'
Making all in psp-gen
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/psp-gen'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/psp-gen'
Making all in qvalue
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/qvalue'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/qvalue'
Making all in scaffold
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/scaffold'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/scaffold'
Making all in spamo
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/spamo'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/spamo'
Making all in streme
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/streme'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/streme'
Making all in tgene
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/tgene'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/tgene'
Making all in tomtom
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/tomtom'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/tomtom'
Making all in web
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/web'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/web'
Making all in scripts
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/scripts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/scripts'
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests'
make[2]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests'
Making all in doc
make[2]: Entering directory '/home/yifeng/bin/meme-5.3.2/doc'
/bin/sed -e "/INSERT_COPYING_FILE/r ../COPYING" -e "/INSERT_COPYING_FILE/d"
copyright.html.in > copyright.html
make all-recursive
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/doc'
Making all in examples
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/doc/examples'
Making all in compute_prior_dist_example_output_files
make[5]: Entering directory
'/home/yifeng/bin/meme-5.3.2/doc/examples/compute_prior_dist_example_output_files'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory
'/home/yifeng/bin/meme-5.3.2/doc/examples/compute_prior_dist_example_output_files'
Making all in sample_opal_scripts
make[5]: Entering directory
'/home/yifeng/bin/meme-5.3.2/doc/examples/sample_opal_scripts'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory
'/home/yifeng/bin/meme-5.3.2/doc/examples/sample_opal_scripts'
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/doc/examples'
/bin/sed -e 's%@WHICHPERL@%/usr/bin/perl%' create_examples.pl.in >
create_examples; \
chmod +x create_examples
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/doc/examples'
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/doc/examples'
Making all in images
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/doc/images'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/doc/images'
Making all in css
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/doc/css'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/doc/css'
Making all in js
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/doc/js'
/bin/sed -e 's%\@VERSION\@%5.3.2%g' -e 's%\@CONTACT\@%%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e 's%\@ALT_URL\@%%g' -e
's%\@URL\@%https://meme-suite.org/meme%g' -e 's%\@PREV_URL\@%%g' -e
's%\@PREV_VER\@%%g' -e 's%\@NOTICES_URL\@%./notices.txt%g' -e
's%\@NEWS_URL\@%./news.txt%g' constants.js.in > constants.js
/bin/sed -e 's%\@VERSION\@%5.3.2%g' -e 's%\@CONTACT\@%%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e 's%\@ALT_URL\@%%g' -e
's%\@URL\@%https://meme-suite.org/meme%g' -e 's%\@PREV_URL\@%%g' -e
's%\@PREV_VER\@%%g' -e 's%\@NOTICES_URL\@%./notices.txt%g' -e
's%\@NEWS_URL\@%./news.txt%g' menu.js.in > menu.js
/bin/sed -e 's%\@VERSION\@%5.3.2%g' -e 's%\@CONTACT\@%%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e 's%\@ALT_URL\@%%g' -e
's%\@URL\@%https://meme-suite.org/meme%g' -e 's%\@PREV_URL\@%%g' -e
's%\@PREV_VER\@%%g' -e 's%\@NOTICES_URL\@%./notices.txt%g' -e
's%\@NEWS_URL\@%./news.txt%g' menu-configure.js.in > menu-configure.js
/bin/sed -e 's%\@VERSION\@%5.3.2%g' -e 's%\@CONTACT\@%%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e 's%\@ALT_URL\@%%g' -e
's%\@URL\@%https://meme-suite.org/meme%g' -e 's%\@PREV_URL\@%%g' -e
's%\@PREV_VER\@%%g' -e 's%\@NOTICES_URL\@%./notices.txt%g' -e
's%\@NEWS_URL\@%./news.txt%g' menu-data.js.in > menu-data.js
make all-am
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/doc/js'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/doc/js'
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/doc/js'
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/doc'
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' download.html.in > download.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' download-index.html.in >
download-index.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' general-faq.html.in >
general-faq.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' install.html.in > install.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' scripting.html.in > scripting.html
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/doc'
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/doc'
make[2]: Leaving directory '/home/yifeng/bin/meme-5.3.2/doc'
Making all in etc
make[2]: Entering directory '/home/yifeng/bin/meme-5.3.2/etc'
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
ame_template.html.in > ame_template.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
beadstring.xsl.in > beadstring.xsl
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
centrimo_template.html.in > centrimo_template.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
tgene_template.html.in > tgene_template.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
constants.js.in > constants.js
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
constants.xsl.in > constants.xsl
/bin/sed 's%tname%constants.js%' ./xsl-wrapper.in | /bin/sed '5r
constants.js' > constants.js.xsl
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
dreme_template.html.in > dreme_template.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
gomo-to-html.xsl.in > gomo-to-html.xsl
/usr/bin/perl ../etc/generate_xsl_icons.pl ../doc/images/gomo_icon.png >
icons.xsl
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
logging.conf.in > logging.conf
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
mast_template.html.in > mast_template.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
mcast_template.html.in > mcast_template.html
/bin/sed 's%tname%meme.css%' ./xsl-wrapper.in | /bin/sed '5r meme.css' >
meme.css.xsl
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
meme_template.html.in > meme_template.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
momo_template.html.in > momo_template.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
meme-chip_template.html.in > meme-chip_template.html
/usr/bin/perl ../etc/generate_js_wrapped_template.pl motif_logo_template
template.eps > motif_logo_template.js
/bin/sed 's%tname%simple-shared-doc.js%' ./xsl-wrapper.in | /bin/sed '5r
simple-shared-doc.js' > simple-shared-doc.js.xsl
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
spamo_template.html.in > spamo_template.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
streme_template.html.in > streme_template.html
/bin/sed -e 's%\@SOURCE_URL\@%https://meme-suite.org%g' -e
's%\@SITE_URL\@%https://meme-suite.org/meme%g' -e
's%\@DEV_CONTACT\@%meme-...@uw.edu%g' -e
's%\@AMIGO_URL\@%http://amigo.geneontology.org/amigo/term/GO_TERM_ID%'
tomtom_template.html.in > tomtom_template.html
/bin/sed 's%tname%utilities.js%' ./xsl-wrapper.in | /bin/sed '5r
utilities.js' > utilities.js.xsl
make[2]: Leaving directory '/home/yifeng/bin/meme-5.3.2/etc'
Making all in website
make[2]: Entering directory '/home/yifeng/bin/meme-5.3.2/website'
Making all in templates
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/website/templates'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/website/templates'
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/website'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/website'
make[2]: Leaving directory '/home/yifeng/bin/meme-5.3.2/website'
make[2]: Entering directory '/home/yifeng/bin/meme-5.3.2'
make[2]: Leaving directory '/home/yifeng/bin/meme-5.3.2'
make[1]: Leaving directory '/home/yifeng/bin/meme-5.3.2'

################# test.log
make check
make[1]: Entering directory '/home/yifeng/bin/meme-5.3.2'
make check-recursive
make[2]: Entering directory '/home/yifeng/bin/meme-5.3.2'
Making check in src
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/src'
make check-recursive
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/src'
Making check in filters
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/filters'
Making check in purge
make[6]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/filters/purge'
make[6]: Nothing to be done for 'check'.
make[6]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/filters/purge'
Making check in dust
make[6]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/filters/dust'
make[6]: Nothing to be done for 'check'.
make[6]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/filters/dust'
make[6]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/filters'
make[6]: Nothing to be done for 'check-am'.
make[6]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/filters'
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/filters'
Making check in libxml2
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/libxml2'
Making check in include
make[6]: Entering directory
'/home/yifeng/bin/meme-5.3.2/src/libxml2/include'
Making check in .
make[7]: Entering directory
'/home/yifeng/bin/meme-5.3.2/src/libxml2/include'
make[7]: Nothing to be done for 'check-am'.
make[7]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/libxml2/include'
Making check in libxml
make[7]: Entering directory
'/home/yifeng/bin/meme-5.3.2/src/libxml2/include/libxml'
make[7]: Nothing to be done for 'check'.
make[7]: Leaving directory
'/home/yifeng/bin/meme-5.3.2/src/libxml2/include/libxml'
make[6]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/libxml2/include'
Making check in .
make[6]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/libxml2'
make[6]: Nothing to be done for 'check-am'.
make[6]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/libxml2'
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/libxml2'
Making check in libxslt
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/libxslt'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/libxslt'
Making check in .
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/src'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src'
Making check in parallel
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/src/parallel'
cp -f meme ../meme;
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src/parallel'
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src'
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/src'
Making check in scripts
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/scripts'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/scripts'
Making check in tests
make[3]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests'
Making check in ame
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/ame'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/ame'
Making check in clustalw2fasta
make[4]: Entering directory
'/home/yifeng/bin/meme-5.3.2/tests/clustalw2fasta'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory
'/home/yifeng/bin/meme-5.3.2/tests/clustalw2fasta'
Making check in centrimo
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/centrimo'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/centrimo'
Making check in common
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/common'
Making check in motif.crp0
make[5]: Entering directory
'/home/yifeng/bin/meme-5.3.2/tests/common/motif.crp0'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory
'/home/yifeng/bin/meme-5.3.2/tests/common/motif.crp0'
Making check in motif.Puf3p
make[5]: Entering directory
'/home/yifeng/bin/meme-5.3.2/tests/common/motif.Puf3p'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory
'/home/yifeng/bin/meme-5.3.2/tests/common/motif.Puf3p'
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/common'
make Klf1-200-100-shuffled.fa
make[6]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/common'
cp Klf1-200-100-shuffled.py3.fa ../../tests/common/Klf1-200-100-shuffled.fa
make[6]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/common'
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/common'
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/common'
Making check in create-priors
make[4]: Entering directory
'/home/yifeng/bin/meme-5.3.2/tests/create-priors'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/create-priors'
Making check in draw-mhmm
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/draw-mhmm'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/draw-mhmm'
Making check in dreme
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/dreme'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/dreme'
Making check in fasta-center
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/fasta-center'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/fasta-center'
Making check in fimo
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/fimo'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/fimo'
Making check in glam2
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/glam2'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/glam2'
Making check in glam2scan
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/glam2scan'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/glam2scan'
Making check in gomo
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/gomo'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/gomo'
Making check in mast
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/mast'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/mast'
Making check in mcast
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/mcast'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/mcast'
Making check in meme
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/meme'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/meme'
Making check in meme-chip
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/meme-chip'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/meme-chip'
Making check in mhmm
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/mhmm'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/mhmm'
Making check in mhmms
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/mhmms'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/mhmms'
Making check in momo
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/momo'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/momo'
Making check in mhmmscan
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/mhmmscan'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/mhmmscan'
Making check in motiph
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/motiph'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/motiph'
Making check in psp-gen
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/psp-gen'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/psp-gen'
Making check in qvalue
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/qvalue'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/qvalue'
Making check in scaffold
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/scaffold'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/scaffold'
Making check in spamo
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/spamo'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/spamo'
Making check in streme
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/streme'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/streme'
Making check in tgene
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/tgene'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/tgene'
Making check in tomtom
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/tomtom'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/tomtom'
Making check in web
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/web'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/web'
Making check in scripts
make[4]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/scripts'
make test_driver
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/scripts'
/bin/sed -e 's%@WHICHPERL@%/usr/bin/perl%' \
-e 's%@MYDISTDIR@%/home/yifeng/bin/meme-5.3.2%' \
-e 's%@BUILDDIR@%/home/yifeng/bin/meme-5.3.2%' \
-e 's%@TESTDIR@%/home/yifeng/bin/meme-5.3.2%' test_driver.pl.in >
test_driver
chmod +x test_driver
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/scripts'
make check-TESTS
make[5]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/scripts'
make[6]: Entering directory '/home/yifeng/bin/meme-5.3.2/tests/scripts'
PASS: motif-in.streme.klf1.text
PASS: motif-in.streme.klf1.xml
PASS: motif-in.streme.klf1.html
PASS: motif-in.streme.klf1.extdna.text
PASS: motif-in.streme.klf1.extdna.xml
PASS: motif-in.streme.klf1.extdna.html
PASS: motif-in.streme.puf3p.text
PASS: motif-in.streme.puf3p.xml
PASS: motif-in.streme.puf3p.html
PASS: motif-in.streme.lipocalin.text
PASS: motif-in.streme.lipocalin.xml
PASS: motif-in.streme.lipocalin.html
PASS: motif-in.meme.crp0.text
PASS: motif-in.meme.crp0.xml
PASS: motif-in.meme.crp0.html
PASS: motif-in.meme.lipocalin.text
PASS: motif-in.meme.lipocalin.xml
PASS: motif-in.meme.lipocalin.html
PASS: motif-in.meme.puf3p.text
PASS: motif-in.meme.puf3p.xml
PASS: motif-in.meme.puf3p.html
PASS: motif-in.meme.crp0.extdna.text
PASS: motif-in.meme.crp0.extdna.xml
PASS: motif-in.meme.crp0.extdna.html
PASS: motif-in.dreme.klf1.text
PASS: motif-in.dreme.klf1.xml
PASS: motif-in.dreme.klf1.html
PASS: motif-in.dreme.klf1.extdna.text
PASS: motif-in.dreme.klf1.extdna.xml
PASS: motif-in.dreme.klf1.extdna.html
PASS: motif-in.dreme.puf3p.text
PASS: motif-in.dreme.puf3p.xml
PASS: motif-in.dreme.puf3p.html
PASS: ama1
PASS: ama2
PASS: ame1
PASS: ame2
PASS: ame3
PASS: ame4
PASS: ame5
PASS: ame6
PASS: ame7
PASS: ame8
PASS: ame9
PASS: ame10
PASS: ame11
PASS: ame12
PASS: ame13
PASS: centrimo1
PASS: centrimo2
PASS: centrimo3
PASS: centrimo4
PASS: centrimo5
PASS: centrimo6
PASS: centrimo7
PASS: centrimo8
PASS: centrimo9
PASS: tgene1
PASS: tgene2
PASS: tgene3
PASS: tgene4
PASS: create-priors1
PASS: create-priors2
PASS: dreme1
PASS: dreme2
PASS: dreme3
PASS: dreme4
PASS: fasta-center1
FAIL: fasta-dinucleotide-shuffle1 (differences in stdout)
PASS: fimo1
PASS: fimo2
PASS: fimo3
PASS: fimo4
PASS: glam2_1
PASS: glam2scan1
PASS: gomo1
PASS: gomo2
PASS: mast1
PASS: mast2
PASS: mast3
PASS: mast4
PASS: mast5
PASS: mast6
PASS: mast7
PASS: mast8
PASS: mast9
PASS: mast10
PASS: mast11
PASS: mast12
PASS: mast13
PASS: mast14
PASS: mast15
PASS: mast16
PASS: mast17
PASS: mast18
PASS: mast19
PASS: mast20
PASS: mast21
PASS: mcast1
PASS: mcast2
PASS: meme1
PASS: meme2
PASS: meme3
PASS: meme4
PASS: meme5
PASS: meme6
PASS: meme7
PASS: meme8
PASS: meme9
PASS: meme10
PASS: meme11
PASS: meme12
PASS: meme13
PASS: meme14
PASS: meme15
PASS: meme16
PASS: meme17
PASS: meme18
PASS: meme_psp
PASS: meme-chip1
PASS: momo1
PASS: momo2
PASS: momo3
PASS: momo4
PASS: momo5
PASS: momo6
PASS: momo7
PASS: momo8
PASS: momo9
PASS: momo10
PASS: momo11
PASS: momo12
PASS: momo13
PASS: momo14
PASS: momo15
PASS: momo16
PASS: momo17
PASS: momo18
PASS: motiph1
PASS: motiph2
PASS: psp-gen1
PASS: psp-gen2
PASS: psp-gen3
PASS: qvalue1
PASS: qvalue2
PASS: spamo1
PASS: spamo2
PASS: spamo3
PASS: spamo4
PASS: streme1
PASS: streme2
PASS: streme3
PASS: streme4
PASS: tomtom1
PASS: tomtom_allr
PASS: tomtom_ed
PASS: tomtom_kullback
PASS: tomtom_pearson
PASS: tomtom_sandelin
PASS: tomtom_blic1
PASS: tomtom_blic5
PASS: tomtom_allr_cs
PASS: tomtom_ed_cs
PASS: tomtom_kullback_cs
PASS: tomtom_pearson_cs
PASS: tomtom_sandelin_cs
PASS: tomtom_blic1_cs
PASS: tomtom_blic5_cs
============================================================================
Testsuite summary for meme 5.3.2
============================================================================
# TOTAL: 168
# PASS: 167
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/scripts/test-suite.log
============================================================================
Makefile:595: recipe for target 'test-suite.log' failed
make[6]: *** [test-suite.log] Error 1
make[6]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/scripts'
Makefile:701: recipe for target 'check-TESTS' failed
make[5]: *** [check-TESTS] Error 2
make[5]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/scripts'
Makefile:770: recipe for target 'check-am' failed
make[4]: *** [check-am] Error 2
make[4]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests/scripts'
Makefile:418: recipe for target 'check-recursive' failed
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory '/home/yifeng/bin/meme-5.3.2/tests'
Makefile:778: recipe for target 'check-recursive' failed
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory '/home/yifeng/bin/meme-5.3.2'
Makefile:1070: recipe for target 'check' failed
make[1]: *** [check] Error 2
make[1]: Leaving directory '/home/yifeng/bin/meme-5.3.2'
Makefile:1238: recipe for target 'test' failed
make: *** [test] Error 2

cegrant

unread,
Feb 18, 2021, 6:49:15 PM2/18/21
to MEME Suite Q&A

The fork.h error is not an issue. The configure script runs many tests on
the capabilities of the local C compiler, some of which are not actually
relevant to the MEME Suite, but are just part of the standard baggage for
installs using autoconf.

If you look in tests/scripts/fasta-dinucleotide-shuffle.log you should find
a detailed error message on the fasta-dinucleotide-shuffle failure. My
suspicion is that you are using Python 3 which made some changes to the
random number generator, so the shuffled sequences generated for the test
case by Python 3 don't match the shuffled sequences generated by Python 2.
We working on updating the test to eliminate this error.

yifeng yuan

unread,
Feb 18, 2021, 7:03:14 PM2/18/21
to MEME Suite Q&A
Thank you very much. I think you are right. Here is part of the log file
below.

Thank you again.
Yifeng


Test fasta-dinucleotide-shuffle1 ...
fasta-dinucleotide-shuffle -f common/Klf1-200-100.fa -t -dinuc 1>
results/fasta-dinucleotide-shuffle1/fasta-dinucleotide-shuffle_1W2jr_stdout
2> log
reference common/Klf1-200-100-shuffled.py2.fa output
results/fasta-dinucleotide-shuffle1/fasta-dinucleotide-shuffle_1W2jr_stdout

cegrant

unread,
Mar 16, 2021, 7:28:25 PM3/16/21
to MEME Suite Q&A
We have a fix for this that we will include in the next release.

Maciej Jończyk

unread,
May 11, 2021, 2:08:00 PM5/11/21
to MEME Suite Q&A
I have the same problem for version 5.3.3 with all dependencies installed.

Does it affect functioning of the scripts or I can neglect it?

Maciej Jończyk

unread,
May 11, 2021, 2:11:27 PM5/11/21
to MEME Suite Q&A
OK, now I know it won't install.
Which of the latest versions doesn't have this bug?

cegrant

unread,
May 12, 2021, 10:54:35 PM5/12/21
to MEME Suite Q&A
Hi Maciej, this bug shouldn't cause installation to fail. It only causes a
test of fasta-dinucleotide-shuffle to fail, and only because the shuffle no
longer exactly matches the previous Python 2 shuffle. The script should
otherwise work. I

If you are having problems with installation please capture the
installation log with the command

make install &2> install.log

and forward us a coy of install.log. That will help us troubleshoot the
problem.

cegrant

unread,
May 12, 2021, 10:57:17 PM5/12/21
to MEME Suite Q&A
Sorry, that should be be

make &> install.log

!

Maciej Jończyk

unread,
May 13, 2021, 10:32:54 AM5/13/21
to MEME Suite Q&A
Ok, the last time instalation failed, but now it runs on other system. The
error remains but meme works.

Thank you
Reply all
Reply to author
Forward
0 new messages