Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <45820.65.200.9.2.1018036312.squirrel@portal.embedded-guru.com> Date: Fri, 5 Apr 2002 11:51:52 -0800 (PST) Subject: Problem with dlopen From: "Frank Motta" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Reply-To: fmotta AT embedded-guru DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit The following code returns Win32 error 126 - this is the same error I get if I try a file which does not exist. What is going wrong (operator malfunction - I'm sure!) please help strncat(mod_file_name, LIB_EXT, LIB_EXT_LEN + 1); // FJM handle = dlopen(mod_file_name, (RTLD_NOW | RTLD_GLOBAL)); handle = dlopen(mod_file_name, (DLOPEN_MODE)); if ((err = dlerror()) == NULL) { break; } -- Frank Motta fmotta AT embedded-guru DOT com If you cannot recognize divinity in your fellow man, then you will not realize the devine within yourself... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/