1. 4.2 build issue on Windows WSL

Script started on 2024-01-24 14:26:20+08:00 [TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="120" LINES="30"] 
[?2004h]0;bugmagnet@LAPTOP-H6HBEGA9: ~/euphoria/sourcebugmagnet@LAPTOP-H6HBEGA9:~/euphoria/source$ ./configure 
[?2004l 
Writing configuration to ./config.gnu... 
Getting version string... 
VERSION=4.2.0 
Writing Makefile... 
Writing eu.cfg to /home/bugmagnet/euphoria/source/build/eu.cfg... 
[?2004h]0;bugmagnet@LAPTOP-H6HBEGA9: ~/euphoria/sourcebugmagnet@LAPTOP-H6HBEGA9:~/euphoria/source$ make 
[?2004l 
make code-page-db interpreter translator library debug-library backend lib818 
mkdir -p /home/bugmagnet/euphoria/source/build/intobj 
mkdir -p /home/bugmagnet/euphoria/source/build/intobj/back 
gcc -o /home/bugmagnet/euphoria/source/build/mkver mkver.c 
/home/bugmagnet/euphoria/source/build/mkver "git" "/home/bugmagnet/euphoria/source/build/ver.cache" "/home/bugmagnet/euphoria/source/build/include/be_ver.h" -DEREL_TYPE="development" 
make /home/bugmagnet/euphoria/source/build/eui OBJDIR=intobj EBSD= CONFIG=/home/bugmagnet/euphoria/source/config.gnu EDEBUG= EPROFILE= 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_decompress.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_decompress.o 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_debug.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_debug.o 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_execute.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_execute.o 
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, 
                 from /usr/include/stdint.h:26, 
                 from /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h:9, 
                 from /home/bugmagnet/euphoria/source/be_execute.c:41: 
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" 
      |   ^~~~~~~ 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_task.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_task.o 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_main.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_main.o 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_alloc.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_alloc.o 
gcc -c -Wall -DEUNIX -DEX86_64   -DELINUX -m64 -DARCH=ix86_64 -fsigned-char -O2 -fno-omit-frame-pointer -ffast-math -fno-defer-pop  /home/bugmagnet/euphoria/source/be_callc.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_callc.o 
/home/bugmagnet/euphoria/source/be_callc.c: In function ‘call_c’: 
/home/bugmagnet/euphoria/source/be_callc.c:1161:22: warning: variable ‘argsize’ set but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable]8;;] 
 1161 |         volatile int argsize;   // !!!! number of bytes to pop 
      |                      ^~~~~~~ 
gcc -finline-functions -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX  /home/bugmagnet/euphoria/source/be_inline.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_inline.o 
gcc -o /home/bugmagnet/euphoria/source/build/mkver mkver.c 
/home/bugmagnet/euphoria/source/build/mkver "git" "/home/bugmagnet/euphoria/source/build/ver.cache" "/home/bugmagnet/euphoria/source/build/include/be_ver.h" -DEREL_TYPE="development" 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_machine.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_machine.o 
/home/bugmagnet/euphoria/source/be_machine.c: In function ‘OpenDll’: 
/home/bugmagnet/euphoria/source/be_machine.c:2089:37: warning: ‘%s’ directive output may be truncated writing up to 1039 bytes into a region of size 23 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-truncation=-Wformat-truncation=]8;;] 
 2083 |         dll_string = TempBuff; 
      |                      ~~~~~~~~         
...... 
 2089 |                 snprintf(message,80,"name for open_dll() is too long." 
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
/home/bugmagnet/euphoria/source/be_machine.c:2090:52: note: format string is defined here 
 2090 |                         "  The name started with \"%s\".", dll_string); 
      |                                                    ^~ 
In file included from /usr/include/stdio.h:894, 
                 from /home/bugmagnet/euphoria/source/be_machine.c:23: 
