/ Zope / Apsis / Pound Mailing List / Archive / 2006 / 2006-03 / Makefile should define CC

[ << ] [ >> ]

[ Core dump in match_service / Colin Hogben ... ] [ Pound and webmin / "Brett Hall" ... ]

Makefile should define CC
Colin Hogben <pound(at)pythontech.co.uk>
2006-03-15 19:01:48 [ FULL ]
Just a minor niggle - the Makefile should define CC, otherwise make uses 
its default to build the objects.  In my case, configure detected gcc 
but then make tried to compile using cc.

Regards,
Colin Hogben


--- Makefile.in.orig	2006-03-15 17:08:51.000000000 +0000
+++ Makefile.in	2006-03-15 17:59:31.771000000 +0000
(at)(at) -26,6 +26,8 (at)(at)
  #
  # $Id: Makefile.in,v 2.0 2006/02/01 11:45:32 roseg Rel roseg $

+CC=(at)CC(at)
+
  CFLAGS=-DF_CONF=\"$(F_CONF)\" -DVERSION=\"`cat VERSION`\" (at)CFLAGS(at) 
(at)CPPFLAGS(at)

  LIBS=(at)LIBS(at)

Re: [Pound Mailing List] Makefile should define CC
Robert Segall <roseg(at)apsis.ch>
2006-03-16 12:27:59 [ FULL ]
On Wed, 2006-03-15 at 18:01 +0000, Colin Hogben wrote:[...]

OK - you'll find it in the next release.[...]

MailBoxer