mknumeric_limits
Jeffrey A Law
law@redhat.com
Mon Feb 19 11:49:00 GMT 2001
In message < 20010219133055.A9709@disaster.jaj.com >you write:
> Because later in that script we call the C++ compiler, which by default
> will link in the c++ library... which we haven't built yet. (There's code
> like this in a couple of places, like src/Makefile.am. Arguably we could
> call libtool in mknumeric_limits and have it link gen_num_limits.)
But can't we instead just call "gcc" instead of "g++" to link the program
to prevent auto linking of libstdc++?
jeff
More information about the Gcc
mailing list