From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2402 invoked by alias); 1 May 2005 14:33:21 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 2394 invoked by uid 48); 1 May 2005 14:33:18 -0000 Date: Sun, 01 May 2005 14:33:00 -0000 Message-ID: <20050501143318.2393.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050117132420.19481.coudert@clipper.ens.fr> References: <20050117132420.19481.coudert@clipper.ens.fr> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libfortran/19481] libgfortran doesn't build -- configure doesn't handle cabs() well X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg00103.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:33 ------- (In reply to comment #2) > I worked around this bug, commenting a line in /mingw/include/math.h (I quote it > here for reference): > //_CRTIMP double __cdecl cabs (struct _complex); > > The end of the compilation runs smoothly, but when I try to use gfortran, it > complains at link-time about missing symbol _ftruncate. Indeed, mingw doesn't > have a ftruncate (it has a chsize which has the same prototype and all), but the The ftruncate problem should be fixed now. Does this work fully or is cabs issue still there? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19481