Ladies and Gentleman,
We are running an AIX system (V.4.3.3) and try to compile and link a C-source (sybasexa.c) to interface with a Sybase Database System (make -f sybasexa.mk). Because we don't have the original IBM C-Compiler (xlc_r4) we use the GNU version gcc. At the end of the compile/link steps the procedure stops due to the error message:
undefined symbol: .pthread_clear_exit_np
It looks like a object module is missing, but I'm not a C-programmer. Any idea how to solve or skip this problem?
Regards
We are running an AIX system (V.4.3.3) and try to compile and link a C-source (sybasexa.c) to interface with a Sybase Database System (make -f sybasexa.mk). Because we don't have the original IBM C-Compiler (xlc_r4) we use the GNU version gcc. At the end of the compile/link steps the procedure stops due to the error message:
undefined symbol: .pthread_clear_exit_np
It looks like a object module is missing, but I'm not a C-programmer. Any idea how to solve or skip this problem?
Regards