From owner-freebsd-questions Mon Jun 18 22:51:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11001.mail.yahoo.com (web11001.mail.yahoo.com [216.136.131.51]) by hub.freebsd.org (Postfix) with SMTP id D920337B401 for ; Mon, 18 Jun 2001 22:51:49 -0700 (PDT) (envelope-from andyelf@yahoo.com) Message-ID: <20010619055149.67584.qmail@web11001.mail.yahoo.com> Received: from [192.193.210.32] by web11001.mail.yahoo.com; Mon, 18 Jun 2001 22:51:49 PDT Date: Mon, 18 Jun 2001 22:51:49 -0700 (PDT) From: Andrei Popov Subject: MGA PowerDesk To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anybody tried to compile this? The source (available here: ) is for Linux and is looking for sys/io.h: andrei@vogon:~/src/mgapdesk 8:35:06am% gmake gmake all-recursive gmake[1]: Entering directory `/home/andrei/src/mgapdesk' Making all in src gmake[2]: Entering directory `/home/andrei/src/mgapdesk/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local /include -I/usr/X11R6/include -g -O2 -Wall -c callbacks.c In file included from callbacks.c:43: io.h:17: sys/io.h: No such file or directory gmake[2]: *** [callbacks.o] Error 1 gmake[2]: Leaving directory `/home/andrei/src/mgapdesk/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/andrei/src/mgapdesk' gmake: *** [all-recursive-am] Error 2 andrei@vogon:~/src/mgapdesk Specificlly, it looks for outl, inl and iopl functions defined in glibc. Are there *BSD equivalents for these and where are they defined? __________________________________________________ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message