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++/12239] Compile Failure


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.


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