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 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


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