J
Jake
IBM RISC/6000
AIX 5.1 - 64-bit
Oracle 9i - 9.2.0.4 - 64-bit
Perl 5.8.6
DBI 1.46
DBD:Oracle 1.16
Hi Folks.
Last week I posted on comp.lang.perl.modules with questions
on compiling DBD
racle. I have found it most stubborn in
whatever options I have chosen for perl and DBI - the make
test for DBD
racle fails no matter what I have done in perl
and DBI (which passed all tests and successfully installed.)
One common factor to the failures: The command "perl
Makefile.PL" always starts with a warning:
Warning: You will may need to rebuild perl using the xlc_r compiler.^G
You may also need do: ORACCENV='cc=xlc_r'; export ORACCENV
Also see the README about the -p option
I have tried several options in an attempt to force perl to
get compiled with this xlc_r compiler:
- Configure -Dcc=xlc_r (plus other options)
- export ORACCENV=xlc_r; Configure ...
- export ORACCENV='cc=xlc_r; Configure ...
There are each from different sources, like README.aix for DBD
racle
and the above warning.
After each of these attempts, I looked into the Makefile and
still found:
CC=cc_r
At one point I even edited the Makefile manually and forced
CC=xlc_r .
When the make started, I see it running cc_r again.
What can I do to force Configure to specify the compiler of
my choice inthe Makefile and have it obeyed throutout the
process. And when I'm over that hurdle, will that choice of
compiler automatically propagate to compilation of DBI and
DBD?
If it's in the README or INSTALL file, I messed it. A search
of these file for the word "compile" did not turn up any
useful option.
BTW, the README (for DBD) has scant information about the -p
option and I'm not experiencing core dumps anyway.
Thanks for any help here.
-- Jacob (JSalomon at bn.com)
AIX 5.1 - 64-bit
Oracle 9i - 9.2.0.4 - 64-bit
Perl 5.8.6
DBI 1.46
DBD:Oracle 1.16
Hi Folks.
Last week I posted on comp.lang.perl.modules with questions
on compiling DBD
whatever options I have chosen for perl and DBI - the make
test for DBD
and DBI (which passed all tests and successfully installed.)
One common factor to the failures: The command "perl
Makefile.PL" always starts with a warning:
Warning: You will may need to rebuild perl using the xlc_r compiler.^G
You may also need do: ORACCENV='cc=xlc_r'; export ORACCENV
Also see the README about the -p option
I have tried several options in an attempt to force perl to
get compiled with this xlc_r compiler:
- Configure -Dcc=xlc_r (plus other options)
- export ORACCENV=xlc_r; Configure ...
- export ORACCENV='cc=xlc_r; Configure ...
There are each from different sources, like README.aix for DBD
and the above warning.
After each of these attempts, I looked into the Makefile and
still found:
CC=cc_r
At one point I even edited the Makefile manually and forced
CC=xlc_r .
When the make started, I see it running cc_r again.
What can I do to force Configure to specify the compiler of
my choice inthe Makefile and have it obeyed throutout the
process. And when I'm over that hurdle, will that choice of
compiler automatically propagate to compilation of DBI and
DBD?
If it's in the README or INSTALL file, I messed it. A search
of these file for the word "compile" did not turn up any
useful option.
BTW, the README (for DBD) has scant information about the -p
option and I'm not experiencing core dumps anyway.
Thanks for any help here.
-- Jacob (JSalomon at bn.com)