Re: Rev. 1.48 of stdio.h breaks 3rd part software

2002-10-12 Thread Steve Kargl
On Sat, Oct 12, 2002 at 01:06:59PM -0700, Steve Kargl wrote: > On Sat, Oct 12, 2002 at 11:34:24AM -0700, Peter Wemm wrote: > > This works! Thanks, Peter. > > f95 -c hello.f90 > gcc -v -o hello -nostdlib \ >/usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o \ >/usr/local/lib/NAGWare/qui

Re: Rev. 1.48 of stdio.h breaks 3rd part software

2002-10-12 Thread Steve Kargl
On Sat, Oct 12, 2002 at 11:34:24AM -0700, Peter Wemm wrote: > "Steven G. Kargl" wrote: > > > >Revision 1.48 / (download) - annotate - [select for diffs], \ > >Fri Oct 11 22:38:17 2002 UTC (18 hours, 14 minutes ago) by peter > >Branch: MAIN > >Changes since 1.47: +0 -8 lines > >

Re: Rev. 1.48 of stdio.h breaks 3rd part software

2002-10-12 Thread Peter Wemm
"Steven G. Kargl" wrote: > This commit by Peter breaks 3rd party software: > >Revision 1.48 / (download) - annotate - [select for diffs], \ >Fri Oct 11 22:38:17 2002 UTC (18 hours, 14 minutes ago) by peter >Branch: MAIN >Changes since 1.47: +0 -8 lines >Diff to previous 1.47 (c

Rev. 1.48 of stdio.h breaks 3rd part software

2002-10-12 Thread Steven G. Kargl
This commit by Peter breaks 3rd party software: Revision 1.48 / (download) - annotate - [select for diffs], \ Fri Oct 11 22:38:17 2002 UTC (18 hours, 14 minutes ago) by peter Branch: MAIN Changes since 1.47: +0 -8 lines Diff to previous 1.47 (colored) Zap the early-adopter trans

Re: Rev. 1.48 of stdio.h breaks 3rd part software

2002-10-12 Thread Steve Kargl
On Sat, Oct 12, 2002 at 11:34:24AM -0700, Peter Wemm wrote: > "Steven G. Kargl" wrote: >> >> In particular, NAG's Fortran 95 compiler on longer works. > > The problem is that you're trying to mix 4.x binaries with 5.x > components. This really needs to be linked against the 4.x libraries. > More