Guillermo S. Romero / Familia Romero writes: > >From gimptool I have: > if test x${CC+set} != xset ; then > cc='gcc' > else > cc="$CC" > fi > > >From his posted file: > cmd = g_strdup_printf ("gcc %s %s -o %s%s %s %s %s %s", Yes, that obviously is a FIXME. But hey, this was the first version of a one-hour hack. > Or a Windows user that does not have gcc, but a MS or Intel > compiler. That is even mentioned in a comment... I probably will add the file as gimptool-win32.c.in in the gimp-1-2 branch, and add some ifdef OS_WIN32 stuff to the Makefile.am to install it as gimptool.exe. I'll leave it to others to decide what to do in the HEAD branch. --tml