Build failure in dwarf2out

Paul Thomas paulthomas2@wanadoo.fr
Sun Oct 29 22:17:00 GMT 2006


Tim,
> My guess is that the #define activating that region of code is 
> erroneously triggered.  I am running the 2-day (on cygwin with a 
> substandard BIOS) testsuite now.
I decided to set it to #if 0 just as I saw your mail - it is now 
building just fine; I haven't tested it yet but I guess, since it got 
past stage 2, all is well.

Nathan,

dwarf2 is throughly foreign territory for me - however, I notice your 
ChangeLog entry of 2006-10-24.  I suppose the patch must have included:

#if defined (DIR_SEPARATOR_2)
  {
    char *g = strrchr (files[i].path, DIR_SEPARATOR_2);

    if (g != NULL)
      {
    if (f == NULL || f < g)
      f = g;
      }
  }
#endif

This is breaks Cygwin_NT (CYGWIN_NT-5.2-WOW64 NONE-X6EIN5I8FN 
1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin)/amd64 build for any 
configuration that I have been able to dream up.

Cheers

Paul



More information about the Fortran mailing list