Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created September 17, 2012 23:07
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 isaacs/3740320 to your computer and use it in GitHub Desktop.
Save isaacs/3740320 to your computer and use it in GitHub Desktop.
ld: fatal: symbol 'main' is multiply-defined:
(file /home/isaacs/node/out/Release/obj.target/node/src/node_main.o type=FUNC; file /home/isaacs/node/out/Release/obj.target/deps/openssl/libopenssl.a(srptest.o) type=FUNC);
ld: fatal: file processing errors. No output written to /home/isaacs/node/out/Release/node
collect2: ld returned 1 exit status
LINK(target) /home/isaacs/node/out/Release/node: Finished
make[1]: Leaving directory `/home/isaacs/node/out'
ln -fs out/Release/node node
@tmpvar
Copy link

tmpvar commented Sep 18, 2012

just ran into this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment