Skip to content

Instantly share code, notes, and snippets.

Created February 6, 2013 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4722076 to your computer and use it in GitHub Desktop.
Save anonymous/4722076 to your computer and use it in GitHub Desktop.
cc -o parrot \
frontend/parrot2/main.o frontend/parrot2/prt0.pbc.o src/parrot_config.o src/longopt.o \
"-Wl,-rpath=/home/Data/Host/下载/rakudo.build/parrot/blib/lib" -L"/home/Data/Host/下载/rakudo.build/parrot/blib/lib" -lparrot -ldl -lm -lpthread -lcrypt -lrt -fstack-protector -L/usr/local/lib -Wl,-E -Wl,-E
cc -o parrot_old \
frontend/parrot/main.o src/parrot_config.o src/longopt.o \
"-Wl,-rpath=/home/Data/Host/下载/rakudo.build/parrot/blib/lib" -L"/home/Data/Host/下载/rakudo.build/parrot/blib/lib" -lparrot -ldl -lm -lpthread -lcrypt -lrt -fstack-protector -L/usr/local/lib -Wl,-E -Wl,-E
./parrot -o runtime/parrot/include/parrotlib.pbc runtime/parrot/library/parrotlib.pir
error:imcc:No such file or directory 'interpinfo.pasm'
in file 'runtime/parrot/library/parrotlib.pir' line 194
make: *** [runtime/parrot/include/parrotlib.pbc] 错误 1
Command failed (status 512): make install-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment