-
Sending email HELP!
Pfff, I cannot stand 'collect2 ld return 1 exit status' message again and again!!!!
i am trying to use vmime, to send emails via it through C++...
I follow this tutorial from the official website of vmime: http://www.vmime.org/public/document...vmime-book.pdf
but in its first example (page 12) there is this error message (I use linux [this means Unix-based system this means that the example should work fine] so i cannot understand why I get this error....)
Can you help me into this?
I am not a completely beginner in C++ but actually beginner....
-
It's the few lines of error messages before then which would be of more use to us.
-
It's the usual collect2: ld return 1 exit status
:( :(
-
Well normally, I would expect it to print something like "unresolved symbol" or something.
Maybe post your build log?