I have the gcc version 2.95.4. When I run "make" after some time, I see
gcc: Internal compiler error: program cc1 got fatal signal 9 make: *** [sqlite3] Error 1
I think that I'm having this problem because of the RAM size oy my Power PC System. It has 16 MB installed RAM and have tried the same compiling scenario with 32 MB RAM installed. That time the same error message appeared a little later which means it could manage to compile some more stuff and then killed by signal 9... By the way I've observed that the kill signal is generated by kernel when a process uses a lot of RAM.
Is there any information about How mant bytes of RAM does SQLite need to be compiled/built?
According to that information I'll try to modify my system RAM or do something else to get SQLite run on Power PC.
Any ideas/suggestions or comments will be appreciated.
-- Cem Vedat ISIK [EMAIL PROTECTED]