This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/13571] libstdc++-v3/libmath/stubs.c Parse error


------- Additional Comments From richard_wheeler at cinfin dot com  2004-01-05 23:00 -------
(In reply to comment #19)
> 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).

This file does not exist anywhere in either the gcc.3.3.2 or gcc-3.3.2 
directories.  I search using:  find . -name confdefs.h

> 	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

I get the following:
aixth4(cmadmin)# nm -BCpg /usr/lib/libm.a | /usr/bin/grep hypot
        64 T .hypot
       884 D hypot
        64 T .hypot
       884 D hypot

> 	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

I am pretty sure we do.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13571


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]