Thread: Sending email HELP!

  1. #1
    Registered User hakermania's Avatar
    Join Date
    Apr 2010
    Posts
    3

    Angry 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....

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    It's the few lines of error messages before then which would be of more use to us.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User hakermania's Avatar
    Join Date
    Apr 2010
    Posts
    3
    It's the usual collect2: ld return 1 exit status


  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    Well normally, I would expect it to print something like "unresolved symbol" or something.

    Maybe post your build log?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sending a simple email in C++?
    By Coukapecker in forum C++ Programming
    Replies: 6
    Last Post: 04-09-2010, 12:36 PM
  2. Spam Filters. ISP based email is dying.
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 03-05-2008, 12:05 PM
  3. Sending a email using c++
    By Guttih in forum C++ Programming
    Replies: 4
    Last Post: 12-08-2003, 07:00 PM
  4. Sending Email via C++?
    By Monte in forum C++ Programming
    Replies: 0
    Last Post: 07-30-2002, 01:14 PM
  5. sending email from (C++)exe file through ASP
    By priya in forum C++ Programming
    Replies: 0
    Last Post: 01-18-2002, 10:14 AM