Did a little more looking here and see that a fix was found for some by apparently setting
CC=gcc -std=gnu99 but when I try that here with gcc 4.6.2 I get an error #gcc -v gcc version 4.6.2 (GCC) # CC=gcc -std=gnu99 -bash: -std=gnu99: command not found and doing with " gets me the value set CC='gcc -std=gnu99' but sadly the error is still there: expand.c: In function 'eval_op_mult': expand.c:3196:25: error: 'LLONG_MIN' undeclared (first use in this function) expand.c:3196:25: note: each undeclared identifier is reported only once for each function it appears in expand.c:3200:28: error: 'LLONG_MAX' undeclared (first use in this function) expand.c: In function 'expand_string_integer': expand.c:6178:17: error: 'LLONG_MAX' undeclared (first use in this function) expand.c:6178:43: error: 'LLONG_MIN' undeclared (first use in this function) make[1]: *** [expand.o] Error 1 make[1]: Leaving directory `/mnt/scsi-1/Linux/exim-4.80/build-Linux-i386' make: *** [all] Error 2 >On Sun, 03 Jun 2012 06:52:37 -0500, you wrote: >Trying to build Exim-4.8 here from the tar.gz and am getting the >following error on make: > >expand.c: In function 'eval_op_mult': >expand.c:3196:25: error: 'LLONG_MIN' undeclared (first use in this >function) >expand.c:3196:25: note: each undeclared identifier is reported only >once for each function it appears in >expand.c:3200:28: error: 'LLONG_MAX' undeclared (first use in this >function) >expand.c: In function 'expand_string_integer': >expand.c:6178:17: error: 'LLONG_MAX' undeclared (first use in this >function) >expand.c:6178:43: error: 'LLONG_MIN' undeclared (first use in this >function) >make[1]: *** [expand.o] Error 1 >make[1]: Leaving directory >`/mnt/scsi-1/Linux/exim-4.80/build-Linux-i386' >make: *** [all] Error 2 > > >I have sucessfully built MANY oter previous versions before 4.8 for >many years. Any ideas on how to clear this up to move to 4.80?? > >Thanks, > >Gerge >-- >===[George R. Kasica]=== +1 262 677 0766 >President +1 206 374 6482 FAX >Netwrx Consulting Jackson, WI USA >http://www.netwrx1.com >[email protected] >ICQ #12862186 -- George, Ginger/The Beast Kasica(8/1/88-3/19/01, 1/17/02- ), Rosie(9/1/07- ), Merlin/MR. Tibbs(8/1/90-5/24/06, 2/10/08- ), Nazarene(6/1/99-1/28/08) Jackson, WI USA [email protected] http://www.netwrx1.com/georgek ICQ #12862186 ("`-''-/").___..--''"`-._ `6_ 6 ) `-. ( ).`-.__.`) (_Y_.)' ._ ) `._ `. ``-..-' _..`--'_..-_/ /--'_.' ,' (il),-'' (li),' ((!.-' -- ## 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/
