m4 1.4.13 fails to compile and link on sparc-sun-sunos4.1.4

2009-05-09 Thread Volker Borchert
which 1. Does not have EILSEQ. 2. Does not have memmove() 3. Does not have raise() Regards V. Borchert

Re: m4 1.4.13 fails to compile and link on sparc-sun-sunos4.1.4

2009-05-13 Thread Volker Borchert
In message you write: |> You could have at least provided build logs, showing where the failures |> occurred. Should be pretty obvious - egrep should show. Anyway, see below. Between first and second attempt, I did + #ifdef EILSEQ errno = EILSEQ; + #else + errno = EINVAL; +

1.4.16 compile failure on SunOS-5.7

2012-03-31 Thread Volker Borchert
ot what you want. ../../lib/tmpdir.c: In function `direxists': ../../lib/tmpdir.c:68: storage size of `buf' isn't known Regards Volker Borchert