This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/13571] libstdc++-v3/libmath/stubs.c Parse error
- From: "dje at watson dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jan 2004 22:30:33 -0000
- Subject: [Bug libstdc++/13571] libstdc++-v3/libmath/stubs.c Parse error
- References: <20040105140201.13571.richard_wheeler@cinfin.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dje at watson dot ibm dot com 2004-01-05 22:30 -------
Subject: Re: libstdc++-v3/libmath/stubs.c Parse error
Would you please attach "confdefs.h" from the directory in which
the libstdc++-v3 build fails (the pthread subdirectory).
Also please run the following command and let us know the output:
$ /usr/bin/nm -BCpg /usr/lib/libm.a | /usr/bin/grep hypot
Amongst the output, you should see
68 T .hypot
836 D hypot
1924 T .hypotf
4200 D hypotf
1784 T .hypotl
3876 D hypotl
By the way, do you have "AIX Toolbox for Linux" with GNU tools
(including GNU as, GNU ld, GNU nm, etc. installed and in your path?)
Thanks, David
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13571