This only occurs sometimes but it is reproducible if I try often enough
- and I have absolutely no clue why.
I haven't spotted the executed (wrong) rule in the generated Makefiles
so I have no idea why this rule kicked in at all - maybe it is the
standard in-built C compilation rule?

Does someone else encountered this issue before or is this specific to
our sources?

This error was produced by a build scripts created by Automake 1.12.2.


Some background:
GnuCOBOL consist of one main directory with 4 sub-directories
(concerning the actual source/compilation): lib, libcob, cobc, cobcrun.

Running without `make -j` always work but using parallel builds sometime
break with the mentioned error.


The output from a testing machine can be seen below (note: the build
worked 3 times - I've always used `make clean` and ran `configure`again,
but then the error happened multiple times, 1x libcob, 1x cobc, 2x
cobcrun, then finished clean), the issue is always the same, the
*compilation command* is wrong:

~~~
gcc -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings
-Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE
-Wl,-z,relro,-z,now,-O1  /home/simon/gnucobol/cobc/../cobc/cobc.c   -o
../cobc/cobc
/home/simon/gnucobol/cobc/../cobc/cobc.c:26:10: fatal error: config.h:
No such file or directory
 #include "config.h"
          ^~~~~~~~~~
compilation terminated.
~~~

where it should be (and normally does and also does on a second/third try):

~~~
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE
-MT cobc-cobc.o -MD -MP -MF .deps/cobc-cobc.Tpo -c -o cobc-cobc.o `test
-f 'cobc.c' || echo '/home/simon/gnucobol/cobc/'`cobc.c
~~~

The include options and defines (and other options) are missing and I
have no clue why...


Full output (snipped the 2nd failing cobcrun as the messages was 100%
identical to the first one) is attached.


The actual .am files are in vcs at
   svn://svn.code.sf.net/p/open-cobol/code/trunk
and recently hand-mirrored to git at
   https://gitlab.com/GNU/cobol/tree/master


If there's anything else missing in this information please drop a note
simon@machine-trisquel:/tmp/gnucobol$ /home/simon/gnucobol/configure
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether CFLAGS can be modified... 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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-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 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for egrep... (cached) /bin/grep -E
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for dlfcn.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for sig_atomic_t... yes
checking for inline keyword... __inline
checking for vprintf... yes
checking for _doprnt... no
checking for memmove... yes
checking for memset... yes
checking for setlocale... yes
checking for fcntl... yes
checking for strerror... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strrchr... yes
checking for strdup... yes
checking for strstr... yes
checking for strtol... yes
checking for gettimeofday... yes
checking for localeconv... yes
checking for readlink... yes
checking for getexecname... no
checking for canonicalize_file_name... yes
checking for realpath... yes
checking for strcoll... yes
checking for strxfrm... yes
checking for setenv... yes
checking for raise... yes
checking for _BSD_SOURCE... no
checking for timezone variable access... yes
checking for designated initializers... yes
checking for __GNUC__... yes
checking for __INTEL_COMPILER... no
checking for __clang__... no
checking for __xlc__... no
checking for __WATCOMC__... no
checking whether to build with code coverage support... no
configure: Checks for GMP ...
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking matching GMP version... yes (6.1)
checking for __gmp_get_memory_functions in -lgmp... yes
checking for nanosleep... yes
checking for clock_gettime and CLOCK_REALTIME... yes
checking for isfinite ... yes
checking prototype for finite in <math.h>... yes
checking for fdatasync... yes
checking for sigaction... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for nl_langinfo and CODESET... yes
configure: Checks for curses ...
checking for initscr in -lncursesw... no
checking for initscr in -lncurses... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for ncurses _nc_freeall function... yes
checking for ncurses use_legacy_coding function... yes
checking for curses color_set function... yes
configure: Checks for Berkeley DB ...
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
configure: db.h reports version "-Berkeley DB 5.3.28: (September  9, 2013)-"
checking for Berkeley DB db.h version >= 4.1... yes (5.3)
checking for Berkeley DB library with version 5.3... yes
configure: BDB library version 5.3 found as -ldb-5.3
checking for _WIN32... no
checking for dlopen in -lc... no
checking for dlopen in -ldl... (cached) yes
checking for dladdr in -ldl... yes
checking for working strftime... yes
checking if size of long int = size of long long... yes
checking if long is 32 bits... no
checking if pointer is longer than 32 bits... yes
checking for aligned attribute... yes
checking for gcc pointer sign option... yes
checking for ld bind now option... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating bin/cob-config
config.status: creating Makefile
config.status: creating libcob/Makefile
config.status: creating lib/Makefile
config.status: creating cobc/Makefile
config.status: creating bin/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating config/Makefile
config.status: creating copy/Makefile
config.status: creating tests/atlocal
config.status: creating tests/Makefile
config.status: creating tests/cobol85/Makefile
config.status: creating extras/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing chmod commands
configure: GnuCOBOL Configuration:
configure:  CC                gcc
configure:  CFLAGS            -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE
configure:  COB_CFLAGS        -I/usr/local/include -Wno-unused -fsigned-char 
-Wno-pointer-sign -pipe
configure:  LDFLAGS            -Wl,-z,relro,-z,now,-O1
configure:  COB_LDFLAGS       
configure:  COB_LIBS          -L${exec_prefix}/lib -lcob -lm -lgmp -lncurses 
-ldb-5.3 -ldl
configure:  COB_CONFIG_DIR    ${datarootdir}/gnucobol/config
configure:  COB_COPY_DIR      ${datarootdir}/gnucobol/copy
configure:  COB_LIBRARY_PATH  ${exec_prefix}/lib/gnucobol
configure:  COB_OBJECT_EXT    o
configure:  COB_MODULE_EXT    so
configure:  COB_EXE_EXT       
configure:  COB_SHARED_OPT    -shared
configure:  COB_PIC_FLAGS     -fPIC -DPIC
configure:  COB_EXPORT_DYN    -Wl,--export-dynamic
configure:  COB_STRIP_CMD     strip --strip-unneeded
configure:  Dynamic loading:                             System
configure:  Use gettext for international messages:      yes
configure:  Use fcntl for file locking:                  yes
configure:  Use ncurses/pdcurses/curses for screen I/O:  ncurses
configure:  Use Berkeley DB for ISAM I/O:                yes


simon@machine-trisquel:/tmp/gnucobol$ make -j4
make  all-recursive
make[1]: Entering directory `/tmp/gnucobol'
Making all in lib
make[2]: Entering directory `/tmp/gnucobol/lib'
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/lib -I..     -O2 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k -U_FORTIFY_SOURCE -MT dummymac.o -MD -MP -MF .deps/dummymac.Tpo 
-c -o dummymac.o /home/simon/gnucobol/lib/dummymac.c
mv -f .deps/dummymac.Tpo .deps/dummymac.Po
rm -f libsupport.a
ar cru libsupport.a dummymac.o 
ranlib libsupport.a
make[2]: Leaving directory `/tmp/gnucobol/lib'
Making all in libcob
make[2]: Entering directory `/tmp/gnucobol/libcob'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/home/simon/gnucobol/libcob -I..     -I/home/simon/gnucobol  -O2 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k -U_FORTIFY_SOURCE -MT libcob_la-common.lo -MD -MP -MF 
.deps/libcob_la-common.Tpo -c -o libcob_la-common.lo `test -f 'common.c' || 
echo '/home/simon/gnucobol/libcob/'`common.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/home/simon/gnucobol/libcob -I..     -I/home/simon/gnucobol  -O2 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k -U_FORTIFY_SOURCE -MT libcob_la-move.lo -MD -MP -MF 
.deps/libcob_la-move.Tpo -c -o libcob_la-move.lo `test -f 'move.c' || echo 
'/home/simon/gnucobol/libcob/'`move.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/home/simon/gnucobol/libcob -I..     -I/home/simon/gnucobol  -O2 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k -U_FORTIFY_SOURCE -MT libcob_la-numeric.lo -MD -MP -MF 
.deps/libcob_la-numeric.Tpo -c -o libcob_la-numeric.lo `test -f 'numeric.c' || 
echo '/home/simon/gnucobol/libcob/'`numeric.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/home/simon/gnucobol/libcob -I..     -I/home/simon/gnucobol  -O2 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k -U_FORTIFY_SOURCE -MT libcob_la-strings.lo -MD -MP -MF 
.deps/libcob_la-strings.Tpo -c -o libcob_la-strings.lo `test -f 'strings.c' || 
echo '/home/simon/gnucobol/libcob/'`strings.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-move.lo -MD -MP -MF .deps/libcob_la-move.Tpo -c 
/home/simon/gnucobol/libcob/move.c  -fPIC -DPIC -o .libs/libcob_la-move.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-strings.lo -MD -MP -MF .deps/libcob_la-strings.Tpo -c 
/home/simon/gnucobol/libcob/strings.c  -fPIC -DPIC -o .libs/libcob_la-strings.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-numeric.lo -MD -MP -MF .deps/libcob_la-numeric.Tpo -c 
/home/simon/gnucobol/libcob/numeric.c  -fPIC -DPIC -o .libs/libcob_la-numeric.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-common.lo -MD -MP -MF .deps/libcob_la-common.Tpo -c 
/home/simon/gnucobol/libcob/common.c  -fPIC -DPIC -o .libs/libcob_la-common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-strings.lo -MD -MP -MF .deps/libcob_la-strings.Tpo -c 
/home/simon/gnucobol/libcob/strings.c -o libcob_la-strings.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-numeric.lo -MD -MP -MF .deps/libcob_la-numeric.Tpo -c 
/home/simon/gnucobol/libcob/numeric.c -o libcob_la-numeric.o >/dev/null 2>&1
mv -f .deps/libcob_la-strings.Tpo .deps/libcob_la-strings.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/home/simon/gnucobol/libcob -I..     -I/home/simon/gnucobol  -O2 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k -U_FORTIFY_SOURCE -MT libcob_la-fileio.lo -MD -MP -MF 
.deps/libcob_la-fileio.Tpo -c -o libcob_la-fileio.lo `test -f 'fileio.c' || 
echo '/home/simon/gnucobol/libcob/'`fileio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-fileio.lo -MD -MP -MF .deps/libcob_la-fileio.Tpo -c 
/home/simon/gnucobol/libcob/fileio.c  -fPIC -DPIC -o .libs/libcob_la-fileio.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-move.lo -MD -MP -MF .deps/libcob_la-move.Tpo -c 
/home/simon/gnucobol/libcob/move.c -o libcob_la-move.o >/dev/null 2>&1
mv -f .deps/libcob_la-move.Tpo .deps/libcob_la-move.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/home/simon/gnucobol/libcob -I..     -I/home/simon/gnucobol  -O2 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k -U_FORTIFY_SOURCE -MT libcob_la-call.lo -MD -MP -MF 
.deps/libcob_la-call.Tpo -c -o libcob_la-call.lo `test -f 'call.c' || echo 
'/home/simon/gnucobol/libcob/'`call.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-common.lo -MD -MP -MF .deps/libcob_la-common.Tpo -c 
/home/simon/gnucobol/libcob/common.c -o libcob_la-common.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-call.lo -MD -MP -MF .deps/libcob_la-call.Tpo -c 
/home/simon/gnucobol/libcob/call.c  -fPIC -DPIC -o .libs/libcob_la-call.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-fileio.lo -MD -MP -MF .deps/libcob_la-fileio.Tpo -c 
/home/simon/gnucobol/libcob/fileio.c -o libcob_la-fileio.o >/dev/null 2>&1
mv -f .deps/libcob_la-numeric.Tpo .deps/libcob_la-numeric.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/home/simon/gnucobol/libcob -I..     -I/home/simon/gnucobol  -O2 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k -U_FORTIFY_SOURCE -MT libcob_la-intrinsic.lo -MD -MP -MF 
.deps/libcob_la-intrinsic.Tpo -c -o libcob_la-intrinsic.lo `test -f 
'intrinsic.c' || echo '/home/simon/gnucobol/libcob/'`intrinsic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-intrinsic.lo -MD -MP -MF .deps/libcob_la-intrinsic.Tpo -c 
/home/simon/gnucobol/libcob/intrinsic.c  -fPIC -DPIC -o 
.libs/libcob_la-intrinsic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-call.lo -MD -MP -MF .deps/libcob_la-call.Tpo -c 
/home/simon/gnucobol/libcob/call.c -o libcob_la-call.o >/dev/null 2>&1
mv -f .deps/libcob_la-call.Tpo .deps/libcob_la-call.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/home/simon/gnucobol/libcob -I..     -I/home/simon/gnucobol  -O2 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k -U_FORTIFY_SOURCE -MT libcob_la-termio.lo -MD -MP -MF 
.deps/libcob_la-termio.Tpo -c -o libcob_la-termio.lo `test -f 'termio.c' || 
echo '/home/simon/gnucobol/libcob/'`termio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-termio.lo -MD -MP -MF .deps/libcob_la-termio.Tpo -c 
/home/simon/gnucobol/libcob/termio.c  -fPIC -DPIC -o .libs/libcob_la-termio.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-termio.lo -MD -MP -MF .deps/libcob_la-termio.Tpo -c 
/home/simon/gnucobol/libcob/termio.c -o libcob_la-termio.o >/dev/null 2>&1
mv -f .deps/libcob_la-common.Tpo .deps/libcob_la-common.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/home/simon/gnucobol/libcob -I..     -I/home/simon/gnucobol  -O2 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k -U_FORTIFY_SOURCE -MT libcob_la-screenio.lo -MD -MP -MF 
.deps/libcob_la-screenio.Tpo -c -o libcob_la-screenio.lo `test -f 'screenio.c' 
|| echo '/home/simon/gnucobol/libcob/'`screenio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-screenio.lo -MD -MP -MF .deps/libcob_la-screenio.Tpo -c 
/home/simon/gnucobol/libcob/screenio.c  -fPIC -DPIC -o 
.libs/libcob_la-screenio.o
mv -f .deps/libcob_la-fileio.Tpo .deps/libcob_la-fileio.Plo
mv -f .deps/libcob_la-termio.Tpo .deps/libcob_la-termio.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/home/simon/gnucobol/libcob -I..     -I/home/simon/gnucobol  -O2 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k -U_FORTIFY_SOURCE -MT libcob_la-cobgetopt.lo -MD -MP -MF 
.deps/libcob_la-cobgetopt.Tpo -c -o libcob_la-cobgetopt.lo `test -f 
'cobgetopt.c' || echo '/home/simon/gnucobol/libcob/'`cobgetopt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-cobgetopt.lo -MD -MP -MF .deps/libcob_la-cobgetopt.Tpo -c 
/home/simon/gnucobol/libcob/cobgetopt.c  -fPIC -DPIC -o 
.libs/libcob_la-cobgetopt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-cobgetopt.lo -MD -MP -MF .deps/libcob_la-cobgetopt.Tpo -c 
/home/simon/gnucobol/libcob/cobgetopt.c -o libcob_la-cobgetopt.o >/dev/null 2>&1
mv -f .deps/libcob_la-cobgetopt.Tpo .deps/libcob_la-cobgetopt.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-intrinsic.lo -MD -MP -MF .deps/libcob_la-intrinsic.Tpo -c 
/home/simon/gnucobol/libcob/intrinsic.c -o libcob_la-intrinsic.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/libcob -I.. 
-I/home/simon/gnucobol -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
libcob_la-screenio.lo -MD -MP -MF .deps/libcob_la-screenio.Tpo -c 
/home/simon/gnucobol/libcob/screenio.c -o libcob_la-screenio.o >/dev/null 2>&1
mv -f .deps/libcob_la-screenio.Tpo .deps/libcob_la-screenio.Plo
mv -f .deps/libcob_la-intrinsic.Tpo .deps/libcob_la-intrinsic.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -I/home/simon/gnucobol  -O2 
-pipe -finline-functions -fsigned-char -Wall -Wwrite-strings 
-Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE  -version-info 4:0:0 
-no-undefined -Wl,-z,relro,-z,now,-O1 -o libcob.la -rpath /usr/local/lib 
libcob_la-common.lo libcob_la-move.lo libcob_la-numeric.lo libcob_la-strings.lo 
libcob_la-fileio.lo libcob_la-call.lo libcob_la-intrinsic.lo 
libcob_la-termio.lo libcob_la-screenio.lo libcob_la-cobgetopt.lo -lm -lgmp 
-lncurses -ldb-5.3 -ldl  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libcob_la-common.o 
.libs/libcob_la-move.o .libs/libcob_la-numeric.o .libs/libcob_la-strings.o 
.libs/libcob_la-fileio.o .libs/libcob_la-call.o .libs/libcob_la-intrinsic.o 
.libs/libcob_la-termio.o .libs/libcob_la-screenio.o .libs/libcob_la-cobgetopt.o 
  -lm -lgmp -lncurses -ldb-5.3 -ldl  -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now 
