Hi,
I am trying to install Perl DBD-Oracle-1.12 on Solaris 5.6 with Oracle 8.1.7. I read the README file which says that the first step is :
perl Makefile.PL
This runs fine and generates a Makefile on the server.
However, the next command is
make
This command results in the following message:
make: Nothing to be done for `makemakerdflt'
The only thing I have changed in the Makefile generated in the first step is the C compiler calls to gcc compiler calls.
Can someone kindly throw some light on whats happening here.
Thank You.
I am trying to install Perl DBD-Oracle-1.12 on Solaris 5.6 with Oracle 8.1.7. I read the README file which says that the first step is :
perl Makefile.PL
This runs fine and generates a Makefile on the server.
However, the next command is
make
This command results in the following message:
make: Nothing to be done for `makemakerdflt'
The only thing I have changed in the Makefile generated in the first step is the C compiler calls to gcc compiler calls.
Can someone kindly throw some light on whats happening here.
Thank You.