From owner-freebsd-emulation Thu Oct 9 20:29:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA19243 for emulation-outgoing; Thu, 9 Oct 1997 20:29:13 -0700 (PDT) (envelope-from owner-freebsd-emulation) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA19236 for ; Thu, 9 Oct 1997 20:29:07 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id MAA00556; Fri, 10 Oct 1997 12:54:26 +0930 (CST) Message-Id: <199710100324.MAA00556@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: dkelly@hiwaay.net cc: Martin Cracauer , Thomas David Rivers , freebsd-emulation@freefall.FreeBSD.org Subject: Re: LINUX emulation and uname(3). In-reply-to: Your message of "Thu, 09 Oct 1997 21:10:01 EST." <199710100210.VAA13256@nospam.hiwaay.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 10 Oct 1997 12:54:26 +0930 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > For kicks today I decided to see if an IDL 5.0 demo would run under > FreeBSD. It quickly quit, unable to ID the system to one it knew. Was > still running startup shell scripts at the time. > > I put ~/bin in the front of $path, and a uname shell script that simply > said "echo Linux". Got IDL to run a little bit further. Said it thought > I had pseudo 8 color when it really wanted TrueColor 16. Then it died. > > Am not going to lose any sleep over it. Thought someone might be > interested. We use IDL 4 and 5 in our radar analysis software products. Naturally, it runs fine under FreeBSD, modulo the fairly severe bugs that are present in IDL 4. This includes the FlexLM license manager. The problem with 16bpp displays (if that is actually what you saw) is a feature of the Linux Motif libraries; we run either at 8bpp (economy mode, somewhat obsolete) or 24bpp. mike