Re: [PATCH] Build on Solaris 8 with Sun's compilers
Jason Riedy <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
- dvipng uses alloca.h if present, Well, color.o had a missing alloca symbol that was fixed when I added the include to dvipng.h . I didn't track it down further, sorry. - and also tests for a working inline via autoconf: That macro tests syntactic support. C99 does not require external linkage of a basic inline, IIRC, and the older GNU C inline has the opposite characteristics, so it's all hosed. wheee... Jason