-Wl,-O1   -Wl,-soname -Wl,libcob.so.4 -o .libs/libcob.so.4.0.0
libtool: link: (cd ".libs" && rm -f "libcob.so.4" && ln -s "libcob.so.4.0.0" 
"libcob.so.4")
libtool: link: (cd ".libs" && rm -f "libcob.so" && ln -s "libcob.so.4.0.0" 
"libcob.so")
libtool: link: ar cru .libs/libcob.a  libcob_la-common.o libcob_la-move.o 
libcob_la-numeric.o libcob_la-strings.o libcob_la-fileio.o libcob_la-call.o 
libcob_la-intrinsic.o libcob_la-termio.o libcob_la-screenio.o 
libcob_la-cobgetopt.o
libtool: link: ranlib .libs/libcob.a
libtool: link: ( cd ".libs" && rm -f "libcob.la" && ln -s "../libcob.la" 
"libcob.la" )
make[2]: Leaving directory `/tmp/gnucobol/libcob'
Making all in cobc
make[2]: Entering directory `/tmp/gnucobol/cobc'
make  all-am
make[3]: Entering directory `/tmp/gnucobol/cobc'
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-cobc.o -MD -MP -MF .deps/cobc-cobc.Tpo -c -o cobc-cobc.o `test -f 'cobc.c' 
|| echo '/home/simon/gnucobol/cobc/'`cobc.c
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-ppparse.o -MD -MP -MF .deps/cobc-ppparse.Tpo -c -o cobc-ppparse.o `test -f 
'ppparse.c' || echo '/home/simon/gnucobol/cobc/'`ppparse.c
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-pplex.o -MD -MP -MF .deps/cobc-pplex.Tpo -c -o cobc-pplex.o `test -f 
'pplex.c' || echo '/home/simon/gnucobol/cobc/'`pplex.c
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-parser.o -MD -MP -MF .deps/cobc-parser.Tpo -c -o cobc-parser.o `test -f 
'parser.c' || echo '/home/simon/gnucobol/cobc/'`parser.c
mv -f .deps/cobc-ppparse.Tpo .deps/cobc-ppparse.Po
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-scanner.o -MD -MP -MF .deps/cobc-scanner.Tpo -c -o cobc-scanner.o `test -f 
'scanner.c' || echo '/home/simon/gnucobol/cobc/'`scanner.c
mv -f .deps/cobc-pplex.Tpo .deps/cobc-pplex.Po
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-config.o -MD -MP -MF .deps/cobc-config.Tpo -c -o cobc-config.o `test -f 
'config.c' || echo '/home/simon/gnucobol/cobc/'`config.c
mv -f .deps/cobc-config.Tpo .deps/cobc-config.Po
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-reserved.o -MD -MP -MF .deps/cobc-reserved.Tpo -c -o cobc-reserved.o `test 
-f 'reserved.c' || echo '/home/simon/gnucobol/cobc/'`reserved.c
mv -f .deps/cobc-scanner.Tpo .deps/cobc-scanner.Po
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-error.o -MD -MP -MF .deps/cobc-error.Tpo -c -o cobc-error.o `test -f 
'error.c' || echo '/home/simon/gnucobol/cobc/'`error.c
mv -f .deps/cobc-reserved.Tpo .deps/cobc-reserved.Po
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-tree.o -MD -MP -MF .deps/cobc-tree.Tpo -c -o cobc-tree.o `test -f 'tree.c' 
|| echo '/home/simon/gnucobol/cobc/'`tree.c
mv -f .deps/cobc-error.Tpo .deps/cobc-error.Po
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-field.o -MD -MP -MF .deps/cobc-field.Tpo -c -o cobc-field.o `test -f 
'field.c' || echo '/home/simon/gnucobol/cobc/'`field.c
mv -f .deps/cobc-cobc.Tpo .deps/cobc-cobc.Po
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-typeck.o -MD -MP -MF .deps/cobc-typeck.Tpo -c -o cobc-typeck.o `test -f 
'typeck.c' || echo '/home/simon/gnucobol/cobc/'`typeck.c
mv -f .deps/cobc-field.Tpo .deps/cobc-field.Po
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-codegen.o -MD -MP -MF .deps/cobc-codegen.Tpo -c -o cobc-codegen.o `test -f 
'codegen.c' || echo '/home/simon/gnucobol/cobc/'`codegen.c
mv -f .deps/cobc-tree.Tpo .deps/cobc-tree.Po
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/cobc -I..    
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobc-codeoptim.o -MD -MP -MF .deps/cobc-codeoptim.Tpo -c -o cobc-codeoptim.o 
`test -f 'codeoptim.c' || echo '/home/simon/gnucobol/cobc/'`codeoptim.c
mv -f .deps/cobc-codeoptim.Tpo .deps/cobc-codeoptim.Po
gcc -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings 
-Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE  -Wl,-z,relro,-z,now,-O1 
 /home/simon/gnucobol/cobc/../cobc/cobc.c   -o ../cobc/cobc
/home/simon/gnucobol/cobc/../cobc/cobc.c:26:10: fatal error: config.h: No such 
file or directory
 #include "config.h"
          ^~~~~~~~~~
compilation terminated.
make[3]: *** [../cobc/cobc] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/cobc-parser.Tpo .deps/cobc-parser.Po
mv -f .deps/cobc-typeck.Tpo .deps/cobc-typeck.Po
mv -f .deps/cobc-codegen.Tpo .deps/cobc-codegen.Po
make[3]: Leaving directory `/tmp/gnucobol/cobc'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/gnucobol/cobc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/gnucobol'
make: *** [all] Error 2


