1 message in net.sourceforge.lists.courier-users[courier-users] Re: Error compiling C...
FromSent OnAttachments
Sam VarshavchikAug 17, 2001 5:57 pm 
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:[courier-users] Re: Error compiling Courier-0.35 on Irix-6.5Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Aug 17, 2001 5:57:10 pm
List:net.sourceforge.lists.courier-users

Mark Nellemann writes:

/usr/lib32/mips3/crtn.o ld32: ERROR 33: Unresolved text symbol "cerr" -- 1st referenced by reformail.o. Use linker option -v to see when and which objects, archives and dsos are loaded.

Looks like you're missing the C++ standard library.

It's probably not installed at all, but it's possible that you will need to explicitly specify linkage with libstdc++, you'll need to check your system's documentation to verify that.