Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sparc] Solaris C++ front-end <cwchar> references unknown functions #578

Closed
llvmbot opened this issue Jan 12, 2004 · 5 comments
Closed

[sparc] Solaris C++ front-end <cwchar> references unknown functions #578

llvmbot opened this issue Jan 12, 2004 · 5 comments

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jan 12, 2004

Bugzilla Link 206
Resolution FIXED
Resolved on Feb 22, 2010 12:41
Version trunk
OS Solaris
Reporter LLVM Bugzilla Contributor
CC @lattner

Extended Description

on the Sparcs references many wide-character support routines which
apparently don't work (because they are undefined) on Solaris. Because
ends up including , you can't compile any c++ program that
includes on the Sparcs. This is why distray seems to be failing in
the testsuite today.

@lattner
Copy link
Collaborator

lattner commented Jan 18, 2004

Do we have any idea of what is going on here Brian? I vaguely remember thinking
that you got something to work, but I don't remember what the situation was...

-Chris

@llvmbot
Copy link
Collaborator Author

llvmbot commented Jan 22, 2004

This is what is keeping 252.eon from compiling at the moment. (Just so I remember to fix it.)

@llvmbot
Copy link
Collaborator Author

llvmbot commented Jan 22, 2004

I don't have any idea what is going on with this, not yet. I am going to have to rebuild the Sparc C/
C++FE to analyze it, I think. Hopefully later tonight...

@lattner
Copy link
Collaborator

lattner commented Jan 22, 2004

Cool, thanks for looking into this Brian!

@llvmbot
Copy link
Collaborator Author

llvmbot commented Jan 28, 2004

I seem to be doing just fine with the newly rebuilt C++FE (although, as it
happens, this was not the only problem with 252.eon on the SPARCs).

The trick was to configure with --disable-c-mbchar. Chris, please link your
directory to ~gaeke/programs/sparc-llvm-gcc when you get a chance. I'm going to
close this bug, having updated the C/C++FE build instructions:

http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040126/010981.html

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 1, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants