From owner-freebsd-questions Wed Sep 3 22:21:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA06145 for questions-outgoing; Wed, 3 Sep 1997 22:21:06 -0700 (PDT) Received: from milagro.dc.uba.ar (milagro.dc.uba.ar [157.92.26.6]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id WAA06130 for ; Wed, 3 Sep 1997 22:20:57 -0700 (PDT) Received: from ppp2TNT01.sminter.com.ar(really [200.10.102.112]) by milagro.dc.uba.ar via sendmail with smtp id for ; Wed, 3 Sep 1997 22:38:40 +0300 (GMT) (Smail-3.2 1996-Jul-4 #1 built 1997-Mar-17) Message-Id: <3.0.2.16.19970903224500.222758a2@milagro.dc.uba.ar> X-Sender: fschapac@milagro.dc.uba.ar (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.2 (16) Date: Wed, 03 Sep 1997 22:45:00 -0300 To: questions@freebsd.org From: "Fernando P. Schapachnik" Subject: Problems compiling DDD 2.1.1 from the ports. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk (Please reply to me, and I'll sumarize: I'm not in the list.) Hello: I'm having problems compiling ddd-2.1.1 from the ports. I'm using FBSD 2.1.7.1, and LessTif 0.8. When I 'make' ddd I obtain: Script started on Sun Aug 31 00:26:07 1997 Recabarren# make >> Checksum OK for ddd-2.1.1.tar.gz. ===> Extracting for ddd-2.1.1 ===> ddd-2.1.1 depends on executable: gmake - found ===> Patching for ddd-2.1.1 ===> Applying FreeBSD patches for ddd-2.1.1 ===> Configuring for ddd-2.1.1 [...] creating Ddd creating ddd.man creating config.h configure: configuration is done. Please check the settings in the files generated by `configure' - that is, `ddd/Makefile' and `ddd/config.h'. Then run `make'. echo "LIBXM = -L/usr/X11R6/lib -lXm" >> /home/fpscha/ddd/work/ddd-2.1.1/ddd/Makefile ===> Building for ddd-2.1.1 ld.so: warning: /usr/lib/libutil.so.2.1: minor version 1 older than expected 2, using it anyway ld.so failed: Can't find shared library "libc.so.3.0" *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Recabarren# find / -name "libc.so.*" -print /usr/lib/libc.so.2.2 Recabarren# exit I have compiled gcc 2.7.2.2, could it be that 'make' is using includes or libraries from that version gcc? I've tried also using gcc 2.6.3, but I'm afraid 'make' is using the new includes anyway. Does it make sense? How can I restore the 'old' environment? Thanks I advance for your help. Fernando. Fernando P. Schapachnik fpscha@cnba.uba.ar fschapac@dc.uba.ar