|
Posted by Sisyphus on March 1, 2007, 5:32 pm
Please log in for more thread options
.
.
> To change these settings, see 'perl Makefile.PL --help' and
> 'perldoc INSTALL'.
Could be worth doing that - to see if there's anything relevant.
>
> Checking if your kit is complete...
> Looks good
> Unrecognized argument in LIBS ignored: '-xarch=v9'
> Using DBI 1.54 (for perl 5.008003 on sun4-solaris) installed in /usr/
> local/lib/perl5/site_perl/5.8.3/sun4-solaris/auto/DBI/
> Writing Makefile for DBD::mysql
>
> --------------------------------------------------------------------------
>
> please help me! what does it mean?
>
It may not matter at all. It's just that '-xarch=v9' is not recognised as a
valid 'LIBS' argument and is therefore being ignored. On the other hand
'-xarch=v9' was recognised (and accepted) as a valid 'cflags' argument.
What happens when you run 'make test' ?
Cheers,
Rob
|