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

Re: CPAN Upload: GSAR/perl5.5.650.tar.gz

From:
Andy Dougherty
Date:
February 8, 2000 07:42
Subject:
Re: CPAN Upload: GSAR/perl5.5.650.tar.gz
Message ID:
Pine.SOL.4.10.10002081039060.28432-100000@maxwell.phys.lafayette.edu
On Tue, 8 Feb 2000, Tom Christiansen wrote:

>     % make clean; Configure -des

WARNING -- that won't delete your old config.sh!

>     Checking for optional libraries...
> 
>     I could not find -lm, the mathematics library.
>     This means that something went awfully wrong.
> 
>     Exit 1

5.5.650 caught some of the library stuff in flux and unfinished.  (Jarkko
is working on trying to determine *where* particular libraries were found
because if a library is found in /lib32/libfoo.so but not in
/lib64/libfoo.so it might matter if you are trying to do 64-bit stuff.)

Obviously if this code is to be retained, it needs to be
more defensive about re-using an old config.sh, where the libsfound
variable wasn't set at all.  (This will be an issue with 5.005-5.6
upgrades, and I'm sure it won't be the only one.)

In the meantime, since you re-used your old config.sh, you got caught :-).

    Andy Dougherty		doughera@lafayette.edu
    Dept. of Physics
    Lafayette College, Easton PA 18042




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