/usr/include/x86_64-linux-gnu/bits/stdio2.h:71:10: note: ‘__builtin___snprintf_chk’ output between 60 and 1099 bytes into a destination of size 80 
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, 
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
   72 |                                    __glibc_objsize (__s), __fmt, 
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
   73 |                                    __va_arg_pack ()); 
      |                                    ~~~~~~~~~~~~~~~~~ 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_coverage.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_coverage.o 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_pcre.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_pcre.o 
/home/bugmagnet/euphoria/source/be_pcre.c: In function ‘compile_pcre’: 
/home/bugmagnet/euphoria/source/be_pcre.c:140:33: warning: assignment to ‘pcre *’ {aka ‘struct real_pcre8_or_16 *’} from incompatible pointer type ‘struct real_pcre *’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;] 
  140 |                         rcp->re = (struct real_pcre *) compiled_regex; 
      |                                 ^ 
/home/bugmagnet/euphoria/source/be_pcre.c:143:33: warning: assignment to ‘pcre *’ {aka ‘struct real_pcre8_or_16 *’} from incompatible pointer type ‘struct real_pcre *’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;] 
  143 |                         rcp->re = (struct real_pcre *) (uintptr_t) DBL_PTR( compiled_regex )->dbl; 
      |                                 ^ 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_rterror.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_rterror.o 
/home/bugmagnet/euphoria/source/be_rterror.c: In function ‘LookBackForSubscriptSymbol’: 
/home/bugmagnet/euphoria/source/be_rterror.c:1275:48: warning: initialization of ‘symtab_ptr’ {aka ‘struct symtab_entry *’} from ‘intptr_t’ {aka ‘long int’} makes pointer from integer without a cast []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-conversion-Wint-conversion]8;;] 
 1275 |                         symtab_ptr assign_to = *(pc+3); 
      |                                                ^ 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_syncolor.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_syncolor.o 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_runtime.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_runtime.o 
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, 
                 from /usr/include/stdint.h:26, 
                 from /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h:9, 
                 from /home/bugmagnet/euphoria/source/be_runtime.c:15: 
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" 
      |   ^~~~~~~ 
/home/bugmagnet/euphoria/source/be_runtime.c: In function ‘Tail’: 
/home/bugmagnet/euphoria/source/be_runtime.c:978:17: warning: this ‘if’ clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;] 
  978 |                 if (temp == NOVALUE) 
      |                 ^~ 
In file included from /home/bugmagnet/euphoria/source/alldefs.h:2, 
                 from /home/bugmagnet/euphoria/source/be_runtime.c:61: 
/home/bugmagnet/euphoria/source/execute.h:183:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 
  183 | #define Ref(a) if (IS_DBL_OR_SEQUENCE(a)) { RefDS(a); } 
      |                ^~ 
/home/bugmagnet/euphoria/source/be_runtime.c:980:25: note: in expansion of macro ‘Ref’ 
  980 |                         Ref(temp); 
      |                         ^~~ 
/home/bugmagnet/euphoria/source/be_runtime.c: In function ‘Remove_elements’: 
/home/bugmagnet/euphoria/source/be_runtime.c:1034:25: warning: this ‘if’ clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;] 
 1034 |                         if (temp == NOVALUE) 
      |                         ^~ 
In file included from /home/bugmagnet/euphoria/source/alldefs.h:2, 
                 from /home/bugmagnet/euphoria/source/be_runtime.c:61: 
/home/bugmagnet/euphoria/source/execute.h:180:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 
  180 | #define RefDS(a) ++(DBL_PTR(a)->ref) 
      |                  ^~ 
/home/bugmagnet/euphoria/source/be_runtime.c:1036:33: note: in expansion of macro ‘RefDS’ 
 1036 |                                 RefDS(temp); 
      |                                 ^~~~~ 
/home/bugmagnet/euphoria/source/be_runtime.c: In function ‘AssignElement’: 
/home/bugmagnet/euphoria/source/be_runtime.c:1065:25: warning: this ‘if’ clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;] 
 1065 |                         if (temp == NOVALUE) 
      |                         ^~ 
In file included from /home/bugmagnet/euphoria/source/alldefs.h:2, 
                 from /home/bugmagnet/euphoria/source/be_runtime.c:61: 
/home/bugmagnet/euphoria/source/execute.h:180:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 
  180 | #define RefDS(a) ++(DBL_PTR(a)->ref) 
      |                  ^~ 
/home/bugmagnet/euphoria/source/be_runtime.c:1067:33: note: in expansion of macro ‘RefDS’ 
 1067 |                                 RefDS(temp); 
      |                                 ^~~~~ 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_symtab.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_symtab.o 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_socket.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_socket.o 
gcc -DEX86_64  -m64 -pthread -c -Wall -DEUNIX -DELINUX    -fsigned-char -ffast-math  -fomit-frame-pointer -ffast-math -O2 -Os -DESIMPLE_MALLOC  -DARCH=ix86_64 -DEREL_TYPE="development"  -I/home/bugmagnet/euphoria/source -no-pie -DELINUX -I /home/bugmagnet/euphoria/source/build/intobj/back -I /home/bugmagnet/euphoria/source/build/include /home/bugmagnet/euphoria/source/be_w.c -o/home/bugmagnet/euphoria/source/build/intobj/back/be_w.o 
make -C /home/bugmagnet/euphoria/source/pcre all CC="gcc" PCRE_CC="gcc" EOSTYPE="-DEUNIX" EOSFLAGS="" FPIC= 
mkdir /home/bugmagnet/euphoria/source/build/pcre 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_chartables.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_chartables.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_compile.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_compile.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_config.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_config.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_dfa_exec.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_dfa_exec.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_exec.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_exec.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_fullinfo.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_fullinfo.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_get.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_get.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_globals.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_globals.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_maketables.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_maketables.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_newline.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_newline.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_ord2utf8.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_ord2utf8.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcreposix.c -o /home/bugmagnet/euphoria/source/build/pcre/pcreposix.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_refcount.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_refcount.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_study.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_study.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_tables.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_tables.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_ucd.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_ucd.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_valid_utf8.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_valid_utf8.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_version.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_version.o 
gcc -O2 -DEUNIX -D HAVE_CONFIG_H -D NO_RECURSE -m64   -c pcre_xclass.c -o /home/bugmagnet/euphoria/source/build/pcre/pcre_xclass.o 
gcc   /home/bugmagnet/euphoria/source/build/intobj/back/be_decompress.o /home/bugmagnet/euphoria/source/build/intobj/back/be_debug.o /home/bugmagnet/euphoria/source/build/intobj/back/be_execute.o /home/bugmagnet/euphoria/source/build/intobj/back/be_task.o /home/bugmagnet/euphoria/source/build/intobj/back/be_main.o /home/bugmagnet/euphoria/source/build/intobj/back/be_alloc.o /home/bugmagnet/euphoria/source/build/intobj/back/be_callc.o /home/bugmagnet/euphoria/source/build/intobj/back/be_inline.o /home/bugmagnet/euphoria/source/build/intobj/back/be_machine.o /home/bugmagnet/euphoria/source/build/intobj/back/be_coverage.o /home/bugmagnet/euphoria/source/build/intobj/back/be_pcre.o /home/bugmagnet/euphoria/source/build/intobj/back/be_rterror.o /home/bugmagnet/euphoria/source/build/intobj/back/be_syncolor.o /home/bugmagnet/euphoria/source/build/intobj/back/be_runtime.o /home/bugmagnet/euphoria/source/build/intobj/back/be_symtab.o /home/bugmagnet/euphoria/source/build/intobj/back/be_socket.o /home/bugmagnet/euphoria/source/build/intobj/back/be_w.o /home/bugmagnet/euphoria/source/build/pcre/pcre_chartables.o /home/bugmagnet/euphoria/source/build/pcre/pcre_compile.o /home/bugmagnet/euphoria/source/build/pcre/pcre_config.o /home/bugmagnet/euphoria/source/build/pcre/pcre_dfa_exec.o /home/bugmagnet/euphoria/source/build/pcre/pcre_exec.o /home/bugmagnet/euphoria/source/build/pcre/pcre_fullinfo.o /home/bugmagnet/euphoria/source/build/pcre/pcre_get.o /home/bugmagnet/euphoria/source/build/pcre/pcre_globals.o /home/bugmagnet/euphoria/source/build/pcre/pcre_maketables.o /home/bugmagnet/euphoria/source/build/pcre/pcre_newline.o /home/bugmagnet/euphoria/source/build/pcre/pcre_ord2utf8.o /home/bugmagnet/euphoria/source/build/pcre/pcreposix.o /home/bugmagnet/euphoria/source/build/pcre/pcre_refcount.o /home/bugmagnet/euphoria/source/build/pcre/pcre_study.o /home/bugmagnet/euphoria/source/build/pcre/pcre_tables.o /home/bugmagnet/euphoria/source/build/pcre/pcre_ucd.o /home/bugmagnet/euphoria/source/build/pcre/pcre_valid_utf8.o /home/bugmagnet/euphoria/source/build/pcre/pcre_version.o /home/bugmagnet/euphoria/source/build/pcre/pcre_xclass.o -lm -ldl -lresolv -lnsl -pthread -no-pie   -m64 -o /home/bugmagnet/euphoria/source/build/eui 
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crt1.o: in function `_start': 

(.text+0x1b): undefined reference to `main' 

/usr/bin/ld: /home/bugmagnet/euphoria/source/build/intobj/back/be_task.o: in function `ctask_create': 

be_task.c:(.text+0xaa9): undefined reference to `_00' 

/usr/bin/ld: /home/bugmagnet/euphoria/source/build/intobj/back/be_task.o: in function `start_task': 

be_task.c:(.text+0x10cb): undefined reference to `_00' 

/usr/bin/ld: /home/bugmagnet/euphoria/source/build/intobj/back/be_runtime.o: in function `ctrace': 

be_runtime.c:(.text+0x354b): undefined reference to `Argc' 

/usr/bin/ld: /home/bugmagnet/euphoria/source/build/intobj/back/be_runtime.o: in function `eu_startup': 

be_runtime.c:(.text+0x3660): undefined reference to `Argc' 

/usr/bin/ld: /home/bugmagnet/euphoria/source/build/intobj/back/be_runtime.o: in function `shift_args': 

be_runtime.c:(.text+0x42a0): undefined reference to `Argc' 

/usr/bin/ld: be_runtime.c:(.text+0x42b6): undefined reference to `Argv' 

/usr/bin/ld: /home/bugmagnet/euphoria/source/build/intobj/back/be_runtime.o: in function `Command_Line': 

be_runtime.c:(.text+0x4305): undefined reference to `Argc' 

/usr/bin/ld: be_runtime.c:(.text+0x430c): undefined reference to `Argv' 

/usr/bin/ld: be_runtime.c:(.text+0x431d): undefined reference to `Argc' 

collect2: error: ld returned 1 exit status 
make[2]: *** [/home/bugmagnet/euphoria/source/Makefile.gnu:682: /home/bugmagnet/euphoria/source/build/eui] Error 1 
make[1]: *** [/home/bugmagnet/euphoria/source/Makefile.gnu:689: /home/bugmagnet/euphoria/source/build/eui] Error 2 
make: *** [/home/bugmagnet/euphoria/source/Makefile.gnu:460: all] Error 2 
 
exit 
 
Script done on 2024-01-24 14:26:39+08:00 [COMMAND_EXIT_CODE="2"] 

How does one tell script not to capture escape codes?

-Bruce

new topic     » topic index » view message » categorize

2. Re: 4.2 build issue on Windows WSL

I am going to reply to this in your other thread.

-Greg

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu