Salikh,
I've applied this fix in r453130. But in future please raise a JIRA.
(As it happens I need this fix to workaround problems I was having
on x86_64 otherwise I'd have probably been more hesitant about applying
it.)
Regards,
Mark.
On 4 October 2006 at 17:25, Salikh Zakirov <[EMAIL PROTECTED]> 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/hyt
> hr.exp" />
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]