This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: proposal: ioperm support for Cygwin


Marcel,

  - In the source package, ioperm-0.3-1.patch is an empty file.
  - Trying to install using ioperm.exe, I get:

$ ./ioperm -i -v
Installing ioperm.sys...
OpenSCManager       ok
CreateService       ok
StartService        failed

Installation ok.

  - Trying to build, I get an error while building in tests:

Making all in tests
make[1]: Entering directory `/tmp/src/ioperm-0.3/.build/tests'
if i686-pc-cygwin-gcc -DPACKAGE_NAME=\"ioperm\" -DPACKAGE_TARNAME=\"ioperm\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ioperm\ 0.3\" -DPA
CKAGE_BUGREPORT=\"\" -DPACKAGE=\"ioperm\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHA
VE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I/tmp/src/ioperm-0.3/tests -I/tmp/src/ioperm-0.3
/include    -O2 -g -Wall -MT spkrtest.o -MD -MP -MF ".deps/spkrtest.Tpo" \
  -c -o spkrtest.o `test -f '/tmp/src/ioperm-0.3/tests/spkrtest.c' || echo '/tmp/src/ioperm-0.3/tests/'`/tmp/src/ioperm-0.3/tests/spkrtest.c
; \
then mv ".deps/spkrtest.Tpo" ".deps/spkrtest.Po"; \
else rm -f ".deps/spkrtest.Tpo"; exit 1; \
fi
/bin/bash ../libtool --mode=link i686-pc-cygwin-gcc  -O2 -g -Wall   -o spkrtest.exe  spkrtest.o -L/tmp/src/ioperm-0.3/library -lioperm
mkdir .libs
i686-pc-cygwin-gcc -O2 -g -Wall -o spkrtest.exe spkrtest.o  -L/tmp/src/ioperm-0.3/library -lioperm
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: cannot find -lioperm
collect2: ld returned 1 exit status
make[1]: *** [spkrtest.exe] Error 1
make[1]: Leaving directory `/tmp/src/ioperm-0.3/.build/tests'
make: *** [all-recursive] Error 1

  OS is W2K SP3.  If you'd additional info about the install error
(cygcheck output, strace log, etc.) let me know.

-Samrobb

> -----Original Message-----
> From: Marcel Telka [mailto:marcel@telka.sk]
> Sent: Wednesday, January 22, 2003 1:10 PM
> To: cygwin-apps@cygwin.com
> Subject: proposal: ioperm support for Cygwin
> 
> 
> Hi.
> 
> I've created ioperm packages from upcoming 0.3 release of the ioperm
> support for Cygwin.
> 
> Note: ioperm-0.3 is not yet officialy released. These 
> packages are only
> pre-release, but no significant changes are expected in the release.
> 
> The files are available from:
> http://telka.sk/ioperm/2003-01-22/ioperm-0.3-1-src.tar.bz2
> http://telka.sk/ioperm/2003-01-22/ioperm-0.3-1.tar.bz2
> http://telka.sk/ioperm/2003-01-22/setup.hint
> 
> Here is setup.hint file:
> ===========================================================
> # $Id: setup.hint,v 1.2 2003/01/22 17:48:06 telka Exp $
> 
> sdesc: "ioperm support for Cygwin"
> ldesc: "This package adds support for ioperm()/iopl() 
> functions to Cygwin.
> This support includes sys/io.h and sys/perm.h header files together
> with development and runtime libraries."
> category: Base Devel Libs System
> requires: cygwin libpopt0
> test: 0.3-1
> ===========================================================
> 
> 
> Thank you for your comments.
> 
> -- 
> +-------------------------------------------+
> | Marcel Telka   e-mail:   marcel@telka.sk  |
> |                homepage: http://telka.sk/ |
> |                jabber:   marcel@jabber.sk |
> +-------------------------------------------+
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]