------- 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