This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: minor gcc2->gcc3 migration nit


    > Sometimes people want to link c++ programs by invoking gcc instead
    > of g++.

    For the record, those people are goofballs.  It's like wanting to
    steer a car, but instead of using the steering wheel, they want to
    grab hold of the axles with their bare hands.

    Use g++.  That's what it's there for.  :-)

It's not that simple.  If we say that you have to use the "appropriate"
program instead of "gcc" for linking language X and a different one for
linking language Y, what happens if you have a program that uses *both*
languages X and Y?  Both can't get their way.

That's why "gcc" is designed to be language-independent.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]