# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #31910]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31910 >


Fresh CVS checkout (not update):

oolong:~/research/parrot-11 coke$ perl Configure.pl; make
<SNIP>
astparser.o
astlexer.o
ast_main.o
node.o
c++ -o parrot -L/usr/local/lib  -g  imcc/main.o blib/lib/libparrot.a   -lm -lpthread 
-lm -L/usr/local/lib  -licuuc  -lpthread -lm
ld: warning can't open dynamic library: libicudata.dylib.30 (checking for undefined 
symbols may be affected) (No such file or directory, errno = 2)
ld: Undefined symbols:
_icudt30_dat referenced from libicuuc.dylib.30 expected to be defined in 
libicudata.dylib.30
make: *** [parrot] Error 1
oolong:~/research/parrot-11 coke$ uname -a
Darwin oolong 7.5.0 Darwin Kernel Version 7.5.0: Thu Aug  5 19:26:16 PDT 2004; 
root:xnu/xnu-517.7.21.obj~3/RELEASE_PPC  Power Macintosh powerpc

I am using a pre-built icu ..
oolong:~/research/parrot-11 coke$ which icu-config
/usr/local/bin/icu-config
oolong:~/research/parrot-11 coke$ icu-config --version
3.0


Reply via email to