"jortizclaver" <> writes:
> [Solaris 2.8 && Sun Studio 10]
>
> I have a very simple library that wraps a Timer class and a test
> program linked to it.
C doesn't have classes; are you using C++?
> First of all, I compile the library and the main without the KPIC flag.
> Then, I execute the program and, while it's running, I add some dummy
> sentence to the library and recompile it. Nothing happens to the binary
> running. It keep unaware of changes in the library and keeps running.
[snip]
It looks like your problem isn't really related to the C programming
language; rather, it's specific to Solaris. You'll get much better
help in comp.unix.solaris.
--
Keith Thompson (The_Other_Keith)
kst- <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.