Subject: Re: GENERIC kernel
To: John <john@sixgirls.org>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 05/25/2001 09:47:20
> Hello,
> 
> I'm booted off of the GENERIC kernel (1.5, of couse), and I was building
> the src tree (release), and I got this:
> 
> building llib-lc.ln
> Lint pass2:
> fork multiply defined   Lint_fork.c(12)  ::  _fork.c(41)
> pipe multiply defined   Lint_pipe.c(12)  ::  _pipe.c(41)
> sbrk multiply defined   Lint_sbrk.c(12)  ::  _sbrk.c(41)
> brk multiply defined    Lint_brk.c(12)  ::  _brk.c(41)
> make: Cannot allocate memory.

Type "unlimit datasize" before start compiling.

-- Ragge