Hum, I see.
Thanks for the info!
I was trying to compile yesterday, as I found this repo
https://github.com/mengskysama/openwrt-pdnsd
that claims to provide pdnsd, but openwrt is complaining about my gcc.
I do have the dependecies [1] for my Arch Linux and I can compile packages and c(++) code, however it still complains that my gcc is broken:
Checking 'gcc'... ok.
Checking 'working-gcc'... failed.
Checking 'g++'... ok.
Checking 'working-g++'... failed.
...
Build dependency: Please reinstall the GNU C Compiler - it appears to be broken
Build dependency: Please reinstall the GNU C++ Compiler - it appears to be broken
I am guessing that the script can be confused by my gcc from multilib. Does anybody had this problem too?
PS.: I know that it is not the right way, but would not be possible to get the pre-compiled package for pdnsd from 14.07 (if there is any) and install it on 15.05?
Thanks,
[1]: https://wiki.openwrt.org/doc/howto/buil … tallations