"David R. Morrison" wrote:
> 
> Hi all.  I was just compiling a package from unstable, and I got
> 
> make: gcc: Command not found

This is sometimes hard to eliminate (I should know, because you forced
me to do it a couple of times :-)). The implicit suffix rules ".c.o",
for example, use gcc in gnumake without mentioning it explicitly (being
implicit). I had to do a "make COMPILE.cc='c++ -O3 -I%p/include -c' to
avoid using g++ once.

-- 
Martin

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to