simon@machine-trisquel:/tmp/gnucobol$ make -j4
make  all-recursive
make[1]: Entering directory `/tmp/gnucobol'
Making all in lib
make[2]: Entering directory `/tmp/gnucobol/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/gnucobol/lib'
Making all in libcob
make[2]: Entering directory `/tmp/gnucobol/libcob'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/gnucobol/libcob'
Making all in cobc
make[2]: Entering directory `/tmp/gnucobol/cobc'
make  all-am
make[3]: Entering directory `/tmp/gnucobol/cobc'
/bin/bash ../libtool  --tag=CC   --mode=link gcc -I/home/simon/gnucobol  -O2 
-pipe -finline-functions -fsigned-char -Wall -Wwrite-strings 
-Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE  -Wl,-z,relro,-z,now,-O1 
-o cobc cobc-cobc.o cobc-ppparse.o cobc-pplex.o cobc-parser.o cobc-scanner.o 
cobc-config.o cobc-reserved.o cobc-error.o cobc-tree.o cobc-field.o 
cobc-typeck.o cobc-codegen.o cobc-codeoptim.o  ../libcob/libcob.la 
../lib/libsupport.a  
gcc -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings 
-Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE  -Wl,-z,relro,-z,now,-O1 
 /home/simon/gnucobol/cobc/../cobc/cobc.c   -o ../cobc/cobc
/home/simon/gnucobol/cobc/../cobc/cobc.c:26:10: fatal error: config.h: No such 
file or directory
 #include "config.h"
          ^~~~~~~~~~
compilation terminated.
make[3]: *** [../cobc/cobc] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: link: gcc -I/home/simon/gnucobol -O2 -pipe -finline-functions 
-fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k 
-U_FORTIFY_SOURCE -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -o .libs/cobc 
cobc-cobc.o cobc-ppparse.o cobc-pplex.o cobc-parser.o cobc-scanner.o 
cobc-config.o cobc-reserved.o cobc-error.o cobc-tree.o cobc-field.o 
cobc-typeck.o cobc-codegen.o cobc-codeoptim.o  ../libcob/.libs/libcob.so -lm 
-lgmp -lncurses -ldb-5.3 -ldl ../lib/libsupport.a
make[3]: Leaving directory `/tmp/gnucobol/cobc'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/gnucobol/cobc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/gnucobol'
make: *** [all] Error 2


