9 years, 3 months ago.

included .a file, compiler says undefined symbol

I am including a .a file, the code doesn't compile because compiler complains about undefined symbol. How do I include .a file properly on on-line compiler? Or I have to use a off-line compiler?

IIRC the online compiler does accept .ar, but not .a. Don't ask me what the difference is ;).

posted by Erik - 25 Jun 2015
Be the first to answer this question.