Re: compilation fails with WANT_PLUGPLAY_DNS undefined
Felix von Leitner <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
Thus spake Paul Jarc ([email protected]): > >> 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. Oh sorry, my bad :) Felix