Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2001 07:24:26 +0900
From:      OKAZAKI Tetsurou <okazaki@FreeBSD.org>
To:        Mike Heffner <mheffner@vt.edu>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/x11-toolkits/xforms Makefile pkg-plist
Message-ID:  <861ys2iq1x.wl@dolphin.be.to>
In-Reply-To: <XFMail.20010312162319.mheffner@vt.edu>
References:  <863dciiv7n.wl@dolphin.be.to> <XFMail.20010312162319.mheffner@vt.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
In the message <XFMail.20010312162319.mheffner@vt.edu> 
Mike Heffner <mheffner@vt.edu> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?861ys2iq1x.wl>