#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 , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
here's one example of how to fix ports to deal with this: http://tools.assembla.com/BePorts/browser/BePorts/trunk/net-misc/curl/curl-CVS.diff?rev=68
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.