On Fri, Jan 16, 2004 at 02:34:30PM +0000, Sean Kelly wrote:
> Quoting Nigel Henden <[EMAIL PROTECTED]>:
> 
> > Here is as far as I get (the last nine lines), after typing "make"
> > 
> [SNIP]
> > ld: warning: option -o appears more than once, first setting taken
> > chmod 755 blib/arch/auto/DBD/Oracle/Oracle.so
> > chmod: WARNING: can't access blib/arch/auto/DBD/Oracle/Oracle.so
> > make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1
> 
>   I had this problem making DBD::Oracle using GCC 2.95.3 under Solaris 8 
> for sparc.  After I ran "perl Makefile.PL" I had to go through the 
> resulting "Makefile" and remove a few "-o build" strings from GCC 
> statements.
> 
>   These statements contains "-o build" quite early on, and then have 
> another "-o ..." statement at the end.  The latter statement appears to be 
> the correct one but because there are two you get the error you are seeing.

Please try

  http://homepage.eircom.net/~timbunce/DBD-Oracle-1.15-rc2-20040112.tar.gz

Tim.

Reply via email to