How to configuring a cross compiler for ARM Cortex M4F from GCC using Cygwin

2021-02-28 Thread Welwin Joseph via Cygwin
Hi, I am new to the concept of configuring crosscompiler from GCC , can anyone guide me on how to create/ Configure a cross compiler from GCC compiler for ARM cortex M4F using Cygwin. I am using a windows 10 PC, my target is arm cortexM4F TM4C129ENCPDT and I am using it as bareboard (no OS).

John The Ripper Errors

2019-03-02 Thread Joseph Alves
zed as "ripemd-128" Use the "--format=ripemd-128" option to force loading these as that type instead Warning: detected hash type "LM", but the string is also recognized as "Snefru-128" Use the "--format=Snefru-128" option to force loading these as that type instead Warning: poor OpenMP scalability for this hash type Will run 4 OpenMP threads Press 'q' or Ctrl-C to abort, almost any other key for status Joseph Alves -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: strtod ("nan") returns negative NaN

2018-08-14 Thread Joseph Myers
tive NaN. I would suggest that you should not consider fixed bugs in glibc (bug 23007 in this case) to be appropriate to emulate in other libraries. -- Joseph S. Myers jos...@codesourcery.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/

Re: cygwin not showing afp files since update

2018-05-03 Thread Franz Joseph Bowman
More information. It looks like Temporary files are created when using Print To File from Adobe. I went back and looked at old Postscript and AFP files created that way and Cygwin cannot see them when listing the directory or perl globbing. When specifying the whole filename, ls does see the

Re: cygwin not showing afp files since update

2018-05-03 Thread Franz Joseph Bowman
It looks like the program that created them is putting the T attribute which means Temporary. I don't think this used to hide them in cygwin but now it does. Is this by design? My coworker is using 32 bit Cygwin and is having the same issue. On Wed, May 2, 2018 at 4:57 PM, Joe Bowman wrote: > >

cygwin not showing afp files since update

2018-05-02 Thread Franz Joseph Bowman
# Since we updated to 2-10-0.1, something in cygwin makes some files hidden in some cases. # Just listing with the name works $ ls -n RSC0388_618C5.afp -rw-rw-rw-+ 1 1558598 1049089 198483 May 2 14:15 RSC0388_618C5.afp $ ls RSC0388_618C5.afp RSC0388_618C5.afp The filesystem globbing when using

Re: Unexpected behavior of HOME value

2018-03-12 Thread Joseph L. Casale
> Does anybody have an idea what could be different on this one system that > I could check? The system in question is a laptop and the behavior works as expected when the laptop is connected to the domain, however it breaks when not. Starting a vpn session when remote brings the behavior back to

Unexpected behavior of HOME value

2018-03-12 Thread Joseph L. Casale
Looking at /etc/profile, I see the following: # Here is how HOME is set, in order of priority, when starting from Windows # 1) From existing HOME in the Windows environment, translated to a Posix path # 2) from /etc/passwd, if there is an entry with a non empty directory field # 3)

Notice

2016-01-02 Thread Neal Joseph Drake
Dear Corinna Vinschen, It is my pleasure communicating with you as I have a good proposal which I want to introduce to you. Kindly get back to me for more details. Best regard. Yours faithfully, Neal J. Drake -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Telnet / SSH connection timeout on LAN

2015-07-06 Thread Joseph B
Hi Andrew, Desktop LAN Adapter IP: 192.168.0.2 (static) Subnet Mask: 255.255.255.0 no DNS server Wifi Adapter 192.168.254.18 (dynamic) 255.255.255.0 gateway: 192.168.254.254 Laptop LAN 192.168.0.1 (static) 255.255.255.0 no DNS Wifi 192.168.254.19 (dynamic) 255.255.255.0 192.168.254.254 I

Re: Newlib/Cygwin now under GIT

2015-03-10 Thread Joseph Myers
identifying unmerged changes and applying them to the repositories missing them.) -- Joseph S. Myers jos...@codesourcery.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

Linking to cygwin1.dll

2015-01-21 Thread Manoj Joseph
Hi, As I understand, Windows looks for DLLs in $PATH. Is there any way to specify, perhaps at compile time, that cygwin1.DLL is to be located in the same directory as the binary? Doing this would mean I don't have to modify environment variables or copy cygwin1.DLL to one of the system

Re: Linking to cygwin1.dll

