Re: [Arsperl-users] Problem compiling ARSperl 1.90 on linux RHEL5 with ARS 7.0

2008-05-02 Thread Geoffrey Endresen
I had already downloaded the APIs from arswiki and I changed the Makefile.PL Yea! The warnings came up but it did compile this time. Thanks, -Geoff On Fri, May 2, 2008 at 1:49 AM, Thilo Stapff <[EMAIL PROTECTED]> wrote: > There's an error in line 114 of Makefile.PL: > > $ARS_LIBS .= " -lpthre

Re: [Arsperl-users] Problem compiling ARSperl 1.90 on linux RHEL5 with ARS 7.0

2008-05-02 Thread Thilo Stapff
There's an error in line 114 of Makefile.PL: $ARS_LIBS .= " -lpthread -licuuc -licui18n"; which should be changed to $ARS_LIBS .= " -lpthread -licuucbmc -licui18nbmc"; Additionally, as Jeff already wrote, the unicode libraries might be missing on your system. Regards, Thilo Stapff G

Re: [Arsperl-users] Problem compiling ARSperl 1.90 on linux RHEL5 with ARS 7.0

2008-05-01 Thread jeff murphy
On May 1, 2008, at 6:34 PM, Geoffrey Endresen wrote: I've seen some recommendations, but for solving this issue. Any help would be appreciated. /usr/bin/ld: cannot find -licuuc collect2: ld returned 1 exit status make: *** [blib/arch/auto/ARS/ARS.so] Error 1 ignore the warnings. go