While executing the make command I am getting the following error message. cc: "oci8.c", line 1325: warning 604: Pointers are not assignment-compatible. cc: "oci8.c", line 1325: warning 563: Argument #8 is not the correct type. cc: "oci8.c", line 1365: warning 604: Pointers are not assignment-compatible. cc: "oci8.c", line 1365: warning 563: Argument #1 is not the correct type. cc: "oci8.c", line 1366: warning 604: Pointers are not assignment-compatible. cc: "oci8.c", line 1366: warning 563: Argument #1 is not the correct type. Running Mkbootstrap for DBD::Oracle () chmod 644 Oracle.bs rm -f blib/arch/auto/DBD/Oracle/Oracle.sl /usr/bin/ld -Wl,+b"/opt/app/oracle/product/9.2.0.6/lib32:/opt/app/oracle/product/9.2.0.6/rdbms/lib32" -b +vnocompatwarnings Oracle.o dbdimp.o oci8.o -L/opt/app/oracle/product/9.2.0.6/rdbms/lib32/ -L/opt/app/oracle/product/9.2.0.6/lib32/ -lclntsh `cat /opt/app/oracle/product/9.2.0.6/lib32/ldflags` -lm -o blib/arch/auto/DBD/Oracle/Oracle.sl \ \ /usr/bin/ld: Unrecognized argument: -Wl,+b/opt/app/oracle/product/9.2.0.6/lib32:/opt/app/oracle/product/9.2.0.6/rdbms/lib32 /usr/bin/ld: Usage: /usr/bin/ld [options] [flags] files *** Error exit code 1 Stop.