You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
when I use make to build this project in mac. I get a unknow error.
$ make
cc -Wall -O2 -DNDEBUG -I libuv/include -std=gnu99 -L/usr/local/opt/openssl/lib -I/usr/local/opt/openssl/include -o
server server.c utils.c encrypt.c md5.c rc4.c
libuv/libuv.a -lpthread -lcrypto -lm -framework CoreServices
Undefined symbols for architecture x86_64:
"_GetCurrentProcess", referenced from:
_uv__set_process_title in libuv.a(darwin-proctitle.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: *** [all] Error 1
How to solve that?!!Please
The text was updated successfully, but these errors were encountered:
when I use make to build this project in mac. I get a unknow error.
$ make
cc -Wall -O2 -DNDEBUG -I libuv/include -std=gnu99 -L/usr/local/opt/openssl/lib -I/usr/local/opt/openssl/include -o
server server.c utils.c encrypt.c md5.c rc4.c
libuv/libuv.a -lpthread -lcrypto -lm -framework CoreServices
Undefined symbols for architecture x86_64:
"_GetCurrentProcess", referenced from:
_uv__set_process_title in libuv.a(darwin-proctitle.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: *** [all] Error 1
How to solve that?!!Please
The text was updated successfully, but these errors were encountered: