On Wed, Sep 18, 2013 at 11:58 PM, Er.shashank.singh <[email protected]> wrote: > Hi All, > > I am facing below issue while compiling exim 4.8.1 > make[2]: Leaving directory > `/usr/local/src/exim-4.80.1/build-Linux-i386/pdkim' <snip> > gcc expand.c > expand.c: In function `eval_op_mult': > expand.c:3196: error: `LLONG_MIN' undeclared (first use in this function) > expand.c:3196: error: (Each undeclared identifier is reported only once > expand.c:3196: error: for each function it appears in.) > expand.c:3200: error: `LLONG_MAX' undeclared (first use in this function) > expand.c: In function `expand_string_integer': > expand.c:6178: error: `LLONG_MAX' undeclared (first use in this function) > expand.c:6178: error: `LLONG_MIN' undeclared (first use in this function) > make[1]: *** [expand.o] Error 1 > make[1]: Leaving directory `/usr/local/src/exim-4.80.1/build-Linux-i386' > make: *** [all] Error 2 > > system architecture > i686 > Red Hat Enterprise Linux ES release 4 (Nahant) > gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)
First, make sure that glibc-devel is installed. We'll assume that it is. Look at the following thread where deep digging into the same symptoms resulted in a lot of in depth discussion. Look at the last post for the solution this guy ended up eventually using. http://www.gossamer-threads.com/lists/engine?do=post_view_flat;post=94317;page=1;mh=-1;list=exim;sb=post_latest_reply;so=ASC It's not ideal IMHO, but it likely will get you past your issue. ...Todd -- The total budget at all receivers for solving senders' problems is $0. If you want them to accept your mail and manage it the way you want, send it the way the spec says to. --John Levine -- ## List details at https://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/
