Because Inline::Cpp knows about myget() and compiles it into the library via a son.o file. If there were a test.o file in the library, then your program would work. But you never tell Inline::Cpp to compile test.cpp!
Comment on Re: Using functions from Inline::CPP in my program