From owner-freebsd-newbies@FreeBSD.ORG Fri Aug 20 01:13:02 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6899216A4CF for ; Fri, 20 Aug 2004 01:13:02 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0884743D2F for ; Fri, 20 Aug 2004 01:13:00 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from nbritton.org (12-203-241-182.client.insightbb.com[12.203.241.182]) by sccimhc92.asp.att.net (sccimhc92) with SMTP id <20040820011259i920091gmie>; Fri, 20 Aug 2004 01:12:59 +0000 Message-ID: <41255012.9000003@nbritton.org> Date: Thu, 19 Aug 2004 20:12:50 -0500 From: Nikolas Britton User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ganzman , freebsd-newbies@freebsd.org References: <41227641.4030402@ganzman.no-ip.org> In-Reply-To: <41227641.4030402@ganzman.no-ip.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: error compiling amule X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 01:13:02 -0000 ganzman wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > hi, > im running 4.10 > > trying to compile amule from ports returns the following : > /usr/libexec/elf/ld: cannot find -lwx_gtk2-2.4 > gmake[2]: *** [amule] Error 1 > gmake[2]: Leaving directory `/usr/ports/net/amule/work/aMule-1.2.8/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/net/amule/work/aMule-1.2.8' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/net/amule. > > > any clue as to what do i do next? "/usr/libexec/elf/ld: cannot find -lwx_gtk2-2.4" If i had to guess (and this is a guess btw) your ports are not in sync, you installed gtk etc. etc. and then upgraded your ports tree or something of the sorts because aMule-1.2.6_1 is part of 4.10-Release and is looking for gtk-2.4.0.... aMule-1.2.8 is part of 4.10-Stable and is looking for gtk-2.4.7 Personally i'd do a "portupgrade -arR" and hope for the best, I don't know if it would fix the problem though. Re-ask this on the freebsd-questions@freebsd.org mailing list, it is the appropriate place for technical questions such as this.