On Wed, 2012-03-14 at 11:11 -0400, Mark Wendt wrote: ... snip > > I tried that 2 or 3 times, ate my lunch every time. Deletes too much. > > > > Cheers, Gene > > > I forgot one thing - 'make distclean, ./configure; make'. The > distclean usually deletes the Makefile created by './configure'. > > Mark
If I'm not mistaken, this all presumes that ./configure and "make 'any function here'" exist. To get this straight, if "make clean" does exist and it deletes all of the .o files (and usually bins and other user files?), gcc will notice on the next "make" that the .o's need to be compiled and will compile all of the .c's and .h's even though none of the files have changed? Also, in one library, the author uses data type prefixes, such as ucMycounter instead of mycounter, then look for where it is defined to see what type it is, such as unsigned char. Is this preferred practice? Is there a good (modern) reference to use as C and Linux development how-to and best practices? -- Kirk Wallace http://www.wallacecompany.com/machine_shop/ http://www.wallacecompany.com/E45/index.html California, USA ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
