<br>Thank you very much. It worked. The compiled version for CYGWIN of SIMH can be managed with EXPECT. EMPTY presents other problems but from its own working mode.<br><br>Regards<br>Sergio<br><br><div class="gmail_quote">
2009/6/5 Larry Baker <span dir="ltr"><<a href="mailto:baker@usgs.gov">baker@usgs.gov</a>></span><br><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style=""><div><div><div><p style="margin: 0px;"><font face="Helvetica">On my Mac, -lrt causes the same failure to link SIMH because librt.* does not exist.  However, on a Mac at least, the rt routines are included in the system library.  The fix is to remove the -lrt link option from the SIMH makefile:</font></p>
<p style="margin: 0px;"><font face="Helvetica"><br></font></p></div></div></div><blockquote style="border: medium none ; margin: 0pt 0pt 0pt 40px; padding: 0px;"><span style="font-family: Helvetica;"># No librt in Mac S X</span><br>
<span style="font-family: Helvetica;">#     OS_CCDEFS = -lrt -lm -D_GNU_SOURCE</span><br><span style="font-family: Helvetica;">      OS_CCDEFS = -lm -D_GNU_SOURCE</span></blockquote></div></blockquote></div><br>