Hi Bill, Anything is possible, however, what is the real goal behind your question?
If your build environment doesn't have the necessary components to support network activities, then you can't build binaries with network support. The makefile looks around for components which are available on the build system and the binaries are built which will work on that system. Even if libpcap is available on the build system, the binaries dynamically load libpcap at runtime so binaries built on a system with the necessary pieces will actually run on a different host of the same platform type and provide libpcap networking support if the executing system has libpcap available and not if it isn't available. Please explain what you are trying to achieve... Thanks. - Mark From: Simh [mailto:[email protected]] On Behalf Of Bill Cunningham Sent: Thursday, June 25, 2015 8:08 PM To: [email protected] Subject: [Simh] pdp11 and vax network Is it possible anymore to compile the emulators without networking support naymore. Or is that choice gone. I noticed at compile time there's a lot of dynamic libraries here being linked in at compile time. Bill
_______________________________________________ Simh mailing list [email protected] http://mailman.trailing-edge.com/mailman/listinfo/simh
