Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: $Revision: 1.6.2.16 $; site ima.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!harvard!think!ima!johnl From: johnl@ima.UUCP Newsgroups: net.micro Subject: Re: HELP! with LINKING Microsoft FORTRAN Message-ID: <97800001@ima.UUCP> Date: Thu, 1-Aug-85 15:57:00 EDT Article-I.D.: ima.97800001 Posted: Thu Aug 1 15:57:00 1985 Date-Received: Sat, 3-Aug-85 20:36:11 EDT References: <1037@noscvax.UUCP> Lines: 15 Nf-ID: #R:noscvax:-103700:ima:97800001:000:713 Nf-From: ima!johnl Aug 1 15:57:00 1985 > /* Written 2:06 pm Jul 30, 1985 by duchene@noscvax in ima:net.micro */ > I have compiled a large group (83) of subroutines using > the Microsoft FORTRAN compiler. [When linked] > with the Microsoft linker, the error message reads: > Too many segments The Microsoft linkers (including the versions provided with PC-DOS) only allow 256 segments, total, per program. You are almost certainly running into that limit. I've never found any way to trick MS-LINK into doing the right thing. You should consider another linker, PLINK-86, from Phoenix Software Associates in Norwood, MA. It allows zillions of segments, and also has overlays that really work -- we use them all the time. John Levine, ima!johnl