Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!mcvax!cernvax!cui!bursens From: bursens@cui.UUCP (BURSENS Reginald) Newsgroups: net.lang.f77,net.micro.pc Subject: Segments Message-ID: <153@cui.UUCP> Date: Tue, 18-Mar-86 19:08:55 EST Article-I.D.: cui.153 Posted: Tue Mar 18 19:08:55 1986 Date-Received: Fri, 21-Mar-86 04:32:09 EST Reply-To: bursens@cui.UUCP (BURSENS Reginald) Organization: University of Geneva/Switzerland Lines: 24 Xref: watmath net.lang.f77:500 net.micro.pc:7468 I am a student of the University of Geneva and I have a problem in linking many large FORTRAN77 programs. I work on a personal computer (HP 150). My linker is the last version (version 3.2) of the Microsoft FORTRAN compiler. As I link my FORTRAN77 programs, the MS-FORTRAN linker displays the following error message : "Too many segments". The upper limit on segments is 256. A segment corresponds to an 8086 register. How could I declare fewer segments (without changing the structure of my pro- grams, if possible) ? Does exist a FORTRAN compiler (for personal computer) which : - allows the control and the managing (assignment of the group name and the class name to the segments) of the segments by the user or - its upper limit on segments is greater than 256 or - the managing of the segments is more optimal than the MS-FORTRAN compiler ? If yes then what are its referencies ? Remarks : It's not a problem of available memory !