the linker is looking for libinet.a 
i dont have it on my virtual box von oracle...!

thanks Ori
Regards
/C
------------------
cc -O      tclAppInit.o  -L/usr/glenda/tcl8.6.10/unix -ltcl8.6 libtclstub8.6.a -linet     -o tclsh
cc : cannot find library for -l
TcpCloseProc: fake_freeaddrinfo is undefined
IPv6AddressNeedsNumericRendering: IN6_IS_ADDR_V4MAPPED is undefined
TcpHostPortList: fake_getnameinfo is undefined
TclCreateSocketAddress: fake_getaddrinfo is undefined
TclCreateSocketAddress: fake_gai_strerror is undefined
*** Error code 1

---------------------




On Mon, Jun 22, 2020 at 1:08 AM <ori@eigenstate.org> wrote:
> it looks look that some of  the last errors are
> to do with new errors not being defined

I'm guessing you're not on 9front -- you're probably
going to need to backport some stuff.

> SO_REUSEADDR

        9front has it in /sys/include/ape/sys/socket.h:43,
        doesn't seem to have any associated code needed in
        our libap.

> in errno.h
> ECONNRESET

        Seems we'll need this in 9front; I can commit
        something; we can probably just define it and
        never return it.

> EWOULDBLOCK

        Should be an alias for EAGAIN.