adns 1.0

Clay

2002-04-01 07:36:00

GNU adns is an asynchronous-capable DNS client library.

Source:
http://www.chiark.greenend.org.uk/~ian/adns/adns.tar.gz

When I attempt to compile, I get:
/usr/bin/ld: unknown flag: -soname=libadns.so.1


I'm attempting to compile in order to build "fastresolve", a replacement for the Apache "logresolve" tool ... located here:

http://www.pix.net/staff/djm/sw/fastresolve/

Help?

-Clay

apex

2002-04-11 07:09:00

No luck with this one. Last error was:

<blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr><pre>
set -e; for d in src dynamic client regress; do make -C $d all; done
make[1]: Nothing to be done for `all'.
rm -f libadns.so.1.0
gcc -dynamiclib -shared -Wl -o libadns.so.1.0 types_p.o event_p.o query_p.o reply_p.o general_p.o setup_p.o transmit_p.o parse_p.o poll_p.o check_p.o
ld: common symbols not allowed with MH_DYLIB output format
types_p.o definition of common _data (size 4)
/usr/bin/libtool: internal link edit command failed
make[1]: *** [libadns.so.1.0] Error 1
make: *** [all] Error 2
</pre>[/quote]