I am attempting to compile simh (simhv37-1) under Fedora Core 5 (and I'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  VAX/vax_cmode.c VAX/vax_mmu.c VAX/vax_stddev.c VAX/vax_sysdev.c VAX/vax_sys.c  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  -o BIN/vax<br>/tmp/ccZpL5jz.o: In function `sim_os_ms_sleep_init':<br>/toolkits/simh/sim_timer.c:299: undefined reference to `clock_getres'
<br>collect2: ld returned 1 exit status<br>make: *** [BIN/vax] Error 1<br></div><br>I assume I have an incorrect version of a library or "something". Is there a list of the library versions/requirements for building this under UNIX or are there too many variants? I'm following Phillip Wherry's instructions from 2004 but they were obviously for a different flavour of Linux.
<br><br>I've scanned the archives of this list and Google for hints. So far, nothing jumps out. My VAX works great under Windows. I'm just trying to move it to Linux.<br><br>If you have any ideas, I'd love to hear them.
<br><br>Thanks!<br><br>jacques<br><br>