Created
February 22, 2012 12:34
-
-
Save JakubOboza/1884825 to your computer and use it in GitHub Desktop.
trollstack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12:13 joboza@staging:~/Workspace/C/redis% make | |
cd src && make all | |
CC ae.o | |
CC anet.o | |
CC redis-benchmark.o | |
CC sds.o | |
CC adlist.o | |
CC zmalloc.o | |
LINK redis-benchmark | |
CC redis-cli.o | |
CC release.o | |
LINK redis-cli | |
CC redis-check-dump.o | |
CC lzf_c.o | |
CC lzf_d.o | |
LINK redis-check-dump | |
CC redis-check-aof.o | |
LINK redis-check-aof | |
CC dict.o | |
CC redis.o | |
CC pqsort.o | |
CC zipmap.o | |
CC sha1.o | |
CC ziplist.o | |
CC networking.o | |
CC util.o | |
CC object.o | |
CC db.o | |
CC replication.o | |
CC rdb.o | |
CC t_string.o | |
CC t_list.o | |
CC t_set.o | |
CC t_zset.o | |
CC t_hash.o | |
CC config.o | |
CC aof.o | |
CC pubsub.o | |
CC multi.o | |
CC debug.o | |
CC sort.o | |
CC intset.o | |
CC syncio.o | |
CC cluster.o | |
cluster.c: In function ‘nodeUpdateAddress’: | |
cluster.c:495: warning: unused parameter ‘node’ | |
cluster.c:495: warning: unused parameter ‘link’ | |
cluster.c:495: warning: unused parameter ‘port’ | |
CC crc16.o | |
CC endianconv.o | |
CC slowlog.o | |
CC scripting.o | |
CC bio.o | |
CC rio.o | |
CC rand.o | |
LINK redis-server | |
Undefined symbols for architecture x86_64: | |
"_luaopen_struct", referenced from: | |
_luaLoadLibraries in scripting.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
make[1]: *** [redis-server] Error 1 | |
make: *** [all] Error 2 | |
12:13 joboza@staging:~/Workspace/C/redis% ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment