I am migrating an Oracle Database to Postgres and I wanted to install orafce which is a module that contains some useful function which can help with the porting.
I tried to execute the command "make install" but I got this error "collect2: fatal error: cannot find 'ld'"
gcc version : 4.8.5 binutils version : 2.25.1
I didn't find anything that corresponds to my situation anywhere.
Thank you