simon@machine-trisquel:/tmp/gnucobol$ make -j4
make  all-recursive
make[1]: Entering directory `/tmp/gnucobol'
Making all in lib
make[2]: Entering directory `/tmp/gnucobol/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/gnucobol/lib'
Making all in libcob
make[2]: Entering directory `/tmp/gnucobol/libcob'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/gnucobol/libcob'
Making all in cobc
make[2]: Entering directory `/tmp/gnucobol/cobc'
make  all-am
make[3]: Entering directory `/tmp/gnucobol/cobc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/gnucobol/cobc'
make[2]: Leaving directory `/tmp/gnucobol/cobc'
Making all in bin
make[2]: Entering directory `/tmp/gnucobol/bin'
gcc -DHAVE_CONFIG_H -I. -I/home/simon/gnucobol/bin -I..     
-I/home/simon/gnucobol  -O2 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -MT 
cobcrun-cobcrun.o -MD -MP -MF .deps/cobcrun-cobcrun.Tpo -c -o cobcrun-cobcrun.o 
`test -f 'cobcrun.c' || echo '/home/simon/gnucobol/bin/'`cobcrun.c
gcc -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings 
-Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE  -Wl,-z,relro,-z,now,-O1 
 /home/simon/gnucobol/bin/../bin/cobcrun.c   -o ../bin/cobcrun
/home/simon/gnucobol/bin/../bin/cobcrun.c:21:10: fatal error: config.h: No such 
file or directory
 #include "config.h"
          ^~~~~~~~~~
compilation terminated.
make[2]: *** [../bin/cobcrun] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/cobcrun-cobcrun.Tpo .deps/cobcrun-cobcrun.Po
make[2]: Leaving directory `/tmp/gnucobol/bin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/gnucobol'
make: *** [all] Error 2


