Re: Mistake With CPP File
Robert Schiele <[email protected]>
| Newsgroups | org.kernel.vger.linux-gcc |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 02, 2002 at 12:18:49PM -0600, SoloCDM wrote: > Robert Schiele stated the following: > > > > On Fri, Aug 02, 2002 at 06:47:41AM -0600, SoloCDM wrote: > > > > > It starts the linking (ln command) with /usr/bin/g++ --> > > > /etc/alternatives/g++ --> /usr/bin/colorg++ --> /usr/bin/colorgcc. > > > G++ is acting as a link. If executed in the same manner as g++ to > > > create an a.out file, without options, colorgcc doesn't execute like > > > g++. > > > > What do you have in ~/.colorgccrc? > > No such file exists. Everything for g++ and gcc is exactly as it was > installed. Then your installation of colorgcc is braindead, as you have an infinite loop, because colorgcc runs /usr/bin/g++ by default, which is itself in your case. You need to specify the path to your real g++ in the config file. Robert -- Robert Schiele Tel.: +49-621-181-2517 Dipl.-Wirtsch.informatiker mailto:[email protected]
signature.asc
(application/pgp-signature, 524 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iQEVAwUBPUr8WMQAnns5HcHpAQFxZwf/c0B4TeTeJN7OXYCIfpk+uBDR0jwX0WfI QM+EJMr7keoTQ0c3kSOVA653So/a/v941Ca4aHYhXuiFkAz6zT/Y5VB4Y/LOoYzj CvgMYvZA5igsZpTPGz12c3CFjFhC0ZygEow8xwVkMVHrgldLURLOwg8icWVuI3wf idOCUhXkCTQIGdNV2oFgxCR6DZ8ng40Q5hJAwVMYFcSypG2NDw0rdLBCMIcfxBhj UP2x6rSj2qHaMpPJ8H5LYIKfy6kf5irSJClPl/3KlnWT6jMxsWeal3xdqke+Ax4m LMbnu1Qh/nvHLNxTVbzp/bLceP0S35PADrNkfZ149VtSKYVOhErnxg== =MpkT -----END PGP SIGNATURE-----