From owner-freebsd-questions Sun Sep 7 21:37:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA03829 for questions-outgoing; Sun, 7 Sep 1997 21:37:01 -0700 (PDT) Received: from nico.telstra.net (nico.telstra.net [139.130.204.16]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA03824 for ; Sun, 7 Sep 1997 21:36:57 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by nico.telstra.net (8.6.10/8.6.10) with ESMTP id OAA21833; Mon, 8 Sep 1997 14:36:17 +1000 Received: (grog@localhost) by freebie.lemis.com (8.8.7/8.6.12) id OAA26086; Mon, 8 Sep 1997 14:06:08 +0930 (CST) Message-ID: <19970908140608.50674@lemis.com> Date: Mon, 8 Sep 1997 14:06:08 +0930 From: Greg Lehey To: obrien@NUXI.COM Cc: "Fernando P. Schapachnik" , questions@freebsd.org Subject: Re: Problems compiling DDD 2.1.1 from the ports. References: <19970905085908.54129@lemis.com> <19970906103503.22086@lemis.com> <3.0.2.16.19970907153446.12f7c068@milagro.dc.uba.ar> <19970908095811.31781@lemis.com> <19970907212137.09658@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <19970907212137.09658@dragon.nuxi.com>; from David O'Brien on Sun, Sep 07, 1997 at 09:21:37PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 07, 1997 at 09:21:37PM -0700, David O'Brien wrote: > On Mon, Sep 08, 1997 at 09:58:11AM +0930, Greg Lehey wrote: >>>> Look in the Makefiles below /usr/src/ports/devel/ddd. >>> >>> I don't have /usr/src/ports. I only have /usr/ports/distfiles. >> >> I'd be curious as to how you built the port, then. This might be your >> problem. You *should* have a directory /usr/src/ports/devel/ddd with > > Actually the standard place to find the DDD port files are in > /usr/ports/devel/ddd. Mea culpa. I didn't check. In fact, if you have the sources on line, it's /usr/src/ports, but /usr/ports is a symlink to /usr/src/ports. In other words, they're the same thing. >>> By downloading the libc.so.3.0 you offered me I was able to compile, but >>> ddd hanged at startup. >>> Then I 'ln' libc.so.3.0 to libc.so.2.2, and it worked! > > With out knowing the previous emails, I'll go out on a limb and say this > is dangerous. Right. I've had enough crashes as the result of a blown libc.so that I would be *very* careful about changing things. > DDD should build on an out of the box 2.1.7.1 system. > However, if you aren't using the stock GCC, then all bets are off. > > I'd suggest trying to build ddd on a stock, right off the CD install of > FreeBSD. Are you sure he didn't? Greg