| delorie.com/archives/browse.cgi | search |
| Message-ID: | <373534FD.46BD182C@connect.ab.ca> |
| Date: | Sun, 09 May 1999 01:10:54 -0600 |
| From: | Tom =?iso-8859-1?Q?Fjellstr=F6m?= <tomcf AT connect DOT ab DOT ca> |
| X-Mailer: | Mozilla 4.51 [en] (Win95; I) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | REPOST: mkdll.exe from the dll-940219.zip file |
| NNTP-Posting-Host: | pppa94.connect.ab.ca |
| X-Trace: | 9 May 1999 01:04:48 GMT, pppa94.connect.ab.ca |
| Lines: | 41 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |