Compiling FORMS fails on relink step
I am applying patch 14703419 and am receiving the following relinking error, which should actually be fixed by applying this patch:make -f ins_forms.mk sharedlib install
libjvm.so: undefined reference to `pthread_cond_timedwait@GLIBC_2.3.2'
libjvm.so: undefined reference to `pthread_cond_signal@GLIBC_2.3.2'
libjvm.so: undefined reference to `realpath@GLIBC_2.3'
libjvm.so: undefined reference to `pthread_cond_wait@GLIBC_2.3.2'
libjvm.so: undefined reference to `pthread_cond_init@GLIBC_2.3.2'
libjvm.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
libjvm.so: undefined reference to `pthread_cond_destroy@GLIBC_2.3.2'
collect2: ld returned 1 exit status