LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   devel & static (https://www.linuxquestions.org/questions/linux-newbie-8/devel-and-static-348614/)

gjo 07-31-2005 01:28 PM

devel & static
 
hi,

In order to download mplayer-gui i need to download lame-libs.
When i go to download lame-libs there are 3 files one simply lame-libs<ver> and the others are lame-libs-devel<ver> and lame-libs-static<ver> ... What is the diff. between these????
and wat i neeed to downoad among 3??
(I'm using fedora3)

TIA

trickykid 07-31-2005 02:13 PM

You really only need the lame-libs in order for mplayer dependencies.

gjo 08-01-2005 12:48 PM

THANKYOU trickykid

could u plz clear me also wat is devel and static?

sundialsvcs 08-01-2005 02:15 PM

devel usually refers to development versions of a library. It will include symbol-information, debugging traps and other things which make it easier to debug the library.

static versions of a library are ones that have been statically linked. Normally, when one library or program refers to another, it will use "dynamic linking," which causes the requisite libraries to be automatically loaded at the time that the program is launched. Static-linking, on the other hand, does not do this. The code from the other, requisite library is brought in when the library is built, so that there are no dependencies.


All times are GMT -5. The time now is 09:07 PM.