Operating System - HP-UX
1832867 Members
2735 Online
110048 Solutions
New Discussion

Re: crt0: ERROR: mmap failed for dld

 
Rajeesh_1
Advisor

crt0: ERROR: mmap failed for dld

Hi
I'm getting following error when i do a
gmake.

gmake
crt0: ERROR: mmap failed for dld (bss) errno:000000012

Thanks in advance
Rajeesh


2 REPLIES 2
RAC_1
Honored Contributor

Re: crt0: ERROR: mmap failed for dld

The memory call failed to get required space. Look at swapinfo -mat
free memory available

Also worth lokking at shmmax, maxssiz, maxdsiz and maxtsiz and their 64 bit counter parts.
There is no substitute to HARDWORK
Rajeesh_1
Advisor

Re: crt0: ERROR: mmap failed for dld

Thanks for the reply . Problem got resolved by installing gmake 3.80

Regards,
Rajeesh