This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/54847] New: --enable-libstdcxx-time=yes non-functional on darwin
- From: "howarth at nitro dot med.uc.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 07 Oct 2012 16:11:08 +0000
- Subject: [Bug libstdc++/54847] New: --enable-libstdcxx-time=yes non-functional on darwin
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54847
Bug #: 54847
Summary: --enable-libstdcxx-time=yes non-functional on darwin
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: howarth@nitro.med.uc.edu
The configure option --enable-libstdcxx-time=yes is non-functional on darwin
because the associated configure test requires posix-timer support which darwin
lacks. Darwin also lacks support for the tested clock_gettime call but does
have the sched_yield call available. Also it is odd that
--enable-libstdcxx-timer has been defaulted to no as this has left many darwin
users (including MacPorts) assuming that they are enabling it with that option.