[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems building rc for powerpc



On Sat, 14 Aug 1999, Hartmut Koptein wrote:

> > A recent problem with va_copy was repaired by using __va_copy instead, but
> > I failed to upgrade the configure script, and since there is neither
> > va_copy or __va_copy on the powerpc, rc will fail to build there.
> 
> __va_copy is available on powerpc.

My appologies for relying on my memory ;-)

It is the m68k port that has no va_copy, or __va_copy in their libc. It
isn't clear to me just why this is, but this is all based on bug report
#41930.

In any case, when I changed to __va_copy, it became necessary to rebuild
the configure script with autoconf, and this yields the results of
removing essential header files during a clean target. Some ports of the
library have no va_copy but do have __va_copy, although I don't know why
these "features" have been changing from one version to another of libc,
but that seems to be the problem.

Thanks,

Dwarf
--
_-_-_-_-_-   Author of "The Debian Linux User's Guide"  _-_-_-_-_-_-

aka   Dale Scheetz                   Phone:   1 (850) 656-9769
      Flexible Software              11000 McCrackin Road
      e-mail:  dwarf@polaris.net     Tallahassee, FL  32308

_-_-_-_-_-_- See www.linuxpress.com for more details  _-_-_-_-_-_-_-



Reply to: