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

Re: help on make



On Fri, Apr 26, 2002 at 09:48:13PM -0700, Tim locke wrote:
> help trying to compile something and I get stuck on
> this error
> 
> yo@s3r:/test$ make
> c++ -I. -O -Ilinux-include -c Func.cc
> Func.cc: In function `void do_fmt(const char *&, Val
> *, ODesc *)':
> Func.cc:247: implicit declaration of function `int
> localtime(...)'
> Func.cc:247: implicit declaration of function `int
> strftime(...)'
> make: *** [Func.o] Error 1

#include <time.h> /* or whatever you'd do in C++ */

Programming questions are better directed to a newsgroup like
comp.os.linux.development.apps or, in this case, comp.lang.c++.

-- 
Eric G. Miller <egm2@jps.net>


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: