Hello List, I was trying to configure SWIG-1.3.19 on suse9.0 (64 bit platform). when I did ./configure --prefix=xxxx ..... every thing was fine till the generation of Makefile, during the generation of make file installation result's in a segmentation fault within the linux kernel (kernel oops). The following is the error which Iam geting on this erver machine. config.status: creating swig.spec ./config.status: line 796: 1725 Killed mv $tmp/out $ac_file Message from syslogd@peemt7 at Wed Jan 26 03:15:13 2005 ... peemt7 kernel: Oops: 0000 [1] SMP uname --all gives the following on my machine Linux peemt7 2.6.5-7.97-smp #1 SMP Fri Jul 2 14:21:59 UTC 2004 x86_64 x86_64 x86_64 GNU/Linux I some how resolved this by replacing "mv $tmp/out $ac_file" by "cp $tmp/out $ac_file, rm -rf $tmp/out" now the Makefiles are generated under the SWIG-1.3.19 , now the problem is when I do a make on the Source directory make fails saying am--refresh rule is not defined. Actually this rule is not being generated in the Makefiles generated on other platforms like RH3.0 and 7.2 and IPF. I see a different rule all-am in these Makefiles with a definition. Why is that this rule is only being generated on suse9.0 platform?? I have the following versions automake 1.8.3 autoconf 2.59 swig-source 1.3.19 gmake 3.80 Please help me in resolving this build issue on suse Looking forward to hear from you. Thanks and Regards Vamsi krishna kundeti ------------------------ vamsikrishna kundeti