This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author perttikellomaki
Recipients akitada, perttikellomaki, tarek
Date 2009-09-12.13:10:03
SpamBayes Score 0.00011029058
Marked as misclassified No
Message-id <1252761005.64.0.487949661326.issue6863@psf.upfronthosting.co.za>
In-reply-to
Content
The linker is usually called via a compiler, which arranges for compiler
specific libraries to be included in the linking. See e.g. section 10.2
in the GNU Make manual:

Linking a single object file

n is made automatically from n.o by running the linker (usually called
ld) via the C compiler. The precise command used is `$(CC) $(LDFLAGS)
n.o $(LOADLIBES) $(LDLIBS)'.
History
Date User Action Args
2009-09-12 13:10:05perttikellomakisetrecipients: + perttikellomaki, tarek, akitada
2009-09-12 13:10:05perttikellomakisetmessageid: <1252761005.64.0.487949661326.issue6863@psf.upfronthosting.co.za>
2009-09-12 13:10:04perttikellomakilinkissue6863 messages
2009-09-12 13:10:03perttikellomakicreate