On Fri, 29 Feb 2008, [EMAIL PROTECTED] wrote: > > If anyone can shed some light on the AIX side, this would be most helpful.
You seem to have two different problems, because the Exim one is related to library support, and the Nano one is a parse error from GCC. Exim comes with its own copy of PCRE, so the RPM is irrelevant. AIX has unusual non-ELF libraries, but I'm surprised that they managed to break Exim's simple usage of ar - or perhaps it's just that your installation of gcc has a different idea of the default to the native tools. Anyway, have a look at the description of the OBJECT_MODE environment variable in the ar man page. If you set it correctly you might be able to get Exim to build... http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds1/ar.htm Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
