> 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? jens
