I have a shared library (*.so) created using Real View Compiler Tools (RVCT 3.2) on windows target. Then I try to link this *.so file with my application using gcc on linux syst
What worked for me was:
gcc -L. -l:myfile.so