Sorry, this was meant for [EMAIL PROTECTED]
Pressed "Compose" in a wrong window...

Salikh Zakirov wrote:
> 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" />



_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to