>> > 2. To solve the problem of local data >32k in file "lame.c", I moved the
>> > large arrays outside the local function. In other words, I made them
>> > global within the file.
>What kind of compiler would have a 32k limit for data on the stack???
>The Amiga seemed to have this problem, but you could set some option
>to increase the limit.
On Amiga it's easy .. on 68k programs you can preset the stacksize in the
binary or have automatic stack-extend routines, unfortunately this doesn't
work on PPC, but we have a rather nice Stack command which you can initially
set any stacksize you want from Shell. ;)
- CISC
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )