This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Make check errors



That patch DOES fix it! Thanx very much.


> 
> >and in libU77:
> >
> > If you have the `id' program, the following call
> > of SYSTEM should agree with the above:
> >  uid=2662(mckelvey) gid=3000(npp)
> >*** getcwd: Result too large
> >./a.out: No such file or directory
> >
> >
> >The path is more than 66 characters; looks like too small of a buffer  
somewhere.
> 
> Hmm, this isn't likely to fix it, but try it anyway.  If it doesn't
> work, perhaps your system doesn't have `getcwd', or libU77's
> configury doesn't find it...and MAXPATHLEN (wherever that comes from)
> isn't set high enough.
> 
>         tq vm, (burley)
> 
> 
> *** g77-e/libf2c/libU77/u77-test.f.~1~	Mon May  3 12:20:04 1999
> --- g77-e/libf2c/libU77/u77-test.f	Mon Aug 30 20:41:02 1999
> ***************
> *** 59,63 ****
>         logical l
>         character gerr*80, c*1
> !       character ctim*25, line*80, lognam*20, wd*100, line2*80, ddate*8,
>        +     ttime*10, zone*5, ctim2*25
>         integer fstatb (13), statb (13)
> --- 59,63 ----
>         logical l
>         character gerr*80, c*1
> !       character ctim*25, line*80, lognam*20, wd*1024, line2*80, ddate*8,
>        +     ttime*10, zone*5, ctim2*25
>         integer fstatb (13), statb (13)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]