Template
Eduardo Cesar Cabrera Flores
eccf@super.unam.mx
Sat Mar 29 07:39:00 GMT 2003
compiling that way a template example the compiler compiles the whole
program not only the main
>g++ -o testCounter.o -c -frepo -fno-implicit-templates testCounter.cc
>g++ -o testCounter testCounter.o
>collect: recompiling testCounter.cc
>collect: relinking
i'm trying to compile with a makefile to compile only those files that
were modified!
Any idea how to do this with a makefile??
cafe
More information about the Gcc-help
mailing list