[Bug-tar] solaris 9 compile failure

2014-03-12 Thread Jesse C
gnu tar 1.27 (and 1.27.1) both fail to compile on my solaris 9 build host with gcc 4.6.4: % uname -rs SunOS 5.9 % gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/gcc-gnutools-4.6.4/libexec/gcc/sparc-sun-solaris2.9/4.6.4/lto-wrapper Target: sparc-sun-solaris2.9 Configur

Re: [Bug-tar] solaris 9 compile failure

2014-03-13 Thread Jesse C
this compiles gnu tar 1.27.1 without complaint for me: env CC='gcc -Dstrtoimax=strtoll -Dstrtoumax=strtoull' ./configure; gmake thank you!