Thanks for explaining Andras.. mine was a compiling-noob question.
M
Message: 1
Date: Fri, 25 Jun 2010 18:45:29 +0200 From: Andr?s Mur?nyi muranyia@gmail.com Subject: Re: [PD] compiling pdextended rc3 jaunty To: PD List pd-list@iem.at Message-ID: AANLkTimvoSLVE-jCuwyO9qM7nE420vgSo82NkIDeS39u@mail.gmail.com Content-Type: text/plain; charset="iso-8859-1"
On Fri, Jun 25, 2010 at 3:07 PM, Marco Donnarumma <devel@thesaddj.com
wrote:
Hi all, I'm trying to build a jaunty package of pdextended rc3. I get the source from
http://puredata.info/docs/developer/GettingPdSourcespecifically the "Pd-extended between releases" (is this correct?)
when i make install && make package I get this error:
/usr/bin/ld: cannot find -lmp3lame collect2: ld returned 1 exit status make[2]: *** [/home/sad/pd-extended/externals/unauthorized/mp3amp~/mp3amp~.pd_linux] Error 1 rm /home/sad/pd-extended/externals/unauthorized/mp3amp~/mp3amp~.o make[2]: Leaving directory
/home/sad/pd-extended/externals' make[1]: *** [externals_install] Error 2 make[1]: Leaving directory
/home/sad/pd-extended/packages' make: *** [install] Error 2is this about missing dependency libmp3lame?
I do have installed libmp3lame0 though.
am I doing something wrong? thanks
Well, make sure you have libmp3lame-dev installed. For every required library, you need the source of the library for building.
Andras