RE: Announcing bglibs version 1.020
"Ville Walveranta" <[email protected]>
| Newsgroups | gmane.comp.sysutils.bgware |
|---|---|
| Organization | Astron-Fortis Inc |
| Message-ID | <[email protected]> |
Sorry for the previous, incomplete mail. I meant to write... On Monday, May 30, 2005 11:44 CDT Bruce Guenter <[email protected]> wrote: > Could you try substituting va_copy with __builtin_va_copy ? Replacing va_copy with __builtin_va_copy didn't help; I'll have to look into replacing the old gcc with a more modern version. ----------- iobuf/obuf_putf.c: In function `obuf_putfv': iobuf/obuf_putf.c:11: warning: implicit declaration of function `__builtin_va_copy' iobuf/obuf_putf.c:10: warning: `ap2' might be used uninitialized in this function selftests.sh.tmp.42846/test.o: In function `obuf_putfv': /usr/local/src/1MAILSYSTEM/bglibs-1.020/iobuf/obuf_putf.c:13: undefined reference to `__builtin_va_copy' =====> Load failed! <===== Cleaning up selftests.sh.tmp.42846 *** Error code 1 ----------- // Ville