[comp.os.msdos.programmer] MSC 6.0 and MS-Fortran 5.0

juseppala@cc.helsinki.fi (02/24/91)

I have two programs that were built by using MSC 5.1 and MS-Fortran 6.0.
They worked nicely. Now I have updated MSC to 6.0 and one of the programs
won't link any more. The linker complains:
"d:\fortran\lib\llibfor7.lib(\mrt\c\cfin.ASM) : error L2025: __fltin :
symbol defined more than once".

I use /NOD and /NOE (and /NOI). The first library in linkfile is newer:
llibc7.lib (the emulator-lib behaves in a same way). The Fortran-lib was
built for C compability. I removed that cfin.obj from llibfor7.lib and
the result was:
"d:\fortran\lib\llibfor7.lib(_decflt.asm) : error L2029 : '__fltinf' :
unresolved external."

Is this fixed in MSC 6.0a or 6.1?
-- 
                             Juha I. Sepp{l{
                Oikokatu 15 B 26 / INTERNET: juseppala@cc.helsinki.fi
              00170 Helsinki 17 / EARN: juseppal@finuh.bitnet
           tel. +358 0 1355690 / ARPA: juseppal%finuh@cunyvm.cuny.EDU

juseppala@cc.helsinki.fi (02/24/91)

In article <1991Feb23.183017.4996@cc.helsinki.fi>, juseppala@cc.helsinki.fi writes:
> I have two programs that were built by using MSC 5.1 and MS-Fortran
>6.0.
 ^^^

Should be MS-Fortran 5.0, of course.
-- 
                             Juha I. Sepp{l{
                Oikokatu 15 B 26 / INTERNET: juseppala@cc.helsinki.fi
              00170 Helsinki 17 / EARN: juseppal@finuh.bitnet
           tel. +358 0 1355690 / ARPA: juseppal%finuh@cunyvm.cuny.EDU