Hi I am porting gimp-1.1.24 to AIX-4.3.3. I have installed glib-1.2.8, gtk-1.2.8 , xlc compiler and configured gimp-1.1.24 as --disable-plugins --disable-nls --disable-ansi. While make I was getting error in url.c as it is excepting some constant value in line number 214, this file is present in /gimp-1.1.24/plug-ins/common , hence I have changed that line as gchar buf[1055 + 1]; however while running ./gimp I got error as ----------------------------------------------------------------------------------------------------------------------------------------- Segmentation fault in glink.g_main_pending at 0xd13ca814 ($t1) 0xd13ca814 (g_main_pending+0x30) 800c0000 lwz r0,0x0(r12) (dbx) where glink.g_main_pending() at 0xd13ca814 gtk_set_locale(), line 444 in "gtkmain.c" main(argc = 1, argv = 0x2ff22c88), line 132 in "main.c" (dbx) ----------------------------------------------------------------------------------------------------------------------------------------- Please help me to proceed further. Thanks Rashmi