Re: link sqlite against dietlibc
Michael Graßl <[email protected]> Tue, 24 Aug 2010 19:34:54 +0200
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
Hello by: Gernot > dlerror() is declared as "const char *dlerror(void);" in dietlibc which is > wrong. It should be "char *dlerror(void);". Is ther some work around for dlerror? A simple change of the dlfunc.h isn't a good idea or? By the way i looked in the manuals at linux it is a "char *dlerror(void)" and at BSD (in my case OpenBSD) it is "const char *dlerror(void)" so is there some OS dependencies? Best regard, Michael