develooper Front page | perl.perl5.porters | Postings from March 2000

RE: [ID 20000317.013] [PATCH perl-5.6.0-RC2 HINTS] The real Concurrent PowerMAX patch

From:
Horsley Tom
Date:
March 17, 2000 12:48
Subject:
RE: [ID 20000317.013] [PATCH perl-5.6.0-RC2 HINTS] The real Concurrent PowerMAX patch
Message ID:
2073F4E25299D311BC6200805F0D910740B630@exchange.ccur.com
> I'm not sure I want to try and figure out why Configure gets the
> wrong answer, but it comes up with a const type, then the compiler refuses
> to accept a const type as the first arg to gethostbyaddr.

In case any Configure maintainers were worrying about this, I couldn't
stand not knowing, so I investigated and discovered there was a compiler
bug, not a Configure problem, so you can breathe easy.

By the time this new compiler gets released, this should be fixed,
but its problem was that it called duplicate incompatible prototypes
a warning rather than an error, so the protochk script Configure
uses reported everything was OK on the first combination it tried.

Maybe Configure should accumulate stderr output in a file and pick the
combo that produces the smallest amount of output :-).



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About