From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15246 invoked by alias); 12 Dec 2001 20:17:51 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 15204 invoked from network); 12 Dec 2001 20:17:47 -0000 Received: from unknown (HELO igw3.watson.ibm.com) (198.81.209.18) by sources.redhat.com with SMTP; 12 Dec 2001 20:17:47 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw3.watson.ibm.com (8.11.4/8.11.4) with ESMTP id fBCKBOn09784; Wed, 12 Dec 2001 15:11:24 -0500 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by sp1n293en1.watson.ibm.com (8.11.4/8.11.4) with ESMTP id fBCKBOs30154; Wed, 12 Dec 2001 15:11:24 -0500 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX4.3/8.9.3/8.9.3/01-10-2000) with ESMTP id PAA27690; Wed, 12 Dec 2001 15:11:24 -0500 Message-Id: <200112122011.PAA27690@makai.watson.ibm.com> To: "Chip Cuntz" cc: gcc@gcc.gnu.org Subject: Re: Problem with and AIX 4.3.3 In-Reply-To: Message from "Chip Cuntz" of "Wed, 12 Dec 2001 12:57:15 MST." Date: Wed, 12 Dec 2001 12:20:00 -0000 From: David Edelsohn X-SW-Source: 2001-12/txt/msg00668.txt.bz2 Your message does not include enough information to investigate the problem. Assuming the problem is the use of __gnuc_va_list, that should have been defined in stdarg.h included at the top of the fixed version of stdio.h. David