POV-Ray : Newsgroups : povray.programming : compile probs : Re: compile probs Server Time
28 Jul 2024 12:38:07 EDT (-0400)
  Re: compile probs  
From: Warp
Date: 27 Feb 2001 06:20:20
Message: <3a9b8d73@news.povray.org>
Setepenaset <ron### [at] hotmailcom> wrote:
: When gcc accesses this line:

: png$(O): png.h pngconf.h
:     $(CC) -c $(CFLAGS) $*.c $(ERRFILE)

  No, this is not what "gcc" reads. This is what "make" reads. This is makefile
code.
  The problem is not with gcc but with make. It may be that the make program
you are using does not understand $*
  Do you have gmake there?

-- 
char*i="b[7FK@`3NB6>B:b3O6>:B:b3O6><`3:;8:6f733:>::b?7B>:>^B>C73;S1";
main(_,c,m){for(m=32;c=*i++-49;c&m?puts(""):m)for(_=(
c/4)&7;putchar(m),_--?m:(_=(1<<(c&3))-1,(m^=3)&3););}    /*- Warp -*/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.