Re: add '-pg' to compiler/linker

2005-11-11 Thread Steven Woody
Ralf Wildenhues <[EMAIL PROTECTED]> writes: thank you Ralf. you solved the problem! > Hi Steven, > > * Steven Woody wrote on Thu, Nov 10, 2005 at 06:56:52PM CET: >> i have a main.cpp in top directory and some modules in sub-directories. each >> module compiled as a .a library and the main.cpp sta

Re: add '-pg' to compiler/linker

2005-11-10 Thread Ralf Wildenhues
Hi Steven, * Steven Woody wrote on Thu, Nov 10, 2005 at 06:56:52PM CET: > i have a main.cpp in top directory and some modules in sub-directories. each > module compiled as a .a library and the main.cpp staticly linked with those > .a's. it work no problem for compile/link. > > but, now i want to

add '-pg' to compiler/linker

2005-11-10 Thread Steven Woody
i have a main.cpp in top directory and some modules in sub-directories. each module compiled as a .a library and the main.cpp staticly linked with those .a's. it work no problem for compile/link. but, now i want to add gprof capability to the resulting executable. so i add '-pg' to _CXXFLAGS for e