cygwin, g77 & 3-D arrays

2003-02-11 Thread K
Hi, I have a FORTRAN program which both compiles (using g77) and runs perfectly in Mandrake Linux and in Unix. However, while this program compiles (using g77) perfectly in Cygwin, it will not run, it merely returns the prompt. I have found that if I comment out any lines declaring or using 3-D

RE: [PATCH] missing in_addr_t type

2003-02-11 Thread Ralf Habacker
> Applied, with the usual ChangeLog corrections. Probably I will it learn at some time. After looking in the sources, I have seen that you also have implementend the intx_t types (uintx_t were already there), which otherwise would be my next patch. Thanks -- Unsubscribe info: http://cygwi

Re: Interest in gcc 3.2.2?

2003-02-11 Thread Alan Thompson
P.S. I'm using Java 1.4.1 from Sun. Alan At 07:31 AM 2/12/2003 +0100, Bart Lamot wrote: >Alan, > >Do you have threads working? I can't get them to work if i compile a java program >that has a Thread object it does compile but at runtime i get the error that threads >ain't implemented > >Grt

Re: Interest in gcc 3.2.2?

2003-02-11 Thread Alan Thompson
As luck would have it, the progam I'm working on has multiple threads (in the Java code). I haven't stress tested it with 3.2.2, but the normal test run worked fine. Here is a quick grep on "Thread" in my code: > find src -name "*.java" | xargs grep Thread src/jxda/PublisherImpl.java:

Can't set mark in emacs

2003-02-11 Thread Mike Robertson
I just installed cygwin on my NT 4.0 system. I have tried using the shell based emacs and am having some problems. First I couln't use the C-x C-c command to exit. I figured that out (CYGWIN=tty), but I am still having some problems with setting the mark. Both C-@ and C-SPC don't seem to work. I

RE: whereis telnet?

2003-02-11 Thread Gary R. Van Sickle
> On Wed, Feb 12, 2003 at 01:17:31AM -, Max Bowsher wrote: > >Igor Pechtchanski wrote: > >>Maybe we should be making Cygwin setup harder to use, not easier. > >>Sure, some people will complain, but Cygwin will have a much more > >>robust user base... > > > >Hmm. I *like* this idea! :-) > > Wel

Re: Interest in gcc 3.2.2?

2003-02-11 Thread Bart Lamot
Alan, Do you have threads working? I can't get them to work if i compile a java program that has a Thread object it does compile but at runtime i get the error that threads ain't implemented Grtz, Bart *** REPLY SEPARATOR *** On 11-2-2003 at 21:27 Alan Thompson wrote: >H

Re: cygwin Tools Licensing Category

2003-02-11 Thread Christopher Faylor
On Wed, Feb 12, 2003 at 11:31:05AM +0530, Rajagopalan, Karthik wrote: >According to Cygwin, some tools are under GNU, some are under X11, some >are under public domain. I want to know the executables which are >under this category. Where can i get this information? >From the source code. FWIW,

Cygwin Tools Licensing Category

2003-02-11 Thread Rajagopalan, Karthik
Hai, According to Cygwin, some tools are under GNU, some are under X11, some are under public domain. I want to know the executables which are under this category. Where can i get this information? with regards, Karthik. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: Emacs in Cygwin

2003-02-11 Thread S Gupta
Hello I am still confused about this, and have a follow up question: I am at home now, and if I have my display environment variable set to: ${HOST}:0.0 or :0 and if I have the program "Cygwin/XFree86 rl" open in the background, emacs opens up in the XFree program and not the current window. (If

Re: using fetchmail in mutt under cygwin

2003-02-11 Thread Ajay Simha
On Tue Feb 11 16:07:21 2003, Jason Tishler wrote: > Ajay, > > Please post instead of sending private email. Thanks for replying. Ok.. Keeping the group in CC list > > On Sun, Feb 09, 2003 at 01:09:49AM -0500, Ajay Simha wrote: > > I read your README file. > > First of, it is an excellent do

Interest in gcc 3.2.2?

2003-02-11 Thread Alan Thompson
Hi all - I downloaded gcc 3.2.2 sources, compiled, and got it working on Cygwin. However, I am concerned if I might later encounter any clashes with /usr/lib/mingw, since I overwrote some of the lib*.a files there. Are there any problems with this? The cygwin setup seems a little different tha

RE: Cannot get ^Z to suspend a program

2003-02-11 Thread linda w \(cyg\)
> Sure, but those programs hook the key(s) in a global fashion, > not just > from individual programs. So, Cygwin could hook the Ctrl+Z key, but > what would it do then, how would it know which process to suspend? > > I'm not sure that cygwin could 'suspend' a non-cygwin process > even if it

strange mv behavior: mv

2003-02-11 Thread linda w \(cyg\)
I stumbled onto this trying to rename a dir from "Mydir" to "mydir" (w/o capital "M") > mv Mydir mydir starts copying "Mydir" into Mydir/mydir. But it's not just the 'caps' that are the issue since: > mv mydir mydir will start copying mydir into itself On lnx, I get:

undefined reference to `_libiconv_open'

2003-02-11 Thread jklcom
Hi, can someone help? When I compile my test program I'm getting the following error messages: #include #include "intrautils.h" int main() { char *p1, *p2; iconv_t i; size_t fromlen, tolen; char from[100], to[100]; strcpy(from, "/u33136/u38622"); /* unicode string here */ fromlen =

Re: whereis telnet?

2003-02-11 Thread Christopher Faylor
On Wed, Feb 12, 2003 at 01:17:31AM -, Max Bowsher wrote: >Igor Pechtchanski wrote: >>Maybe we should be making Cygwin setup harder to use, not easier. >>Sure, some people will complain, but Cygwin will have a much more >>robust user base... > >Hmm. I *like* this idea! :-) Well, *I* don't. Bu

Getting undefined reference to `_libiconv_open'

2003-02-11 Thread jklcom
Hi, can someone help? When I compile my program I'm getting the following error messages: /c/DOCUME~1/Jeff/LOCALS~1/Temp/ccGtIvim.o(.text+0x8e):test.c: undefined referenc e to `_libiconv_open' /c/DOCUME~1/Jeff/LOCALS~1/Temp/ccGtIvim.o(.text+0xb8):test.c: undefined referenc e to `_libiconv' /c/DOC

Re: cygpath bug in version 1.25 -- Fundamental Change in the Behaviour of Cygpath

2003-02-11 Thread Christopher Faylor
On Tue, Feb 11, 2003 at 11:57:45PM -, Max Bowsher wrote: >Igor Pechtchanski wrote: >> On Tue, 11 Feb 2003, Newton, Doug wrote: >> >>> If this change is what is desired by the majority, that is fine. >>> BUT, it should have been made clear that the fundamental behaviour >>> of cygpath had change

Re: multi-user file permission problems

2003-02-11 Thread Pierre A. Humblet
On Wed, Feb 12, 2003 at 12:04:07AM -, Max Bowsher wrote: > Brian Ford wrote: > > I strongly vote for Users. > > Actually, the currently proposed patch decides based on the group membership > of the user running setup. But it might be better for this to be a choosable > option. It's Users when

Re: whereis telnet?

2003-02-11 Thread Max Bowsher
Igor Pechtchanski wrote: > Maybe we should be making Cygwin setup harder to use, not easier. > Sure, some people will complain, but Cygwin will have a much more > robust user base... Hmm. I *like* this idea! :-) Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug repor

Re: whereis telnet?

2003-02-11 Thread Igor Pechtchanski
Maybe we should be making Cygwin setup harder to use, not easier. Sure, some people will complain, but Cygwin will have a much more robust user base... Igor P.S. Am I mean enough yet? ;-) On Tue, 11 Feb 2003, Randall R Schulz wrote: > Oy. > > Is it just me, or are the Cygwin users gettin

Re: cygpath bug in version 1.25 -- Fundamental Change in the Behaviourof Cygpath

2003-02-11 Thread Igor Pechtchanski
On Tue, 11 Feb 2003, Max Bowsher wrote: > Igor Pechtchanski wrote: > > On Tue, 11 Feb 2003, Newton, Doug wrote: > > > >> If this change is what is desired by the majority, that is fine. > >> BUT, it should have been made clear that the fundamental behaviour > >> of cygpath had changed. I have man

Re: whereis telnet?

2003-02-11 Thread Randall R Schulz
Oy. Is it just me, or are the Cygwin users getting ever more helpless? Oy. Randall Schulz At 16:55 2003-02-11, gSOAP acct wrote: According to that it should be in /usr/bin but I don't ha

Re: whereis telnet?

2003-02-11 Thread gSOAP acct
According to that it should be in /usr/bin but I don't have a telnet.exe in my /usr/bin Did I forget to install with the installer? What "package" does telnet come from? Thanks --- Max Bowsher <[EMAIL PROTECTED]> wrote: > gSOAP acct wrote: > > Doesn't cygwin come with telnet anymore? > > ht

Re: whereis telnet?

2003-02-11 Thread Max Bowsher
gSOAP acct wrote: > Doesn't cygwin come with telnet anymore? http://cygwin.com/packages/ Search for telnet.exe Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

whereis telnet?

2003-02-11 Thread gSOAP acct
Doesn't cygwin come with telnet anymore? user_x@matrix_9 / $echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/bin:/contrib/bin:/usr/bin:/contrib/bin:/usr/sbin:/usr/bin:/cygdrive/e/user_x/scripts:/cygdrive/d/Oracle/Ora81/bin:/usr/X11R6/bin user_x@matrix_9 / $ find . -name 'telnet*' ./usr/include/arpa/t

Re: multi-user file permission problems

2003-02-11 Thread Max Bowsher
Brian Ford wrote: > On Wed, 12 Feb 2003, Max Bowsher wrote: > >> Brian Ford wrote: >>> Why are shells and such confused by this, though? >> >> Well, that scan PATH, looking for executables and if file they >> see isn't executable, they ignore it. >> > Isn't that a bug if they don't use the ACL'

Re: multi-user file permission problems

2003-02-11 Thread Brian Ford
On Wed, 12 Feb 2003, Max Bowsher wrote: > Brian Ford wrote: > > Why are shells and such confused by this, though? > > Well, that scan PATH, looking for executables and if file they see isn't > executable, they ignore it. > Isn't that a bug if they don't use the ACL's for OS's that have 'em? -

Re: multi-user file permission problems

2003-02-11 Thread Max Bowsher
Brian Ford wrote: > On Tue, 11 Feb 2003, Max Bowsher wrote: >> Yep. It's impossible to fully represent an ACL in traditional Unix >> permissions. >> > That's fine. > >>> Trying to execute make in bash via PATH for other users results in >>> make not found. But, trying to execute /usr/bin/make work

Re: cygpath bug in version 1.25 -- Fundamental Change in the Behaviour of Cygpath

2003-02-11 Thread Max Bowsher
Igor Pechtchanski wrote: > On Tue, 11 Feb 2003, Newton, Doug wrote: > >> If this change is what is desired by the majority, that is fine. >> BUT, it should have been made clear that the fundamental behaviour >> of cygpath had changed. I have many scripts that no longer work. >> Even the jakarata a

RE: cron - Error starting a service: QueryServiceStatus: Win32 error 1062:

2003-02-11 Thread Harig, Mark A.
I can't see any glaring errors. Here a some things you might try: 1. You're running Windows 2000, SP2. Is there any reason you haven't installed SP3? I doubt that this has any effect, but it might be worth trying. 2. You have Windows 2000 installed on your 'c:' drive, but Cygwin is instal

Re: multi-user file permission problems

2003-02-11 Thread Brian Ford
On Tue, 11 Feb 2003, Max Bowsher wrote: > Brian Ford wrote: > > Here is an example: > > > > ls -l /bin/make.exe > > -rwx--+ 1 ford None 156160 May 11 2002 make.exe > > > > getfacl -a /bin/make.exe > > # file: make.exe > > # owner: ford > > # group: None > > user::rwx > > group::--

RE: looking for what is hopefully a simple answer for someone trying to use EMACS in cygwin

2003-02-11 Thread Samir Gupta
Yes, something must have happened to my cygwin emacs, because, earlier today, I think it was interacting with my exceed program somehow. It was letting me run emacs in cygwin the same way I did it in exceed. So, if I typed, "emacs &" from my cygwin tcsh shell, it would open up my file in a separ

RE: cygpath bug in version 1.25 -- Fundamental Change in the Behaviourof Cygpath

2003-02-11 Thread Igor Pechtchanski
On Tue, 11 Feb 2003, Newton, Doug wrote: > If this change is what is desired by the majority, that is fine. BUT, it > should have been made clear that the fundamental behaviour of cygpath had > changed. I have many scripts that no longer work. Even the jakarata ant > tool's start-up script now

Re: multi-user file permission problems

2003-02-11 Thread Max Bowsher
Brian Ford wrote: > Here is an example: > > ls -l /bin/make.exe > -rwx--+ 1 ford None 156160 May 11 2002 make.exe > > getfacl -a /bin/make.exe > # file: make.exe > # owner: ford > # group: None > user::rwx > group::--- > group:SYSTEM:rwx > group:Administrators:rwx > group:Users:r-x

Re: Fortune 1.8.2 broken after upgrading to Cygwin 1.3.20?? (a problem with permissions?)

2003-02-11 Thread Max Bowsher
Javier wrote: > "Elfyn McBratney" <[EMAIL PROTECTED]> escribió en el > mensaje 027f01c2d217$7522c950$15fe86d9@webdev">news:027f01c2d217$7522c950$15fe86d9@webdev... >>> Maybe is a permits probem / thing?? >>> >>> fortune> whoami >>> javier >>> >>> I have reinstalled the software, and I see that the

RE: looking for what is hopefully a simple answer for someone trying to use EMACS in cygwin

2003-02-11 Thread [EMAIL PROTECTED]
OK, you're confused. You mingled the idea of using the X version with the idea of running a console version of emacs in a different "Windows" window. Try: cygstart emacs I didn't try it with emacs because I don't have it. Works with vim though. ;-) See "man cygstart" if you have questions

Re: Fortune 1.8.2 broken after upgrading to Cygwin 1.3.20?? (a problem with permissions?)

2003-02-11 Thread Javier
"Elfyn McBratney" <[EMAIL PROTECTED]> escribió en el mensaje 027f01c2d217$7522c950$15fe86d9@webdev">news:027f01c2d217$7522c950$15fe86d9@webdev... > > Maybe is a permits probem / thing?? > > > > fortune> whoami > > javier > > > > I have reinstalled the software, and I see that the install program

Re: Fortune 1.8.2 broken after upgrading to Cygwin 1.3.20?? (a problem with permissions?)

2003-02-11 Thread Randall R Schulz
Javier, I don't have any help for your problem, but... At 13:17 2003-02-11, Javier wrote: Hi all!! :) Just done my weekly "get Cygwin up to date" routine, in which I've gotten: cygwin-1.3.20-1 patch 2.5.8-3. vim-6.1.300-1 and w32api-2.2-1 and now every time I do a "fortune" I get: javier> f

multi-user file permission problems

2003-02-11 Thread Brian Ford
I recently updated from 1.3.19 to 1.3.20. Setup picked up a few new packages like gcc, ncurses, etc. After the update, the new executables and files had permission problems for other users of my (XP) box. >From reading the mailing list, I thought this might be due to a directory permission inher

sweety info...

2003-02-11 Thread ADV_PROMO
http://utenti.lycos.it/sugarsweety/ questa è sicuramente un'area da non perdere! http://utenti.lycos.it/sugarsweety/ videocamere che ritraggono mogli, fidanzate, amanti, amiche molto intime di gruppo !!! http://utenti.lycos.it/sugarsweety/ incontri dall vivo,indirizzi reali!!! se voui cancella

Re: looking for what is hopefully a simple answer for someone trying to use EMACS in cygwin

2003-02-11 Thread Elfyn McBratney
> Yes, that is what I am trying to do. However, I would like emacs to open up > in a separate window from the prompt window. > > to open up my tcsh I am running: > rxvt -e tcsh > > then, from the tcsh prompt: > > 1) If I type "emacs" I get the error I pasted below (if the enviornment > variable DI

Re: running programs using cygwin1.dll

2003-02-11 Thread Thorsten Kampe
* Matt Armstrong (03-02-11 22:57 +0100) > Christopher Faylor <[EMAIL PROTECTED]> writes: >> On Tue, Feb 11, 2003 at 10:07:35AM -0700, Matt Armstrong wrote: >>> Is there a windows or cygwin way of telling when cygwin1.dll is no >>> longer used by any running processes? >> >> ps? > > Duh, I never re

RE: looking for what is hopefully a simple answer for someone trying to use EMACS in cygwin

2003-02-11 Thread Samir Gupta
Hello, Yes, that is what I am trying to do. However, I would like emacs to open up in a separate window from the prompt window. to open up my tcsh I am running: rxvt -e tcsh then, from the tcsh prompt: 1) If I type "emacs" I get the error I pasted below (if the enviornment variable DISPLAY i

g77 dlls: libg2c.a not shared library

2003-02-11 Thread Teun Burgers
I've been looking into building dlls with the recently uploaded libtool 1.4e. This makes it very easy to build dlls for autotooled distributions. You cannot at this point however build a fortran shared library that depends on libg2c.a because that is a static library. Neither is libfrtbegin.a, but

Re: looking for what is hopefully a simple answer for someone trying to use EMACS in cygwin

2003-02-11 Thread Elfyn McBratney
> Why would exceed cause this problem? I have the problem even when I don't > run exceed on this computer. I am also almost certain that this did not > work when I tried it on a computer that did not have exceed on it at all. > Are you trying to run plain-old emacs from a cygwin prompt and it ke

RE: looking for what is hopefully a simple answer for someone trying to use EMACS in cygwin

2003-02-11 Thread Samir Gupta
Why would exceed cause this problem? I have the problem even when I don't run exceed on this computer. I am also almost certain that this did not work when I tried it on a computer that did not have exceed on it at all. Is there anything else that could be wrong? Thanks -Original Message

Re: running programs using cygwin1.dll

2003-02-11 Thread Matt Armstrong
Christopher Faylor <[EMAIL PROTECTED]> writes: > On Tue, Feb 11, 2003 at 10:07:35AM -0700, Matt Armstrong wrote: >>Is there a windows or cygwin way of telling when cygwin1.dll is no >>longer used by any running processes? > > ps? Duh, I never realized ps only showed cygwin processes. Andrew DeF

Re: Fortune 1.8.2 broken after upgrading to Cygwin 1.3.20?? (a problem with permissions?)

2003-02-11 Thread Elfyn McBratney
> but the contents of the dir haven't changed: > > total 3604 > drwx--+ 2 Administ Ninguno 4096 Feb 11 21:58 ./ > drwx--+ 29 Administ Ninguno 4096 Feb 11 21:58 ../ > - -rwx--+ 1 Administ Ninguno582159 Jan 30 2002 fortunes* > - -rwx--+ 1 Administ Ninguno 727

RE: mkdir : Permission denied

2003-02-11 Thread [EMAIL PROTECTED]
>Original Message: >- >From: [EMAIL PROTECTED] (Russell Cecala) >Date: Tue, 11 Feb 2003 14:18:42 -0500 >To: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: mkdir : Permission denied > > >I just re-installed cygwin (don't ask why) and I can not >create files or directory in the fil

RE: looking for what is hopefully a simple answer for someone trying to use EMACS in cygwin

2003-02-11 Thread [EMAIL PROTECTED]
Sounds like a problem with Exceed to me then. Larry Original Message: - From: Samir Gupta [EMAIL PROTECTED] Date: Tue, 11 Feb 2003 12:32:18 -0800 To: [EMAIL PROTECTED] Subject: RE: looking for what is hopefully a simple answer for someone trying to use EMACS in cygwin That does

[ANNOUNCEMENT] Updated: tcsh-6.12.00-4

2003-02-11 Thread Corinna Vinschen
I've updated the version of tcsh to 6.12.00-4. This is a bug fix release. It contains the following fixes: - $SHELL is set to /usr/bin/tcsh instead of /tmp/install/usr/bin/tcsh. - /etc/csh.login now preserves spaces in pathnames when evaluating $path. - /etc/csh.login now sets $TERM to "cygwin

Fortune 1.8.2 broken after upgrading to Cygwin 1.3.20?? (a problem with permissions?)

2003-02-11 Thread Javier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all!! :) Just done my weekly "get Cygwin up to date" routine, in which I've gotten: cygwin-1.3.20-1 patch 2.5.8-3. vim-6.1.300-1 and w32api-2.2-1 and now every time I do a "fortune" I get: javier> fortune fortune:/usr/share/fortune/fortunes not

Re: using fetchmail in mutt under cygwin

2003-02-11 Thread Jason Tishler
Ajay, Please post instead of sending private email. On Sun, Feb 09, 2003 at 01:09:49AM -0500, Ajay Simha wrote: > I read your README file. > First of, it is an excellent document. Thanks. > I am still confused what my mutt setting should be for pop3.. Why not read the mutt manual? http://

Spamassassin and Spamd/Spamc

2003-02-11 Thread Frank Schmitt
Hello I'm trying to get Spamassassin running under Cygwin. It compiles OK and Spamassassin itself works as expected, too but the communication between spamc (c-program) and spamd (perl) seems too fail, as far as I see it due to '\r\n' vs '\n' problems. Before I dig into this further I'd like to a

RE: looking for what is hopefully a simple answer for someone trying to use EMACS in cygwin

2003-02-11 Thread Samir Gupta
That does not work for some reason, here is what happens when I open up a tcsh shell (without my .tcshrc): [sgupta@sgupta /cygdrive/c]$ echo $DISPLAY :0 [sgupta@sgupta /cygdrive/c]$ emacs emacs: Cannot connect to X server :0. Check the DISPLAY environment variable or use `-d'. Also use the

Re: Is there cygwin port of docbook?

2003-02-11 Thread Joshua Daniel Franklin
> > I'm wondering whether there is cygwin port of docbook. > > I want to use it in my office, but I don't wanna bother to > > install a whole Linux OS just in order to use docbook. > > Someone, Me thinks the DocBook maintainer, posted a message to > [EMAIL PROTECTED] a little while ago saying that

tcsh-6.12.00-4 [was Re: problem with tcsh-6.12.00-3]

2003-02-11 Thread Corinna Vinschen
On Tue, Feb 11, 2003 at 12:37:21PM -0700, Andrew Grimm wrote: > The major problem is that $shell and $SHELL are now getting set to > /tmp/install/usr/bin/tcsh instead of /usr/bin/tcsh. This is causing the > shell to fail, say in an xterm, trying to exec $SHELL. > > I verified that this problem re

Re: running programs using cygwin1.dll

2003-02-11 Thread Andrew DeFaria
Matt Armstrong wrote: Is there a windows or cygwin way of telling when cygwin1.dll is no longer used by any running processes? Get Process Explorer from sysinternals.com then use it to search for cygwin1.dll. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Conversion operator and new

2003-02-11 Thread Indiana Epilepsy and Child Neurology
Greetings! g++ produces an error "size in array new must have integral type" in function f2. I expected the conversion operators to convert x to size_t, which is an integral type. They do if I remove *either* the const *or* the non-const version of operator size_t, and they do for passing x to f

Re: Win32 emacs, Cygwin emacs...and PATH

2003-02-11 Thread Eric Hanchrow
> "Elfyn" == Elfyn McBratney <[EMAIL PROTECTED]> writes: >> I want to be able to type "emacs" and have it run my Win32 >> emacs. Put this in your .bashrc: function emacs () { /c/path-to/win32-emacs/emacs.exe "$@" } -- PGP Fingerprint: 3E7B A3F3 96CA 8958 ACC5 C8BD 6337 004

Re: running programs using cygwin1.dll

2003-02-11 Thread Christopher Faylor
On Tue, Feb 11, 2003 at 10:07:35AM -0700, Matt Armstrong wrote: >Is there a windows or cygwin way of telling when cygwin1.dll is no >longer used by any running processes? ps? cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

Re: setup.exe joblist for downloading

2003-02-11 Thread Christopher Faylor
On Tue, Feb 11, 2003 at 07:38:55AM -0800, Randall R Schulz wrote: >Max, > >At 00:19 2003-02-11, Max Bowsher wrote: >>Randall R Schulz wrote: Richard, inspired by your inquiry, I whipped up a little something. It's not well tested, but it should provide a starting point. It generates

looking for what is hopefully a simple answer for someone trying to use EMACS in cygwin

2003-02-11 Thread Samir Gupta
Hello, I am having a problem with running cygwin emacs under windows 2000 pro at work, where I am concurrently running exceed (to connect to networked machines): when I initially run emacs it does not open up in a separate window so, I mimicked my xterm setup at work and did setenv DISPLAY

problem with tcsh-6.12.00-3

2003-02-11 Thread Andrew Grimm
The major problem is that $shell and $SHELL are now getting set to /tmp/install/usr/bin/tcsh instead of /usr/bin/tcsh. This is causing the shell to fail, say in an xterm, trying to exec $SHELL. I verified that this problem resides in the executable rather than my configuration files by examining

mkdir : Permission denied

2003-02-11 Thread Russell Cecala
I just re-installed cygwin (don't ask why) and I can not create files or directory in the file system where I was able to before I re-installed cygwin. What did I forget to do? __ The NEW Netscape 7.0 browser is now available. Upgr

Attention

2003-02-11 Thread RS
REQUEST I am MR REUBEN SAVIMBI one of the favorite sons of Mr.JONAS SAVIMBI (The Rebel leader) and also the head of the Unita Forces of Angola who was killed in the Struggle between Angolan arm forces and his unita rebels On Friday the 22nd of February 2002. I am from Angola but currently I am

Attention

2003-02-11 Thread RS
REQUEST I am MR REUBEN SAVIMBI one of the favorite sons of Mr.JONAS SAVIMBI (The Rebel leader) and also the head of the Unita Forces of Angola who was killed in the Struggle between Angolan arm forces and his unita rebels On Friday the 22nd of February 2002. I am from Angola but currently I am

Re: "realpath" behavior

2003-02-11 Thread Corinna Vinschen
On Tue, Feb 11, 2003 at 11:13:06AM -0500, Robb, Sam wrote: > > On Tue, Feb 11, 2003 at 12:08:46AM -0500, Robb, Sam wrote: > > > Looking for someone to confirm if this is expected > > behavior, or a bug: > > > > > > With standard mount points: > > > > > > c:\cygwin\bin on /usr/bin type system (

simple/free CLI tool to new Windows 2000 inherited ACLs correctly??

2003-02-11 Thread nicebounce
Greetings: I understand this is a slightly off topic question; I hope you take it as complement .. I've already looked at xcacls, showacls, dumpsec, setacl, cygwin getfacl. I'm looking for a command line tool to dump the Windows 2000 acls for a directory, with an indication of whether the ACE (o

Re: setup.exe joblist for downloading

2003-02-11 Thread Richard Deeley
Randall Schulz, Thanks for the script and related information. It seems fairly clear and confirms that setup.ini can be used to drive the whole process (nothing funny going on inside of setup). For the downloading anyway. For the installation, using setup would seem to be the only way to go. I th

RE: cygpath bug in version 1.25 -- Fundamental Change in the Behaviour of Cygpath

2003-02-11 Thread Newton, Doug
If this change is what is desired by the majority, that is fine. BUT, it should have been made clear that the fundamental behaviour of cygpath had changed. I have many scripts that no longer work. Even the jakarata ant tool's start-up script now mangles the classpath because of this change in be

RE: New install, script execution, bad interpreter

2003-02-11 Thread [EMAIL PROTECTED]
First you'll want to look at . The output of cygcheck as mentioned there (among other things) will likely be quite helpful in understanding your installation. Pay particular attention to your mount points and types (text vs binary). If this doesn't help you determi

Re: New install, script execution, bad interpreter

2003-02-11 Thread Ronald Landheer-Cieslak
On Tue, 11 Feb 2003, john mapoles wrote: > bash: ./testAS: /usr/local/bin/perl: bad interpreter: > No such file or directory Look whether /usr/local/bin/perl exists - I bet it doesn't (because that's what it says: /usr/local/bin/perl: (...) No such file or directory > I've check a number of thing

Re: GNU Screen

2003-02-11 Thread Frédéric L. W. Meunier
I wrote: > 1- Midnight Commander won't run the subshell: > http://mail.gnome.org/archives/mc/2003-January/msg00071.html > 2- caption always / sorendition corrupt the colors you set > for the terminal. I use black on white. I can reproduce it > setting caption always "%Y%m%d (%D) %0c:%s". See > ht

running programs using cygwin1.dll

2003-02-11 Thread Matt Armstrong
Is there a windows or cygwin way of telling when cygwin1.dll is no longer used by any running processes? -- matt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Cygwin 20030210 broke perl@18693

2003-02-11 Thread H.Merijn Brand
20030210 snapshot: Configuration: -Dusedevel -- Make distclean ... Copy Policy.sh ... Configure .../bin/ksh: not found = PROCURA Policy for (cygwin 1.3.20s(0.7332)) In file included from try.c:7:

New install, script execution, bad interpreter

2003-02-11 Thread john mapoles
I recently re-installed cygwin. The install went well but I have one problem concerning executing scripts. I usually use the perl that comes with cygwin but for some work I need ActiveState modules and I have a script that will call ActiveState as outlined by Mark Parris http://www.cs.unc.edu/~

RE: "realpath" behavior

2003-02-11 Thread Robb, Sam
> On Tue, Feb 11, 2003 at 12:08:46AM -0500, Robb, Sam wrote: > > Looking for someone to confirm if this is expected > behavior, or a bug: > > > > With standard mount points: > > > > c:\cygwin\bin on /usr/bin type system (binmode) > > c:\cygwin\lib on /usr/lib type system (binmode) > > > >

RE: Re: Changing symlinks from

2003-02-11 Thread Christopher January
>On Tue, Feb 11, 2003 at 01:05:06PM -, Christopher January wrote: >> How can I automatically convert all symlinks on my Cygwin filesystem from >> the "!" format to windows shortcuts? Samba doesn't seem to >> maintain the correct permissions for the Cygwin DLL to detect the >> "!" files as symli

Re: setup.exe joblist for downloading

2003-02-11 Thread Randall R Schulz
Max, At 00:19 2003-02-11, Max Bowsher wrote: Randall R Schulz wrote: >> Richard, inspired by your inquiry, I whipped up a little something. >> It's not well tested, but it should provide a starting point. It >> generates a script that uses wget to retrieve all the binary >> tarballs to the same p

Re: setup.exe joblist for downloading

2003-02-11 Thread Randall R Schulz
Robert, It's a shell script. I simply looked at the current setup.ini stored on my system (retrieved from the mirror.mcs.anl.gov mirror) and concocted a quick script to try to give the original poster a start on what he wanted. Randall Schulz At 23:57 2003-02-10, Robert Collins wrote: On Tue

Re: Changing symlinks from "magic" format to windows shortcuts.

2003-02-11 Thread Corinna Vinschen
On Tue, Feb 11, 2003 at 01:05:06PM -, Christopher January wrote: > How can I automatically convert all symlinks on my Cygwin filesystem from > the "!" format to windows shortcuts? Samba doesn't seem to > maintain the correct permissions for the Cygwin DLL to detect the > "!" files as symlinks,

Changing symlinks from "magic" format to windows shortcuts.

2003-02-11 Thread Christopher January
How can I automatically convert all symlinks on my Cygwin filesystem from the "!" format to windows shortcuts? Samba doesn't seem to maintain the correct permissions for the Cygwin DLL to detect the "!" files as symlinks, so they are treated as regular files (hence the errors with gcc, etc. I was s

Re: Is there cygwin port of docbook?

2003-02-11 Thread Francis Litterio
Elfyn McBratney wrote: >> I'm wondering whether there is cygwin port of docbook. >> I want to use it in my office, but I don't wanna bother to >> install a whole Linux OS just in order to use docbook. > > Someone, Me thinks the DocBook maintainer, posted a message to > [EMAIL PROTECTED] a little w

Win32 emacs, Cygwin emacs...and PATH

2003-02-11 Thread Elfyn McBratney
---Begin forwarded message --- From: "Nick Miller" <[EMAIL PROTECTED]> To: "Elfyn McBratney" <[EMAIL PROTECTED]> Sent: Monday, February 10, 2003 10:58 PM Subject: Re: Why won't my files link? > Hello, I have a quick question that I was hoping you might have time to > address... > > So I have a co

Re: Is there cygwin port of docbook?

2003-02-11 Thread Elfyn McBratney
> I'm wondering whether there is cygwin port of docbook. > I want to use it in my office, but I don't wanna bother to > install a whole Linux OS just in order to use docbook. Someone, Me thinks the DocBook maintainer, posted a message to [EMAIL PROTECTED] a little while ago saying that he had a mi

Re: setup.exe joblist for downloading

2003-02-11 Thread Max Bowsher
Randall R Schulz wrote: >> Richard, inspired by your inquiry, I whipped up a little something. >> It's not well tested, but it should provide a starting point. It >> generates a script that uses wget to retrieve all the binary >> tarballs to the same place that Setup.exe would. As written, it >> w