<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks, <br>
<br>
That produced an interesting result. yum showed the package was:<br>
<br>
glibc-headers.i386 and that the package was installed. However wine
configure could not find it. <br>
<br>
Thanks - Dan <br>
<br>
Duane Clark wrote:
<blockquote cite="mid:fkeekn$bij$1@ger.gmane.org" type="cite">
  <pre wrap="">Dan Sawyer wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">All,

I am having difficulty locating several packages to build wine. 
./configure reports the following missing:

sys/errno.h
sys/sockio.h
ac_cv_func__popen

What packages provide these? Thanks Dan
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Those include files are very basic standard include files. You don't 
mention what system you have, but if you use yum, you could type:
yum provides /usr/include/sys/errno.h

At least on Fedora, they are in glibc-headers. It is hard to imagine you 
could build any 32 bit program without that package installed.


_______________________________________________
wine-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wine-users@winehq.org">wine-users@winehq.org</a>
<a class="moz-txt-link-freetext" href="http://www.winehq.org/mailman/listinfo/wine-users">http://www.winehq.org/mailman/listinfo/wine-users</a>

  </pre>
</blockquote>
</body>
</html>