Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Installing winpcap and configure it with cygwin Post 302970304 by steve120 on Tuesday 5th of April 2016 06:45:00 AM
Old 04-05-2016
Hello wisecracker and thank you for your reply

Quote:
Have you listed the directory to see if the executable exists?
I listed all the files in this directory /cygdrive/c/WpdPack/Examples-pcap/basic_dump and this is what I got :

basic_dump.c basic_dump.dsp basic_dump.dsw basic_dump.vcproj GNUmakefile

As you can see there is NO basic_dump with .exe extension

the command : ls -l basic_dump.*
gives me this :

-rwxr-x---+ 1 Administrator None 2737 Dec 23 2008 basic_dump.c
-rwxr-x---+ 1 Administrator None 4558 May 20 2005 basic_dump.dsp
-rwxr-x---+ 1 Administrator None 543 May 20 2005 basic_dump.dsw
-rwxr-x---+ 1 Administrator None 7671 Jul 24 2009 basic_dump.vcproj

Quote:
If it doesn't then use 'find' to search for it


these commands :
cd /cygdrive/c/WpdPack/
find . -name "basic_dump.*"
give me this result:

./Examples-pcap/basic_dump/basic_dump.c
./Examples-pcap/basic_dump/basic_dump.dsp
./Examples-pcap/basic_dump/basic_dump.dsw
./Examples-pcap/basic_dump/basic_dump.vcproj
./Examples-remote/misc/basic_dump.c
./Examples-remote/misc/basic_dump.dsp
./Examples-remote/misc/basic_dump.vcproj

Moreover , I looked for an .exe file in all the folder of WpdPack but I could not find any file with .exe extension nothing special , the problem still persists Smilie



 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Cygwin

Hi , I have software CYGWIN . Can i practice for shell script on that? Thanks sam71 (1 Reply)
Discussion started by: sam71
1 Replies

2. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

3. UNIX for Dummies Questions & Answers

Cygwin X

I have managed a successful install of Cygwin (after a few tries), and like any sensible person am ignoring the console in favour of the xconsole. I have this set up how I want - tcsh, all hot-keys (including ^z for suspend) and et cetera, but find it awfully slow. Are there any good... (7 Replies)
Discussion started by: fulgura
7 Replies

4. Programming

cygwin

hello ... i am new with cygwin ... and i want you to help me. ... First of all, i want to determine the steady state stream function in a 2-D duct using a square mesh by using the finite-difference methodology and i want to simulate it....and i read a lot of information at... (1 Reply)
Discussion started by: mostafamagdy
1 Replies

5. Ubuntu

Re Installing windows XP after installing KUBUNTU

Hi I have dual operating system i.e Win XP and KUBUNTU. Now my windows XP is corrupted and i want to reinstall Win XP. So i just want to know Shall i have to reinstall Linux also or i can only reinstall win xp without affecting linux installation. Thanks Sarbjit (3 Replies)
Discussion started by: sarbjit
3 Replies

6. UNIX for Dummies Questions & Answers

Installing wfdb Java wrap for Cygwin

Basically, when I try swig and wrap into java, then it have something wrong with libtool? (in my attached picture) http://sphotos.ak.fbcdn.net/hphotos-ak-snc3/hs510.snc3/26778_383195659802_506009802_3679547_3446065_n.jpg... (0 Replies)
Discussion started by: tiller
0 Replies

7. Shell Programming and Scripting

opening new instance of cygwin from withing cygwin

I'm using cygwin on win7, What I would like to do is something like this: cygstart cygwin tail -f /foo/test.log | perl -pe 's/error/\e I know I can start a new instance using either of these: mintty -e ... cygstart tail ... But neither of those open in ANSI mode, so I can't do... (0 Replies)
Discussion started by: Validatorian
0 Replies

8. UNIX for Advanced & Expert Users

Gcc g++ on cygwin - configure: error: *** A compiler with support for C++11 language features is req

Hi, Apologies if I posted it in a wrong section as it is related to gcc on cygwin. Please move it to appropriate section. I'm trying to compile and build libsigc++-2.10.2 on cygwin with gcc 8.3.0. when I run ./configure, I get this: I couldn't fully understand what does... (13 Replies)
Discussion started by: prvnrk
13 Replies
set_color(1)							       fish							      set_color(1)

NAME
set_color - set_color - set the terminal color set_color - set the terminal color Synopsis set_color [-v --version] [-h --help] [-b --background COLOR] [COLOR] Description Change the foreground and/or background color of the terminal. COLOR is one of black, red, green, brown, yellow, blue, magenta, purple, cyan, white and normal. o -b, --background Set the background color o -c, --print-colors Prints a list of all valid color names o -h, --help Display help message and exit o -o, --bold Set bold or extra bright mode o -u, --underline Set underlined mode o -v, --version Display version and exit Calling set_color normal will set the terminal color to whatever is the default color of the terminal. Some terminals use the --bold escape sequence to switch to a brighter color set. On such terminals, set_color white will result in a grey font color, while set_color --bold white will result in a white font color. Not all terminal emulators support all these features. This is not a bug in set_color but a missing feature in the terminal emulator. set_color uses the terminfo database to look up how to change terminal colors on whatever terminal is in use. Some systems have old and incomplete terminfo databases, and may lack color information for terminals that support it. Download and install the latest version of ncurses and recompile fish against it in order to fix this issue. Version 1.23.1 Sun Jan 8 2012 set_color(1)
All times are GMT -4. The time now is 03:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy