EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: install EPICS on HP faild (sockio.h)
From: Johnny Tang <[email protected]>
To: [email protected] (Gabor Csuka) (Gabor Csuka)
Cc: [email protected]
Date: Wed, 15 May 96 7:21:22 EDT
===========================================
This mail is made of the recycled electrons
===========================================
Mailer: Elm [revision: 70.85]

Gabor Csuka writes:
> I try to install epics base on HP. It is failed, while
> BSlib.c includes 'sys/sockio.h' .
> 
> This file doesn't exeist in this HP. Which installation
> is missing ? 
> 
> Regrads:
> 
> Gabor Csuka
> --
> DESY,Germany
> 
Should use sys/ioctl.h instead. Add
following lines in BSlib.c

#ifdef HP_UX
#include <sys/ioctl.h>
#else
#include <sys/sockio.h>
#endif

Johnny Tang
CEBAF

--
=============================================================
Johnny Tang     Voice: (804)249-7239  E-Mail: [email protected]
Continuous Electron Beam Accelerator Facility
12000 Jefferson Avenue, MS 85A
Newport News, Virginia 23606
=============================================================


Replies:
Re: install EPICS on HP faild (sockio.h) MURANAKA Masaki
References:
install EPICS on HP faild (sockio.h) Gabor Csuka

Navigate by Date:
Prev: install EPICS on HP faild (sockio.h) Gabor Csuka
Next: Re: bug(?) in dbStaticLib.c Marty Kraimer
Index: 1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: install EPICS on HP faild (sockio.h) Gabor Csuka
Next: Re: install EPICS on HP faild (sockio.h) MURANAKA Masaki
Index: 1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·