4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Solaris 8 compile pro...
FromSent OnAttachments
David DeVaultJun 28, 2005 2:21 am 
Sam VarshavchikJun 28, 2005 5:15 am 
David DeVaultJun 28, 2005 9:04 pm 
David DeVaultJun 30, 2005 12:11 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Solaris 8 compile problem - symbol reference errorsActions...
From:David DeVault (deva@gmail.com)
Date:Jun 30, 2005 12:11:25 am
List:net.sourceforge.lists.courier-maildrop

On 6/29/05, Sam Varshavchik <mrs@courier-mta.com> wrote:

...... so try "./configure CXXLD=g++" first. If that doesn't work, try explicitly adding "-lstdc++": "./configure LIBS=-lstdc++".

That was it, it compiled. Whew... I was getting worried there. I did not want to install sendmail again. The ./configure LIBS=-lstdc++ worked. I had the lstdc++ library installed already and you were right for some reason it was not getting linked to the files. I have no clue what was happening in the background and did not have the time to figure it out this time. Thank you very much.

David