X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=C6AF7dk9KL2CY6oNXMx/d7sCG2xDpyJNq4GG27RnbBc=; b=QWD3Rq8rlqZlcO/0JX4IyQ3+aawxxevGqD1SI3sSZsrYM5TjiJRH6so4xUI6EkrDsr CHkbQf1I+gAlUCzzvDe6ISSHOD2Xly5Pmm5CmXZ9qBCFZAPA7dIWBxqnpwbG+r6fRyUZ TBK3BIibWQWhCOezAi2pakK91uJWqoCTz37QvuHB3ozhtzzHpAa90PFDhZKxty6bVquk Baug3bbyYQcy+OAglkFUs58LPBEQbhCud1KbOz1uIT0mEU3M5kRO6G7WpD4i/+gxFpNn ZPJhx2k34LwNDKEPunu27pwBReVkClQZW3WBczU1d3mkkYHrerMWZXg0EsyGycau2hMk a6pg== X-Received: by 10.112.204.6 with SMTP id ku6mr15430470lbc.73.1435600367495; Mon, 29 Jun 2015 10:52:47 -0700 (PDT) Date: Mon, 29 Jun 2015 20:52:45 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com)" To: geda-user AT delorie DOT com Subject: Re: [geda-user] MacPorts install, "configure failure" Message-ID: <20150629175245.GA28458@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <7313E79B-6722-475F-A66F-49FD335D9D84 AT till DOT com> <201506291544 DOT t5TFiYRm030949 AT envy DOT delorie DOT com> <201506291618 DOT t5TGIbF8000687 AT delorie DOT com> <201506291649 DOT t5TGnBwA001297 AT envy DOT delorie DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201506291649.t5TGnBwA001297@envy.delorie.com> User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, Jun 29, 2015 at 12:49:11PM -0400, DJ Delorie wrote: > > > configure:16150: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -rdynamic conftest.c -ldl -lm -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib -L/opt/local/lib -lgd -ljpeg -lz -L/opt/local/lib -lpng16 -L/opt/local/lib -lfreetype -L/opt/local/lib -lfontconfig -lfontconfig -L/opt/local/lib -lXpm -L/opt/local/lib -lvpx -L/opt/local/lib -ltiff -liconv -lgd >&5 > > ld: library not found for -lvpx > > I don't know what the vpx library is, but it's missing, which results in this error: > > > configure:16160: error: Your gd installation does not appear to include gif support. > > You may need to update your installation of gd or disable > > gif export with --disable-gif > > vpx isn't mentioned in the upstream pcb git, so it's likely > mac-specific, or something wrong with your mac install (where > something says "I need this" but it's not installed). In Debian, for instance, libgd3 (gd) depends on libvpx1, and both pcb packages (lesstif and gtk) depend on libgd3.