cc1: Invalid option `-fno-strict-aliasing'
What version is your gcc? The error could be because your gcc is too old.
Oracle.h:135: parse error before `OCIXMLType'
You could replace the -c with -E (="stop after the preprocessing stage") in that long command line, i.e.
gcc -B/usr/ccs/bin/ -E ... Oracle.c > preprocessed
and then look in preprocessed for the respective line that corresponds to Oracle.h:135 in order to figure out why the compiler thinks there's an error before OCIXMLType. Sometimes, such errors are the result of some macro having been expanded incorrectly, or not at all.
In reply to Re: DBD::Oracle install errors
by almut
in thread DBD::Oracle install errors
by hbm
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |