kludge fix for gpostit and gulp compile errors



Okay, trying to compile 'gpostit' and 'gulp' yesterday, I got errors with
trying to use gcc to compile ObjC source.  Lo and behold, when I went into
the 'Makefile' for gpostit and gulp and changed these lines:

CC = gcc
CPP = gcc -E

to 

CC = egcs
CPP = egcs -E

it worked.  Whoever knows how to hack automake should change this.

----------------------------------------------------------------------
                Soren Harward               | Windows 95/98 DOES come
 Internet Information Systems Administrator | with a tool to recover
               Cinternet, Inc.              | from Registry
 Voice: 891-1228        soren@cinternet.net | corruption.
      http://www.cinternet.net/~soren/      | It's called 'FDISK'.
----------------------------------------------------------------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]