Subj : SM on Fedora Core2 on AMD64 To : netscape.public.mozilla.jseng From : Louis Paul Santillan Date : Tue Jun 29 2004 03:07 pm Hi All, In the config/Linux_All.mk macro near the bottom where HAVE_VA_COPY is defined, Fedora Core2 (at least for the AMD64) does not have a VA_COPY macro (or even a stdarg.h header in /usr/include). Switching the OS_FLAGS definition to OS_FLAGS += HAVE_VA_LIST_AS_ARRAY solve the compilation issue. However, snooping around my system, I didn't seem to find anything that would allow me to detect if FC2 on an AMD is being used. I'll keep looking but if someone has a suggestion that is portable, let me know. Louis .