This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 3.0 20010305 (prerelease) gen-num-limits.cc compile failure on alpha-dec-osf4.0e
- To: gcc-bugs at gcc dot gnu dot org, rdbrown at mira dot net
- Subject: Re: 3.0 20010305 (prerelease) gen-num-limits.cc compile failure on alpha-dec-osf4.0e
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 7 Mar 2001 09:41:23 -0800
...this might actually be a v3 issue. What happens if you make a
libstdc++-v3/config/os/osf/
directory, and make
osf/bits/os_defines.h
define __STDC__
?
you can also just experiment with this by modifying the
os/generic/bits/os_defines.h to get something working (this is the
file that your build is currently using), then do the osf port.
-benjamin