From owner-freebsd-questions Thu Dec 26 18:16:23 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA24868 for questions-outgoing; Thu, 26 Dec 1996 18:16:23 -0800 (PST) Received: from base486.synet.net (imdave@DIAL50.SYNET.NET [168.113.1.54]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id SAA24856 for ; Thu, 26 Dec 1996 18:16:19 -0800 (PST) Received: (from imdave@localhost) by base486.synet.net (8.8.4/8.8.4) id UAA13742; Thu, 26 Dec 1996 20:16:07 -0600 (CST) Date: Thu, 26 Dec 1996 20:16:07 -0600 (CST) From: Dave Bodenstab Message-Id: <199612270216.UAA13742@base486.synet.net> To: freebsd-questions@freebsd.org, harpo@javanet.com Subject: Re: lesstif compile Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > From: "John D. Szumowski" > i have not been able to get lesstif .75a to compile sucessfully under > freebsd 2.1.5. Are there any special tricks? You need to change the 0.75a suffix for the shared libraries to 0.75 I changed the configure.in and re-ran autoconf, but you can just as easily make some hard links in the libXm and libMrm directories. Apparently the ld command uses the actual name of the shared library in some way, and the 'a' was confusing it. Dave Bodenstab imdave@synet.net