[Bug libstdc++/12239] Compile Failure
mattinger at yahoo dot com
gcc-bugzilla@gcc.gnu.org
Sun Sep 14 11:08:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12239
------- Additional Comments From mattinger at yahoo dot com 2003-09-14 05:27 -------
Forgot to mention, i had previously built and installed binutils
at /usr/local/gcc-solaris, and added /usr/local/gcc-solaris/bin to my
PATH. In addition, I had copied the solaris header files, and
libraries to the sparc-sun-solaris2 directory under /usr/local/gcc-solaris.
Once i corrected that error by changing _ctype_ to (const char *)__ctype,
everything worked perfectly, and i'm not producing working .so and executables
for solaris.
I also remember an issue with libgcc.mk where part of the command line was
-Wl,-M,libgcc.map or something like that, but it should have been
"-M libgcc.map". But i can't remember exactly where that error occured,
and i fixed it on my own, and then encountered the error above.
More information about the Gcc-bugs
mailing list