X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=CKHez8qre2wOVDhFtujo6szz+srsEaNNVFGrkpRwJTI=; b=kPGFQAW6wIVyYqIAqU8OSyVNrQm/7B0n0K+KxQjdEqcIMn4qQnut0bzSEuGBiKqnHF 239GBmI1NrrKDoMaexm6kIwKs1gMSvTcsnla8S9a3AgJSzMeR6rBeuVtEuS/s9XmiaHk DyHnTQS0s5igngJ9c3L+QMlEcTiA4c2s0cTPaUoMPD7UV6BUCrk/rBiIWR9gC0aRnbyY 2K+o/+cPUXBteVS3vD+gl7J17CstbhQSTSrX5l7y+C6ykxaYw0iCIfuyQWf2XGqha/rd NqlzCTYFBETAAqlvkEQoSxUe+G2ip36M1rbmk1hQ94gIuBbTqokd/JhFLwx/aIk/ut1s U2Ow== X-Received: by 10.180.94.8 with SMTP id cy8mr2680775wib.29.1398416368469; Fri, 25 Apr 2014 01:59:28 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <535A1445.4060108@philippklostermann.de> References: <535A1445 DOT 4060108 AT philippklostermann DOT de> From: Abhijit Kshirsagar Date: Fri, 25 Apr 2014 14:28:58 +0530 Message-ID: Subject: Re: [geda-help] Which Debina-Package do I have to install? make geda-gaf git version 1.9.1-20140308-80-g62aede2 under Debian Wheezy fails due to missing glib. To: geda-help AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Preliminary guess here - your problem is the library libgeda.so is not found. Either you need to run ldconfig or tell the compiler where to find the library. IIRC this happened to me when installing on 64-bit debian wheezy. ~Abhijit