As follows are what I did:

# follow the instruction of parrot/README, I download the http://www-306.ibm.com/software/globalization/icu/downloads.jsp, and success to install the ICU library.

# perl Configure.pl
make
make install

# now parrot is running. but it's not in my PATH. should I 'ln fs' it?

# exprot PUGS_EMBED='parrot'
export PARROT_PATH='/usr/local/parrot-0.2.0'
perl Makefile.PL
make

# make failed, after tons of successful Compilings, it returns

Linking ...
/usr/bin/ld: cannot find -lparrot
collect2: ld returned 1 exit status

# my OS is ubuntu. and gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) + GNU Make 3.80
ExtUtils::MakeMaker is the newest.
and the pugs and parrot is the newest.(I svn up them.)

I think I miss something, but what the hell is it?

Thanks, Regards

/Fayland Lam/
-----------------------------------
http://www.fayland.org/

Reply via email to