From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12917 invoked from network); 5 Feb 2000 13:27:50 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Feb 2000 13:27:50 -0000 Received: (qmail 27771 invoked by alias); 5 Feb 2000 13:27:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9580 Received: (qmail 27764 invoked from network); 5 Feb 2000 13:27:42 -0000 Message-ID: <389C2546.B232F18B@u.genie.co.uk> Date: Sat, 05 Feb 2000 13:27:34 +0000 From: Oliver Kiddle X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: Compile problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I get the following problem when trying to compile on my Suse 6.1 PC (gcc = egcs 2.91.66). gcc -c -I. -DHAVE_CONFIG_H -DMODULE -O2 -m486 -I/usr/local/include -fpic -o compresult..o compresult.c compresult.c: In function `calclist': compresult.c:1169: size of array `mlens' is too large make[3]: *** [compresult..o] Error 1 I was able to compile it by using #undef HAVE_VARIABLE_LENGTH_ARRAYS in config.h. Oliver Kiddle