simon@machine-trisquel:/tmp/gnucobol$ make -j4
make  all-recursive
make[1]: Entering directory `/tmp/gnucobol'
Making all in lib
make[2]: Entering directory `/tmp/gnucobol/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/gnucobol/lib'
Making all in libcob
make[2]: Entering directory `/tmp/gnucobol/libcob'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/gnucobol/libcob'
Making all in cobc
make[2]: Entering directory `/tmp/gnucobol/cobc'
make  all-am
make[3]: Entering directory `/tmp/gnucobol/cobc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/gnucobol/cobc'
make[2]: Leaving directory `/tmp/gnucobol/cobc'
Making all in bin
make[2]: Entering directory `/tmp/gnucobol/bin'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/gnucobol/bin'
Making all in config
make[2]: Entering directory `/tmp/gnucobol/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/gnucobol/config'
Making all in copy
make[2]: Entering directory `/tmp/gnucobol/copy'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/gnucobol/copy'
Making all in po
make[2]: Entering directory `/tmp/gnucobol/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/gnucobol/po'
Making all in doc
make[2]: Entering directory `/tmp/gnucobol/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/gnucobol/doc'
Making all in extras
make[2]: Entering directory `/tmp/gnucobol/extras'
. ../tests/atconfig && . ../tests/atlocal extras-CBL_OC_DUMP.so \
                && $COBC -m -Wall -O -o CBL_OC_DUMP.so 
/home/simon/gnucobol/extras/CBL_OC_DUMP.cob
make[2]: Leaving directory `/tmp/gnucobol/extras'
Making all in tests
make[2]: Entering directory `/tmp/gnucobol/tests'
Making all in cobol85
make[3]: Entering directory `/tmp/gnucobol/tests/cobol85'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/gnucobol/tests/cobol85'
make[3]: Entering directory `/tmp/gnucobol/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/gnucobol/tests'
make[2]: Leaving directory `/tmp/gnucobol/tests'
make[2]: Entering directory `/tmp/gnucobol'
make[2]: Leaving directory `/tmp/gnucobol'
make[1]: Leaving directory `/tmp/gnucobol'
simon@machine-trisquel:/tmp/gnucobol$ 

Reply via email to