cygwin bsod using make after configure on gcc

2006-02-09 Thread c c
i've recently installed cygwin - i'm new to this so excuse me if i'm in error after using configure on gcc-4.0.2, run make and my pc bsod's i'm using windows xp sp2 ___ Yahoo! Messenger - NEW crystal cl

newby stupid question - cat mutiple files to new piped output files

2003-11-26 Thread c
Hi all Just started to get somewhere until i wanted to cat a heap of csv files and then send the unique records to a new file. I thought it couldnt be to hard but now my brain hurts. Can anyone help me with a line of code that will do the command below '$ cat d:/pc1/filename.csv |uniq > d:/pc1/n

RE: newby stupid question - cat mutiple files to new piped output files

2003-11-26 Thread c
, Nov 26, 2003 at 04:55:34AM -0500, c wrote: > Just started to get somewhere until i wanted to cat a heap of csv files and > then send the unique records to a new file. > I thought it couldnt be to hard but now my brain hurts. > Can anyone help me with a line of code that will do the c

off topic newby question

2004-02-02 Thread c
Hi all cam the newby here i have a problem completely off topic , i cant 'net send' my own netbios name. Any suggestions , using xp , messanger service is on :O( Cheers Cameron ps Thought i'd post here cause everone here is really clever --- Outgoing mail is certified Virus Free. Checked b

RE: off topic newby question

2004-02-02 Thread c
Hi all again Would a missing "plug n play" device in hardware manager cause this maybe? . Cameron my brain hurts -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of c Sent: Monday, February 02, 2004 4:49 AM To: [EMAIL PROTECTED] Subject: off t

Is it possible to include golang and rust to cygwin?

2021-12-18 Thread C,C H
Hi, Team, I am looking for making golang and rust codes compiled in cygwin, but it seems not easy to build these compilers from scratch. Currently, cygwin does not provide golang and rust compilers. As far as I know, these popular programming languages are ported to msys2. Is it possible to pro

Command line mail w/attachment

2003-08-14 Thread C Wells
What is the simplest way to send email from the command line, so that I can mime attach files (html, binary, etc). I would like to specify everything on the command line, because I don't know how to configure sendmail. I just need to call the email sending mechanism from a cygwin bash script. Ideas

Re: telnet - connection refused

2002-12-04 Thread c. kumar
I checked the inetutil documentation and checked my pc.s. One of the pc's has inetd installed from an old version of Hummingbird exceed. The other pc has no inetd installed at the xp service level at all! However I cannot find any executable called inetd.exe in the /usr/bin in either of the compu

missing file

2002-12-08 Thread C. Leis
I seem to be missing cygintl-2.dll, which supposedly is part of libintl2 package. But I can't seem to locate that package to download it. Where can I find it? or in which other package is it located? thanks chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug repo

Dueling cygwin DLLs

2002-12-11 Thread C Wells
I needed a new newer cygwin1.dll in order to run the top utility in procps, but its replacement of an older DLL caused many other scripts to fail. I can't debug the ones it affected. Is there a way to have the top executeable call the new cygwin1.dll called cygwin2.dll so it can "find an entry poin

Re: Dueling cygwin DLLs

2002-12-11 Thread C Wells
I knew that solution, but I have inherited 40 scripts clocking in at 5 meg by departed staff. Tell me the hard way. I wish it were easier to run a cmdline util cygwin or other to yield cpu mem stats on win. Thanks > > DLL caused many other scripts to fail. I can't > debug > > the ones it affected

cygwin1.dll archive?

2003-02-27 Thread C. J.
Cygwin 1.3.20-1 contains some regressions from 1.3.19 that break our tcsh scripts and our build process. I haven't taken the time to try to isolate them enough to submit a bug report (beyond verifying that installing 1.3.19 fixes the problems) so when 1.3.21 is released my problems may still

Different package selection between Internet install , and download from internet

2004-01-09 Thread Tony C
I'm having the same problem as Stephen Chan (msg below) From: Christopher Faylor To: cygwin at cygwin dot com Date: Fri, 2 Jan 2004 15:59:42 -0500 Subject: Re: 1.5.5-1:libpcre0 package missing when I chose the Download from Internet install option. References: <[EMAIL PROTECTED]> Reply-to:

write to remote syslogd

2004-05-11 Thread C Wells
I know you can set syslog.conf to point to a remote syslog daemon, so if you use logger it will get copied to the remote syslogd, however is there a command in cygwin (or linux for that matter) that you can use to send a syslog message directly to a remote syslogd ? logger seems to write to only to

tail and win file handling

2004-05-18 Thread C Wells
-f c:/somefile in another session rm -f c:/somefile echo OK > c:/somefile 'Access is denied' So obviously the tail puts a lock on the file, preventing an application from creating a new one, which in my case breaks the application. Any thoughts about how work around this, given I

Re: tail and win file handling

2004-05-18 Thread C Wells
I can't change the application unfortunately, if I could I'd have it only log interesting stuff rather than the garbage it does. Is it worth trying maybe to link the file and tail the link ? or mess with a tee command ?? --- Larry Hall <[EMAIL PROTECTED]> wrote: > re tail and win file handles. >

file not recognized:File format not recognized

2004-06-03 Thread c dana
I am a novice at cygwin. I edited a file "test.c" with notepad in windows. Then I compiled it with gcc in cygwin by typing: $ gcc test.c However I got the following error message:   test.c: file not recognized:File format not recognized collect2: ld return 1 exit status.   My OS is WinXp. Could any

bison 1.35

2002-04-04 Thread C. J.
Hi, could the bison maintainer publish bison 1.35 for cygwin? It includes an important fix my team requires. Thanks. _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- Unsubscribe info: http://cyg

Re: bison 1.35

2002-04-05 Thread C. J.
>>Hi, could the bison maintainer publish bison 1.35 for cygwin? It >>includes an important fix my team requires. > >Sounds like your team should just rebuild it themselves. Why would >you >wait for someone else to do this if it is important to you? We have built it, it's just that our environ

extra cygwin OutputDebugString spew

2002-04-11 Thread C. J.
Every time a cygwin process is started, I get a line like: 3196: cYg 610F5EE0 on my OutputDebugString monitor. Is this really necessary and can we ditch it for the release cygwin1.dll? _ Send and receive Hotmail on your mo

Re: extra cygwin OutputDebugString spew

2002-04-15 Thread C. J.
>On Thu, Apr 11, 2002 at 04:38:09PM -0700, C. J. wrote: >Every time a cygwin process is started, I get a line like: >>3196: cYg 610F5EE0 >> >>on my OutputDebugString monitor. >>Is this really necessary > >Yes. > >>and can we ditch it for t

Re: 1.3.10 memcmp() bug

2002-04-24 Thread C. J.
> > I wasnt sure wheter I should post about this on gcc bug report list or > > here. Anyways, it seems that using -O2 flag with gcc causes huge >slowdown > > in memcmp(). However i dont see performance drop under linux, so I >suppose > > it is cygwin issue. cygwin's gcc version may be using an

cygwin tcsh-related regression bug

2002-05-09 Thread C. J.
Cygwin 1.3.10 seems to generate a problem with filename completion in tcsh that did not exist on cygwin 1.3.5-3. If I have a file 'File.cpp' in a directory, typing 'cp F[TAB]' at the prompt (where [TAB] represents the TAB key) causes completion to 'cp File.cpp', but if I type 'cp X.cpp F[TAB]

Fw: CrossCompiling

2005-12-19 Thread Jay C.
Hey. Ok, im going to explain my situation. I am compiling a plugin for CS:S. I am using CygWin and a gcc 3.4.1 cross compiler which I know works out of the box for compiling this type of plugin. I can send it to a guy using the same setup and it compiles fine for him using CygWin and the same

Need extended information about Cygserver.

2006-03-01 Thread Riche C
Hi, Does anyone know if it's possible to use cygserver with another programming language or where to find extended information about the service Cygserver? I have done a program with cygwin that uses IPC and I also have a second program written in .NET, those two program needs to communicate wit

How do I get spawn and twist options to work in hosts.deny(allow)

2006-07-27 Thread mike c
to a file. However, when the rule is triggered, such as the denial of an IP address I can seem to get spawn to spawn anything. The target file remains empty. Any suggestions on how to debug this. Thanks, Mike C -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Help: gcc problem in Cygwin!

2006-07-31 Thread Frank C.
e linker (${CXX}) is GNU ld... no Appreciate your help! Best, Frank -- ./configure -- checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking for gcc... gcc

Re: Help: gcc problem in Cygwin!

2006-08-01 Thread Frank C.
1 --- "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> wrote: > Frank C. wrote: > > Dear all, > > > > I've been trying to install a software on Cygwin > under > > Windows XP, but without any success. The steps are > (1) > > './co

Problem about running Apache on cygwin

2005-01-14 Thread C u
I have installed Apache 2.0.52 in /usr/local/apache2. How can I browse web pages in /usr/local/apache2/htdocs with Internet Explorer? CCH _

Problems about CGI Programming on Cygwin

2005-01-18 Thread C u
1. How can I run Apache as a service on cygwin? 2. How can I execute a CGI program residing in an Apache server which is running on Cygwin via my Internet Explorer? _ MSN Messenger 7.0 搶鮮版熱烈下載中:別錯過超酷的動畫快遞 http://messenger.msn.com.tw

Can't Add Users in Cygwin

2005-04-07 Thread Tim C.
on locally to the computer I'm doing this from (thought that might be an issue, but I'm not sure). The "domain users" group doesn't have write priveledges to the C:\cygwin\ folder (does that mean I'd have to change their path to somewhere they DO have priveledges?). T

