From owner-freebsd-questions Tue Mar 18 17:45:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA23772 for questions-outgoing; Tue, 18 Mar 1997 17:45:17 -0800 (PST) Received: from apolo.biblos.unal.edu.co ([168.176.37.75]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA23756; Tue, 18 Mar 1997 17:45:05 -0800 (PST) Received: from unalmodem.usc.unal.edu.co (unalmodem14.usc.unal.edu.co [168.176.3.44]) by apolo.biblos.unal.edu.co (8.8.5/8.8.5) with SMTP id UAA02605; Tue, 18 Mar 1997 20:47:12 -0500 (EST) Message-ID: <332F6E8B.6616@fps.biblos.unal.edu.co> Date: Tue, 18 Mar 1997 20:41:47 -0800 From: Pedro Giffuni X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Bruce Albrecht CC: emulation@freebsd.org, questions@freebsd.org Subject: Re: Linus Motif libraries on FreeBSD? References: <9703190044.AA08213@gf006e0.fingerhut.com.> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Bruce Albrecht wrote: > > Can I use Linux Motif libraries on FreeBSD? There are several > commercial versions that are half the price of the FreeBSD ones. Yes, you can use them but only for Linux native programs. You can also try the Slackware cross development kit that is available in the ports tree if you need them for development. (The cheapest option for free FreeBSD apps is to port them using Lesstif and wait for the statically linked packages to come out :-).) Pedro.