Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created August 30, 2011 04:19
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 tadzik/1180175 to your computer and use it in GitHub Desktop.
Save tadzik/1180175 to your computer and use it in GitHub Desktop.
cc -o installable_parrot \
frontend/parrot2/main.o src/install_config.o src/longopt.o \
-Wl,-rpath="/home/tadzik/src/parrot/install/parrot/lib" -L"/home/tadzik/src/parrot/blib/lib" -lparrot -Wl,--hash-style=gnu -Wl,--as-needed -lpthread -ldl -lm -L/usr/lib -licuuc -licudata -lpthread -ldl -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline -lffi -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector -L/usr/local/lib -Wl,-E
cc -o installable_pbc_dump \
frontend/pbc_dump/main.o \
frontend/pbc_dump/packdump.o \
src/longopt.o \
-Wl,-rpath="/home/tadzik/src/parrot/install/parrot/lib" -L"/home/tadzik/src/parrot/blib/lib" -lparrot -Wl,--hash-style=gnu -Wl,--as-needed -lpthread -ldl -lm -L/usr/lib -licuuc -licudata -lpthread -ldl -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline -lffi -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector -L/usr/local/lib -Wl,-E
cc -o installable_pbc_disassemble \
frontend/pbc_disassemble/main.o \
src/longopt.o \
-Wl,-rpath="/home/tadzik/src/parrot/install/parrot/lib" -L"/home/tadzik/src/parrot/blib/lib" -lparrot -Wl,--hash-style=gnu -Wl,--as-needed -lpthread -ldl -lm -L/usr/lib -licuuc -licudata -lpthread -ldl -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline -lffi -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector -L/usr/local/lib -Wl,-E
frontend/parrot2/main.o: In function `main':
main.c:(.text.startup+0x898): undefined reference to `get_program_code_size'
main.c:(.text.startup+0x8a1): undefined reference to `get_program_code'
collect2: ld returned 1 exit status
make: *** [installable_parrot] Error 1
make: *** Waiting for unfinished jobs....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment