On Sat, Mar 08, 2014 at 17:09:11 +0000, David Laight wrote: > On Sat, Mar 08, 2014 at 07:43:36PM +0400, Valery Ushakov wrote: > > There is still a problems with sqlite3.pc. It's generated with wrong > > CC invocation. On an Ubuntu host, where there's no > > /usr/include/stdarg.h the build fails with: > > Interesting - I thought that was a posix header. > A quick search for va_copy gives a linux man page that tells you > to include stdarg.h - so what is ubunto up to?
Right, but stdarg.h doesn't have to be in /usr/include, it just has to be in compiler's default include search path (/usr/lib/gcc/.../mumble). -uwe
