LINK Help (linker.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
L1049
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK Fatal Error L1049
 
     too many segments
 
     The program contained more than the maximum number of segments.
 
     The maximum number of segments is set with the /SEG option (in the
     range 1-16,375). If /SEG is not specified, the default is 128.
 
     If this error occurs when linking a p-code program, recompile and
     use CL's /NQ option to combine the temporary p-code segments.
                                    -♦-