"H.Merijn Brand" <h.m.brand@hccnet.nl> wrote: :On Tue 21 Jan 2003 15:12, "Hsu, Vicky" (via RT) <perlbug-followup@perl.org> wrote: :> I am trying to install perl version 5.8 on an Irix 6.5.11m, Origin 2000 :> system. I get a series of warnings like warning 1110: statement is :> unreachable, and one about loops being inacessible. I couldn't find any sort :> of documentation on these warnings in the configuration file and the :> installation guide. Any thoughts? : :README.irix? I don't see any mention of compiler warnings in there (though I'm sure it would be wise to read it in any case). Warnings about unreachable code are usually benign; if Perl passes all its tests, that's also a good sign that the warnings don't relate to any actual problems. That aside, if you send us the output for the parts of the build process that give warnings, and also include the output of "perl -V" from the resulting build (or "./perl -Ilib -V" if it isn't installed) it will give us a chance to try and remove those warnings in time for future releases of perl. Thanks for the report, Hugo van der SandenThread Previous