On Thu, 16 Aug 2012, Ulrich Wilkens wrote: > On 08/15/12 04:39, Jon Trulson wrote: > > On Wed, 15 Aug 2012, Marcin Cieslak wrote: > > > > Applied. > > > > > This patch fails on FreeBSD 9.0 i3386 with: > > ./cdesktopenv-code/cde/programs/dtksh/ksh93/lib/libast.a(hashalloc.o): > In function `hashalloc': > hashalloc.c:(.text+0x1f9): undefined reference to `__va_copy' > hashalloc.c:(.text+0x367): undefined reference to `__va_copy' > hashalloc.c:(.text+0x383): undefined reference to `__va_copy'
I have some idea how to fix this. In the original code __va_copy was #ifdef'd for PPC; otherwise just simple scalar move was used. I think we can restore this scalar operation for platforms not having __va_copy; in case pre-standard va_copy does not work. //Marcin ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel