<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Webdings;
        panose-1:5 3 1 2 1 5 9 6 7 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Verdana","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">You’re using the configuration for Apple OS X (Darwin-universal), not for Ubuntu, as the presence of “-arch x86_64 -arch i386” in the gcc command line makes
 clear. I think you have forgotten to edit config.mk to specify that you are on Linux.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">(Alternatively, use one of the auto build scripts, which will edit config.mk for you. Either way, INSTALL has the answers.)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">best<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">Andrew.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> &quot;Andrés Chandía&quot; [mailto:andres@chandia.net]
<br>
<b>Sent:</b> 22 February 2017 19:13<br>
<b>To:</b> Open source development of the Corpus WorkBench<br>
<b>Cc:</b> Hardie, Andrew<br>
<b>Subject:</b> Installation problem<o:p></o:p></span></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Hi there I'm installing CWB at a new server so I have downloaded the latest version:<br>
<br>
svn co http://svn.code.sf.net/p/cwb/code/cwb/trunk cwb<br>
<br>
at make all I get:<br>
<br>
--------------------------------- BUILDING CORPUS LIBRARY (CL)<br>
make -C cl<br>
make[1]: Entering directory '/root/CWB/cwb/cl'<br>
rm -f globals.o<br>
/usr/bin/gcc -c&nbsp; -o globals.o -Wall -O3 -arch x86_64 -arch i386 -march=core2 -mtune=core2&nbsp;&nbsp; -DUSE_TERMCAP -DREGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.10/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;mié feb 22 20:02:43 CET 2017&quot;\&quot; -DVERSION=\&quot;3.4.10\&quot; -I/usr/include/glib-2.0
 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include&nbsp;&nbsp;&nbsp; globals.c<br>
gcc: error: x86_64: No such file or directory<br>
gcc: error: i386: No such file or directory<br>
gcc: error: unrecognized command line option ‘-arch’<br>
gcc: error: unrecognized command line option ‘-arch’<br>
/root/CWB/cwb/cl/../definitions.mk:293: recipe for target 'globals.o' failed<br>
make[1]: *** [globals.o] Error 1<br>
make[1]: Leaving directory '/root/CWB/cwb/cl'<br>
Makefile:82: recipe for target 'all' failed<br>
make: *** [all] Error 2<br>
<br>
<br>
<br>
I've checked all the requirements:<br>
<br>
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)<br>
GNU ar (GNU Binutils for Ubuntu) 2.26.1<br>
GNU ranlib (GNU Binutils for Ubuntu) 2.26.1<br>
GNU Make 4.1 Built for x86_64-pc-linux-gnu<br>
bison (GNU Bison) 3.0.4<br>
flex 2.6.0<br>
pkg-config --version 0.29.1<br>
ncurses5-config --version 6.0.20160213<br>
pcre-config --version 8.38<br>
glib-genmarshal version 2.48.2<br>
<br>
<br>
thanks<br>
_______________________<br>
andrés chandía<br>
<a href="http://www.chandia.net" target="_blank" title="Este enlace externo se abrirá en una nueva ventana"><span style="border:solid windowtext 1.0pt;padding:0cm;text-decoration:none"><img border="0" width="100" height="100" id="_x0000_i1025" src="cid:~WRD000.jpg" alt="Image removed by sender. chandia.net"></span></a><a href="https://twitter.com/andreschandia" target="_blank" title="Este enlace externo se abrirá
en una nueva ventana"><span style="border:solid windowtext 1.0pt;padding:0cm;text-decoration:none"><img border="0" width="20" height="20" id="_x0000_i1026" src="cid:image001.jpg@01D28D44.51560490" alt="Image removed by sender."></span></a><br>
<a href="http://chandia.net/content/nmt" target="_blank" title="Este enlace externo se abrirá en
una nueva ventana">NMT</a> |
<a href="http://chandia.net/content/dungupeyem" target="_blank" title="Este enlace externo se abrirá en una nueva ventana">
Dungupeyem</a> | <a href="http://corlexim.cl" target="_blank" title="Este enlace externo se abrirá en una nueva ventana">
Corlexim</a><br>
<br>
administrador de:<br>
<a href="http://parles.upf.edu" target="_blank" title="Este enlace externo se abrirá en una nueva ventana">Parles.upf</a> |
<a href="http://amindterapia.com" target="_blank" title="Este enlace externo se abrirá en una
nueva ventana">
Amind terapia</a> | <a href="http://koyaktumapuche.net" target="_blank" title="Este enlace externo se abrirá en una nueva ventana">
Mapuche koyaktu</a> | <a href="http://parles.upf.edu/llocs/nocando" target="_blank" title="Este enlace externo se
abrirá en una nueva ventana">
Nocando</a> |<br>
mail: <a href="http://mail.corporacionkoyaktu.net" target="_blank" title="Este enlace externo se abrirá
en una nueva ventana">
ONG Mapuche koyaktu</a> | <a href="http://mail.psicoaching.net" target="_blank" title="Este enlace externo se abrirá en una nueva ventana">
Psicoaching</a> |<br>
<span style="font-size:18.0pt;font-family:Webdings;color:#4F6228">P</span> <span style="font-size:10.0pt;color:#4F6228">
No imprima innecesariamente. ¡Cuide el medio ambiente!</span> <o:p></o:p></p>
</div>
</body>
</html>