LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   linker working concept how it works? (https://www.linuxquestions.org/questions/programming-9/linker-working-concept-how-it-works-368597/)

datatab1 09-30-2005 08:03 PM

linker working concept how it works?
 
I have wondered for some time how a linker works. as i understand it, a

compiler turns syntax into objects being compiled code of a c/c++ (or whatever

language) source and uses headers of course, but pch need the c/c++ files too

as i understand it. but how does a linker put this object or library into an

executable. i have also heard that a program can be make without adding

libraries?

paulsm4 10-01-2005 01:29 PM

This is probably a good place to start:

http://en.wikipedia.org/wiki/Dynamic_linking

datatab1 10-03-2005 01:23 PM

didn't think of lookin at wiki, thanks. that helped much.

i'll try to emember that from now on. :)


All times are GMT -5. The time now is 07:58 AM.