mailing list of musl libc
 help / color / mirror / code / Atom feed
* C++ on musl: this is missing:
@ 2011-10-11 10:56 aep
  0 siblings, 0 replies; only message in thread
From: aep @ 2011-10-11 10:56 UTC (permalink / raw)
  To: musl

this is how far i got with a gnu free C++ stack on top of musl:

i had to apply all of the patches sent to the ML, plus add a couple 
workarounds.

finally the full thing with all of those scary libs together results in 
not so many things missing:


dladdr
sigreturn
setcontext
isascii(int)
__cxa_atexit
__dso_handle
wcstod
wcstold



I'm not sure which of those are supposed to be there and which are gnu 
extentions.
could use some input here. Especcially the __cxa_atexit and 
__dso_handle thingies puzzle me.
dladdr smells clearly like gnu and should probably be patched out from 
libcxxrt.
some of the others (isascii) are probably errors related to missing 
extern C.



In case someone cares, i used this combination:

musl, clang, compiler_rt, libcxxrt, libcxx, libunwind.

together with a ton of hacks and spider-glue.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-11 10:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-11 10:56 C++ on musl: this is missing: aep

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).