2015-01-21 Thread Manoj Joseph
/21/15 11:46 AM, Manoj Joseph wrote: Hi, As I understand, Windows looks for DLLs in $PATH. Is there any way to specify, perhaps at compile time, that cygwin1.DLL is to be located in the same directory as the binary? Doing this would mean I don't have to modify environment variables or copy

long_int vs int byte sizes

2014-04-06 Thread Joseph Maxwell
Not sure if this is hardware, software or compiler dependent $ uname -a CYGWIN_NT-5.1 machinename 1.7.28(0.271/5/3) 2014-02-09 21:06 i686 Cygwin On a 32 bit XP SP 3 platform wrote a small profram to check some parameters; Received the following Re: Signed abd unsigned iintegers [quote] int x

Stack trace dumpfile

2014-03-20 Thread Joseph Maxwell
I have compiled a C program that seemed to be successful, using - $ gcc -O2 /cygdrive/j/Comp_programs/C/24_Hrs/8/OCR_DOC-8.3.c -o /cygdrive/j/Comp_programs/C/24_Hrs/8/08L03.exe however on executing it I receive the following message - $ /cygdrive/j/Comp_programs/C/24_Hrs/8/08L03.exe 9

cygwin usage on Windows

2014-03-16 Thread Joseph E. Maxwell
I have a question that I am sure must have been addressed before, but I cannot find it after days of searching. Of course I am a Newbie with cygwin. I have completed an installation, successfully, I think on an x386 platform w/ Win XP SP3 OS. I can compile a C program from within the cywgin

Re: [psmisc] Display bug

2011-07-01 Thread Joseph Krahn
The %6d format was obviously defined when PIDs were 16 bits. It may be useful to used a fixed-width format to keep things tidy when PIDs are not so big, but include a leading space so that large PIDs don't run together. Joe Krahn On Thu, Jun 30, 2011 at 8:43 AM, AZ 9901 az9...@gmail.com wrote:

RE: Runtime SEGV from gcc -O3 -march=native

2010-07-26 Thread Joseph Quinsey
Again, just FYI, with a simpler example, and with -march=native replaced by k8 or athlon64. Source code: int main(void) { static int foo[4]; int i; for (i = 0; i 4; i++) foo[i] = 0; return 0; } Compile and run, using Cygwin's current gcc version 4.3.4: gcc -O3

Runtime SEGV from gcc -O3 -march=native

2010-07-22 Thread Joseph Quinsey
FYI. Source code: int main(void) { static int foo[4]; int bar[4]; int i; for (i = 0; i 4; i++) foo[i] = bar[i]; return 0; } Compile and run, using Cygwin's current gcc version 4.3.4: gcc -O3 -march=native foobar.c a.exe Segmentation fault (core dumped)

xterm faceSize and -fs in version 260

2010-06-27 Thread Joseph Quinsey
The xterm faceSize resource and the -fs command line option do not seem to work with xterm version 260. Installing the previous Cygwin version, 255, fixes this. --- Joseph Quinsey -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

RE: xterm faceSize and -fs in version 260

2010-06-27 Thread Joseph Quinsey
Attached are the results of appres XTerm and xterm. appres_XTerm2 Description: Binary data appres_xterm Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Slow response to keypresses in xorg-server-1.8.0-1

2010-06-10 Thread Joseph Ess
On Sat, 01 May 2010 09:49:21, Ken Brown wrote: I'm often seeing a very slow response to keypresses under xorg-server-1.8.0-1. The problem is intermittent, but it always happens within a few minutes after starting the server (via the start menu shortcut or a slight variant). Here are some

Re: How do I start WM?

2010-02-25 Thread Joseph Ess
From: Holger Krull holger dot krull at gmx dot de I know that. Sorry for being to short with the description. The X-Server dies when openbox starts, and it shouldn't do that, even without a window manager. But i see this only every tenth attempt to start openbox, while the original poster seems

RE: How do I start WM?

2010-02-25 Thread Joseph Ess
From: Mike Ayers mike_ayers at tvworks dot com Notice the first line. This is a script. When it ends, startx ends, as does your X session. Notice the last line. The X session now lasts as long as the window manager. Note the lack of redirects on the window manager, and the use of a

Re: How do I start WM?

2010-02-25 Thread Joseph Ess
From: Yaakov (Cygwin/X) yselkowitz at users dot sourceforge dot net Note that the last line does NOT have a ''. Quoting from xinit(1): _Now_ it's clear. Thanks. Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: How do I start WM?

2010-02-25 Thread Joseph Ess
From: Yaakov (Cygwin/X) yselkowitz at users dot sourceforge dot net On 2010-02-25 10:16, Joseph Ess wrote: I can reproduce your finding. Putting just openbox in my ~/xinitrc does not work. Of course not; the xinit(1) man page explains that clearly. Really? I looked. Your definition of clear

Re: How do I start WM?

2010-02-25 Thread Joseph Ess
From: Yaakov (Cygwin/X) yselkowitz at users dot sourceforge dot net Openbox is just a WM. It does not provide a panel, pager, or other desktop components. Maybe I'm thinking of BlackBox, since it has a toolbar. Thanks, Joe -- Unsubscribe info:

Re: How do I start WM?

2010-02-24 Thread Joseph Ess
- Original Message From: Jon TURNEY jon.tur...@dronecode.org.uk To: cygwin-xfree@cygwin.com Cc: joseph_...@yahoo.com Sent: Tue, February 23, 2010 2:42:47 PM Subject: Re: How do I start WM? Your question was How do I start XWindows in full screen mode with OpenBox window

How do I start WM?

2010-02-23 Thread Joseph Ess
How do I start XWindows in full screen mode with OpenBox window manager? It used to be that I'd just put the command for the window manager at the end of startxwin.bat. Now that file's gone away. I can't use startxwin.exe as it is multi-window only. I can run XWin.exe, but the only command

Re: How do I start WM?

2010-02-23 Thread Joseph Ess
To: cygwin-xfree@cygwin.com Cc: joseph_...@yahoo.com Sent: Tue, February 23, 2010 9:36:55 AM Subject: Re: How do I start WM? On 23/02/2010 14:11, Joseph Ess wrote: How do I start XWindows in full screen mode with OpenBox window manager? It used to be that I'd just put the command

Re: How do I start WM?

2010-02-23 Thread Joseph Ess
- Original Message From: Jon TURNEY jon.tur...@dronecode.org.uk To: cygwin-xfree@cygwin.com Cc: joseph_...@yahoo.com Sent: Tue, February 23, 2010 11:19:40 AM Subject: Re: How do I start WM? On 23/02/2010 15:11, Joseph Ess wrote: Sent: Tue, February 23, 2010 9:36:55 AM

Re: How do I start WM?

2010-02-23 Thread Joseph Ess
- Original Message From: Jon TURNEY jon.tur...@dronecode.org.uk To: cygwin-xfree@cygwin.com Cc: joseph_...@yahoo.com Sent: Tue, February 23, 2010 1:49:56 PM Subject: Re: How do I start WM? On 23/02/2010 18:29, Joseph Ess wrote: Perhaps you should follow my suggestion and try

RE: Cygwin 1.7.1 sprintf() with format string having 8th bit set

2010-01-04 Thread Joseph Quinsey
Hello, Thank you Andy for your help. As per your suggestion, the problem was resolved by adding the line: setlocale (LC_CTYPE, C.ASCII); My actual code was something like: #define CSI_ \233 ... sprintf (..., CSI_%d;%dH, row, col); So my problem is fixed. But as a matter of

Cygwin 1.7.1 sprintf() with format string having 8th bit set

2010-01-03 Thread Joseph Quinsey
Hello, In Cygwin 1,7.1, sprintf() with the format string having an 8th bit set appears to be broken. Sample code (where I've indicated the backslashes in the comments, in case they are stripped out by the mailer): #include stdio.h int main (void) { unsigned char foo[30] = ; unsigned

[ITP] efax 0.9a

2009-04-26 Thread Joseph Krahn
Efax compiles with just a few changes, and seems to work well. VISTA has dropped support for Window's built-in FAX printer, except for the business version, so more people may find efax useful. However, it is marked as unstable in Debian, but I don't know of any alternatives. Also, it is in the

Re: Upgrade broke Openbox

2008-11-14 Thread Joseph Ess
Yaakov wrote: The openbox package is extremely overdue for an update (distro: 0.99.1, upstream: 3.4.7.2). There is a current version in Ports, but it has dependencies on glib2 and pango that will need to be updated in the distro first. All I can say is to hang on for a little while until we

Upgrade broke Openbox

2008-11-13 Thread Joseph Ess
The upgrade yesterday did bad things to Openbox. See this screenshot for reference: http://w3.gwis.com/~slomojoe/images/openboxscreenshot.jpg The pager (the black rectangle at the bottom of the image) and the window decorations are black though the theme is configured to display light blue (see

Re: Please upload: joe-3.7-1

2008-11-03 Thread Joseph H Allen
On Sun, Nov 02, 2008 at 05:52:53PM -0500, Joseph H Allen wrote: I think I'm not the maintainer of this package anymore, so [ITP] joe-3.7-1 also. (I was having mailing list trouble- my ISP changed my email address). From the maintainer list, Jari Aalto is the maintainer of joe. If you

Please upload: joe-3.7-1

2008-11-02 Thread Joseph H Allen
I think I'm not the maintainer of this package anymore, so [ITP] joe-3.7-1 also. (I was having mailing list trouble- my ISP changed my email address). http://world.std.com/~jhallen/setup.hint http://world.std.com/~jhallen/joe-3.7-1-src.tar.bz2 http://world.std.com/~jhallen/joe-3.7-1.tar.bz2

RE: FW: How to get scroll bars on initial xterm instance?

2008-04-07 Thread Crider, Joseph A
Or create a .Xresources file in your home directory that includes Xterm.*.saveLines: 3000 Xterm.*.scrollbar: true J. Allen Crider -Original Message- From: Reid Thompson [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 2:27 PM To: cygwin-xfree@cygwin.com Subject:

Re: directory listing differences

2007-10-23 Thread Joseph Michaud
On 07 June 2007 17:03, Dave Korn wrote: On 07 June 2007 16:46, Joseph Michaud wrote: One interesting tidbit is that if, from the bash shell, I invoke a Windows CMD shell, then that CMD shell similarly doesn't see the file. I conclude from this that somehow the bash shell doesn't have some

cygwin/xemacs marking a buffer as read-only

2007-09-07 Thread Joseph Koenig
Message- From: Igor Peshansky [ mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 7:20 PM To: Joseph Koenig Cc: cygwin@cygwin.com Subject: Re: Passing domain credentials for a non-domain machine (similar to mapping drives through the Windows shell) On Wed, 5 Sep 2007, Joseph Koenig

xemacs marking a buffer as read-only

2007-09-06 Thread Joseph Koenig
Message- From: Igor Peshansky [ mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 7:20 PM To: Joseph Koenig Cc: cygwin@cygwin.com Subject: Re: Passing domain credentials for a non-domain machine (similar to mapping drives through the Windows shell) On Wed, 5 Sep 2007, Joseph Koenig

Passing domain credentials for a non-domain machine (similar to mapping drives through the Windows shell)

2007-09-05 Thread Joseph Koenig
I have a desktop that I use to access a share with domain credentials despite not being on domain. So when I map a drive, I map it under domain\user and give it the password. This drive is mapped as Z. When I use cygwin to work on those files, it does not inherit the permissions that I mapped the

Re: directory listing differences

2007-06-07 Thread Joseph Michaud
Shankar Unni wrote: Joseph Michaud wrote: [EMAIL PROTECTED] /cygdrive/c/windows/system32 $ ls -al tsdiscon.exe tsecimp.exe ls: cannot access tsdiscon.exe: No such file or directory That's probably because the file is exclusively locked, and the stat performed by ls

directory listing differences

2007-06-05 Thread Joseph Michaud
I noticed the following problem because c:\windows\system32\telnet.exe was one of the files affected... A directory listing shows different files if I compare the windows DIR command to the cygwin ls. For example, I look in c:\windows\system32 for two files (tsdiscon.exe and tsecimp.exe) using

Re: registry's role, or must I install on client madhines

2007-05-24 Thread Joseph Michaud
Christopher Faylor wrote: On Wed, May 23, 2007 at 10:00:49AM -0400, Joseph Michaud wrote: I have cygwin installed on a Windows share. I'm trying to use it from another Windows client machine (on which it was never installed) by simply running the bash executable using the UNC path (//share

registry's role, or must I install on client madhines

2007-05-23 Thread Joseph Michaud
I have cygwin installed on a Windows share. I'm trying to use it from another Windows client machine (on which it was never installed) by simply running the bash executable using the UNC path (//share/cygwin/bin/bash.exe -l -i). This isn't working. I've tried a number of variations like: where

Re: DualCores and Current Cygwin problems

2007-05-18 Thread Joseph Kowalski
when I can. - Joseph Kowalski -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: DualCores and Current Cygwin problems

2007-05-15 Thread Joseph Kowalski
Linda Walsh cygwin at tlinx dot org wrote: Hi, I don't claim to know what is going on, but I'm using a dual-core system and haven't noticed the problems you are having, but my processors are Intel Dual Core. That shouldn't make a difference I wouldn't think. Joseph Kowalski wrote: 1

Re: DualCores and Current Cygwin problems

2007-05-10 Thread Joseph Kowalski
that there may be multiple failures involved. - cheers and good luck (these are hard problems to track down), - Joseph Kowalski -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: DualCores and Current Cygwin problems

2007-05-10 Thread Joseph Kowalski
coincidence. My build is network silent. The network adapter shouldn't be involved. - Joseph Kowalski -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

RE: Updated: readline-5.0-4, libreadline6-5.0-4

2007-05-04 Thread Atzinger, Joseph
First message board posting. Thanks for Joseph Atzinger Sr. Software Engineer Medrad, Inc -Original Message- From: Eric Blake [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 4:43 PM To: Atzinger, Joseph; cygwin@cygwin.com Subject: Re: Updated: readline-5.0-4, libreadline6-5.0-4

RE: Updated: readline-5.0-4, libreadline6-5.0-4

2007-05-04 Thread Atzinger, Joseph
:::sigh::: Sorry for the spam, folks. Last you'll hear from me. Joseph Atzinger Sr. Software Engineer Medrad, Inc -Original Message- From: Eric Blake [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 4:43 PM To: Atzinger, Joseph; cygwin@cygwin.com Subject: Re: Updated: readline-5.0

Problems Installing Programs

2007-03-25 Thread Philip Joseph
I am trying to install some programs in cygwin, and I am coming upon the same error. The two programs that I have tried so far are SID and Insight. The error I get is at the end of this post. I don't really know why the build is not working. I have tried using the -k option when

RE: cygheap base mismatch detected - only on Vista x64, not seen on Vista x86

2006-11-22 Thread Joseph Koenig
: Wednesday, November 22, 2006 5:04 AM To: cygwin@cygwin.com Subject: Re: cygheap base mismatch detected - only on Vista x64, not seen on Vista x86 On Nov 17 18:29, Joseph Koenig wrote: DISCLAIMER: Yes, I realize Vista is not officially supported. If anything I hope this e-mail will end up

cygheap base mismatch detected - only on Vista x64, not seen on Vista x86

2006-11-17 Thread Joseph Koenig
DISCLAIMER: Yes, I realize Vista is not officially supported. If anything I hope this e-mail will end up in the archives to prevent other uses who see this same problem from wasting time if there is no war available. I have successfully used cygwin on Vista32 with no problems. On Vista64 I

RE: huge font as default?

2006-10-30 Thread Crider, Joseph A
You can change the starting font by adding it to the file ~/.Xresources. I use the line XTerm.*.font: 9x15 to get the appearance I want (I think this is the same as the Large font). Use the command xlsfonts to get a complete list of available fonts. Allen Crider -Original

Looking For Clipboard Solution

2006-10-20 Thread Koziatek, Joseph
Hi All, I'm running Cygwin X on a Dell/Windows XP to get a full Xsession on a Solaris box and occasionally my X clipboard fails to work between X and MS Windows. It takes quite some time (weeks) for it to happen. The MS Windows clipboard continues to work withen itself and the X clipboard

File permissions and VSS failure

2006-10-17 Thread Joseph C. Nemeth
Summary: I dropped a long way down the rabbit-hole on this one. I finally found the problem, and what initially seemed like a boneheaded Cygwin bug turns out to be an annoying fact of life. It has to do with file permissions and broken Windows software, specifically Visual Source Safe (VSS).

Please upload: joe-3.5-1

2006-07-20 Thread Joseph H Allen
http://world.std.com/~jhallen/setup.hint http://world.std.com/~jhallen/joe-3.5-1-src.tar.bz2 http://world.std.com/~jhallen/joe-3.5-1.tar.bz2 Joe

Please upload: joe-3.4-1

2006-05-30 Thread Joseph H Allen
http://world.std.com/~jhallen/setup.hint http://world.std.com/~jhallen/joe-3.4-1-src.tar.bz2 http://world.std.com/~jhallen/joe-3.4-1.tar.bz2 Joe

sshd and network share permissions

2006-04-06 Thread Joseph Hetrick
Hello, I've been through the list archives and have googled fairly heavily and am up against a wall. I've set cygwin sshd up according to the following (which seems to be what is posted to the list at various intervals). http://pigtail.net/LRP/printsrv/cygwin-sshd.html I'm having a

Plotting from Python on Cygwin/X

2006-01-13 Thread Crider, Joseph A
My team has begun development of a new project to be written in Python. One of our requirements is that we be able to generate some relatively simple plots and save them in PNG or JPEG format. I've looked at three possibilities so far and encountered problems with all of them. I started by

Errors when starting Cygwin/X on Windows XP SP2

2006-01-12 Thread Joseph Myers
Hello, I am getting the following errors when I attempt to start the Cygwin/X system on my Windows XP SP2 machine: xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error. Have any other users reported this error? Regards, Joe

Re: It this the disappearing cursor bug?

2005-11-17 Thread Joseph Miller
. I haven't looked at the source code of your file, only your patch, so maybe this does not apply or has already been used. If so, I apologize. - -Joseph On Monday 14 November 2005 8:53 pm, Colin Harrison wrote: Hi, Looking less likely, failed eventually with the patch. Ah well... Colin

Fwd: calcmaster.NET Contact Us

2005-04-19 Thread Joseph Miller
, then launches either ssh.exe or rsh.exe inside of an xterm. I have never had problems with it except that sometimes xterm.exe launches before XWin.exe opens a listening socket and then xterm.exe promptly closes. Reattempting to launch everything usually fixes this. -Joseph Miller -- Forwarded

Re: Try to make minimal XServer

2005-04-04 Thread Joseph Miller
XWinLogon at http://www.calcmaster.net/visual-c++/xwinlogon/ . I packaged the X server and provided a frontend for launching. It of course is not fully featured, but it is enough to start and run a session. - -Joseph -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux

Re: 30+ reasons why X-Win32 is Better than Cygwin/X

2005-03-10 Thread Joseph Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 09 March 2005 6:30 pm, Christopher Faylor wrote: On Wed, Mar 09, 2005 at 04:19:18PM -0500, Joseph Miller wrote: I recently received a list entitled 30+ Reasons Why X-Win32 is Better than Cygwin/X. I don't know enough at the moment

Re: 30+ reasons why X-Win32 is Better than Cygwin/X

2005-03-10 Thread Joseph Miller
suggestions or comments about this, please email me. I have already seen projects in place that appear to work towards remote sound support but have not been integrated into anything else. Now where was that project page. - -Joseph On Wednesday 09 March 2005 4:19 pm, Joseph Miller wrote: I

30+ reasons why X-Win32 is Better than Cygwin/X

2005-03-09 Thread Joseph Miller
is what support Cygwin/X has for it and the fourth column is what support X-Win32 has for it. - -Joseph Miller -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFCL2hZmXZROF+EADURAuH7AJ4sMWNkewmQnemWmFqT2AeKT7XMDwCfR5o+ 8V4iPv23+sO5iInWxC++BWM= =Pmtt -END PGP SIGNATURE

Re: Make Xwin.exe run something on start-up

2005-02-14 Thread Joseph Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You may also want to take a look at XWinLogon which is basically the Cygwin X server packaged with a Windows frontend. You can see a screenshot and download it at http://www.calcmaster.net/visual-c++/xwinlogon/ - -Joseph On Saturday 12 February

SecureCRT to Xwindows

2005-01-29 Thread Joseph Abrahams
to set the DISPLAY variable to ettin:15.0 or something similar. What is this? I'm not exactly how to set the DISPLAY variables. A complete listing from loging on till the error follows: Thanks for the help, Joseph To use the secure DISPLAY feature of ssh set your DISPLAY environment variable

python mysql

2005-01-18 Thread * Joseph Desire Stefan
hi, i'm trying to get a python program running under cygwin, that reads from a mysql db. problem is, it won't compile, gcc stops with something like 'undefined reference to _mysql_errno has anybody had success in doing this? according to google, this seems to be a *very* rare problem (only one

Packaged X Server for easy use

2004-12-07 Thread Joseph Miller
is to rebuild the binaries from the sources, allow for installation along side of Cygwin without interference, and add -mwindows to remove the cmd.exe box that comes up with each window. - - -Joseph -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBtd23mXZROF+EADURAuumAJ92T4zcsWw1y/3p

Re: Packaged X Server for easy use

2004-12-07 Thread Joseph Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 07 December 2004 12:15 pm, Christopher Faylor wrote: On Tue, Dec 07, 2004 at 11:43:33AM -0500, Joseph Miller wrote: Hello X Cygwin project. I got tired of the only option to use an X Server on Windows to be either use the X-Win32 trial

Re: Packaged X Server for easy use

2004-12-07 Thread Joseph Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 07 December 2004 3:09 pm, Christopher Faylor wrote: On Tue, Dec 07, 2004 at 02:53:19PM -0500, Joseph Miller wrote: I do realize that you do not have to install the entire cygwin installation but can use setup.exe and customize it, but I

follow-up re textmode problem for relative paths, nobinmode env variable

2004-07-27 Thread Joseph
a few weeks ago I asked about what mount commands to use in order to simulate the set-up I had on an older version of Cygwin which had textmode as the default for opening files I did not explicitly change the default mount settings from that version, which it reports as c: on /cygdrive/c type user

Re: higher-level IO very slow with cygwin1.dll 5.10 (due to set_flags?)

2004-06-26 Thread Joseph
Thanks to those who responded to my post. I am not sure though if all of you read the entire sequence of the thread. In my first post, I did attach an excerpt from an strace dump of a sample program that seemed to show where the time is going. Here is the relevant information again in case it was

higher-level IO very slow with cygwin1.dll 5.10 (due to set_flags?)

2004-06-20 Thread Joseph
. Thanks for any help. -- Joseph Rosenzweig iotest.c Description: Binary data cygcheckout Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Qw Re: Your V~i_c_o`din refill is ready

2004-04-16 Thread joseph shindle
e-ehh directivos corduba The b`est meds available Stop the pain, here's how: vico*din This site will save you alot of money on meds... G N http://iamp.xmbp.newestideasall.info/pgpho/index.htm Drop me: http://uy.oij.newestideasall.info/pgpho/rm.html Sir William Thompson was very deaf

timezone irregularity when Windows TZ is set to Indiana

2004-03-29 Thread Joseph Tate
system, and set the TZ env variable to 'America/Indianapolis' I get back EST as the timezone. Where does the USEST come from? Is that a Windows-ism or something in Cygwin? I'm using cygwin 1.5.7-1 on Windows XP SP 1 with all updates supplied. Joseph -- Unsubscribe info: http://cygwin.com

Fix for sshd service start failure problem

2004-01-23 Thread Joseph E. Vornehm, Jr.
For what it's worth, I think I've found a fix to a problem posted in October of 2002 in this thread: http://www.cygwin.com/ml/cygwin/2002-10/msg00443.html Here's my version of the problem: After running ssh-host-config (and noticing two errors from chown about the system account), the sshd

Re: Effective Perl Programming: Writing Better Programs With Perl

2003-09-24 Thread Joseph N . Hall
That is pretty funny. You might be surprised how often I have heard this question. But asking someone else entirely is a twist I haven't encountered. -joseph p.s. FWIW I am in the process of releasing my Perl slides online, and the book will be released as PS/PDF in its entirety online

VSFtpD on Cygwin

2003-09-12 Thread Joseph Ishak
Where can I get Jason Tishler's VSFtpD port for cygwin as mentioned here http://www.cygwin.com/ml/cygwin/2003-04/msg01844.html I am attempting to use ProFtpD to do some stuff with 2000/xp and I am having what appears to be the same problem that precipitated the post above. I tried searching

Re: [ANNOUNCEMENT] Server Test 92

2003-07-29 Thread Joseph Barillari
---cut here---end---8--- Is the winMutliWindowWMIOErrorHandler error handler triggered when one of those null-pointer checks you mentioned finds a null pointer? Thanks for releasing this build! Regards, --Joe -- Joseph Barillari -- http://barillari.org

Re: [ANNOUNCEMENT] Server Test 92

2003-07-29 Thread Joseph Barillari
thought it might be of some significance. Best, --Joe -- Joseph Barillari -- http://barillari.org

newlib math bug (fpclassify)

2003-07-10 Thread Joseph E. Vornehm, Jr.
I've already posted this info to the newlib list along with a patch. Someone suggested I re-posting it here, since it affects development of scientific/mathematical software using Cygwin. Apologies if this is repeat information for anyone; this seemed to be a more appropriate forum than, say,

-multiwindow + XP = nonstop Xwin.exe crashes

2003-07-07 Thread Joseph Barillari
to do with it.) Is this a known bug in Xwin? If it is not, any suggestions on how to diagnose it would be much appreciated. Thanks in advance, --Joe -- Joseph Barillari -- http://barillari.org

Installing cygwin NOT from web

2003-03-13 Thread Simon Patrick Joseph Ingram
Hi, I am trying to install cygwin on my computer at home, but I currently don't have an internet connection. I have been trying to work out what files I need to download for a full installation, but the website is not clear. Could you possibly confirm for me whether or not I need any files other

Re: setup.exe - 2.249.2.5 - Cannot get other packages not included in base install

2003-03-08 Thread Joseph Colton
--- Max Bowsher [EMAIL PROTECTED] wrote: Please keep replies on the list. Joseph Colton wrote: --- Max Bowsher [EMAIL PROTECTED] wrote: Are your Windows DPI/font size settings non-default? (In the Display control panel) My font sizes are all default. I tried changing

setup.exe - 2.249.2.5 - Cannot get other packages not included in base install

2003-03-07 Thread Joseph Colton
I downloaded the setup.exe program from cygwin.com and tried to run setup. Setup worked great for the base packages, but I never saw an option for the other packages. I believe that the button is there, but is not in the window. I am running a Japanese version of Windows 98 and believe that

postgresql feature request

2003-01-28 Thread Joseph Tate
I would like the contrib code built into the postgresql binary package, or perhaps into a separate postgresql-contrib package. It's as simple as adding a make -C contrib and a DESTDIR=$TmpDir make -C contrib install to the build process. Thanks, Joseph -- Unsubscribe info: http

Re: sshd: setgid() fails on second login

2003-01-19 Thread Joseph Davida
I have compiled and installed ssh.com's 3.2.2 ssh clients and daemon. I can start the daemon without a hitch. But the daemon is unable to authenticate the password, probably becasue the cygwin's libc password interface to the Win2K password authentication lib is not working. The ssh client

prob with Tcl glob command under Cygwin

2002-12-31 Thread Joseph
had this problem and how it can be fixed. Thanks for any help --- Joseph Rosenzweig -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com

[ANNOUNCEMENT] emacs 21.2-10 available

2002-12-11 Thread Joseph H. Buehler
GNU emacs 21.2-10 is available.. Changes: - implemented unexec(); startup should be much faster This is a major feature -- the emacs binaries now have the startup LISP code loaded into the binaries instead of having to load them at runtime. Please let me know if you have problems. New emacs

emacs 21.2-10 available

2002-12-11 Thread Joseph H. Buehler
GNU emacs 21.2-10 is available.. Changes: - implemented unexec(); startup should be much faster This is a major feature -- the emacs binaries now have the startup LISP code loaded into the binaries instead of having to load them at runtime. Please let me know if you have problems. New emacs

Re: Latest setup.exe

2002-12-09 Thread Joseph Davida
Nop! package dir is c:\downloads\cygwin\packages. Joe --- Robert Collins [EMAIL PROTECTED] wrote: On Mon, 2002-12-09 at 03:56, Joseph Davida wrote: I got around the problem by removing the old C:\cygwin (actually by renaming it to cygwin.old) and restarting the setup.exe. So

Re: Latest setup.exe

2002-12-08 Thread Joseph Davida
I got around the problem by removing the old C:\cygwin (actually by renaming it to cygwin.old) and restarting the setup.exe. So it appears current setup.exe will cause this problem on Win2K if it installs on top of an exsisting installation. Cheers, Joe Joseph Davida wrote: I tried the beta

Building lftp in cygwin

2002-12-08 Thread Joseph Davida
While building latest lftp in latest cygwin (installed yesterday), I get the following error: /bin/../lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a(libcmain.o)(.text+0x7c): undefined reference to `_WinMain@16' collect2: ld returned 1 exit status In what library or dll is WinMain@16

  1   2   >