Re: compilation fails with WANT_PLUGPLAY_DNS undefined
[email protected] (Paul Jarc)
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Felix von Leitner <[email protected]> wrote: >> libcruft/res_query.c: In function 'res_query': >> libcruft/res_query.c:134: error: label 'nxdomain' used but not defined >> make: *** [bin-i386/res_query.o] Error 1 > > Uh, my vanilla gcc 4.4.0 does not even warn about unused labels unless > you explicitly tell it to, much less it is an error. The error message is about a label used without being defined - not defined without being used. paul