From owner-freebsd-questions@FreeBSD.ORG Mon Jan 9 11:30:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4B6116A41F for ; Mon, 9 Jan 2006 11:30:41 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74FDC43D4C for ; Mon, 9 Jan 2006 11:30:39 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EvvEP-0007Um-II for freebsd-questions@freebsd.org; Mon, 09 Jan 2006 12:30:33 +0100 Received: from c-24-147-87-49.hsd1.ma.comcast.net ([24.147.87.49]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jan 2006 12:30:33 +0100 Received: from jdarnold by c-24-147-87-49.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jan 2006 12:30:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Jonathan Arnold Date: Mon, 09 Jan 2006 06:30:38 -0500 Lines: 36 Message-ID: References: <43BD511F.7010403@charter.net> <43C22866.6070405@charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-24-147-87-49.hsd1.ma.comcast.net User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: <43C22866.6070405@charter.net> Sender: news Subject: Re: how do you install wx-config in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 11:30:41 -0000 bob self wrote: > JD Arnold wrote: > > .... > > > Thanks. Things are starting to work. Now that wx-config works a couple more > questions have come up about wxgtk2. I tried building the penguin sample > that > comes with wxWidgets. I get a link warning: > > /usr/bin/ld: warning: libm.so.3, needed by /usr/X11R6/lib/libGL.so.1, > not found (try using -rpath or > -rpath-link) > > When I try to run it, I get: > > /libexec/ld-elf.so.1: Shared object "libm.so.3" not found, required by > "libGL.so.1" > > How do I fix this problem? All of my ports are supposed to be up-to-date. If I do a locate on libm.so.3, I see it in /usr/local/lib/compat. I see that the one in /usr/lib is libm.so.4. I don't know anything about either of these. That's why it is saying to use the -rpath option, to add /usr/local/lib/compat to your ld search path. You're probably pushing the envelope here, working with multimedia controls. You might try asking on the wxWidgets mailing list for more specific wxWidgets help. -- Jonathan Arnold (mailto:jdarnold@buddydog.org) Jiggle The Handle, a personal blog http://jiggle.anaze.us Procrastination is the art of keeping up with yesterday. - Don Marquis