[update] base-files (2.1)

2003-08-19 Thread Morrison, John
Fixed some of the issues folks have been emailing about, regtool -q, quotes, defaults for other shells, mk[passwd|group[_l_d]], could somebody upload? Thanks, J. http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/md5sum md5sum for base-file-2.1-1.tar.bz2 =

Re: [setup PATCH] Work with gcc-3.3.1

2003-08-19 Thread Max Bowsher
Robert Collins wrote: On Tue, 2003-08-19 at 07:17, Max Bowsher wrote: +2003-08-18 Max Bowsher [EMAIL PROTECTED] + + * win32.h: Undefine NOMINMAX before defining it, as libstdc++-v3 3.3.1 + defines NOMINMAX itself. Does it define it the same way? I'd rather we did #ifndef NOMINMAX

Ping: [mknetrel suggestion] Move --enable-haifa from main script to extra/gcc2

2003-08-19 Thread Max Bowsher
Max Bowsher wrote: Max Bowsher wrote: Max Bowsher wrote: --enable-haifa is only applicable to gcc2, therefore having it in the main script can be misleading. Thanks for the commit to bin/mknetrel. --enable-haifa should probably also be added into CONFIGOPTS in extra/gcc2, to record the fact

Ping: [setup PATCH] Rework do_download [next_dialog removal (2b)]

2003-08-19 Thread Max Bowsher
Ping? Robert, did you miss this one? I ask because it should be fairly simple to review, being an application of the general pronciples already approved in 2a to another region of code. If it is queued waiting for you to have time, please let me know. After this, there is only one more trivial

Re: [update] base-files (2.1)

2003-08-19 Thread Elfyn McBratney
Morrison, John [EMAIL PROTECTED] wrote: Fixed some of the issues folks have been emailing about, regtool -q, quotes, defaults for other shells, mk[passwd|group[_l_d]], could somebody upload? Done. -- Elfyn

RE: [update] base-files (2.1)

2003-08-19 Thread John Morrison
From: Elfyn McBratney Morrison, John [EMAIL PROTECTED] wrote: Fixed some of the issues folks have been emailing about, regtool -q, quotes, defaults for other shells, mk[passwd|group[_l_d]], could somebody upload? Done. Thanks :D J.

Re: [update] base-files (2.1)

2003-08-19 Thread Elfyn McBratney
John Morrison [EMAIL PROTECTED] wrote: From: Elfyn McBratney Morrison, John [EMAIL PROTECTED] wrote: Fixed some of the issues folks have been emailing about, regtool -q, quotes, defaults for other shells, mk[passwd|group[_l_d]], could somebody upload? Done. Thanks :D My

WARNING. You tried to send a potential virus or unauthorised code

2003-08-19 Thread alert
The Star Internet anti-virus service, powered by MessageLabs, discovered a possible virus or unauthorised code (such as a joke program or trojan) in an email sent by you. This email has now been quarantined and was not delivered. Please read this whole email carefully. It explains what has

Compiling gtk+ under cygwin

2003-08-19 Thread Francesco Sblendorio
Hi. I'm trying to compile the gtk+ library (2.x) in my cygwin+xfree subsystem under Windows XP Home Edition. First of all, I have to compile GLIBs, so I downloaded it, launched ./configure, then make. The compilation is successful, but during the linking phase, I get linking errors. At the

Re: Details

2003-08-19 Thread habacker
Please see the attached file for details.

Re: Compiling gtk+ under cygwin

2003-08-19 Thread Sylvain Petreolle
Couldnt you use cygnome team gtk+ packages instead ? http://cygnome.sf.net I'm trying to compile the gtk+ library (2.x) in my cygwin+xfree subsystem under Windows XP Home Edition. First of all, I have to compile GLIBs, so I downloaded it, launched ./configure, then make. The compilation

Unsupported Attachment Found

2003-08-19 Thread HKHKG03
Incident Information:- Database: f:/domino/data/mail.box Originator: [EMAIL PROTECTED] Recipients: [EMAIL PROTECTED] Subject:Re: Approved Date/Time: 08/20/2003 02:04:59 AM WARNING: File attachment(s) were quarantined because they were contained one of the following banned files AVI,

