Skip to content

Instantly share code, notes, and snippets.

@klusark
Created February 25, 2014 20:44
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 klusark/bd8beef1b96c9d68e6e7 to your computer and use it in GitHub Desktop.
Save klusark/bd8beef1b96c9d68e6e7 to your computer and use it in GitHub Desktop.
/tmp/ccFACxvA.o:(.tdata+0x0): multiple definition of `_tlsstart'
/tmp/ccLJyBXb.o:(.tdata+0x0): first defined here
/tmp/ccFACxvA.o: In function `main':
CxxTokenize.d:(.text+0x0): multiple definition of `main'
/tmp/ccLJyBXb.o:CxxReplace.d:(.text+0x0): first defined here
/tmp/ccFACxvA.o: In function `_Dmain':
CxxTokenize.d:(.text+0x27): multiple definition of `_Dmain'
/tmp/ccLJyBXb.o:CxxReplace.d:(.text+0xbb): first defined here
/tmp/ccI2Tj8h.o:(.tdata+0x0): multiple definition of `_tlsstart'
/tmp/ccLJyBXb.o:(.tdata+0x0): first defined here
/tmp/ccI2Tj8h.o: In function `main':
Main.d:(.text+0x0): multiple definition of `main'
/tmp/ccLJyBXb.o:CxxReplace.d:(.text+0x0): first defined here
/tmp/ccI2Tj8h.o: In function `_Dmain':
Main.d:(.text+0x27): multiple definition of `_Dmain'
/tmp/ccLJyBXb.o:CxxReplace.d:(.text+0xbb): first defined here
/tmp/ccRIydFZ.o:(.tdata+0x0): multiple definition of `_tlsstart'
/tmp/ccLJyBXb.o:(.tdata+0x0): first defined here
/tmp/ccRIydFZ.o: In function `main':
Test.d:(.text+0x0): multiple definition of `main'
/tmp/ccLJyBXb.o:CxxReplace.d:(.text+0x0): first defined here
/tmp/ccRIydFZ.o: In function `_Dmain':
Test.d:(.text+0x27): multiple definition of `_Dmain'
/tmp/ccLJyBXb.o:CxxReplace.d:(.text+0xbb): first defined here
collect2: error: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment