Link error and -fsquangle
Jeffrey A Law
law@cygnus.com
Thu Sep 10 09:58:00 GMT 1998
In message < 199809100826.KAA02499@orcanie.shfj.cea.fr >you write:
> OK. But how to build the C++ library with -fsquangle?
> Also, if I build the C++library with -fsquangle, g++ won't
> work anymore unless g++ -fsquangle is used. Is there some
> way to force g++ to use -fsquangle even if users forget
> this option (except a shell alias)?
>
> In fact, there should be an option in 'configure' to
> build egcs (g++ and libstdc++) either in the new squangle
> mode or in classical (current) mode.
Just go hack the c++ source to enable squangling unconditionally.
greg for "squangling" in the gcc/cp directory. Somewhere you'll
find a flag that is initialized to zero. Change its default value
to one.
jeff
More information about the Gcc-bugs
mailing list