<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 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Look through the archive for a message sequence with the subject “[Simh] Simh on Android” which was back at the end of October.  It seems that the termux components provided for some older versions of Android don’t have the library containing the glob logic in the default library search environment.  Essentially all versions of Linux, OS/X and Android do not require a specific library to be mentioned  on the compile line if they have glob.h in the standard include directories.  You can work around this particular issue for that system by either removing –DHAVE_GLOB from the line that compiles the simulator, or possibly adding –landroid-glob to the compile line that builds the simulator.<o:p></o:p></span></p><p class=MsoNormal><a name="_MailEndCompose"><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></a></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>From:</span></b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> Simh [mailto:simh-bounces@trailing-edge.com] <b>On Behalf Of </b>Ray Jewhurst<br><b>Sent:</b> Sunday, December 29, 2019 11:05 AM<br><b>To:</b> simh <simH@trailing-edge.com><br><b>Subject:</b> [Simh] Not compiling through Termux on brand new tablet<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I just picked up a new Lenovo E8 tablet and when I go to make Simh, I get the following error:<o:p></o:p></p><div><p class=MsoNormal>sim_fio.c:(.text+0x107c): undefined reference to `glob'<o:p></o:p></p></div><div><p class=MsoNormal>/data/data/com.termux/files/usr/bin/aarch64-linux-android-ld: sim_fio.c:(.text+0x1158): undefined reference to `globfree'<o:p></o:p></p></div><div><p class=MsoNormal>clang-9: error: linker command failed with exit code 1 (use -v to see invocation)<o:p></o:p></p></div><div><p class=MsoNormal>make: *** [makefile:2168: BIN/pdp8] Error 1<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>It builds fine on my Samsung Galaxy S8 but on here this is what it does. Any ideas? <o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Thanks,<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><p class=MsoNormal>Ray<o:p></o:p></p></div></body></html>