[HECnet] building simh

Oleg Safiullin form at pdp-11.org.ru
Mon Apr 9 07:04:16 PDT 2012


On 04/09/2012 12:33 PM, hvlems at zonnet.nl wrote:
Dave,
I figured that out too. My system doesn't have a libpcap.a file! If I know how to build one then all would be fine.

To build SimH manually wothout libpcap.a (but with libpcap.so.*) you should edit `makefile' and replace line

NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include /usr/local/lib/libpcap.a

with

NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include -lpcap

and then do

mkdir BIN
make USE_NETWORK=yes



More information about the Hecnet-list mailing list