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
--------------------------------------------------------------------------------
This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. The contents of this e-mail are the opinion of the writer only and are not endorsed by Sabinet Online Limited unless expressly stated otherwise. --------------------------------------------------------------------------------
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
