# New Ticket Created by  François PERRAD 
# Please include the string:  [perl #37455]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37455 >



$ ./parrot -V
This is parrot version 0.3.0-devel (r9493) built for i386-linux.

$ make hello
./parrot -o examples/assembly/hello.o examples/assembly/hello.pbc
make EXEC=examples/assembly/hello exec
c++ -o examples/assembly/hello -L/usr/local/lib 
-Wl,-E   examples/assembly/hello.o src/exec_start.o src/parrot_config.o 
blib/lib/libparrot.a -lpthread -lm -L/usr/lib  -licuuc -licudata -lpthread 
-lm -ldl -lm -lpthread -lcrypt -lrt
c++: examples/assembly/hello.o: No such file or directory

parrot doesn't produce hello.o from hello.pbc

François Perrad


Reply via email to