Hi all.
I was write some library in C++. And now I want to link that library to my C program with gcc. It was error (undefined references). My C program cannnot see function in my library..
Could...