Local function in shared object?

2011-12-07 Thread Mark R Bannister
Hi, I wonder if someone could point out my error. I've defined a function, nothing special, takes a couple of args and returns a pointer to a structure. The function is not declared with any special keywords. It is not static. Yet, when compiled with gcc on Solaris and a .so target is built w

Re: Re: Local function in shared object?

2011-12-09 Thread Mark R Bannister
On Wed 07/12/11 19:42 , Peter O'Gorman pe...@pogma.com sent: > On 12/07/2011 11:45 AM, Mark R Bannister wrote: > > The function is not declared with any special keywords. It is not static. > > Yet, when compiled with gcc on Solaris and a .so target is built with > >