Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2255 closed bug (invalid)

checking for gethostbyname

Reported by: begasus Owned by: axeld
Priority: normal Milestone: R1
Component: - General Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description

While trying to compile curl I came across the problem that it can't find -lnet (even try'd with -lbind) to check against it. This used to work before, Jack told me over at IRC that libbind and libnet links are removed from the developer folder. I then changed the configure script to use -lnetwork in order to make it find gethostbyname. Is this planned to stay like this or is it just a temporarily change? Breaks some possix things the way it is now (one needs to manually edit ./configure to check against -lnetwork). PS. This is with revision 25571. (if it is already fixed in a later revision just ignore this ;) )

Change History (2)

comment:1 by axeld, 16 years ago

Resolution: invalid
Status: newclosed

libnetwork.so is what Haiku uses. Compatibility for BeOS in only for already compiled applications, not for apps that you compile with the Haiku headers.

Note: See TracTickets for help on using tickets.