Re: DBI 1.50 - make problems (cc1: Invalid option)



On Thu, Dec 29, 2005 at 11:01:27AM -0000, Rui Sampaio (Whatevernet) wrote:
>
> cc1: Invalid option `-Wdisabled-optimization'
> cc1: Invalid option `-Wno-unused-parameter'

After running 'perl Makefile.PL' edit the generated 'Makefile' and
remove those two options.

> ** Does anyone have an idea about what's happening?

The Makefile.PL only adds the options for GCC versions >= 3, but it
turns out that those options were only added in later versions.

What do
perl -V:gccversion
and
gcc --version
say?

Tim.
.



Relevant Pages

  • Editing a files properties with Perl in Windows
    ... Does anyone know how to edit a file's properties using Perl? ... TIA, ... Prev by Date: ...
    (comp.lang.perl.misc)
  • Re: Editing a files properties with Perl in Windows
    ... > Does anyone know how to edit a file's properties using Perl? ... > then select the Summary tag you get the following editable fields: ... Prev by Date: ...
    (comp.lang.perl.misc)
  • Re: Editing a files properties with Perl in Windows
    ... > Does anyone know how to edit a file's properties using Perl? ... > same as the filename. ... Not Perl, but maybe useful. ... Prev by Date: ...
    (comp.lang.perl.misc)
  • Re: Windows based perl editor?
    ... in cygwin and ActivePerl both. ... I use 4 tools alternatingly to edit Perl code (all of them supports ...
    (comp.lang.perl.misc)
  • Re: creating an app from source code
    ... None of that appears to work, I get an error message when I use perl ... Makefile, saying there is something wrong with the script. ... What *exactly* did you download? ... I install it?Well, usually there's a README file that will start you out. ...
    (comp.os.linux.misc)