Skip to content

Instantly share code, notes, and snippets.

@perlpilot
Created July 29, 2010 05:15
Show Gist options
  • Save perlpilot/497304 to your computer and use it in GitHub Desktop.
Save perlpilot/497304 to your computer and use it in GitHub Desktop.
$ make blizkost-install
cd modules/blizkost && /usr/bin/perl Configure.pl --parrot-config=/home/duff/tmp/rakudo-star-beta5/install/bin/parrot_config && make
Hello, I'm Configure. My job is to poke and prod your system to figure out
how to build Blizkost.
Reading configuration information from /home/duff/tmp/rakudo-star-beta5/install/bin/parrot_config
Creating Makefile ...
Okay, we're done!
You can now use `make' to build your Blizkost library, or 'make blizkost' to
build the binary. After that, you can use `make test' to run the test suite.
Happy Hacking,
The Blizkost Team
make[1]: Entering directory `/home/duff/tmp/rakudo-star-beta5/modules/blizkost'
cc -o dynext/blizkost_group.so src/pmc/blizkost_group.o src/pmc/bkmarshal.o src/pmc/p5sv.o src/pmc/p5interpreter.o src/pmc/p5scalar.o src/pmc/p5hashiter.o src/pmc/p5namespace.o src/pmc/p5invocation.o src/pmc/p5hashiterresult.o -fstack-protector -L/usr/local/lib -ldl -lm -lpthread -lcrypt -lrt -lgmp -lreadline -shared -O2 -g -L/usr/local/lib -fstack-protector -fPIC -Wl,-E -fstack-protector -L/usr/local/lib -L/usr/lib/perl/5.10/CORE -lperl -ldl -lm -lpthread -lc -lcrypt
/usr/bin/ld: cannot open output file dynext/blizkost_group.so: No such file or directory
collect2: ld returned 1 exit status
make[1]: *** [dynext/blizkost_group.so] Error 1
make[1]: Leaving directory `/home/duff/tmp/rakudo-star-beta5/modules/blizkost'
make: *** [blizkost] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment