Excellent. I added the -lrt in the gcc command just before the -o specifier and lo and behold, I have a binary. Many thanks!<br><br>Jacques<br><br><br><div><span class="gmail_quote">On 5/18/07, <b class="gmail_sendername">
Jason Stevens</b> &lt;<a href="mailto:neozeed@gmail.com">neozeed@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>I think you are missing -lrt</div>
<div>&nbsp;</div>
<div>From <a href="http://www.linuxforums.org/forum/redhat-fedora-linux-help/78847-whivh-version-glibc-needed-clock_getres-gettime-etc.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.linuxforums.org/forum/redhat-fedora-linux-help/78847-whivh-version-glibc-needed-clock_getres-gettime-etc.html
</a><br><br>&nbsp;</div>
<div><div><span class="e" id="q_1129ffec84413eba_1"><span class="gmail_quote">On 5/18/07, <b class="gmail_sendername">JAG Beland</b> &lt;<a href="mailto:jagb2lt@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
jagb2lt@gmail.com</a>&gt; wrote:</span>
</span></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><div><span class="e" id="q_1129ffec84413eba_3">I am attempting to compile simh (simhv37-1) under Fedora Core 5 (and I&#39;ve tried 6). When I do, I receive the following error:
<br><br>
<div style="margin-left: 40px;">make USE_NETWORKING=1 BIN/vax<br>gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -D_GNU_SOURCE -I . VAX/vax_cpu.c VAX/vax_cpu1.c VAX/vax_fpa.c VAX/vax_io.c VAX/vax_cis.c VAX/vax_octa.c&nbsp; VAX/vax_cmode.c VAX/vax_mmu.c VAX/vax_stddev.c VAX/vax_sysdev.c VAX/vax_sys.c&nbsp; VAX/vax_syscm.c VAX/vax_syslist.c PDP11/pdp11_rl.c PDP11/pdp11_rq.c PDP11/pdp11_ts.c PDP11/pdp11_dz.c PDP11/pdp11_lp.c PDP11/pdp11_tq.c PDP11/pdp11_xq.c PDP11/pdp11_ry.c PDP11/pdp11_vh.c PDP11/pdp11_cr.c 
scp.c sim_console.c sim_fio.c sim_timer.c sim_sock.c sim_tmxr.c sim_ether.c sim_tape.c -DVM_VAX -DUSE_INT64 -DUSE_ADDR64 -I VAX -I PDP11&nbsp; -o BIN/vax<br>/tmp/ccZpL5jz.o: In function `sim_os_ms_sleep_init&#39;:<br>/toolkits/simh/sim_timer.c:299: undefined reference to `clock_getres&#39; 
<br>collect2: ld returned 1 exit status<br>make: *** [BIN/vax] Error 1<br>&nbsp;</div><br>I assume I have an incorrect version of a library or &quot;something&quot;. Is there a list of the library versions/requirements for building this under UNIX or are there too many variants? I&#39;m following Phillip Wherry&#39;s instructions from 2004 but they were obviously for a different flavour of Linux. 
<br><br>I&#39;ve scanned the archives of this list and Google for hints. So far, nothing jumps out. My VAX works great under Windows. I&#39;m just trying to move it to Linux.<br><br>If you have any ideas, I&#39;d love to hear them. 
<br><br>Thanks!<br><br>jacques<br><br><br></span></div>_______________________________________________<br>Simh mailing list<br><a href="mailto:Simh@trailing-edge.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Simh@trailing-edge.com
</a><br><a href="http://mailman.trailing-edge.com/mailman/listinfo/simh" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://mailman.trailing-edge.com/mailman/listinfo/simh</a><br></blockquote></div>

<br>
</blockquote></div><br>