monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] [patch][drlvm] Linux/ia32 fix for Intel Compiler


From: Salikh Zakirov
Subject: [Monotone-devel] [patch][drlvm] Linux/ia32 fix for Intel Compiler
Date: Wed, 04 Oct 2006 17:24:24 +0400
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Hi,

DRLVM compiled with Intel Compiler 9.0 on Linux/ia32 currently
does not work due to symbol 'clock_gettime' not being found.

A simple build file fix is needed to solve the problem.
It does not affect DRLVM built with gcc.
(Gcc build still works with this modification).

Could anyone commit this change?
Thanks a lot!

--- a/build/make/components/vm/hythr.xml
+++ b/build/make/components/vm/hythr.xml
@@ -95,6 +95,7 @@ vm.port,extra.log4cxx, extra.aprutil" />
             </select>
 
             <select os="lnx">
+                <syslibset libs="rt" />
                 <linkerarg value="-Wl,-init" />
                 <linkerarg value="-Wl,hythread_library_init" />
                 <linkerarg 
value="-Wl,--version-script,${src}/thread/src/hythr.exp" />





reply via email to

[Prev in Thread] Current Thread [Next in Thread]