I've got a class with some methods defined in the class. The compiler does not generate object code for these methods. Then in a program that uses the class it fails to inline the methods and the linker fails with undefined functions. All files are compiled with the same command line options: g++ 4.0.2 c++ -Wall -Wextra -g3 -O Is there some magic I am missing? -- Anthony Shipman Mamas don't let your babies als@xxxxxxxxxxxx grow up to be outsourced.