From: Rildo P. <ri...@pr...> - 2002-06-21 17:08:18
|
Hi Vinicio, On Fri, 21 Jun 2002, Vinicio Aizpurua wrote: > Is it necessary to compile the programs that use TCGUI via > make?? Is there another way?? Of course, not. You may do the same thing in the command line: gcc -o output_pgm module1.o module2.o -llib1 -llib2 ... This is tedious and error prone at best. I suggest you read some tutorial on makefiles. I promise it is worth! best regards, Rildo ---------------------------------------------------------------- Rildo Pragana FPGA/uControllers * Linux * tcl/tk P.O. Box 721 Camaragibe PE http://www.pragana.net Brazil 54792-990 +55-81-3223-5694 |