Skip to content

Instantly share code, notes, and snippets.

@leedo
Created January 22, 2014 00:45
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 leedo/ba22b9c6ed7220ef21ca to your computer and use it in GitHub Desktop.
Save leedo/ba22b9c6ed7220ef21ca to your computer and use it in GitHub Desktop.
clang -dynamiclib -O1 -Wl,-rpath,/Users/lee/src/rakudo/install/lib -O1 -lpthread -o dynext/libperl6_ops_moar.dylib dynext/perl6_ops.o dynext/container.o -lmoar
ld: library not found for -lmoar
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [dynext/libperl6_ops_moar.dylib] Error 1
lee@trillian:~/src/rakudo (nom)$ ls install/lib/
MAST libmoar.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment