--On Tuesday, March 13, 2007 9:40 AM -0400 Jeff Murphy 
<[EMAIL PROTECTED]> wrote:

> Many thanks to Thilo for the tremendous amount
> of work he put into this release!

For the version 7 API, the file names of two libraries changed.  This means 
the Makefile.PL script does not correctly find them to link against when 
running perl Makefile.PL.

The files in question are linked against at line 114:

                $ARS_LIBS .= " -lpthread -licuuc -licui18n";

This should be:

                $ARS_LIBS .= " -lpthread -licuucbmc -licui18nbmc";



The ability to link against the encryption libraries that I submitted for 
the version 6 API does not appear to be present anymore in the v7 code for 
ARSperl.  That needs to be fixed as well (for all versions 6.0+)

--Quanah

--
Quanah Gibson-Mount
Senior Systems Software Developer
ITS/Shared Application Services
Stanford University
GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to