This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++-v3/libmath: cannot find math.h
On Tue, Aug 19, 2003 at 02:29:44PM -0600, Shaun Jackman wrote:
> I found that I have to build gcc with --enable-languages=c and install,
> then build newlib and install, then build gcc with
> --enable-languages=c++. Can this be done in one step without the
> intervening installs?
No. This is documented in the installation manual somewhere.
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
- Brian W. Kernighan