Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ perl Configure.pl --gen-parrot --prefix=$HOME --without-pcre
- (...)
- ./parrot -o runtime/parrot/library/pcre.pbc runtime/parrot/library/pcre.pir
- ./parrot -o parrot_nci_thunk_gen.pbc tools/dev/nci_thunk_gen.pir
- ./pbc_to_exe parrot_nci_thunk_gen.pbc
- cc -o parrot_nci_thunk_gen.o -I"/Users/estrai/Downloads/rakudo-star-2012.02/parrot-4.1.0/include" -fno-common -pipe -fstack-protector -I/usr/local/include -I/opt/local/include -pipe -fno-common -I/sw/include -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DDISABLE_GC_DEBUG=1 -DNDEBUG -I/opt/local/lib/libffi-3.0.10/include -O3 -c parrot_nci_thunk_gen.c
- Compiled: parrot_nci_thunk_gen.o
- c++ -o parrot_nci_thunk_gen "parrot_nci_thunk_gen.o" "/Users/estrai/Downloads/rakudo-star-2012.02/parrot-4.1.0/src/parrot_config.o" "-L/Users/estrai/Downloads/rakudo-star-2012.02/parrot-4.1.0/blib/lib" -L"/Users/estrai/Downloads/rakudo-star-2012.02/parrot-4.1.0/blib/lib" -lparrot -undefined dynamic_lookup -L/sw/lib -L/opt/local/lib -L/opt/local/lib -lm -lutil -lgmp -lreadline -lffi -arch i386 -lpthread -lm -L/opt/local/lib -licuuc -licudata -lpthread -lm
- Linked: parrot_nci_thunk_gen
- ./parrot_nci_thunk_gen \
- --loader-name=Parrot_glut_nci_loader \
- --loader-storage-class=PARROT_DYNEXT_EXPORT \
- --output=src/glut_nci_thunks.c \
- <src/glut_nci_thunks.nci
- Failed to load libpcre
- current instr.: 'parrot;PCRE;init' pc 249 (runtime/parrot/library/pcre.pir:162)
- called from Sub 'read_one_sig' pc 1984 (tools/dev/nci_thunk_gen.pir:861)
- called from Sub 'read_sigs' pc 1905 (tools/dev/nci_thunk_gen.pir:823)
- called from Sub 'main' pc 40 (tools/dev/nci_thunk_gen.pir:48)
- gmake: *** [src/glut_nci_thunks.c] Error 1
- Command failed (status 512): gmake install-dev
- $ ls -l /opt/local/lib/libpcre*
- -rwxr-xr-x 1 root admin 258512 2 Jan 20:02 /opt/local/lib/libpcre.0.dylib
- -rw-r--r-- 1 root admin 300392 2 Jan 20:02 /opt/local/lib/libpcre.a
- lrwxrwxrwx 1 root admin 15 2 Jan 20:02 /opt/local/lib/libpcre.dylib -> libpcre.0.dylib
- -rwxr-xr-x 1 root admin 928 2 Jan 20:02 /opt/local/lib/libpcre.la
- -rwxr-xr-x 1 root admin 38140 2 Jan 20:02 /opt/local/lib/libpcrecpp.0.dylib
- -rw-r--r-- 1 root admin 47248 2 Jan 20:02 /opt/local/lib/libpcrecpp.a
- lrwxrwxrwx 1 root admin 18 2 Jan 20:02 /opt/local/lib/libpcrecpp.dylib -> libpcrecpp.0.dylib
- -rwxr-xr-x 1 root admin 972 2 Jan 20:02 /opt/local/lib/libpcrecpp.la
- -rwxr-xr-x 1 root admin 13104 2 Jan 20:02 /opt/local/lib/libpcreposix.0.dylib
- -rw-r--r-- 1 root admin 3560 2 Jan 20:02 /opt/local/lib/libpcreposix.a
- lrwxrwxrwx 1 root admin 20 2 Jan 20:02 /opt/local/lib/libpcreposix.dylib -> libpcreposix.0.dylib
- -rwxr-xr-x 1 root admin 984 2 Jan 20:02 /opt/local/lib/libpcreposix.la
Advertisement
Add Comment
Please, Sign In to add comment