X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "arizvi" Newsgroups: comp.os.msdos.djgpp Subject: _dlopen, _dlclose, _dlsym and _snprintf undefined Date: 28 Sep 2005 10:11:31 -0700 Organization: http://groups.google.com Lines: 17 Message-ID: <1127927491.464688.289680@g44g2000cwa.googlegroups.com> NNTP-Posting-Host: 66.32.136.54 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1127927496 8646 127.0.0.1 (28 Sep 2005 17:11:36 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 28 Sep 2005 17:11:36 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: g44g2000cwa.googlegroups.com; posting-host=66.32.136.54; posting-account=Se-Idg0AAAC00LEpjdiQS7ZeyWGDYpCA To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I am finding that the symbols: _dlopen, _dlclose, _dlsym and _snprintf and _vsnprintf are undefined on linking my application. libc is supposed to have definitions for these symbols, and libc is linked by default, right? Btw, in my installtion of djgpp the .h file for dlopen, dlclose, etc was not present. I had to get the file dlfcn.h from the net to get the application to compile. But now I am not able to link. Do I have to get a different version of libc? Does anyone know how I can remove these errors? Thanks, Ahmad