Path: utzoo!telly!attcan!uunet!bu.edu!bu-cs!snorkelwacker!think!zaphod.mps.ohio-state.edu!uwm.edu!cs.utexas.edu!jarvis.csri.toronto.edu!white.toronto.edu!ghfeil From: ghfeil@white.toronto.edu (Georg Feil) Newsgroups: gnu.gcc Subject: Re: Using ld instead of gcc-ld Message-ID: <1990Feb7.115112.11297@jarvis.csri.toronto.edu> Date: 7 Feb 90 16:51:12 GMT References: <1025@fs1.ee.ubc.ca> Organization: /usr/lib/news/organization Lines: 21 I ran into precisely this problem: I wanted g++ and gcc to use different linkers. However, both look for .../lib/gcc-ld by default. I changed my g++ makefile so that the GNU tool prefix is g++-* instead of gcc-*. Thus my .../lib directory contains the following: g++-as@ g++-gnulib@ gcc-as@ gcc-gnulib* g++-cc1plus* g++-include/ gcc-cc1* gcc-include/ g++-cpp@ g++-ld@ gcc-cpp* gcc-ld@ I think this change should be adopted by the g++ camp. At the very worst, you will just have to add a few g++-* symbolic links pointing at the gcc-* files. Georg. -- Georg Feil Internet: ghfeil@white.toronto.edu -or- : georg@sgl.ists.ca ..if all else fails, try: {uunet,pyramid,watmath,utzoo}!utcsri!white!ghfeil (UUCP) ghfeil%white.toronto.edu@relay.cs.net (ARPA)