The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: rp@servium.ch (Rico Pajarola)
Subject: [TUHS] Re: SIMH compilation problems
Date: Wed,  3 Sep 2003 14:39:28 +0200 (CEST)	[thread overview]
Message-ID: <20030903123928.49D8C40E980@enigma.cybertime.ch> (raw)
In-Reply-To: <20030903020020.5179B1F98@minnie.tuhs.org>

>I was having some problems compiling SIMH on FreeBSD. The reason is, all
>the sources have stray MS-DOS carriage returns (^M), while UNIX only
>uses line-feeds (^J). This causes GCC to misread some of the code. I
>suggest you convert the sources to UNIX text format.
use 'unzip -a' to automatically convert text files when unpacking.

>BTW, why is networking not supported on FreeBSD? Does the pcap driver
>not work?
on FreeBSD you can't send packets directly over bpf (at least not
the same way you can on Net-/OpenBSD). I have patches to make it
use libnet for sending packets. It's a bit rough, but it works. I
can put them up somewhere if anyone is interested.

--rp


       reply	other threads:[~2003-09-03 12:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20030903020020.5179B1F98@minnie.tuhs.org>
2003-09-03 12:39 ` Rico Pajarola [this message]
2003-09-03 17:50   ` list-tuhs
2003-09-04  1:46     ` Kenneth Stailey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030903123928.49D8C40E980@enigma.cybertime.ch \
    --to=rp@servium.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).