From owner-freebsd-hackers Mon Oct 23 20:33:52 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA29026 for hackers-outgoing; Mon, 23 Oct 1995 20:33:52 -0700 Received: from rf900.physics.usyd.edu.au (rf900.physics.usyd.edu.au [129.78.129.109]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA28820 for ; Mon, 23 Oct 1995 20:31:21 -0700 Received: (from dawes@localhost) by rf900.physics.usyd.edu.au (8.6.11/8.6.9) id NAA04765; Tue, 24 Oct 1995 13:29:36 +1000 From: David Dawes Message-Id: <199510240329.NAA04765@rf900.physics.usyd.edu.au> Subject: Re: Netscape puzzle To: kaleb@x.org (Kaleb S. KEITHLEY) Date: Tue, 24 Oct 1995 13:29:36 +1000 (EST) Cc: terry@lambert.org, hackers@freefall.freebsd.org In-Reply-To: <199510231924.PAA01221@exalt.x.org> from "Kaleb S. KEITHLEY" at Oct 23, 95 03:24:30 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 835 Sender: owner-hackers@FreeBSD.org Precedence: bulk >> > I had tried that and it didn't make any difference with the BSD 2.0b1, >> > I still got an "unable to open display" error. :-( >> >> I suggest compiling a program that does a: >> >> main() >> { >> printf( "DISPLAY is '%s'\n", getenv("DISPLAY")); >> } >> >> On a BSDI 2.0 system and running it on a FreeBSD box and seeing what >> you get. > >Would that I had a BSD/OS 2.0 system to do that on. All I've got is a >1.1 CD-ROM. :-( I just tried it (compiled with 'gcc2 -static'), and it dumps core when run on FreeBSD 2.0.5 or the 951020 SNAP. A stack trace from gdb shows it dying in start(). Should it be compiled with a different compiler/options on BSD/OS 2.0? 'file' on BSD/OS says: 386 compact demand paged pure executable not stripped 'file' on FreeBSD says: BSD/386 demand paged (first page unmapped) pure ex David