The UNIX and Linux Forums
>
Operating Systems
>
SUN Solaris
Are these C++ functions Available in SUN Solaris?
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Are these C++ functions Available in SUN Solaris?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
10-25-2008
jlliagre
ɹǝsn sıɹɐlosuǝdo
Join Date: Dec 2007
Location: Paris
Posts: 1,435
The best way to figure out if a function is available with Solaris is to look for a man page.
Eg:
Code:
man getaddrinfo
If there is one, it will give hints about the library to be used:
Code:
cc [flag ...] file ... -lsocket -lnsl [library ...]
jlliagre
View Public Profile
Find all posts by jlliagre
Find jlliagre's past nominations received
Find jlliagre's present nominations given