Subject: Re: GCC 2.7.1 configuration for NetBSD/pmax botched
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Allen Briggs <briggs@puma.bevd.blacksburg.va.us>
List: port-pmax
Date: 11/20/1995 22:03:34
> Yet the installation happened  into
> '/usr/lib/gcc-lib/pmax-unknonw-netbsd-1.1.'
> 
> The trailing period is bogus, and I just can't *beleive* that that's
> the FSF- or Cygnus-blessed canonical name for this port.
> 
> Something, somewhere, is broken.

If your kernel reported NetBSD-1.1_ALPHA, this occurred because of the
following entry in config.guess:

    *:NetBSD:*:*)
        echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
        exit 0 ;;

I'm not sure what that's really supposed to do, but I don't think it's
what it does.  In fact, I don't see why it doesn't just use 's/[-_].*//'

-allen

-- 
Allen Briggs - end killing - allen.briggs@bev.net ** MacBSD == NetBSD/mac68k **
   Where does all my time go?  <a href="http://www.netbsd.org/">Guess.</a>