Hello,
We're trying to configure Oracle Proc (instantclient-sdk-linux.x64-12.1.0.2.0.zip) under Oracle Linux 6.5.
After tweaking the Makefile and nbproject/Makefile-Debug.mk we were able to have proc to run properly and have the make start. However, it fails during the linker phase with error
/home/userdev1/SolStudioProjects/DbApplication_1/main.pc:113: undefined reference to `sqlcxt'
build/Debug/GNU-Linux-x86/main.o:/home/userdev1/SolStudioProjects/DbApplication_1/main.pc:115: more undefined references to `sqlcxt' follow
collect2: ld returned 1 exit status
Does somebody know I may be missing to fix this?
Many thanks in advance