View previous topic :: View next topic |
Author |
Message |
zara-t n00b

Joined: 31 Jan 2015 Posts: 1
|
Posted: Sat Jan 31, 2015 11:07 am Post subject: snort error: collect2: error: ld returned 1 exit status |
|
|
hello all i am using snort-2.9.7.0 i write my own shared object (ruel2329.c) when i run make this error occur:
collect2: error: ld returned 1 exit status
what is happen? |
|
Back to top |
|
 |
Roman_Gruber Advocate

Joined: 03 Oct 2006 Posts: 3806 Location: Austro Bavaria
|
Posted: Mon Feb 02, 2015 8:28 pm Post subject: |
|
|
Quote: | NAME
ld - The GNU linker
|
BAsically your self written code is not production ready. Therefore you have to debug / find the culprint.
you just can not build the executeable because your build files are not correct for the compiler |
|
Back to top |
|
 |
|