[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::fortran

Title:Digital Fortran
Notice:Read notes 1.* for important information
Moderator:QUARK::LIONEL
Created:Thu Jun 01 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1333
Total number of notes:6734

1227.0. "Cannot malloc memory during the link" by CERN::THIBONNIER (Jean-Pierre Thibonnier) Tue Mar 18 1997 10:58

I am currently running Unix 3.2c with f77 version 4.0-1-3231 and I get the 
following error message at link time:

	ld:
	Cannot malloc memory
	fort: Severe: Failed while trying to link.
	

Any sugetsion is welcome.
JP
T.RTitleUserPersonal
Name
DateLines
1227.1First thing to try is "unlimit datasize"SUBPAC::FARICELLITue Mar 18 1997 11:317
   First thing is to try increasing your shell datasize limit to the system
   maximum (under c-shell: limit; unlimit datasize; limit;  see if datasize
   increased, then re-try link). You might post the output of the limit
   command here to see if it looks reasonable.

   -- John Faricelli