From owner-cvs-all Mon Mar 12 14:24:43 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 4CFBE37B740 for ; Mon, 12 Mar 2001 14:24:36 -0800 (PST) (envelope-from okazaki@be.to) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.11.0+3.3W/8.11.0/BETO3.11-20000907025324) with ESMTP id f2CMOZX19823 for ; Tue, 13 Mar 2001 07:24:35 +0900 (envelope-from okazaki@be.to) Received: from REISHI (eatkyo01038.adsl.ppp.infoweb.ne.jp [211.133.82.38]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000090621000000) with SMTP id HAA15105 for ; Tue, 13 Mar 2001 07:24:34 +0900 Received: (qmail 582 invoked from network); 12 Mar 2001 22:24:27 -0000 Received: from localhost (HELO acidrain.localnet) (127.0.0.1) by localhost with SMTP; 12 Mar 2001 22:24:27 -0000 Date: Tue, 13 Mar 2001 07:24:26 +0900 Message-ID: <861ys2iq1x.wl@dolphin.be.to> From: OKAZAKI Tetsurou To: Mike Heffner Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/xforms Makefile pkg-plist In-Reply-To: References: <863dciiv7n.wl@dolphin.be.to> User-Agent: Wanderlust/2.5.8 (Smooth) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the message Mike Heffner wrote: > On 12-Mar-2001 OKAZAKI Tetsurou wrote: > | (from x11/tycoon's errorlog at Mon Mar 12 06:23:01 GMT 2001) > | cc -o tyman -L/usr/X11R6/lib tyman.o tyman_cb.o tyman_main.o -lxforms > | -lXpm -lm -lXex > | /usr/libexec/elf/ld: cannot find -lxforms > | *** Error code 1 > Are you sure you have the latest xforms, (version 1.40 of the Makefile). Above is a log from bento before your fix, preparing libxforms.a, was committed. > cc -o xbackdrop -L/usr/X11R6/lib xbackdrop.o xbackdrop_cb.o > xbackdrop_main.o newbg.o newbg_cb.o -lxforms -lXpm -lm -lXext -lXext -lX11 > -Wl,-rpath,/usr/X11R6/lib > /bin/rm -f /usr/ports/x11/tycoon/work/tycoon-1.07o/xbackdrop/backdrops/index~ ; > /usr/bin/perl -pi -e 's,/usr/lib,/usr/X11R6/lib,' > /usr/ports/x11/tycoon/work/tycoon-1.07o/xbackdrop/backdrops/index ===> Installing for tycoon-1.07o > ... > | > | How about to add one more symbolic link from libxforms.so > | to libfroms.so.0.88 as below, since above "cc ... -lxforms" > | searches libxforms.so at first and then libxforms.a? > | > | @${LN} -sf ${PREFIX}/lib/libforms.so.0.88 ${PREFIX}/lib/libxforms.so.0 > This link is already installed. Sorry, I wanted to write @${LN} -sf ${PREFIX}/lib/libforms.so.0.88 ${PREFIX}/lib/libxforms.so to install libxforms.so. -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message