This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: dlopen() bug on Linux/Alpha ( Was: Unidentified subject!)


Dan Weeks wrote:
> 
> Let me make a correction to this.  When the dlopen call is used it
> does _not_ kill the executable, it only returns a null file handle.

A suggestion from Uncle George forced me to write a simple example, and
that led me into interpreting the error.  After looking up the man page
for dlopen on my Irix machine (none on my alpha), I discovered dlerror
().  Its error message points to the unresolved symbol that caused the
failure to open.  For now, I assume that it's my problem and not a bug
in libdl.  I'll bring it up again, only if I determine that the symbol
should have been resolved.

-- 
Dick Hadsell			914-381-8400  Fax: 914-381-9790
Reply-to:			hadsell@blueskystudios.com
Blue Sky | VIFX			http://www.blueskystudios.com
1 South Road, Harrison, NY 10528


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]