X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Message-ID: <5182A2B0.2030906@k4gvo.com> Date: Thu, 02 May 2013 13:30:24 -0400 From: Jim Lynch User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 MIME-Version: 1.0 To: geda-help AT delorie DOT com Subject: Re: [geda-help] m4 missing from tutorial References: <201305011759 DOT r41HxWkq007504 AT delorie DOT com> <20130501141510 DOT 55813yut01m6ha5q AT www DOT communityrenewables DOT com> <201305011819 DOT r41IJ2t8016324 AT envy DOT delorie DOT com> <20130501144223 DOT 1530403dndgymk9b AT www DOT communityrenewables DOT com> <201305011843 DOT r41Ihv9k017239 AT envy DOT delorie DOT com> <20130502100132 DOT 10461724685jd1vg AT www DOT communityrenewables DOT com> <518290C9 DOT 9050705 AT k4gvo DOT com> <20130502124744 DOT 21247c27shjvqrhs AT www DOT communityrenewables DOT com> In-Reply-To: <20130502124744.21247c27shjvqrhs@www.communityrenewables.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-help AT delorie DOT com On 05/02/2013 12:47 PM, Chris Fisichella wrote: > Thanks Jim. I will likely end up doing that. For now, I am trying to > make it through the tutorial, but pcb keeps crashing with > > pcb: symbol lookup error: pcb: undefined symbol: g_list_free_full I'm NOT an authority on pcb, but that looks a bit like a Linux library problem, not a pcb specific issue. I can't guarantee I'll be able to help, but let's start with some basics. What OS, distro and version? How did you install pcb (compile from scratch, from a repro, etc)? What version of pcb? (pcb --version from a terminal window) And just for the heck of it, give us the output of: ldd `which pcb` Note, those are backticks, not apostrophes. Thanks, Jim.