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

next in thread | previous in thread | raw e-mail | index | archive | help
In the message <XFMail.20010312115727.mheffner@vt.edu> 
Mike Heffner <mheffner@vt.edu> wrote:

> This should fix 'x11/tycoon' and 'games/xothello' and possibly others.

> On 12-Mar-2001 Mike Heffner wrote:
> | mikeh       2001/03/12 08:23:10 PST
> | 
> |   Modified files:
> |     x11-toolkits/xforms  Makefile pkg-plist 
> |   Log:
> |   Create libforms.a -> libxforms.a link to fix ports that link with
> |   libxforms.

 (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

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

-- 
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?863dciiv7n.wl>