Mail Archives: djgpp/1997/05/27/14:41:29
"Shen Renhui" <tavesh AT cyberway DOT com DOT sg> wrote:
> Hi,I've just gotten djgpp and was stunned by the large number of files.
> I'll try and go thru the FAQ but right now I need to know which file is the
> compiler and which is the linker and which file(if there is) a compiler
> that automatically links the files.
1) Take a look at the User Guide in the DJ's server
(http://www.delorie.com/ug/).
2) The compiler is gcc.
3) The linker is ld, is called automagically by gcc.
4) gcc calls to cc1 the real compiler (after calling the preprocesor cpp), so
is small. gxx is a replacement that adds some parameters when calling (usefull
for C++ for example).
SET
------------------------------------ 0 --------------------------------
Visit my home page: http://www.geocities.com/SiliconValley/Vista/6552/
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA
TE: +(541) 759 0013
- Raw text -