We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
Have seen #218 but I'm not able to understand what I have to do to fix this issue. After ./configure, make returns these errors :
/home/ltef/IRC/bahamut-2.1.5/src/res.c:622 : undefined reference « __res_mkquery » /usr/bin/ld : res.o : in function « proc_answer » : /home/ltef/IRC/bahamut-2.1.5/src/res.c:870 :undefined reference to « __dn_expand » /usr/bin/ld : /home/ltef/IRC/bahamut-2.1.5/src/res.c:968 : undefined reference to « __dn_expand » /usr/bin/ld : /home/ltef/IRC/bahamut-2.1.5/src/res.c:1138 : undefined reference to « __dn_expand » /usr/bin/ld : /home/ltef/IRC/bahamut-2.1.5/src/res.c:1270 : undefined reference to « __dn_expand »
Any suggestion will be appreciated ! Thanks,
The text was updated successfully, but these errors were encountered:
Weird. I can combile main on Ubuntu 23 with no issues. Let me try with Ubuntu 22.
Sorry, something went wrong.
Valid. I'll cut a new release that fixes this.
But PR #219 fixes this
No branches or pull requests
Hi there,
Have seen #218 but I'm not able to understand what I have to do to fix this issue.
After ./configure, make returns these errors :
/home/ltef/IRC/bahamut-2.1.5/src/res.c:622 : undefined reference « __res_mkquery »
/usr/bin/ld : res.o : in function « proc_answer » :
/home/ltef/IRC/bahamut-2.1.5/src/res.c:870 :undefined reference to « __dn_expand »
/usr/bin/ld : /home/ltef/IRC/bahamut-2.1.5/src/res.c:968 : undefined reference to « __dn_expand »
/usr/bin/ld : /home/ltef/IRC/bahamut-2.1.5/src/res.c:1138 : undefined reference to « __dn_expand »
/usr/bin/ld : /home/ltef/IRC/bahamut-2.1.5/src/res.c:1270 : undefined reference to « __dn_expand »
Any suggestion will be appreciated !
Thanks,
The text was updated successfully, but these errors were encountered: