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