Message-ID: <37374764.E777CF42@connect.ab.ca> Date: Mon, 10 May 1999 14:53:57 -0600 From: Tom =?iso-8859-1?Q?Fjellstr=F6m?= X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: can any one help me? [was Re: REPOST: mkdll.exe from the dll-940219.zip file] References: <373534FD DOT 46BD182C AT connect DOT ab DOT ca> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit NNTP-Posting-Host: pppa118.connect.ab.ca X-Trace: 10 May 1999 14:47:34 GMT, pppa118.connect.ab.ca Lines: 45 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'v posted many messages concerning the 'dll' library and never recived an answer. If i'm posting this in the wrong place tell me. (although I don't know a better place to post this) Tom Fjellström wrote: > I have been having some problems with my email. (client and provider) > This message didn't show up the last time. > > every time i try to use mkdll it makes the file that i specify but > doesn't put any thing in it. > let's say I use this command line: > nm liballeg.a | mkdll > alleg.h > the alleg.h file is created but nothing is in it. > same with: > nm liballeg.a | mkdll -u > alleg.h > I get no errors from either program (nm.exe or mkdll.exe). > Just an empty file. > > these are the errors i get when i call make: > > dll.cc: In method `void Symtab::add(char *, void *)': > dll.cc:79: warning: implicit declaration of function `int strdup(...)' > dll.cc:79: warning: assignment to `char *' from `int' lacks a cast > dll.cc: In function `void dll_init(char *)': > dll.cc:168: warning: assignment to `char *' from `int' lacks a cast > dll.cc: In function `char * find_file(char *)': > dll.cc:175: warning: implicit declaration of function `int strpbrk(...)' > > dll.cc:179: warning: implicit declaration of function `int access(...)' > dll.cc:187: warning: implicit declaration of function `int strchr(...)' > dll.cc: In function `struct DLL * dll_force_load(char *)': > dll.cc:249: warning: assignment to `char *' from `int' lacks a cast > dll.cc:315: warning: implicit declaration of function `int memset(...)' > autotest.c: In function `main': > autotest.c:20: `GR_default_graphics' undeclared (first use in this > function) > autotest.c:20: (Each undeclared identifier is reported only once > autotest.c:20: for each function it appears in.) > autotest.c:43: `GR_default_text' undeclared (first use in this function) > > make.exe: *** [autotest.o] Error 1