Hi all,I have a function written in C. I would like make it shared in a shared library (.so), so it can be called from an external program. Can anyone give me parameters of gcc to export my function and generate a .so ?
ANy help would be appreciated BR