From owner-freebsd-current Tue Mar 31 18:10:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17609 for freebsd-current-outgoing; Tue, 31 Mar 1998 18:10:34 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from limbo.rtfm.net (nathan@rtfm.net [204.141.125.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17600 for ; Tue, 31 Mar 1998 18:10:29 -0800 (PST) (envelope-from nathan@limbo.rtfm.net) Received: (from nathan@localhost) by limbo.rtfm.net (8.8.8/8.8.8) id VAA02000; Tue, 31 Mar 1998 21:10:01 -0500 (EST) Message-ID: <19980331210937.42880@rtfm.net> Date: Tue, 31 Mar 1998 21:09:37 -0500 From: Nathan Dorfman To: Paul Saab , current@FreeBSD.ORG Subject: *WORKING!* Re: netscape References: <19980331203257.08578@rtfm.net> <19980331195125.44249@mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <19980331195125.44249@mu.org>; from Paul Saab on Tue, Mar 31, 1998 at 07:51:25PM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 31, 1998 at 07:51:25PM -0600, Paul Saab wrote: > I get the same thing but only with the DEBUG version of the code. > If I build an optimized version it will start up but core dump > trying to load up home.netscape.com. > > I am not using eivind's port.. Hmm...I was just able to run the dynamically linked version by cding to the /dist/FreeBSD3.0_DBG.OBJ/bin and setting LD_LIBRARY_PATH to ".". The statically linked version will die. Try compiling with eivind's port. You don't have to use the port itself, just the patches--something like this: user:~/ns% foreach nspatch (../moz_port/patches/*) foreach? patch < $nspatch foreach? end user:~/ns$ for nspatch in ../moz_port/patches/* > do patch < $nspatch > done Depending on which shell you're using. After this do a gmake (apply the patches on a clean src tree if possible). > Paul > > Nathan Dorfman (nathan@rtfm.net) wrote: > > Hey...I've been messing with the netscape code all day, and I've just > > compiled a stock+eivind's_port netscape. When I try to run the statically > > linked binary, it sits there, I don't get a window, and it takes like 90% > > of the CPU. Has anyone else gotten this? > > > > Btw eivind's port is at http://www.freebsd.org/~eivind/moz_port.tgz, this > > is what I used. > > -- > > ________________ _______________________________ > > / Nathan Dorfman V PGP: finger nathan@rtfm.net / > > / nathan@rtfm.net | http://www.rtfm.net / > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- ________________ _______________________________ / Nathan Dorfman V PGP: finger nathan@rtfm.net / / nathan@rtfm.net | http://www.rtfm.net / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message