>...
>compilation dies and I get the following:
>...
>Undefined                       first referenced
> symbol                             in file
>inet_ntop                           open_device.o
>...

It appears in libresolv in Solaris 2.6, maybe 2.7 too, so
you may need to add -lresolv.

A quick and easy cruise through the libs for functions:

        for i in /lib/*.so /lib/*.a
        do
                echo $i
                nm $i | grep Some_Function
        done

        man nm to get an idea of which symbol is defined there,
        which are references, ....

===========================================================================
Daniel Trentman                      College Computer System Administration
University of Utah                   Phone        : (801) 581-3485
College of Mines and Earth Sciences  College Phone: (801) 581-8767
135 S. 1460 E. Rm 209                College Fax  : (801) 581-5560
Salt Lake City, UT 84112-0112  USA   E-mail:      : [EMAIL PROTECTED]
===========================================================================


-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to