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 prob

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 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