[Issue 2901] New: link error v2.029 (linux): undefined reference to `CLOCKS_PER_SEC'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Apr 25 14:06:47 PDT 2009


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: bugzilla at digitalmars.com
        ReportedBy: someanon at yahoo.com


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?


-- 



More information about the Digitalmars-d-bugs mailing list