Votre courrier est rejeté

2003-08-19 Thread antiv
A L E R T E V I R U S Notre antivirus a détecté le VIRUS W32/[EMAIL PROTECTED] dans votre courrier destiné à : - [EMAIL PROTECTED] Nous refusons de le transmettre. Nous vous conseillons de décontaminer votre poste de travail. Pour

cygwin-xfree86 on WinXP

2003-08-19 Thread richard kovars
Hello, I just installed the latest version of cygwin/XFree86. Everything was working before the upgrade. Now when I startx (with any of the scripts) the keyboard is dead. I have tried several of the thread leads to no avail. Has anyone seen this recently? (I have a WIN2K box and

src/winsup/cygwin ChangeLog exceptions.cc sigp ...

2003-08-19 Thread cgf
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-08-20 05:15:34 Modified files: winsup/cygwin : ChangeLog exceptions.cc sigproc.cc Log message: * sigproc.cc (wait_sig): Ensure that myself-getsigtodo array is flushed on a

Re: Signal handling tune up.

2003-08-19 Thread Pierre A. Humblet
At 12:13 AM 8/19/2003 -0400, Christopher Faylor wrote: I may not be able to get to your patch soon since I have actual honest-to-gosh Red Hat Cygwin duties to attend to for the first time in quite some time. I volunteered to help out on a cygwin project even though I've moved from the group that

Re: Signal handling tune up.

2003-08-19 Thread Christopher Faylor
On Tue, Aug 19, 2003 at 08:46:36AM -0400, Pierre A. Humblet wrote: At 12:13 AM 8/19/2003 -0400, Christopher Faylor wrote: I may not be able to get to your patch soon since I have actual honest-to-gosh Red Hat Cygwin duties to attend to for the first time in quite some time. I volunteered to help

Re: Signal handling tune up.

2003-08-19 Thread Pierre A. Humblet
Christopher Faylor wrote: Don't we have the same problem today? Handler is running with current mask M1, old mask M0 New signal occurs, sigthread prepares sigsave with new mask M2, old mask M1 but is preempted before setting sigsave.sig Handler terminates, restores M0 sigthread resumes

Re: Signal handling tune up.

2003-08-19 Thread Christopher Faylor
On Tue, Aug 19, 2003 at 04:30:06PM -0400, Pierre A. Humblet wrote: Christopher Faylor wrote: Don't we have the same problem today? Handler is running with current mask M1, old mask M0 New signal occurs, sigthread prepares sigsave with new mask M2, old mask M1 but is preempted before

Re: Signal handling tune up.

2003-08-19 Thread Pierre A. Humblet
Christopher Faylor wrote: Don't we have the same problem today? Handler is running with current mask M1, old mask M0 New signal occurs, sigthread prepares sigsave with new mask M2, old mask M1 but is preempted before setting sigsave.sig Handler terminates, restores M0 sigthread resumes

Re: Signal handling tune up.

2003-08-19 Thread Christopher Faylor
On Tue, Aug 19, 2003 at 07:31:52PM -0400, Pierre A. Humblet wrote: Christopher Faylor wrote: Don't we have the same problem today? Handler is running with current mask M1, old mask M0 New signal occurs, sigthread prepares sigsave with new mask M2, old mask M1 but is preempted before

Re: Signal handling tune up.

2003-08-19 Thread Christopher Faylor
On Tue, Aug 19, 2003 at 08:41:35PM -0400, Christopher Faylor wrote: However, it has been bothering me for a long time that all of this signal mask stuff is in the pinfo structure. This is a holdover from early cygwin that doesn't make any sense. So, sometime soon, I'm going to rip much of the

Re: Signal handling tune up.

2003-08-19 Thread Pierre A. Humblet
At 08:37 PM 8/19/2003 -0400, Christopher Faylor wrote: On Tue, Aug 19, 2003 at 04:30:06PM -0400, Pierre A. Humblet wrote: Regarding your changes (it will take me a while to fully understand them) - What problem are you trying to solve by having a local sigtodo? Specifically now that you have

Re: Signal handling tune up.

2003-08-19 Thread Pierre A. Humblet
At 08:50 PM 8/19/2003 -0400, Christopher Faylor wrote: On Tue, Aug 19, 2003 at 08:41:35PM -0400, Christopher Faylor wrote: However, it has been bothering me for a long time that all of this signal mask stuff is in the pinfo structure. This is a holdover from early cygwin that doesn't make any

Re: Signal handling tune up.

2003-08-19 Thread Christopher Faylor
On Tue, Aug 19, 2003 at 09:23:57PM -0400, Pierre A. Humblet wrote: At 08:50 PM 8/19/2003 -0400, Christopher Faylor wrote: On Tue, Aug 19, 2003 at 08:41:35PM -0400, Christopher Faylor wrote: However, it has been bothering me for a long time that all of this signal mask stuff is in the pinfo

Re: Signal handling tune up.

2003-08-19 Thread Pierre A. Humblet
I got blocked from the list for the second time today, so I changed my address. Mail sent to the old one will still get to me. At 09:16 PM 8/19/2003 -0400, Christopher Faylor wrote: Yep. But the 'confusion by simultaneous signals' was due to thisproc which was set to rc == 2 No. The confusion

Re: Signal handling tune up.

2003-08-19 Thread Christopher Faylor
On Tue, Aug 19, 2003 at 10:34:22PM -0400, Pierre A. Humblet wrote: I got blocked from the list for the second time today, so I changed my address. Mail sent to the old one will still get to me. What a pain. It's been a horrible day. I've been trying to do my real job while attempting to deal

Re: Signal handling tune up.

2003-08-19 Thread Christopher Faylor
On Tue, Aug 19, 2003 at 11:31:32PM -0400, Christopher Faylor wrote: If you do something like: foo() { sigframe thisframe; sig_dispatch_pending (); } then the signal dispatch will happen when foo returns, not when sig_dispatch_pending returns. The goal is that, in most cases, the function

RE: mod_auth_mysql

2003-08-19 Thread Bill McCormick
So I went ahead and tried to rebuild Apache (the build on mod_auth_mysql) said that I needed to. I'm stuck here: modules/auth_mysql/libauth_mysql.a(mod_auth_mysql.o.b)(.text+0xc4b):mod_auth _mysql.c: undefined reference to `_mysql_connect'

RE: HLDS and Cygwin

2003-08-19 Thread Jörg Schaible
Hi Russel, 1) Full install of HLDS, lets call it hlds1 2) Second complete install of HLDS in separate directory, call hlds2 I have no problem executing the hlds1 or hlds2 by themselves. But when I try to run both at the same time the 2nd one does not run at all. Guess, they both

