Re: kludge fix for gpostit and gulp compile errors



Soren Harward <soren@cinternet.net> writes:
> 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.

This should already be fixed in CVS.  Please update and check.

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



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