Re: [Axiom-mail] What is gazonk*.c

2006-10-23 Thread Themos Tsikas
Try a )trace SYSTEM before anything else You could try )set functions compile off which will not use the compiler for functions. It seems some misconfiguration is present with your C compiler. Mine says cc1: error: unrecognized command line option -fwritable-strings and I have gcc version

RE: [Axiom-mail] What is gazonk*.c

2006-10-23 Thread Bill Page
On October 23, 2006 11:56 AM Themos Tsikas wrote: Try a )trace SYSTEM before anything else You could try )set functions compile off which will not use the compiler for functions. Good suggestion! Note: This option only works properly on versions of Axiom after patch-49, circa

Re: [Axiom-mail] What is gazonk*.c

2006-10-23 Thread ming lu
Hi Themos, )set functions compile off fixed the problem. Thanks, Ming On 10/23/06, Themos Tsikas [EMAIL PROTECTED] wrote: Try a )trace SYSTEM before anything else You could try )set functions compile off which will not use the compiler for functions. It seems some misconfiguration is present