6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Configure pro...
FromSent OnAttachments
Hennie RautenbachMay 24, 2004 4:08 am 
Sam VarshavchikMay 24, 2004 3:48 pm 
Hennie RautenbachMay 25, 2004 4:47 am 
Sam VarshavchikMay 25, 2004 3:40 pm 
Hennie RautenbachMay 26, 2004 3:49 am 
Sam VarshavchikMay 26, 2004 3:38 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:Re: [courier-users] Re: Configure problems !Actions...
From:Hennie Rautenbach (hen@sabinet.co.za)
Date:May 26, 2004 3:49:46 am
List:net.sourceforge.lists.courier-users

Sam Varshavchik wrote:

I believe that your C compiler installation is corrupted or bad. The fact that you appear to be invoking the compiler as /opt/fsw/bin/gcc tells me that you're not using your system's native compiler, but something that was installed ex-post-facto.

The most likely explanation is that your add-on compiler was either not installed or configured properly, and it's reading the native system compiler's header files, instead of its own header files, so you have a mismatch between your compiler and your header files. Review the documentation for installing your add-on compiler, perhaps you missed a step or two.

I removed the GCC 2.9.2. and installed the latest 3.4 version of GCC. Compilation passed the point where it bombed earlier but now halts at the following error:

Compiling testbdb.C g++ -g -O2 -o testbdb testbdb.o libbdbobj.a -ldb Undefined first referenced symbol in file db_create libbdbobj.a(bdbobj.o) ld: fatal: Symbol referencing errors. No output written to testbdb collect2: ld returned 1 exit status gmake[2]: *** [testbdb] Error 1 gmake[2]: Leaving directory `/usr/local/src/courier-imap-3.0.3/bdbobj' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/local/src/courier-imap-3.0.3/bdbobj' gmake: *** [all-recursive] Error 1

My search continues !

Regards,

Hennie