Hi Jeff! No I didn't run shared library constructor. What is it? I didn't meet anything similar in Solaris, HPUX. Sincerely, Lev -----Original Message----- From: Jeffrey A Law [mailto:law@xxxxxxxxxx] Sent: Tuesday, October 12, 2004 7:33 PM To: Lev Assinovsky Cc: Gcc-Help (E-mail) Subject: Re: shared library exception problem! On Mon, 2004-10-11 at 10:13, Lev Assinovsky wrote: > Hi All! > I just installed Redhat 9.0 with gcc 3.2.2 and encountered into the problem > which didn't exist in Solaris8.0 (gcc 3.2) and HP-UX 11.00 with gcc 3.3.1. > The problem is shown up in shared library explicitly loaded by dlopen. > Example: Did you run the shared library constructor after dlopening the shared library? That's the most common reason for this kind of thing not working. jeff