Date: Mon, 12 Mar 2001 16:23:19 -0500 (EST) From: Mike Heffner <mheffner@vt.edu> To: OKAZAKI Tetsurou <okazaki@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/xforms Makefile pkg-plist Message-ID: <XFMail.20010312162319.mheffner@vt.edu> In-Reply-To: <863dciiv7n.wl@dolphin.be.to>
next in thread | previous in thread | raw e-mail | index | archive | help
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).
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.
--
Mike Heffner <mheffner@vt.edu>
Blacksburg, VA <mikeh@FreeBSD.org>
http://filebox.vt.edu/users/mheffner
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20010312162319.mheffner>
