Skip to content

Instantly share code, notes, and snippets.

@cadorn
Created November 7, 2009 17:49
Show Gist options
  • Save cadorn/228795 to your computer and use it in GitHub Desktop.
Save cadorn/228795 to your computer and use it in GitHub Desktop.
make[2]: Nothing to be done for `libs'.
/pinf/library/APE_Server/libs/js1.8/src/config/nsinstall -D dist/sdk/lib
/pinf/library/APE_Server/libs/js1.8/src/config/nsinstall -L /pinf/library/APE_Server/libs/js1.8/src -m 755 libmozjs.dylib dist/sdk/lib
gcc-4.2 -c -x c -E -P -I. imacro_asm.js.in > imacro_asm.js
./dist/bin/js imacro_asm.js ./imacros.jsasm > imacros.c.tmp
imacros.c.out is up to date
make tools
make[2]: Nothing to be done for `tools'.
make[2]: Nothing to be done for `tools'.
make[2]: Nothing to be done for `tools'.
make[2]: Nothing to be done for `tools'.
make[2]: Nothing to be done for `tools'.
gcc -std=c99 -D_GNU_SOURCE -Wall -g -minline-all-stringops -rdynamic src/entry.c src/sock.c src/hash.c src/handle_http.c src/cmd.c src/users.c src/channel.c src/config.c src/json.c src/json_parser.c src/plugins.c src/http.c src/extend.c src/utils.c src/ticks.c src/proxy.c src/base64.c src/pipe.c src/raw.c src/events.c src/event_kqueue.c src/event_epoll.c src/transports.c src/servers.c src/dns.c src/sha1.c -o bin/aped -ldl -lm ./libs/udns-0.0.9/libudns.a -I ./libs/udns-0.0.9/
ld warning: in ./libs/udns-0.0.9/libudns.a, file is not of required architecture
Undefined symbols:
"_dns_ptodn", referenced from:
_ape_gethostbyname in ccLy9peB.o
"_dns_init", referenced from:
_ape_dns_init in ccLy9peB.o
"_dns_dnequal", referenced from:
_dnscb in ccLy9peB.o
"_dns_ioevent", referenced from:
_ape_dns_io in ccLy9peB.o
"_dns_dnlen", referenced from:
_query_new in ccLy9peB.o
"_dns_timeouts", referenced from:
_ape_gethostbyname in ccLy9peB.o
_ape_dns_timeout in ccLy9peB.o
"_dns_pton", referenced from:
_ape_gethostbyname in ccLy9peB.o
"_dns_getdn", referenced from:
_dnscb in ccLy9peB.o
_dnscb in ccLy9peB.o
"_dns_submit_dn", referenced from:
_ape_gethostbyname in ccLy9peB.o
"_dns_rewind", referenced from:
_dnscb in ccLy9peB.o
"_dns_dntodn", referenced from:
_dnscb in ccLy9peB.o
"_dns_initparse", referenced from:
_dnscb in ccLy9peB.o
"_dns_status", referenced from:
_dnscb in ccLy9peB.o
"_dns_nextrr", referenced from:
_dnscb in ccLy9peB.o
_dnscb in ccLy9peB.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [aped] Error 1
gcc -std=c99 -D_GNU_SOURCE -Wall -g -bundle -undefined suppress -flat_namespace -o lib/libmod_spidermonkey.so libape-spidermonkey.c -I../libs/js1.8/src/dist/include/ -L../libs/js1.8/src/ -ljs_static -lstdc++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment