From owner-freebsd-ports Sat Aug 2 14:15:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA14500 for ports-outgoing; Sat, 2 Aug 1997 14:15:11 -0700 (PDT) Received: from usc.usc.unal.edu.co ([200.21.26.65]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA14495 for ; Sat, 2 Aug 1997 14:15:06 -0700 (PDT) Received: from unalmodem09.usc.unal.edu.co by usc.usc.unal.edu.co (AIX 4.1/UCB 5.64/4.03) id AA07474; Sat, 2 Aug 1997 17:09:54 -0400 Message-Id: <33E3BCA4.7F78@fps.biblos.unal.edu.co> Date: Sat, 02 Aug 1997 16:03:00 -0700 From: "Pedro Giffuni S," Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.01Gold [it] (Win16; I) Mime-Version: 1.0 To: ports@freebsd.org Subject: Problems with a Motif app.. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Howdy, I've found Lesstif very useful for building many Motif applications, but Willow (http://www.washington.edu/willow/unix-willow.html) is giving me some problems: ___________________ for i in src/willow src/license src/malarm src/z3950 src/uwbrs/isc src/uwbrs ; do (cd $i; make); done gcc -o ../../willow willow.o save_query.o summary.o dialog.o dbio.o dict.o ftp.o print.o helpshell.o mail.o resources.o hash.o config_db.o utils.o range.o text-list.o extensions.o protocol.o field_pick.o db_pick.o interclient.o /usr/X11R6/lib/libMrm.a /usr/X11R6/lib/libXm.a -lXt -lX11 gcc: /usr/X11R6/lib/libMrm.a: No such file or directory gcc: /usr/X11R6/lib/libXm.a: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. _______________ I'm using 2.2.2-Release and the old Lesstif that came with it. Are these files missing in the port, unimplemented, or does anyone have a hint that could help? cheers, Pedro. cheers, Pedro.