[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RFC: No more linking with ld (use $CC) [Was: Re: Bug under FreeBSD 4.x]
From: |
Robert Boehne |
Subject: |
RFC: No more linking with ld (use $CC) [Was: Re: Bug under FreeBSD 4.x] |
Date: |
Fri, 22 Mar 2002 17:16:59 -0600 |
Hello all,
I've been wondering about these types of problems for
some time now, and it appears to me that it would be
an improvement to use $CC to link, rather than ld.
This is what we do for C++ because tracking all of the
compiler-supplied flags that get passed to ld is too
much work, so if it works for C++, why not do the same for C?
Comments?
--
Robert Boehne Software Engineer
Ricardo Software Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email: address@hidden
- Bug under FreeBSD 4.x, Sandro Tolaini, 2002/03/22
- RFC: No more linking with ld (use $CC) [Was: Re: Bug under FreeBSD 4.x],
Robert Boehne <=