http://d.puremagic.com/issues/show_bug.cgi?id=2901
Summary: link error v2.029 (linux): undefined reference to
`CLOCKS_PER_SEC'
Product: D
Version: 2.029
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
I have a link error with v2.029 (linux):
undefined reference to `CLOCKS_PER_SEC'
and under dmd dir:
$ nm ./linux/lib/libdruntime.a | grep CLOCKS_PER_SEC
$ nm ./linux/lib/libphobos2.a | grep CLOCKS_PER_SEC
shows nothing, is the object file not archived in the library?
--