--- Jens Rieks <[EMAIL PROTECTED]> wrote:

> > 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
> 
> does
> 
> c++ -o parrot -L/usr/local/lib  -g  imcc/main.o
> blib/lib/libparrot.a   -lm 
> -lpthread -lm -L/usr/local/lib  -licuuc
> -licudata -lpthread -lm
> 
> work?

My bet is that it will.  It looks like the same bug I
reported right after auto-detecting a system ICU went
in.  My solution was to just continue telling it about
my system ICU and not let it try to figure it out.

perl Configure.pl --icuheaders=/usr/local/include
--icushared='-L/usr/local/lib -lcygicuuc -lcygicudt'
> 
> jens
> 

Joshua Gatcomb
a.k.a. Limbic~Region



                
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 

Reply via email to