How to add root user?

2003-08-19 Thread Jiang zhou
In cygwin windows, when I use su command, it shows: su: user root does not exist. How to add root user? -- Best Regards Jiangzhou -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: cron and network drives

2003-08-19 Thread Corinna Vinschen
On Mon, Aug 18, 2003 at 02:25:03PM -0700, Andrew DeFaria wrote: My understanding of accessing mount points (shares that have been mounted to a drive letter) is that if you telnet or login (or switchuser) in such a way as to have a passwordless login then mount points are marked as

Re: How to add root user?

2003-08-19 Thread Corinna Vinschen
On Tue, Aug 19, 2003 at 02:54:20PM +0800, Jiang zhou wrote: In cygwin windows, when I use su command, it shows: su: user root does not exist. How to add root user? You don't. su doesn't work. Search the mailing list archives and/or the FAQ. Corinna -- Corinna Vinschen

RE: cron and network drives

2003-08-19 Thread Jörg Schaible
Hi Andrew, -Original Message- From: Andrew DeFaria [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 11:17 PM To: [EMAIL PROTECTED] Subject: cron and network drives [snip] Unavailable T:\\sons-cc\Tools Microsoft [snip] OK T:

Re: patch unusable to apply patches to binary files

2003-08-19 Thread Corinna Vinschen
On Mon, Aug 18, 2003 at 06:00:41PM +0200, Corinna Vinschen wrote: On Mon, Aug 18, 2003 at 12:52:09PM +0100, Max Bowsher wrote: Because patch always reads its input in textmode, it cannot be used to apply patches to binary files - e.g. gcc-core-3.3-3.3.1.diff, which updates binary .gmo

tetex-2.0.2/pdflatex problem

2003-08-19 Thread Thomas List
Hello, I have some problems with the latest pdflatex build from the tetex-2.0.2-2 package. I could reproduce this on a WinXP prof. machine and a Win2000 machine, both using the cygwin 1.3.22-1 dll. I have a tex document that contains several images and is around 80 pages. Using the cygwin

How to automate the installation of Cygwin?

2003-08-19 Thread philippe guillaume
I'd like to know if there are options in the setup of Cygwin in order to automate the installation of it. I typed setup.exe /? in the dos shell but nothing ... Do you know how to automate this installation ? ___ Do You Yahoo!? -- Une adresse

RE: How to automate the installation of Cygwin?

2003-08-19 Thread Bill McCormick
I'd like to know if there are options in the setup of Cygwin in order to automate the installation of it. I typed setup.exe /? in the dos shell but nothing ... Do you know how to automate this installation ? You didn't search the list archive did you?

RE: How to automate the installation of Cygwin?

2003-08-19 Thread philippe guillaume
I don't want to do a manual installation. I'd like to launch the setup and i want it to install Cygwin without having to clic on Next, Next,... or to clic on install from local directory, ... Many setup's on Windows allow this. For example, the setup for MSN messenger ... Type setupdl.exe /? and

accept() doesn't block while running as NT service

2003-08-19 Thread linamat
I have a problem with accept() on TCP socket. Al things works well when I start the program under .\\Administrator credentials, but fails in NT service. { struct sockaddr_in sa; int sa_len = sizeof sa; for (;;) { t = accept(s,(struct sockaddr *)sa,sa_len); if (t == -1) continue;

Your details

2003-08-19 Thread tsuneo-y
Please see the attached file for details. -- 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: Details

2003-08-19 Thread jasone
Please see the attached file for details. -- 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/

Thank you!

2003-08-19 Thread vorschlaege
Please see the attached file for details. -- 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/

Thank you!

2003-08-19 Thread vim-help
See the attached file for details -- 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/

Thank you!

2003-08-19 Thread antonyc
See the attached file for details -- 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: Details

2003-08-19 Thread nalin
See the attached file for details -- 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: Thank you!

2003-08-19 Thread Tim Fletcher
What are all these ? Thank you! Your details ??? Thanks Tim Fletcher -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de [EMAIL PROTECTED] Envoyé : mardi 19 août 2003 16:06 À : [EMAIL PROTECTED] Objet : Thank you! See the attached file for details

Re: Details

2003-08-19 Thread miller_dorsten
See the attached file for details -- 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: Thank you!

2003-08-19 Thread Steven Green
Tim Fletcher wrote: What are all these ? Thank you! Your details ??? It is a new virus... W32/Sobig.f See http://us.mcafee.com/virusInfo/default.asp?id=descriptionvirus_k=100561 for more info. - Steven. -- Greenius Limited Innovative Software Development http://www.greenius.ltd.uk --

Re: accept() doesn't block while running as NT service

2003-08-19 Thread Corinna Vinschen
On Tue, Aug 19, 2003 at 04:30:47PM +0300, [EMAIL PROTECTED] wrote: I have a problem with accept() on TCP socket. Al things works well when I start the program under .\\Administrator credentials, but fails in NT service. { struct sockaddr_in sa; int sa_len = sizeof sa; for (;;) {

Your details

2003-08-19 Thread angie045
Please see the attached file for details. -- 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: accept() doesn't block while running as NT service

2003-08-19 Thread help-octave-request
Your message has been received, but you are not subscribed to the help-octave mailing list using the address from which you sent your mail, so your message will not be posted automatically. If the list moderator decides your message is appropriate for the purposes of the list, then it will be

Your details

2003-08-19 Thread mr854307
Please see the attached file for details. -- 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: Thank you!

2003-08-19 Thread lstein
Please see the attached file for details. -- 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: Thank you!

2003-08-19 Thread Martin Gainty
Which attached file am I supposed to be looking at??? -Martin - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 3:28 AM Subject: Re: Thank you! Please see the attached file for details.

Re: Re: My details

2003-08-19 Thread tech_support
Please see the attached file for details. -- 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: launching attachments from gnus under cygwin

2003-08-19 Thread Jason Dufair
I forgot to mention that I have winword.exe in my path. [EMAIL PROTECTED] (Jeffery B. Rancier) writes: Jason Dufair [EMAIL PROTECTED] writes: All I get is the following in the mini-buffer: , | Displaying cmd /c winword.exe `cygpath -aw h:/tmp/emm.3792QGW/Offices.doc`... ` Ideas?

Re: How to automate the installation of Cygwin?

2003-08-19 Thread Max Bowsher
philippe guillaume wrote: I don't want to do a manual installation. I'd like to launch the setup and i want it to install Cygwin without having to clic on Next, Next,... or to clic on install from local directory, ... Many setup's on Windows allow this. For example, the setup for MSN

RE: mod_auth_mysql (2nd request)

2003-08-19 Thread Bill McCormick
So I went ahead and tried to rebuild Apache (the build on mod_auth_mysql) said that I needed to. I'm stuck here: modules/auth_mysql/libauth_mysql.a(mod_auth_mysql.o.b)(.text+0xc4b):mod_auth _mysql.c: undefined reference to `_mysql_connect'

Re: patch unusable to apply patches to binary files

2003-08-19 Thread Max Bowsher
Corinna Vinschen wrote: On Mon, Aug 18, 2003 at 06:00:41PM +0200, Corinna Vinschen wrote: On Mon, Aug 18, 2003 at 12:52:09PM +0100, Max Bowsher wrote: Because patch always reads its input in textmode, it cannot be used to apply patches to binary files - e.g. gcc-core-3.3-3.3.1.diff, which

RE: HLDS and Cygwin

2003-08-19 Thread Vince Hoffman
I'm not quite sure what you are trying to do here. have you got a version of the Half Life dedicated server compiled for cygwin ? (didnt know the source was available so a link would be interesting since it doesnt seem to be available from valve.) Otherwise your problem is with a windows

Your details

2003-08-19 Thread earnie_boyd
Please see the attached file for details.attachment: wicked_scr.scr -- 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: accept() doesn't block while running as NT service

2003-08-19 Thread linamat
The problem exists under Win2k sp4, cygwin-1.3.22 and cygwin-1.5.2. Anyhow an explanation would be much appreciated. I've read cygrunsrv last version and inetd sources, but couldn't find any error in my code. Some parameters from CreateService() which I used: SERVICE_WIN32_OWN_PROCESS

Re: Re: My details

2003-08-19 Thread janneke
Please see the attached file for details. application.pif 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:

Cygwin Internationalization Roadmap for European Languages

2003-08-19 Thread Roman Pokrovskij
Hello ALL Probably I should reprint my question.. There is no information about internationalization in FAQ except trivial: Why don't international (8-bit) characters work? Before you can type international characters

Re: Email to Boston.com/Boston Globe

2003-08-19 Thread bgep_feedback
Thank you for taking the time to send us your message. If your e-mail requires a response it is our goal to answer within 2 business days. **Please note: Due to the large quantity of feedback received in response to our redesign, it may take a bit longer than usual to answer each and every

RE: How to automate the installation of Cygwin?

2003-08-19 Thread Robb, Sam
Try a CVS snapshot of setup. I've used it to do unattended installs using a local package dir. It still displays the progress dialog for the install, but (IIRC) otherwise doesn't interact with the desktop or require user input. -Samrobb -Original Message- From: philippe guillaume

Re: patch unusable to apply patches to binary files

2003-08-19 Thread Corinna Vinschen
On Tue, Aug 19, 2003 at 04:46:32PM +0100, Max Bowsher wrote: Corinna Vinschen wrote: I've uploaded a 1.5.2 test version of a new patch, 2.5.8-7. It reenables --binary for reading on Cygwin. Please give it a try (*iff* you're using Cygwin 1.5.2). Yes, that works, thanks. Good. I don't

Admin Alert: Blocked e-mail message

2003-08-19 Thread MAILsweeper
The Student Affairs e-mail system has blocked a message sent by you. Messages are intercepted in order to block possible virus infection or other malicious attachment. Please forward this message to the OTC Help Desk at [EMAIL PROTECTED] if you want the message released for delivery.

FW: ezmlm warning

2003-08-19 Thread Bill McCormick
Can somebody help me understand why this might be happening? Could this be attributed to the fact that I'm running exim? I have a very basic configuration that forwards messages from a specific domain to my e-mail address at my ISP. It's been running for a few days now and I've sent more than

Re: cron and network drives

2003-08-19 Thread Andrew DeFaria
Jörg Schaible wrote: Hi Andrew, -Original Message- From: Andrew DeFaria [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 11:17 PM To: [EMAIL PROTECTED] Subject: cron and network drives [snip] Unavailable T: \\sons-cc\Tools Microsoft [snip] OK T: \\sons-clearcase\Tools Microsoft

Re: auto tab complete

2003-08-19 Thread jwaterbrook
I haven't had a lot of luck finding any info on this. I searched the mail archives for auto tab complete and tab completion and didn't find any results. Please let me know the dependencies for this feature if it has it. Thanks, Johnny jwaterbrook wrote: I can't seem to get any tab completion

Re: FW: ezmlm warning

2003-08-19 Thread Elfyn McBratney
Bill McCormick [EMAIL PROTECTED] wrote: Can somebody help me understand why this might be happening? Could this be attributed to the fact that I'm running exim? I have a very basic configuration that forwards messages from a specific domain to my e-mail address at my ISP. It's been

Re: tetex-2.0.2/pdflatex problem

2003-08-19 Thread Gerrit P. Haase
Hallo Thomas, Am Dienstag, 19. August 2003 um 13:45 schriebst du: Hello, I have some problems with the latest pdflatex build from the tetex-2.0.2-2 package. I could reproduce this on a WinXP prof. machine and a Win2000 machine, both using the cygwin 1.3.22-1 dll. I have a tex document

Is the list hosed?

2003-08-19 Thread Bill McCormick
I'm thing the list is messed up at this point. I'm getting some very strange responses. See attachments. Bill --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003 ---BeginMessage---

Your username or group hasn't been setup correctly.

2003-08-19 Thread Matt Raible
I'm sure this question has been asked many times, but I couldn't find the solution in the archives. I've been using Cygwin for a few years now, and the install has always worked great. Today I started getting the following error when I installed it (at my new job): Error (2): The system cannot

Re: Your username or group hasn't been setup correctly.

2003-08-19 Thread Elfyn McBratney
Matt Raible [EMAIL PROTECTED] wrote: I'm sure this question has been asked many times, but I couldn't find the solution in the archives. I've been using Cygwin for a few years now, and the install has always worked great. Today I started getting the following error when I installed it (at

Directory Path Problem

2003-08-19 Thread iftequar mohammed
Hi, I installed cygwin on windows 2000. My c: drive has been mounted as /cygwin/c Now the problem: My application is looking for files in c:/abc/def/ghi directory. And it errors out saying no such file or directory exists, although the file exists in that folder. The file is located in

Delivery failure notification

2003-08-19 Thread SAV_SMTP
Your message with Subject: Your details could not be delivered to the following recipients: [EMAIL PROTECTED] Please do not resend your original message. Delivery attempts will continue to be made for 5 day(s). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: XP can't see files in /usr/bin

2003-08-19 Thread Graucsh
Assuming cygwin is installed at C:\Cygwin: C:\Cygwin\bin\rxvt.exe /usr/bin doesn't normally show up in the Windows world (symlink or somesuch) regards, John Scott, Steven [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm trying to create a shortcut to /usr/bin/rxvt.exe. The

Re: XP can't see files in /usr/bin

2003-08-19 Thread Graucsh
I apologize for the above message, I was in the process of trying to get authorized to this newsgroup while Bill left his more concise answer. I only continuned as I didn't want an un-replied-to authorization check to land me on the banned list. Cheers, John Graucsh wrote in message Assuming