always use collect2
Alexandre Oliva
oliva@dcc.unicamp.br
Sat Feb 21 12:35:00 GMT 1998
Arvind Sankar writes:
> Why is USE_COLLECT2 always defined?
Because it is needed in order to implement the C++ template repository
mechanism (-frepo)
> Doesnt egcs work with the binutils 2.8.1 linker?
It does, but it's not enough.
> If I have to use collect2, how do I tell it to call the binutils linker
> rather than the default one on my system, which it seems to find in
> /usr/ccs/bin?
Create a link named `real-ld' to the ld program you wish to use in the
same directory where `cc1' lives.
--
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil
More information about the Gcc
mailing list