The makefile for the as yet unreleased simh distribution will use your vendor 
provided libpcap components which are usually provided in a package called 
libpcap-dev.  In general, the vendor libpcap-dev package has fewer 
installation/build pitfalls and possible interactions with other libpcap 
applications (tcpdump, wireshark, etc.).

This makefile will automatically do the right thing on all Linux distributions, 
OSX, Solaris, *BSD, cygwin, mingw32, Android etc.  If you've got libpcap 
components installed, then they will be detected and used.  It will build a 
simulator with the native gcc installed on your OS (32bit or 64bit).

This code can be browsed at https://github.com/markpizz/simh.  A zip download 
of the current source is available at: 
https://github.com/markpizz/simh/zipball/master (Save what that URL returns as 
a .zip file and unpack it with unzip -aa ).

This code has extended networking support.  Specifically, tun/tap networking is 
integrated into the code, so no external program (taptap) is needed to do 
bridged networking on Linux.  There also is built support for vde networking on 
Linux (and any other host which it may run on).

You DO NOT need to invoke make with any arguments to build network capable 
simulators as long as the necessary libpcap components are available on the 
system doing the building.

Please let me know if anyone finds any build or other issues.

Thanks.

- Mark Pizzolato

On Tuesday, February 21, 2012 2:30 PM, valdir wrote:
> Problem, my distro is slackware, not debian...
> actually, I found a libpcap.a under /usr/lib64. I've tried with a
> symbolic link to, but returns errors at all.
> Perhaps I must review simh source...which I want to avoid...but...
> 
> 
> 
> On 21-02-2012 20:20, Sergey Oboguev wrote:
> > Try using apt-get or Synaptic manager to install libpcap{version} and
> > libpcap-dev/libpcap{version}-dev.
> > Recent (man be no longer the latest as of now) {version} for 64-bit
> linux was
> > 0.8.
> >
> > ________________________________
> > From: valdir<[email protected]>
> > To: [email protected]
> > Sent: Tue, February 21, 2012 1:52:08 PM
> > Subject: [Simh] simh under slackware64
> >
> > Hi..
> >
> > Did anyone get success on making/compiling simh on linux64 plataform?
> > Simh asks libpcap.a, that doenst exist on /usr/local/lib.
> >
> > //valdir//
> >
> > _______________________________________________
> > Simh mailing list
> > [email protected]
> > http://mailman.trailing-edge.com/mailman/listinfo/simh
> >
> >
> >
> _______________________________________________
> Simh mailing list
> [email protected]
> http://mailman.trailing-edge.com/mailman/listinfo/simh


_______________________________________________
Simh mailing list
[email protected]
http://mailman.trailing-edge.com/mailman/listinfo/simh

Reply via email to