They are not options. They are commands :
nm : lists the symbols in an object file
ld : is the linker - it links object files together (into an executable eg.)
gcc : is the compiler - it compiles object files from source code
For more info, you can always do a man on it, for example :
man nm
Main Topics
Browse All Topics





by: boag2000Posted on 2008-10-06 at 00:39:46ID: 22647651
amit_at_expertsexchange,
You question is posed in very vague terms.
Can you take the time to fully state your question please?
JeffCoachman