Re: file not recognized:File format not recognized

2004-06-10 Thread c dana
--- Igor Pechtchanski <[EMAIL PROTECTED]> 的訊息:> > the problem file. One > WAG is that notepad tends to append a ".txt" suffix > to the provided > filename, and if you had an older file called > "test.c", you may not > actually be compiling the file you're expecting to > compile. > Igor You'

can't open file for writing

2004-09-03 Thread C Schreiner
with network filesystems. I know I have write permission because I can create the file with "touch foo.txt", and I can create the files with Windows Wordpad. Other programs under Cygwin also cannot create files, such as vim, and co (from the rcs package). Things work fine for all

RE: can't open file for writing

2004-09-08 Thread C Schreiner
Cygwin 5.1 NT with cygwin DLL 1.5.10. Did something change in Cygwin that could be affecting this (even if it is not Cygwin's fault)? Is is possible I have some libraries out of sync? --- Hannu E K Nevalainen <[EMAIL PROTECTED]> wrote: > C Schreiner, [EMAIL PROTECTED] wr

RE: can't open file for writing

2004-09-08 Thread C Schreiner
1 (cygwin dll 1.5.10) in August. Did something change in cygwin that could be affecting the problem (even if it isn't Cygwin's fault)? Is it possible I somehow got some library out of sync? -- Christian --- Hannu E K Nevalainen <[EMAIL PROTECTED]> wrote: > C Schreiner, [EM

Re: can't open file for writing

2004-09-08 Thread C Schreiner
Bingo, this fixed it. Thanks to all who helped. --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Sep 8 07:34, C Schreiner wrote: > > Yes, I meant "echo": > > > > prompt> echo "hello" > foo.txt > > bash: foo.txt: No such fil

Re: can't open file for writing

2004-09-08 Thread C Schreiner
Bingo, this fixed it. Thanks to all who helped. -- Christian --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Sep 8 07:34, C Schreiner wrote: > > Yes, I meant "echo": > > > > prompt> echo "hello" > foo.txt > > bash: f

Install J2EE tar on Cygwin?

2005-07-07 Thread C Jennings
Hello, This might be a stupid question but is it possible to install Linux software onto Cygwin. I currently have Cygwin + 3.1.4 KDE installed on my Windows XP box. I've downloaded (wget) a tar file of the Java J2EE SDK v1.3.1 and installed it using the following command provided on Sun's website

Re: Install J2EE tar on Cygwin?

2005-07-07 Thread C Jennings
Thank you both for the information and clarification on Cygwin. I guess I will download the Windows version of J2EE instead.. CJ On 7/7/05, Eric Blake <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to C Jennings on 7/7/2005

bad install ?

2007-02-01 Thread C Wells
I can't figure out what I have done or not done to make .sh scripts NOT run in my seemingly ok cygwin install. My script.sh #!/bin/bash PATH=/bin:/usr/bin echo OK # bash -x script.sh + PATH=$'/bin:/usr/bin\r' + $'\r' : command not found + $'\r' : command not found Is it a Unix - DOS thing ? Tha

in /bin after installation

2007-11-21 Thread C. Blue
I installed to c:\cygin, but it always places me in c:\cygwin\bin when I click the cygwin icon. I thought I was supposed to be in my home folder, ie c:\cygwin\home\ Also, the bash prompt looks very sparse, I thought something looked different when I last saw a cygwin system. Also, many files and

Re: Can't install Perl modules with new Cygwin because of gcc version

2010-01-13 Thread C . Baxter
Ken Brown cornell.edu> writes: > > Install the gcc4 package. > I had exactly the same problem, which was solved by installing gcc4. Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/doc

Using -mno-cygwin causes different program behavior

2008-12-03 Thread C-Programmer
Hello, Here's the source: #include int main(){ /* local variable */ char name[25]; printf("What is your name?\n"); gets( name ); printf("Hello, %s!\n",name); } If I compile using the following command line argument: $ gcc -o ioProg1 ioProg1.c I check to

Re: Using -mno-cygwin causes different program behavior

2008-12-04 Thread C-Programmer
Thanks both of you! In addition to a solution, I increased my understanding, which is even more valuable. -- View this message in context: http://www.nabble.com/Using--mno-cygwin-causes-different-program-behavior-tp20825507p20847165.html Sent from the Cygwin list mailing list archive at Nabble.c

Re: How can I ssh to a Windows box?

2009-03-12 Thread Kris C.
I don't completely understand your issue. First, It's 'ssh-host-config' Second. Is your ssh daemon running ? Type 'sc query sshd' and let tell me what state it is in. Third, You can change the permission of /var/empty/ 'chown -R userid /var/empty' Most likley system will need to be the owner.

1.5.25-19: Problem running python 2.5.2-1 on Windows Server 2008 Standard

2009-04-13 Thread Kenny C
I'm experiencing a problem running python on Windows Server 2008 Standard. python --version works but running python (to get the python interpreter) hangs. It hangs at this point when python: administra...@vdc2-ep-122 /cygdrive/c $ python Python 2.5.2 (r252:60911, Dec 2 2008, 09:26:14)

Installing previous versions of binutils

2009-09-30 Thread Ian C
Hi guys,   Sorry new to this.   I just installed Cygwin 1.5.25-15 using the setup program, to ultimately build a GNU radio application under Windows XP. http://gnuradio.org/trac/wiki/CygwinGettingStarted   This version of Cygwin installs: binutils version: 20080624-2 ...  (and the previous version

Cygwin - linker errors - __assert, __itob and __ftol

2008-05-30 Thread C S
hi all - i am trying to compile a C++ native library using the shapelibrary. the one for linux is built but in cygwin i seem to be having some linker error problems and i have to assume it has to do with something regarding MSVC. i am including Java because i am using JNI to talk back and forth to

Re: Cygwin - linker errors - __assert, __itob and __ftol

2008-05-30 Thread C S
i did not know about gcj. i guess i missed that somehow? thanks for the tip. my command line right now is: gcj -D__int64="long long" -shared -I C:\Apps\Java\jdk1.6.0_05\include -I C:\Apps\Java\jdk1.6.0_05\include\win32 -I C:\Users\usmsci\My Documents\shapefiles\shapelib-1.2.10\shapelib

Re: Cygwin - linker errors - __assert, __itob and __ftol

2008-05-30 Thread C S
working in linux and mac. thanks again!! On Fri, May 30, 2008 at 5:23 AM, Tim Prince <[EMAIL PROTECTED]> wrote: > C S wrote: >> >> hi all - i am trying to compile a C++ native library using the >> shapelibrary. the one for linux is built but in cygwin i seem to be >>

Re: Cygwin - linker errors - __assert, __itob and __ftol

2008-05-31 Thread C S
thanks for the tip Brian. i thought that i had tried to -mno-cygwin option before but maybe i did not. i have a script file set up now with that command option: $g++ -mno-cygwin -D__int64="long long" -shared -I "C:\Apps\Java\jdk1.6.0_05\include" -I "C:\Apps\Java\jdk1.6.

Re: Cygwin - linker errors - __assert, __itob and __ftol

2008-06-03 Thread C S
Brian, i figured out that not only do i need to compile against the no-cygwin flag but also link to it as well. so i tried to add the -Wl option like this: g++ -mno-cygwin -D__int64="long long" -W1-mno-cygwin -shared -I "C:\Apps\Java\jdk1.6.0_05\include" -I "C:\Apps

Re: Cygwin - linker errors - __assert, __itob and __ftol

2008-06-03 Thread C S
my whole command line script is: g++ -mno-cygwin -D__int64="long long" -Wl,-mno-cygwin -shared -I "C:\Apps\Java\jdk1.6.0_05\include" -I "C:\Apps\Java\jdk1.6.0_05\include\win32" -I "C:\Users\me\My Documents\shapefiles\shapelib-1.2.10\shapelib-1.2.10"

Re: Cygwin - linker errors - __assert, __itob and __ftol

2008-06-03 Thread C S
Dave - sorry i forgot to ask was there anything that i could try to get rid of those few undefined reference errors? thanks!! On Tue, Jun 3, 2008 at 8:49 AM, C S <[EMAIL PROTECTED]> wrote: > my whole command line script is: > > g++ -mno-cygwin -D__int64="long long" -Wl,-m

Serial Port (FTDI driver) for Cygwin?

2010-11-20 Thread C Liu
I have an USB-serial device connected to a Windows XP PC that shows up as COM7 under Windows and works fine. But with the same hardware combination I looked in Cygwin under /dev/ and did not see a COM7 item. Am I missing a driver? Please help! Thank you! -- Problem reports: http://cygwin.com

Re: newlib and long-double question

2011-04-09 Thread N. C.
continue, aborting. On a Linux system that I have access to, I see that those functions are in /lib/libm.* but cygwin's /lib/libm.* still seems to lack them. Is there any work around or alternate version ofthis lib that actually has these functions. I honestly do not mean to be rude

Re: newlib and long-double question

2011-04-10 Thread N. C.
unctions being defined. With Perl, I really prefer to get as close to a genuine build as possible so as to avoid any unforeseen issues, but if you have a suggestion to allow Perl to build with those options, I'm all ears to hear it. That said, I still think it's overall more ben

Re: newlib and long-double question

2011-04-10 Thread N. C.
it, but it takes time and >>> someone to do it. >>> When I implemented all the complex functions (cabs, ccos..) I spent one >>> month >>> to make it right. A more capable guy will take less surely, but as >>> mention I see little >>> benef

Problems with ssh connection

2015-08-17 Thread Jarek C .
I have Cygwin installed on a couple of servers in a domain environment. Of all machines regular user accounts can ssh to only one box. Once installed I configured Cygwin using the following in a .bat file. c:\cygwin\bin\bash --login -c "chmod +r /etc/passwd" c:\cygwin\bin\bash

Re: Problems with ssh connection

2015-08-19 Thread Jarek C .
On 2015-08-17 21:39, yaro...@hotmail.com wrote: I have Cygwin installed on a couple of servers in a domain environment. Of all machines regular user accounts can ssh to only one box. Once installed I configured Cygwin using the following in a .bat file. c:\cygwin\bin\bash --login -c "

Re: Problems with ssh connection

2015-09-02 Thread Jarek C .
installed I configured Cygwin using the following in a .bat file. c:\cygwin\bin\bash --login -c "chmod +r /etc/passwd" c:\cygwin\bin\bash --login -c "chmod u+w /etc/passwd" c:\cygwin\bin\bash --login -c "chmod +r /etc/group" c:\cygwin\bin\bash --login -c "c

sshd and smart card support

2015-09-27 Thread Jarek C .
After a lot of struggling with trying to get sshd work with regular domain accounts I found an alternative bit of software I then installed for a test. After a failed test, looking thrugh the logs of that ssh server I found an interesting piece of information possibly explaining why it wouldn't

g++ -mno-cygwin flag not recognized

2017-05-12 Thread Allan C.
Hi all, I am trying to build a win32 project with gcc 5.4 with the flag -mno-cygwin but the flag is not recognized. Is there an approach I could release an exe without bundling cygwin's dll? Regards, Allan C. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: g++ -mno-cygwin flag not recognized

2017-05-12 Thread Allan C.
On 13 May 2017 at 11:17, René Berber wrote: > On 5/12/2017 10:03 PM, Allan C. wrote: > >> I am trying to build a win32 project with gcc 5.4 with the flag >> -mno-cygwin but the flag is not recognized. Is there an approach I >> could release an exe without bundling cygwi

cmake 3.6.2 for eclipse neon (9.x)+

2017-05-17 Thread Allan C.
Hi all, I am playing with cmake, generating eclipse projects files, but when trying to import in the IDE, an error popped up saying "Project already exist in workspace or project description file is corrupted". cmake -G "Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D CMAKE_ECLIPSE_VE

Re: Mintty Crash on Exit after SSH on Windows 10

2018-04-23 Thread c...@david.perd.org
I've been experiencing this same issue. Did anyone ever come up with a solution? -- Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com

[Suggestion] Include hstr (shell history suggest box) in Cygwin

2024-08-31 Thread C,C H via Cygwin
Hi, Team, There is a good tool that provides Ctrl+R a powerful interface for search in shells, and it can support Cygwin environment but currently it requires manual compilation. https://dvorka.github.io/hstr/INSTALLATION.html#build-on-cygwin Is it possible to provide this tool officially? Best

Re: Re: fsplit problems

2003-03-20 Thread Timothy C Prince
fsplit can easily be built under cygwin from source. If there's any interest, I could sign on as maintainer. -Original Message- From: Tyson Bourbina <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu, 20 Mar 2003 12:15:45 -0600 Subject: Re: fsplit problems Thanks, you answered my ques

Re: RE: Problem with PVM on CYGWIN

2003-03-21 Thread Timothy C Prince
-Original Message- From: Vince Hoffman <[EMAIL PROTECTED]> To: "'Onur SOYSAL'" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Date: Fri, 21 Mar 2003 15:02:29 - Subject: RE: Problem with PVM on CYGWIN Hmm well ssh will definately allow passwordless logins etc and as far as i know rsh will too

Re: Re: Added setup.exe to User's Guide

2003-03-27 Thread Timothy C Prince
-Original Message- From: Igor Pechtchanski <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu, 27 Mar 2003 17:15:08 -0500 (EST) Subject: Re: Added setup.exe to User's Guide On Thu, 27 Mar 2003, Christopher Faylor wrote: > On Thu, Mar 27, [EMAIL PROTECTED]:11:35PM -0500, Igor Pechtchans

Re: RE: Big Brother is Real

2003-04-03 Thread Timothy C Prince
-Original Message- From: "Stephan Mueller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Thu, 3 Apr 2003 10:37:19 -0800 Subject: RE: Big Brother is Real Can someone elaborate on exactly which APIs have changed incompatibly (in 64-bit Windows)? I'm only mildly familiar with the 64-bi

Re: Re: Big Brother is Real

2003-04-03 Thread Timothy C Prince
-Original Message- From: Randall R Schulz <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu, 03 Apr 2003 07:34:20 -0800 Subject: Re: Big Brother is Real Tim, At 07:28 2003-04-03, you wrote: >... > >Lack of cygwin support has impeded the market penetration of Windows >XP64, but it seem

Re: Re: Big Brother is Real

2003-04-03 Thread Timothy C Prince
-Original Message- From: Christopher Faylor <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu, 3 Apr 2003 16:34:41 -0500 Subject: Re: Big Brother is Real On Thu, Apr 03, 2003 at 07:28:14AM -0800, Tim Prince wrote: >Lack of cygwin support has impeded the market penetration of Windows XP

Inability to resize/rearrange controls/windows

2003-06-03 Thread Biju G C
Hi all, Often I found mails in which people complaining about the inability of Setup.exe to resize. So I thought of writing a general function, which will resize/rearrange controls, when the containing window is resized. And here is the a general function winResizeControls() I wrote. U could d

Re: sharing hd partition betw Linux and Cygwin

2003-06-03 Thread Timothy C Prince
-Original Message- From: [EMAIL PROTECTED] (Soren Andersen) To: [EMAIL PROTECTED] Date: Mon, 2 Jun 2003 16:04:11 -0400 Subject: sharing hd partition betw Linux and Cygwin > By default all files (dirs) mounted on this vfat - type filesystem under Linux `mount' are set with perms rwxr--r--

Re: Inability to resize/rearrange controls/windows

2003-06-04 Thread Biju G C
--- Shankar Unni <[EMAIL PROTECTED]> wrote: > Biju G C wrote: > > > I really appreciate any comments. > > Looks interesting, with a bizarre quirk: if you try to resize below its > minimum size, it regrows the window on the other side so that it says > the min

Reply-To: cygwin@cygwin.com

2003-06-04 Thread Biju G C
cgf, When I reply to any mail from cygwin list it is going to the actual sender instead of [EMAIL PROTECTED] upon checking the header of the mail from the list i am not seeing "Reply-To: [EMAIL PROTECTED]" line. just like cygwin-xfree list can v added "Reply-To: [EMAIL PROTECTED]" to mail the

Re: Reply-To: cygwin@cygwin.com

2003-06-04 Thread Biju G C
6.224.88) by sources.redhat.com with SMTP; 1 Jun 2003 19:55:24 - Message-ID: <[EMAIL PROTECTED]> Received: from [65.81.141.59] by web14608.mail.yahoo.com via HTTP; Sun, 01 Jun 2003 12:55:23 PDT Date: Sun, 1 Jun 2003 12:55:23 -0700 (PDT) From:"Biju G C" <[E

RE: Inability to resize/rearrange controls/windows

2003-06-04 Thread Biju G C
ode at onresize() function. as X,Y arguments for SetWindowPos() To avoid the trouble we can call this bug as a feature !!! Cheers Biju > > -Original Message- > > From: Biju G C [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 03, 2003 12:37 PM > > To: Shankar Un

Re: Calling gcc built DLL from .NET (Visual Basic)

2003-06-04 Thread Biju G C
ble. In the example that I > > show below, I am able to call a C function. I can successfully pass a > long > > integer. But the string that I pass shows garbage in the called function. > ... > > As I mentioned, I am able to pass integers successfully, but strings don&#x

RE: Inability to resize/rearrange controls/windows

2003-06-05 Thread Biju G C
o ie "10%:7,7; 65%:7,7; 10%:1,2; 15%:3,3", Actual demo program "myapp.c" was something I took from http://www.winprog.org/tutorial/index.html now Copyright is in my name (Biju G. C.) I dont mind changing it to a proper project name. Also ready to change function/stru

Site search facility at cygwin.com

2003-06-17 Thread Biju G C
cfg, I dont see any site search facility at cygwin.com So i made the following, If you can include this at cygwin.com it will be helpful. Demo: http://www.geocities.com/bijumaillist/xscreens/cygsearch.htm - html code - http://www.google.com/search";> web | only | expect Cygwin Redha

Re: Site search facility at cygwin.com

2003-06-17 Thread Biju G C
--- Larry Hall <[EMAIL PROTECTED]> wrote: > Biju G C wrote: > > > cfg, > > > > I dont see any site search facility at cygwin.com > > So i made the following, If you can include this at cygwin.com > > it will be helpful. > > > >

Re: About the 'su' command

2003-06-18 Thread Bill C. Riemers
an not change an existing process to SYSTEM privileges, nor can you do a direct exec() so you can pass your open file descriptors and environment to the new process. Consequently, you would find that if su used this "trick" your process would be running under a new TTY without access to exis

Re: Site search facility at cygwin.com

2003-06-18 Thread Biju G C
James, u r welcome, U can save a local copy of the page and remove unwanted geocities scripts after "" then it will be faster to load the page. Cheers Biju --- james lankton <[EMAIL PROTECTED]> wrote: > > I found the geocities link very usefull thankyou. > >

Re: Question about Cygwin License

2003-06-20 Thread Bill C. Riemers
Depending on the country you are distributing in, so long as you don't actually distribute the cygwin.dll with your application, this may be classified as "Fair Use". You'll have to consultant an attorney as "Fair use" varies both by country and state. Some countries don't have a fair use clause

Cygwin apps talking to Windows browsers?

2003-07-10 Thread Jeffrey C Honig
I use emacs under Cygwin (with Cygwin/XFree86 and/or Exceed) and would like to switch to using mh-e in this environment. One thing that I would like to do is to be able to click on a URL and have my Windows browser (in this case Opera) be told to open the page. Is there an app to allow this? How

Re: Cygwin apps talking to Windows browsers?

2003-07-10 Thread Jeffrey C Honig
Cool! I tried looking in the mail archives, but I guess I didn't use the right search string... Thanks. Jeff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Permission problems with recent Cygwin

2003-07-16 Thread Bill C Riemers
88039 May 23 06:44 moduli > -rw-rw-rw-1 desmolej Domain U 60 Jul 10 08:29 motd > -rw-rw-rw-1 desmolej Domain U0 Jul 10 08:30 mtab > lrwxrwxrwx1 desmolej Domain U 160 Jul 10 08:29 networks -> C:\WINDOWS\system32\drivers\etc\networks > -rw-rw-rw-1 des

Re: SYSTEM password

2003-07-16 Thread Bill C Riemers
Actually, "Administrator" is both a user and a group. It seems on some versions of windows, "Administrators" is the group, and "Administrator" is the user. On other versions, both are just "Administrator". If you want to login to "Administrator" under XP home addition, you need to boot to Safe M

Re: License question about Cygwin

2003-07-16 Thread Bill C Riemers
RedHat has granted a special exception that allows any open source to link to Cygwin.dll. As the legal copyright holder, RedHat may grant any sort of exception to the GPL they want, and are not bound to the GPL. (This only applies to Cygwin.dll and other components that RedHat can claim ownershi

Re: License question about Cygwin

2003-07-16 Thread Bill C Riemers
> > As the Cygwin.dll is licensed under GPL, any "Program" that links to it must > > be released under GPL as well. > > Under section 10 of the GPL, if the "program" is OSD compatible then the > "program" is not auto-GPL'd. Actually section 10 of the GPL just states the following: > 10. If you wi

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Timothy C Prince
prevents normal Windows shutdown > When I start Cygwin 1.3.22-1 with the installed shortcut (which points to > C:\cygwin\cygwin.bat) and then try to shut down Windows XP using the normal > Start / Turn Off Computer procedure, Windows pops up the "End Program - > Cygwin ... Windows

Re: cygwin.com unavailable from blueyonder/telewest uk

2003-07-30 Thread Bill C Riemers
> > My question is: can I install cygwin without access to cygwin.com, and > > if so, how? Here is what I've done: > > Unfortunately not as you have noticed below, setup.exe requires the file > mirrors.lst, which is located on cygwin.com . Sure you can. Just convince someone to snail mail you a

Version of binutils installed by Cygwin

2002-10-02 Thread Gregg C Levine
Hello form Gregg C Levine Can the appropriate person tell me, which version of binary utillities was chosen by the current version of Setup? The eCos pages for building a copy of binary utillities that is relevant to their needs chose a very old version. Gregg C Levine [EMAIL PROTECTED] "

Re: Setup can't install from local drive?

2002-10-03 Thread Gregg C Levine
Hello from Gregg C Levine First off, how do you mean, "local drive"? And in what context? I normally use setup to download to a local disk, my C drive, and save it to a Zip disk, then when I'm ready, install from it. Gregg C Levine [EMAIL PROTECTED] "Oh my!" The Second

Re: Setup can't install from local drive?

2002-10-04 Thread Gregg C Levine
Hello from Gregg C Levine I did read the entire message. Twice. So? What are you confused about? Your problem makes sense. I did the same thing here. And then found myself updating the current installation, many different times. I expect I'll keep updating it, during the entire time

Porting software from Red Hat Linux to Cygwin

2002-10-04 Thread Gregg C Levine
Hello from Gregg C Levine Obviously people are actively porting software from the library of software, that was written for Linux, to Cygwin. On this list, several people have mention the rpm program. Was it a successful build? And does it work? And where can I obtain a copy? Also, what about the

The fellow who has ported RPM, his site is down

2002-10-06 Thread Gregg C Levine
Hello from Gregg C Levine I have a small problem. The fellow, who ported RPM to Cygwin, Mario Schmidt, his site is either down, as the subject line indicates, or has a problem, such that my ISP, can not find it. That being said, can you please contact me, regarding your port? I happen to need

Bootp servers under Cygwin

2002-10-06 Thread Gregg C Levine
Hello from Gregg C Levine Has anyone gotten a bootp server to work under Cygwin? It seems I now need just such a service. I've downloaded the original code from UU Net's site. It is stored in the Usenet's archive of volumne 27. However, when I try to compile it here, it discovers

  1   2   3   4   5   6   7   >