On Mon, 30 Nov 1998, Brett Thompson wrote:

> This is the error I get:
> 
> ld86: text segment too large for 16bit
> make: *** [bcc-cc1] Error 1
> 
> But the ELF bcc binary is but a mere 16.4 kilobytes... 

Sure, the bcc binary is tiny, but bcc just calls cpp, cc1, as86 and ld86.
cc1 is where the problem is, it's too big.

Davey

Reply via email to