From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: Arvind Sankar Cc: egcs@cygnus.com Subject: Re: always use collect2 Date: Sat, 21 Feb 1998 12:35:00 -0000 Message-id: References: <19980221105411.A26167@kailash.cse.iitb.ernet.in> X-SW-Source: 1998-02/msg00984.html 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