Skip to content

Instantly share code, notes, and snippets.

@hibnico
Created January 5, 2016 17:51
Show Gist options
  • Save hibnico/59e599510bdce53bd531 to your computer and use it in GitHub Desktop.
Save hibnico/59e599510bdce53bd531 to your computer and use it in GitHub Desktop.
nlalevee@hibpro 18:49:52 ~/dev/pony/git
$ make config=release
fatal: ref HEAD is not a symbolic ref
actor.c
messageq.c
asio.c
event.c
kqueue.c
fun.c
hash.c
list.c
stack.c
actormap.c
cycle.c
delta.c
gc.c
objectmap.c
trace.c
directory.c
lsda.c
paths.c
posix_except.c
socket.c
ssl.c
stat.c
stdfd.c
time.c
alloc.c
heap.c
pagemap.c
pool.c
options.c
threads.c
cpu.c
mpmcq.c
scheduler.c
start.c
Linking libponyrt
ast.c
bnfprint.c
error.c
frame.c
id.c
lexer.c
lexint.c
parser.c
parserapi.c
printbuf.c
source.c
stringtab.c
symtab.c
token.c
treecheck.c
codegen.c
genbox.c
gencall.c
gencontrol.c
gendesc.c
genexe.c
genexpr.c
genfun.c
genheader.c
genident.c
genlib.c
genmatch.c
genname.c
genobj.c
genoperator.c
genopt.cc
genprim.c
genreference.c
gentrace.c
gentype.c
host.cc
dwarf.c
symbols.cc
array.c
call.c
control.c
ffi.c
lambda.c
literal.c
match.c
operator.c
postfix.c
reference.c
casemethod.c
docgen.c
expr.c
finalisers.c
flatten.c
import.c
names.c
pass.c
scope.c
sugar.c
syntax.c
traits.c
buildflagset.c
ifdef.c
package.c
platformfuns.c
program.c
use.c
paths.c
paint.c
reach.c
alias.c
assemble.c
cap.c
lookup.c
matchtype.c
reify.c
safeto.c
sanitise.c
subtype.c
typeparam.c
viewpoint.c
Linking libponyc
warning: /opt/local/bin/ranlib: warning for library: build/release/libponyc.a the table of contents is empty (no object file members in the library define global symbols)
gtest_main.cc
gtest-all.cc
Linking libgtest
warning: /opt/local/bin/ranlib: warning for library: build/release/libgtest.a the table of contents is empty (no object file members in the library define global symbols)
main.c
Linking ponyc
undef: _pass_opt_init
undef: _package_add_safe
undef: _opt_init
undef: _define_build_flag
undef: _package_add_paths
undef: _limit_passes
undef: _ast_setwidth
undef: _opt_next
undef: _enable_check_tree
undef: _ast_free
undef: _print_grammar
undef: _get_error_count
undef: _stringtab_done
undef: _package_done
undef: _pass_opt_done
undef: _stringtab_init
undef: _program_load
undef: _package_init
undef: _print_errors
undef: _ast_child
undef: _ast_print
undef: _parse_trace
undef: _error_set_immediate
undef: _generate_passes
Undefined symbols for architecture x86_64:
"_pass_opt_init", referenced from:
_main in main.o
"_package_add_safe", referenced from:
_main in main.o
"_opt_init", referenced from:
_main in main.o
"_define_build_flag", referenced from:
_main in main.o
"_package_add_paths", referenced from:
_main in main.o
"_limit_passes", referenced from:
_main in main.o
"_ast_setwidth", referenced from:
_main in main.o
"_opt_next", referenced from:
_main in main.o
"_enable_check_tree", referenced from:
_main in main.o
"_ast_free", referenced from:
_main in main.o
"_print_grammar", referenced from:
_main in main.o
"_get_error_count", referenced from:
_main in main.o
"_stringtab_done", referenced from:
_main in main.o
"_package_done", referenced from:
_main in main.o
"_pass_opt_done", referenced from:
_main in main.o
"_stringtab_init", referenced from:
_main in main.o
"_program_load", referenced from:
_main in main.o
"_package_init", referenced from:
_main in main.o
"_print_errors", referenced from:
_main in main.o
"_ast_child", referenced from:
_main in main.o
"_ast_print", referenced from:
_main in main.o
"_parse_trace", referenced from:
_main in main.o
"_error_set_immediate", referenced from:
_main in main.o
"_generate_passes", referenced from:
_main in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [build/release/ponyc] Error 1
[2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment