<div dir="ltr"><div>I am happy to contribute, and as mentioned, currently testing a heap of different Linux installations anyway to get my TEITOK installation working across the board - <br></div><div><br></div><div>As for Ubuntu: no, strangely, no errors, it simply runs, and then complains bison and flex are not installed. No idea why, as I said the script should detect Ubuntu fine since I think it is having the /etc/lsb_release, and running the exact same command the script tries to execute installs it without a glitch.</div><div><br></div><div>As for Fedora: all the packages install fine, and then the installer fails where I pasted the last few lines below; unfortunately, it is in Spanish, since I installed it quickly and did not bother to correct the language/keyboard settings...<br></div><div><br></div><div>-----------------<br></div><div>gcc -c  -o cwb-itoa.o -O2 -Wall -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCWB_REGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.22/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;dom 03 may 2020 19:21:02 CEST&quot;\&quot; -DCWB_VERSION=\&quot;3.4.22\&quot; -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     cwb-itoa.c</div>    .... link executable cwb-itoa<br>rm -f cwb-itoa<br>gcc -O2 -Wall -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -o cwb-itoa cwb-itoa.o /home/mjanssen/cwb/utils/../cl/libcl.a   -lm   -lpcre -lglib-2.0   <br>    .... compile source file cwb-makeall.c<br>rm -f cwb-makeall.o<br>gcc -c  -o cwb-makeall.o -O2 -Wall -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -DCWB_REGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.22/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;dom 03 may 2020 19:21:02 CEST&quot;\&quot; -DCWB_VERSION=\&quot;3.4.22\&quot; -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     cwb-makeall.c<br>    .... link executable cwb-makeall<br>rm -f cwb-makeall<br>gcc -O2 -Wall -fPIC -m64   -DUSE_TERMCAP -DUSE_READLINE -o cwb-makeall cwb-makeall.o /home/mjanssen/cwb/utils/../cl/libcl.a   -lm   -lpcre -lglib-2.0   <br>/usr/bin/ld: /home/mjanssen/cwb/utils/../cl/libcl.a(makecomps.o):(.bss+0x0): definiciones múltiples de `errmsg&#39;; /home/mjanssen/cwb/utils/../cl/libcl.a(corpus.o):(.bss+0x20): primero se definió aquí<br>collect2: error: ld devolvió el estado de salida 1<br>make[1]: *** [Makefile:95: cwb-makeall] Error 1<br>make[1]: se sale del directorio &#39;/home/mjanssen/cwb/utils&#39;<br>make: *** [Makefile:101: utils] Error 2<br></div>