lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev undefined __inet_addr making newest dev release


From: mattack
Subject: Re: lynx-dev undefined __inet_addr making newest dev release
Date: Sat, 2 Jan 1999 23:14:01 -0800 (PST)

On Fri, 1 Jan 1999 address@hidden wrote:
>That's Solaris 2.6 (just like the machine I'm dialed into).
>But I expect the nsl library to hold that symbol.  And your link line
>does have it.  So something's broken.  Under /usr/lib, you should have
>both a static and a shared libnsl (i.e., libnsl.a and libnsl.so).
>Run 'nm' on those and see - you should have a line like

I haven't grepped around the header files, but...

/usr/lib % nm libnsl.a | grep inet_addr
[18]    |         0|       0|NOTY |GLOB |0    |UNDEF  |inet_addr
[73]    |      7900|      48|FUNC |GLOB |0    |2      |__inet_address_count
[70]    |      7788|      32|FUNC |GLOB |0    |2      |__inet_address_is_local
[26]    |         0|       0|NOTY |GLOB |0    |UNDEF  |inet_addr
[48]    |         0|       0|NOTY |GLOB |0    |UNDEF  |inet_addr
[20]    |       308|     632|FUNC |GLOB |0    |2      |inet_addr
[116]   |         0|       0|NOTY |GLOB |0    |UNDEF  |__inet_address_count
[38]    |         0|       0|NOTY |GLOB |0    |UNDEF  |__inet_address_is_local
[47]    |         0|       0|NOTY |GLOB |0    |UNDEF  |__inet_address_is_local
[77]    |         0|       0|NOTY |GLOB |0    |UNDEF  |__inet_address_count
/usr/lib % nm libnsl.so | grep inet_addr
[3005]  |    201652|      48|FUNC |GLOB |0    |12     |__inet_address_count
[544]   |    201540|      32|FUNC |LOCL |0    |12     |__inet_address_is_local
[3394]  |    102768|     648|FUNC |GLOB |0    |12     |inet_addr

reply via email to

[Prev in Thread] Current Thread [Next in Thread]