Another shared lib question

1997-03-08 Thread Walter L. Preuninger II
I have been reading the gcc-howto and the elf-howto... and have made my first shared library. My question is: does the code have to be rewritten/redesigned to take care of any reentrantcy problems? I have a feeling that globals/statics are bad news. Am I right? For Example: program a calls foo

Re: Another shared lib question

1997-03-08 Thread Philippe Troin
On Sat, 08 Mar 1997 00:55:46 CST Walter L. Preuninger II ([EMAIL PROTECTED]) wrote: I have been reading the gcc-howto and the elf-howto... and have made my first shared library. My question is: does the code have to be rewritten/redesigned to take care of any reentrantcy problems? I have a

Re: Another shared lib question

1997-03-08 Thread Jason Gunthorpe
On Sat, 8 Mar 1997, Walter L. Preuninger II wrote: I have been reading the gcc-howto and the elf-howto... and have made my first shared library. My question is: does the code have to be rewritten/redesigned to take care of any reentrantcy problems? I have a feeling that globals/statics are

Re: Another shared lib question

1997-03-08 Thread Rick Macdonald
On Sat, 08 Mar 1997 00:55:46 CST Walter L. Preuninger II ([EMAIL PROTECTED]) wrote: I have been reading the gcc-howto and the elf-howto... and have made my first shared library. My question is: does the code have to be rewritten/redesigned to take care of any reentrantcy problems? I