/usr/bin/ld : cannot find -lnsl pro*c compilation oracle 19c
Hello,
Oracle client 19c and linux Redhat 8
I have these errors when I compile the procdemo.pc into my pro*c server application
firstable :
- warning "type defaults to 'int' int declaration of ....", I think I can resolve it to add -std=c89 to tle compilation line ?
and the second
/usr/bin/ld: cannot find -lnsl
I have looked for on the net, but I didn't find any solution