I think the problem is in the compiler, but I'm not sure.
| /home/mirar/pike/orchid/pike -DNOT_INSTAL[...]s/GTK/output/few.pike | Need a new master object... | Master file: "/home/mirar/pike/orchid/master.pike" | Reading master: "/home/mirar/pike/orchid/master.pike"... | Calling cpp()... | Calling compile()... | make[3]: *** [compile1] Segmentation fault
Debug output from get_master()'s printfs. gdb:
| Program terminated with signal 11, Segmentation fault. | Reading symbols from [...] | (gdb) bt | #0 0x082e95dc in ?? () | #1 0x082c0098 in ?? () | Cannot access memory at address 0x2
/ Mirar
Previous text:
2003-01-04 23:28: Subject: Re: Problem compiling Pike
Do you get illegal instruction exceptions? The code generator might output instructions which are not supported by your CPU model.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)