Re: SSH into XP: mapped network drives disappeared!

2003-10-23 Thread Alexis Huxley
> Ah, common problem. You've queried the wrong list. See > . Okay thanks, I'm in the process of trying to subscribe to it now. >>> 'net use' before the 'slogin' shows the Y: drive, and obviously I >>> can cd to /cygdrive/y. 'net use' after 'slogin' shows Y: is there

Update of ThreadTest for cygwin pthreads issue...

2003-10-23 Thread Arash Partow
Hi All, For those people involved in fixing up the stability problem of the cygwin pthread implementation, I've finished updating the ThreadTest prototype. It can now take a command line argument of an integer (not mandatory though) for the maximum number of threads that want to be created before

Re: SSH into XP: mapped network drives disappeared!

2003-10-23 Thread Corinna Vinschen
On Wed, Oct 22, 2003 at 04:10:56PM -0700, Andrew DeFaria wrote: > Corinna Vinschen wrote: > >Cygwin doesn't pay attantion but tools do. sshd, login, ftpd and any > >other tool which requires the home directory for doing it's job, most > >server applications and also several client tools as, say,

Re: select() doesn't respond

2003-10-23 Thread Corinna Vinschen
On Thu, Oct 23, 2003 at 11:58:57AM +0900, Takeshi Honda wrote: > I got linux packet monitoring program, > and succeeded to build. > > But when I tried to run, select() doens't respond and > program stops. > > I use cygwin 1.5.5-1. > > What can I do for this? > Please let me know. RAW sockets ar

Re: *** unable to allocate heap, heap_chunk_size 0, Win32 error 0

2003-10-23 Thread Ronald van Gogh
First of all, sorry, but I still don't know how to post a reply, since I'm registered on the mailinglist in digestmode and nobody seems to be able to tell how to reply on a single mail I see in this list of mails. This problem becomes very urgent to us. If we can't fix it we might have to look

Re: /proc/partitions question

2003-10-23 Thread Corinna Vinschen
On Wed, Oct 22, 2003 at 04:21:43PM +0200, [EMAIL PROTECTED] wrote: > Sorry, lost the previous mail so can't continue the thread. > > I took a look at the sources as cgf suggested and > have the following question: > > in fhandler_proc.cc revision 1.36, > in function format_proc_partitions() : >

RE: *** unable to allocate heap, heap_chunk_size 0, Win32 error 0

2003-10-23 Thread Jörg Schaible
Ronald van Gogh wrote on Thursday, October 23, 2003 10:44 AM: > First of all, sorry, but I still don't know how to post a reply, > since I'm registered on the mailinglist in digestmode and nobody seems > to be able to > tell how to reply on a single mail I see in this list of mails. You might use

RE: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Klein Andre ICM N AS PD B 3
I have no long command line! In my environment most Cygwin executables do not work, if long environment variables are set (resp. exported). Please have a look at my very short example below. First I create an environment variable VAR with length 40K, which is exported as well! Afterwards the "ls"

Wildcard problem with recursion

2003-10-23 Thread Ajith Kumar
Cygwin utilities like grep or ls with -R options doesn't seem to be working. egs when I say >grep -r FLD_DCT_STRING *.h?? I get grep: *.hpp: No such file or directory However there are many .h, .hxx and .hpp files in the subdirectories ls also gives the same err. Any solutons? Regards, ajith

RE: Cygwin Setup 99% (fwd)

2003-10-23 Thread Hannu E K Nevalainen
> From: Igor Pechtchanski > Sent: Thursday, October 23, 2003 6:44 AM > On Thu, 23 Oct 2003, Hannu E K Nevalainen wrote: > > > Start and run setup until it hangs, then attempt to launch a bash shell: > > [snip] > > Now enter > > [snip] > > $ tail -150 /var/log/setup.log >/setup-log-tail.txt > > [sn

RE: Cygwin/bash: need environment variables >32K

2003-10-23 Thread david.liberce
I reproduce this behaviour. Looks like the PATH environment variable is not valid anymore after $VAR has been asigned? David -Message d'origine- De : Klein Andre ICM N AS PD B 3 [mailto:[EMAIL PROTECTED] Envoyé : Thursday, October 23, 2003 11:22 AM À : '[EMAIL PROTECTED]' Objet : RE: C

Open a cygwin command prompt in a specific folder?

2003-10-23 Thread Alfonso Esteban Gonzalez Sencion
Hello all I would like to open a cygwin console from the windows file manager, and have the console be positioned in the directory selected on the windows file manager? Any suggestions? Thanks in advance -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Demmer, Thomas
Davied wrote: >I reproduce this behaviour. > >Looks like the PATH environment variable is not valid anymore after $VAR >has been asigned? > >David No, it cannot start external programs. The error message is bash: /usr/bin/ls.exe: Invalid argument All internal commands I have tested work. echo

Re: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Corinna Vinschen
On Thu, Oct 23, 2003 at 11:39:39AM +0200, david.liberce wrote: > > I reproduce this behaviour. > > Looks like the PATH environment variable is not valid anymore after $VAR > has been asigned? Nope. I debugged this situation. It looks like a Windows restriction. When trying to call CreateProce

Re: Wildcard problem with recursion

2003-10-23 Thread Corinna Vinschen
On Thu, Oct 23, 2003 at 03:05:53PM +0530, Ajith Kumar wrote: > Cygwin utilities like grep or ls with -R options doesn't seem to be working. > egs when I say > >grep -r FLD_DCT_STRING *.h?? > I get > grep: *.hpp: No such file or directory > > However there are many .h, .hxx and .hpp files in the s

Re: cygwin dll makes gnu tar think that directories have been renamed?

2003-10-23 Thread Jeremy Green
I've had a similar problem. Here's some more detail, and what I found when I looked into the problem... With the tar executable from the tar-1.13.25-1 binary package, listed-incremental backups work as expected: ichthus$ mkdir test ichthus$ touch test/foobar ichthus$ mkdir test/foo ichthus$ touch

Re: CreateFileMapping bug

2003-10-23 Thread Guilherme Salgado
Hi Pierre, Thanks for your answer. I gave myself the privilege to create global objects and it seems to work. Guilherme Salgado On Wed, Oct 22, 2003 at 05:24:57PM -0400, Pierre A. Humblet wrote: > Guilherme Salgado wrote: > > > > Hi, > > > > I need cygwin to run tinderbox3 on a win2k box, but

Re: Open a cygwin command prompt in a specific folder?

2003-10-23 Thread Thorsten Kampe
* Alfonso Esteban Gonzalez Sencion (2003-10-23 11:26 +0200) > I would like to open a cygwin console from the windows file manager, and > have the console be positioned in the directory selected on the windows > file manager? Google for "Bash prompt here" Thorsten -- Content-Type: text/explicit;

PATCH: Save/load proxy settings in setup.exe

2003-10-23 Thread Jerry D. Hedden
One of the items on the TODO list for setup.exe is to save and load proxy settings so the user doesn't have to keep entering them. Below is a small patch to ConnectionSetting.cc to do just that: 39d38 < delete f; 41a41,47 > fg_ret = f->gets (localdir, 1000); > if (fg_ret) >

less 3.81 (current) - line editing, malfunction

2003-10-23 Thread Hannu E K Nevalainen
I've deactivated these, by renaming them as shown: $ ls -Al ~/.*-x -rw-r--r--1 Hannu 678 Oct 23 12:41 ~/.Xdefaults-x -rw-r--r--1 Hannu 987 Oct 19 19:05 ~/.inputrc-x -rw-r--r--1 Hannu2878 Oct 23 13:36 ~/.less-x $ set | grep -i less $ cat ~/.profile | grep -i l

Q: looking for gcc 2.95.3 package

2003-10-23 Thread Heiko Nardmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Where do I find a gcc 2.95.3 package for Cygwin? Thanks in advance! - -- Heiko Nardmann (Dipl.-Ing. Technische Informatik) secunet Security Networks AG - Sicherheit in Netzwerken (www.secunet.de), Weidenauer Str. 223-225, D-57076 Siegen Tel. :

Re: pwd option to return windows path

2003-10-23 Thread Ronald Landheer-Cieslak
This thread, though getting on my nerves, actually has a relatively interesting question in it. I think the answer is kinda obvious, though.. On Wed, Oct 22, 2003 at 11:36:07AM -0400, Patrick J. LoPresti wrote: > P.S. Speaking of special treatment, how come Cygwin is the only free > software proj

Re: PATCH: Save/load proxy settings in setup.exe

2003-10-23 Thread Robert Collins
On Thu, 2003-10-23 at 22:55, Jerry D. Hedden wrote: > One of the items on the TODO list for setup.exe is to save and load > proxy settings so the user doesn't have to keep entering them. > > Below is a small patch to ConnectionSetting.cc to do just that: Please supply: - the patch as an attachmen

Q: mixing MSVC++ and gcc C++ libs/dlls ?

2003-10-23 Thread Heiko Nardmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! The FAQ tells me that only C object files can be mixed. Is this true for MS .NET and gcc 3.x since I expect both to be conform to the ABI standard ? Thanks in advance! - -- Heiko Nardmann (Dipl.-Ing. Technische Informatik) secunet Security Ne

Q: ACE library for cygwin?

2003-10-23 Thread Heiko Nardmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Did anyone build the ACE library for Cygwin already? - -- Heiko Nardmann (Dipl.-Ing. Technische Informatik) secunet Security Networks AG - Sicherheit in Netzwerken (www.secunet.de), Weidenauer Str. 223-225, D-57076 Siegen Tel. : +49 271 48950-13

Re: Q: mixing MSVC++ and gcc C++ libs/dlls ?

2003-10-23 Thread Ronald Landheer-Cieslak
On Thu, Oct 23, 2003 at 03:21:32PM +0200, Heiko Nardmann wrote: > Hi! > > The FAQ tells me that only C object files can be mixed. > > Is this true for MS .NET and gcc 3.x since I expect both to be conform to the > ABI standard ? What ABI standard would that be? Anyway, gcc and MSVC don't use th

Re: Q: ACE library for cygwin?

2003-10-23 Thread Ronald Landheer-Cieslak
On Thu, Oct 23, 2003 at 03:22:27PM +0200, Heiko Nardmann wrote: > Did anyone build the ACE library for Cygwin already? AFAIK, no. I haven't actually checked the package list, though, but it doesn't ring any bells. Do you ITP it? Of course, you can find the entire package list at cygwin.com.. rlc

[ANNOUNCEMENT] Updated Cygwin package: bash-2.05b-16

2003-10-23 Thread Ronald Landheer-Cieslak
New News: = Version 2.05b-16 of the Bash package is now available for download. This is a bugfix release relative to 2.05b-15, and fixes the bug reported and patched in http://www.cygwin.com/ml/cygwin/2003-10/msg01166.html. To update your installation: === Run the

Re: Problem w/ cron

2003-10-23 Thread Jeremy A Redburn
Ok, sorry I wasn't sure what information was required. ls -ln reveals that the file is owned by Administrator (uid=500). Are there any sources of information of name aliasing that you mention? cygcheck.out is attached. Also, $UID, $USER, $USERNAME are all undefined under cron, though I think th

Re: Problem w/ cron

2003-10-23 Thread Jeremy A Redburn
Sorry, I'm a little frazzled this morning, here are the relevant portions of /etc/passwd: SYSTEM:*:18:18:,S-1-5-18:: Administrators:*:544:544:,S-1-5-32-544:: Administrator:unused_by_nt/2000/xp:500:513:U-IBM-VNYWG3WG0KP\Administrator,S-1-5-21-1844237615-1563985344-1060284298-500:/cygdrive/c/Documen

Compiling errors with '-mno-cygin' option on Cygwin

2003-10-23 Thread Paul Bezzam
Hello everyone, I have this issue: I have a C program that uses embedded perl to call a Perl subroutine. This runs successfully when compiled with gcc with default options. But, when I use the -mno-cygwin option, I get errors indicating that some include files are not available. (The error mess

bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread Jared Ingersoll
Hello, I'm currently using cygwin (updated yesterday) with a WIN2K resource kit utility to dump logs from event viewer into a comma delimited file. One behavior that I have noticed (and occasionally notice with cygwin in general) is that within the data, there are what I believe to be carriage ret

Re: Problem w/ cron

2003-10-23 Thread Pierre A. Humblet
Jeremy A Redburn wrote: > > Sorry, I'm a little frazzled this morning, here are the relevant portions > of /etc/passwd: > > SYSTEM:*:18:18:,S-1-5-18:: > Administrators:*:544:544:,S-1-5-32-544:: > Administrator:unused_by_nt/2000/xp:500:513:U-IBM-VNYWG3WG0KP\Administrator,S-1-5-21-1844237615-156398

RE: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread DePriest, Jason R.
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jared Ingersoll > Sent: Thursday, October 23, 2003 9:33 AM > To: '[EMAIL PROTECTED]' > Subject: bash- Removing Line feeds (Carriage returns) from data > > > Hello, > > I'm currently using cygwin (upd

RE: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread Jared Ingersoll
Neither dos2unix nor unix2dos worked. Thanks for the info, those will come in handy some day I'm sure. jared -Original Message- From: DePriest, Jason R. [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 10:45 AM To: [EMAIL PROTECTED] Subject: RE: bash- Removing Line feeds (Carria

RE: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread david.liberce
when I have problems like this, I pipe the standard output into a little perl inliner that replaces all trailing space characters with a single \n, like this: poide:~> programmThatDoSomeStuff.exe | perl -pe 's/\s*$/\n/' Hope it helps, David -Message d'origine- De : DePriest, Jason R.

man grep - minor formatting error

2003-10-23 Thread Hannu E K Nevalainen
-F, --fixed-strings Interpret PATTERN as a list of fixed strings, separated by new- lines, any of which is to be matched. -P, --perl-regexp Inter- pret PATTERN as a Perl regular expression. I would say that "-P..." should be on a new line. /Hannu E K Nevalainen, B.Sc. EE

Re: Q: ACE library for cygwin?

2003-10-23 Thread Steve Coleman
Heiko Nardmann wrote: Did anyone build the ACE library for Cygwin already? The offical ACE take on cygwin is that it has been ported but is currently unsupported. My understanding is that it can be done in MinGW mode using cygwin tools as the build environment. See: http://www.cs.wustl.edu/~

Re: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread Joe
Try piping to: tr -d '\r' "Jared Ingersoll" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > I'm currently using cygwin (updated yesterday) with a WIN2K resource kit > utility to dump logs from event viewer into a comma delimited file. One > behavior that I have noticed

Incorrect g++ include file path for cygwin 1.5.5-1

2003-10-23 Thread Jim Van Sciver
I've just installed the latest cygwin, in part to get the latest version gnu compiler. Compling code that relies on C++ standard libraries, e.g. #include , fail because the include files are not found in the compiler's default include path. My installation was to the default directory, c:/cygwin.

Please remove me from the mail list

2003-10-23 Thread Yan Li
-- 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: *** unable to allocate heap, heap_chunk_size 0, Win32 error 0

2003-10-23 Thread Igor Pechtchanski
Ronald, On Thu, 23 Oct 2003, Ronald van Gogh wrote: First of all, sorry, but I still don't know how to post a reply, since I'm registered on the mailinglist in digestmode and nobody seems to be able to tell how to reply on a single mail I see in this list of mails. I don't think the hotmail web i

RE: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread Jared Ingersoll
I think tr is going to solve it, but now I have to figure out just what character this is. thanks, jared -Original Message- From: Joe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 11:18 AM To: [EMAIL PROTECTED] Subject: Re: bash- Removing Line feeds (Carriage returns) from d

Re: Problem w/ cron

2003-10-23 Thread Brian Ford
On Thu, 23 Oct 2003, Pierre A. Humblet wrote: > OK, thanks, but you are not answering my question about ls -ln and not > following http://cygwin.com/problems.html > Well, he sort of did both here: http://www.cygwin.com/ml/cygwin/2003-10/msg01482.html did you miss that, or maybe you could be more

gcc problems with Cygwin

2003-10-23 Thread Stefano Porcarelli
Hi, I'm trying to port a program from Linux Red Hat to Cygwin, but I ran up against a big obstacle (for me) that I did not succeded to manage, yet. I searched in the mailing list and in the web but I did not found how to fix it. The following is the error log. Please, can someone help me? ...

Re: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread Andrew DeFaria
Jared Ingersoll wrote: I think tr is going to solve it, but now I have to figure out just what character this is. Is it not character return?!? thanks, jared -Original Message- From: Joe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 11:18 AM To: [EMAIL PROTECTED] Subject: Re

Re: pwd option to return windows path

2003-10-23 Thread Igor Pechtchanski
On Thu, 23 Oct 2003, Ronald Landheer-Cieslak wrote: > This thread, though getting on my nerves, Hear, hear... > actually has a relatively interesting question in it. I think the answer > is kinda obvious, though.. > > On Wed, Oct 22, 2003 at 11:36:07AM -0400, Patrick J. LoPresti wrote: > > P.S.

Re: Q: looking for gcc 2.95.3 package

2003-10-23 Thread Larry Hall
At 09:03 AM 10/23/2003, Heiko Nardmann you wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Hi! > >Where do I find a gcc 2.95.3 package for Cygwin? > With any luck, nowhere. gcc 2.95.3 is broken and as a result, has been removed from the distribution. You might be able to find it on s

Re: Problem w/ cron

2003-10-23 Thread Pierre A. Humblet
Brian Ford wrote: > > On Thu, 23 Oct 2003, Pierre A. Humblet wrote: > > > OK, thanks, but you are not answering my question about ls -ln and not > > following http://cygwin.com/problems.html > > > Well, he sort of did both here: > > http://www.cygwin.com/ml/cygwin/2003-10/msg01482.html > > did

Re: Compiling errors with '-mno-cygin' option on Cygwin

2003-10-23 Thread Igor Pechtchanski
On Thu, 23 Oct 2003, Paul Bezzam wrote: > Hello everyone, > > I have this issue: I have a C program that uses embedded perl to call a > Perl subroutine. This runs successfully when compiled with gcc with > default options. But, when I use the -mno-cygwin option, I get errors > indicating that so

Re: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread Igor Pechtchanski
On Thu, 23 Oct 2003, Jared Ingersoll wrote: > Hello, > > I'm currently using cygwin (updated yesterday) with a WIN2K resource kit > utility to dump logs from event viewer into a comma delimited file. One > behavior that I have noticed (and occasionally notice with cygwin in > general) is that with

RE: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread Igor Pechtchanski
Jared, "od -c" is your friend. Igor On Thu, 23 Oct 2003, Jared Ingersoll wrote: > I think tr is going to solve it, but now I have to figure out just what > character this is. > > thanks, > jared > > -Original Message- > From: Joe [mailto:jdenicola at maxwellsystems dot com] > Sen

Re: SSH into XP: mapped network drives disappeared!

2003-10-23 Thread Larry Hall
At 07:14 PM 10/22/2003, Andrew DeFaria you wrote: >Larry Hall wrote: > >>At 04:43 PM 10/22/2003, Andrew DeFaria you wrote: >> >> 'net use' before the 'slogin' shows the Y: drive, and obviously I can cd to /cygdrive/y. 'net use' after 'slogin' shows Y: is there but "not available", and >

Re: Please remove me from the mail list

2003-10-23 Thread Brian Ford
On Thu, 23 Oct 2003, Yan Li wrote: > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Every message you get tells you how. Please read that link very carefully and do not post here about it again. That link tells you where to post if you have really "tried everything". -- Brian

Re: Please remove me from the mail list

2003-10-23 Thread Igor Pechtchanski
On Thu, 23 Oct 2003, Yan Li wrote: > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > [snip] Did you read everything at the above URL? Don't tell me you did, because in that case you would have known where to send remove requests if automatic unsubscription routines failed.

Re: SSH into XP: mapped network drives disappeared!

2003-10-23 Thread Larry Hall
At 03:02 AM 10/23/2003, Alexis Huxley you wrote: >> Ah, common problem. You've queried the wrong list. See >> . > >Okay thanks, I'm in the process of trying to subscribe to it now. > 'net use' before the 'slogin' shows the Y: drive, and obviously I can cd to

Re: Compiling errors with '-mno-cygin' option on Cygwin

2003-10-23 Thread Gerrit P. Haase
Paul wrote: > Hello everyone, > I have this issue: I have a C program that uses embedded perl to call a > Perl subroutine. This runs successfully when compiled with gcc with > default options. But, when I use the -mno-cygwin option, I get errors > indicating that some include files are not ava

Cannot Start Cron

2003-10-23 Thread Buck Turgidson
I am trying to start cron on a new installation of Cygwin on NT. My start script looks like this: cygrunsrv --stop cron cygrunsrv --remove cron cygrunsrv --install cron -p /usr/sbin/cron -a -D cygrunsrv --start cron But I get the following error. If anyone recognizes it, and has any suggestions

Re: Cannot Start Cron

2003-10-23 Thread Igor Pechtchanski
On Thu, 23 Oct 2003, Buck Turgidson wrote: > I am trying to start cron on a new installation of Cygwin on NT. My start > script looks like this: > > cygrunsrv --stop cron > cygrunsrv --remove cron > cygrunsrv --install cron -p /usr/sbin/cron -a -D > cygrunsrv --start cron > > But I get the follow

RE: Incorrect g++ include file path for cygwin 1.5.5-1

2003-10-23 Thread Hannu E K Nevalainen
> From: Jim Van Sciver > Sent: Thursday, October 23, 2003 5:42 PM > I've just installed the latest cygwin, in part to get > the latest version gnu compiler. Compling code that > relies on C++ standard libraries, e.g. #include , > fail because the include files are not found in the > compiler's de

Re: Compiling errors with '-mno-cygin' option on Cygwin

2003-10-23 Thread Paul Bezzam
Thank you for your replies. But here is my problem: I am trying to make a DLL from a C program that has embedded Perl in it. I successfully created the DLL, and also created a test C client. The client successfully calls the DLL. All this is done in Cygwin and without the "-mno-cygwin" option.

Re: Compiling errors with '-mno-cygin' option on Cygwin

2003-10-23 Thread Igor Pechtchanski
Any DLL that comes with the Cygwin perl is going to depend on cygwin1.dll. Same goes for any DLL you build without -mno-cygwin. However, if you call these DLLs from Visual Basic, or use -mno-cygwin when compiling, you'll end up with the dependence on both msvcrt.dll (because of VB/-mno-cygwin) *an

Re: Q: looking for gcc 2.95.3 package

2003-10-23 Thread Frédéric L. W. Meunier
On Thu, 23 Oct 2003, Larry Hall wrote: > At 09:03 AM 10/23/2003, Heiko Nardmann you wrote: > > > >Where do I find a gcc 2.95.3 package for Cygwin? > > > With any luck, nowhere. gcc 2.95.3 is broken and as a result, has been > removed from the distribution. You might be able to find it on some ou

Re: Compiling errors with '-mno-cygin' option on Cygwin

2003-10-23 Thread Paul Bezzam
Thank you for your inputs Igor, Gerritt. Paul On Thu, 23 Oct 2003, Igor Pechtchanski wrote: > Any DLL that comes with the Cygwin perl is going to depend on cygwin1.dll. > Same goes for any DLL you build without -mno-cygwin. However, if you call > these DLLs from Visual Basic, or use -mno-cygwi

Re: Q: mixing MSVC++ and gcc C++ libs/dlls ?

2003-10-23 Thread Shankar Unni
Ronald Landheer-Cieslak wrote: > Anyway, gcc and MSVC don't use the same name mangling (decoration) schemes for > C++ so you will not be able to mix the two. And the reason for *that* is that the two compilers lay out objects differently (especially virtual tables). So, the only way you can mix

Re: SSH into XP: mapped network drives disappeared!

2003-10-23 Thread Andrew DeFaria
Corinna Vinschen wrote: You're mixing stuff which doesn't belong to each other. Cygwin is not at all interested in $HOME or your /etc/passwd home entry. The evaluation of this values is done by tools in a UNIXy way. Shells (bash, tcsh, whatever) are traditionally only paying attention to $HOM

Re: SSH into XP: mapped network drives disappeared!

2003-10-23 Thread Pierre A. Humblet
Andrew DeFaria wrote: > > Corinna Vinschen wrote: > > >You're mixing stuff which doesn't belong to each other. Cygwin is not at all > >interested in $HOME or your /etc/passwd home entry. The evaluation of this values > >is done by tools in a UNIXy way. Shells (bash, tcsh, > >whatever) are tr

Re: Cannot Start Cron

2003-10-23 Thread Buck Turgidson
> > Look in the Windows "Application" event log for the exact error. > Igor > -- The description for Event ID ( 0 ) in Source ( cron ) could not be found. It contains the following insertion string(s): cron : PID 495 : `cron' service stopped. Thanks, Igor. Any clues here? Permissions on /va

RE: Cannot Start Cron

2003-10-23 Thread Harig, Mark
Please run the attached diagnostic script. It will attempt to determine whether there are any problems with the various files needed by cron. It does NOT modify any files (which you can verify for yourself by reading the script, if you want). > -Original Message- > From: Buck Turgidson [m

Re: Cannot Start Cron

2003-10-23 Thread Buck Turgidson
"Harig, Mark" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Please run the attached diagnostic script. It will attempt to determine whether there are any problems with the various files needed by cron. It does NOT modify any files (which you can verify for yourself by reading the sc

RE: Cannot Start Cron

2003-10-23 Thread Harig, Mark
> > If none of this fixes the problem, then report your problem > to [EMAIL PROTECTED] Please include a copy of your crontab, > ('crontab -l') and the output of 'cygcheck -srv > cygcheck.txt'. > > PLEASE include the generated files 'cygcheck.txt' *as an attachment*, > and NOT in the body of the

Re: Cannot Start Cron

2003-10-23 Thread Buck Turgidson
"Harig, Mark" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > If none of this fixes the problem, then report your problem > to [EMAIL PROTECTED] Please include a copy of your crontab, > ('crontab -l') and the output of 'cygcheck -srv > cygcheck.txt'. > > PLEASE include the generate

RE: Cannot Start Cron

2003-10-23 Thread Harig, Mark
> > If none of this fixes the problem, then report your problem > > to [EMAIL PROTECTED] Please include a copy of your crontab, > > ('crontab -l') and the output of 'cygcheck -srv > cygcheck.txt'. > > > > PLEASE include the generated files 'cygcheck.txt' *as an > attachment*, > > and NOT in the b

undefined reference to `_getline'

2003-10-23 Thread Robb, Sam
All, In porting soem code to run under Cygwin, I ran into a problem finding getline(). The following code snippet demonstrates the problem: #include int main(int argc, char** argv) { char* a; size_t b; FILE* c; g

RE: mixing MSVC++ and gcc C++ libs/dlls ?

2003-10-23 Thread Gareth Pearce
> Hi! > > The FAQ tells me that only C object files can be mixed. > > Is this true for MS .NET and gcc 3.x since I expect both to be conform to > the > ABI standard ? > Gcc 3.0 attempted to conform to the c++ abi - it was wrong - so they fixed lots of things and 3.2 has a different abi. Howev

Re: undefined reference to `_getline'

2003-10-23 Thread Brian Dessent
"Robb, Sam" wrote: > In porting soem code to run under Cygwin, I ran > into a problem finding getline(). The following > code snippet demonstrates the problem: getline() is a glibc-ism, a nonstandard GNU extension. It's not listed anywhere that I can see at

Binaries for bootstrap GNAT/GCC-Cygwin Build

2003-10-23 Thread David A. Cobb
First, a general apology if I seem to be going over stuff I've gone over before. I had a computer outage that cost me most of my memory of the last 4 years. Around 25 September, David, Gerrit, and Jason had a discussion on the list about making David's build of GNAT available. David's server

Re: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Nicolas BUONOMO
Corinna Vinschen a écrit : On Thu, Oct 23, 2003 at 11:39:39AM +0200, david.liberce wrote: I reproduce this behaviour. Looks like the PATH environment variable is not valid anymore after $VAR has been asigned? Nope. I debugged this situation. It looks like a Windows restriction. When trying

Re: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Nicolas BUONOMO
Corinna Vinschen a écrit : On Thu, Oct 23, 2003 at 11:39:39AM +0200, david.liberce wrote: I reproduce this behaviour. Looks like the PATH environment variable is not valid anymore after $VAR has been asigned? Nope. I debugged this situation. It looks like a Windows restriction. When trying

Re: Q: looking for gcc 2.95.3 package

2003-10-23 Thread Christopher Faylor
On Thu, Oct 23, 2003 at 04:10:18PM -0200, Fr?d?ric L. W. Meunier wrote: >On Thu, 23 Oct 2003, Larry Hall wrote: > >> At 09:03 AM 10/23/2003, Heiko Nardmann you wrote: >> > >> >Where do I find a gcc 2.95.3 package for Cygwin? >> > >> With any luck, nowhere. gcc 2.95.3 is broken and as a result, has

Re: Cygwin/bash: need environment variables >32K

2003-10-23 Thread Igor Pechtchanski
On Thu, 23 Oct 2003, Nicolas BUONOMO wrote: > Corinna Vinschen a ecrit : > > > On Thu, Oct 23, 2003 at 11:39:39AM +0200, david.liberce wrote: > > > >>I reproduce this behaviour. > >> > >>Looks like the PATH environment variable is not valid anymore after $VAR > >>has been asigned? > > > > > > Nop

OT, ADMINISTRIVIA aside (was Re: Please remove me from the mail list)

2003-10-23 Thread Christopher Faylor
On Thu, Oct 23, 2003 at 12:34:43PM -0400, Igor Pechtchanski wrote: >On Thu, 23 Oct 2003, Yan Li wrote: > >> -- >> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >> [snip] > >Did you read everything at the above URL? Don't tell me you did, because >in that case you would have known

RE: mixing MSVC++ and gcc C++ libs/dlls ?

2003-10-23 Thread guenter strubinsky
I doubt that. If I am not completely wrong, .net uses bytecode (like Java) aka. CIL (Common Intermediary Language). (http://www.msdnaa.net/Resources/Display.aspx?ResID=373 ) I would not know how you can combine cil code with obj. files. If somebody knows more I would love to read about it. It is o

Peter Ihlenfeld ist unterwegs!

2003-10-23 Thread Peter Ihlenfeld
Ich werde ab 23.10.2003 nicht im Büro sein. Ich kehre zurück am 28.10.2003. Erst danach werde ich wieder Gelegenheit haben, Ihre mail zu lesen. Bitte wenden Sie sich bei Bedarf vertrauensvoll an meine Kolleginnen und Kollegen im Innendienst der Niederlassung in Stuttgart [Tel. 07 11/7 21 9

RE: Cannot Start Cron

2003-10-23 Thread Harig, Mark
Here is a new version of the cron diagnostic script. It contains another test suggested and provided by Pierre Humblet. The new test checks to see if there is a password entry that corresponds to the values in the environment variables $USERNAME and $USERDOMAIN cron_diagnose.sh Description: cr

RE: mixing MSVC++ and gcc C++ libs/dlls ?

2003-10-23 Thread Gareth Pearce
> > I doubt that. If I am not completely wrong, .net uses bytecode (like Java) > aka. CIL (Common Intermediary Language). > (http://www.msdnaa.net/Resources/Display.aspx?ResID=373 ) > > I would not know how you can combine cil code with obj. files. If somebody > knows more I would love to read ab

Re: Updated Cygwin package: bash-2.05b-16

2003-10-23 Thread luke . kendall
On 23 Oct, Ronald Landheer-Cieslak wrote: > Version 2.05b-16 of the Bash package is now available for download. > > This is a bugfix release relative to 2.05b-15, and fixes the bug reported > and patched in http://www.cygwin.com/ml/cygwin/2003-10/msg01166.html. Might ash (/bin/sh) suffer

RE: mixing MSVC++ and gcc C++ libs/dlls ?

2003-10-23 Thread guenter strubinsky
>8p Are there any thoughts about the cil issue in regards to cygwin? If cygwin would have (in the future) have a cil version, merging would not be an issue. Will longhorn and derivatives contain a 'native' box -like the dos box-? Any 'normal' software would otherwise become completely us

rsync local dir copy hang - solved for me

2003-10-23 Thread Bakken, Luke
Hi all, I was attempting to use rsync (v 2.5.6) to copy one local directory to another on my machine (Windows XP) today when I experienced the dreaded hang. It copied the files, and hung waiting for a child process to exit. When I killed that process using taskmgr, the parent exited OK. The follo

Re: Updated Cygwin package: bash-2.05b-16

2003-10-23 Thread Igor Pechtchanski
On Fri, 24 Oct 2003 [EMAIL PROTECTED] wrote: > On 23 Oct, Ronald Landheer-Cieslak wrote: > > Version 2.05b-16 of the Bash package is now available for download. > > > > This is a bugfix release relative to 2.05b-15, and fixes the bug reported > > and patched in http://www.cygwin.com/ml/cygwin/2

Re: rsync local dir copy hang - solved for me

2003-10-23 Thread Peter J. Stieber
I'm just a user and follower of cygwin, but it amazes me how many people put the output of > cygcheck -s output: or cygcheck -svr in the body of their email instead of as an attachment when every stinking email has http://cygwin.com/problems.html at the bottom of it and that page has "Run cygc

Re: rsync local dir copy hang - solved for me

2003-10-23 Thread Larry Hall
At 10:34 PM 10/23/2003, Peter J. Stieber you wrote: >I'm just a user and follower of cygwin, but it amazes me how many people put >the output of > >> cygcheck -s output: > >or cygcheck -svr in the body of their email instead of as an attachment when >every stinking email has > >http://cygwin.com/pr

Re: OpenGL and Cygwin

2003-10-23 Thread suresh
thanks Andre ! the fix worked. I can now compile helloglut and many of the red book opengl demos. I noticed that glGetMinmax and some histogram related functions are not supported. It is possible that this is because these are opengl 1.2 functions. By setting appropriate flags I got the appropr

RE: undefined reference to `_getline'

2003-10-23 Thread Robb, Sam
> > In porting soem code to run under Cygwin, I ran > > into a problem finding getline(). The following > > code snippet demonstrates the problem: > > getline() is a glibc-ism, a nonstandard GNU extension. It's > not listed anywhere that I can see at >

cygcheck as body or attachment (was RE: rsync hang .... )

2003-10-23 Thread Bakken, Luke
> > I'm just a user and follower of cygwin, but it amazes me how > > many people put > > the output of > > > > > cygcheck -s output: > > > > or cygcheck -svr in the body of their email instead of as an > > attachment when > > every stinking email has > > > http://cygwin.com/problems.html > >

RE: undefined reference to `_getline'

2003-10-23 Thread Robb, Sam
> Yes - I found this almost immediately. My concern is > that it *looks* like getline() is available, but it > isn't. ... and, it looks like the same situation for pread() in Grump. -Samrobb -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

Re: undefined reference to `_getline'

2003-10-23 Thread Christopher Faylor
On Fri, Oct 24, 2003 at 12:45:08AM -0400, Robb, Sam wrote: >>Yes - I found this almost immediately. My concern is that it *looks* >>like getline() is available, but it isn't. > >... and, it looks like the same situation for pread() in > >Grump. I suppose that in all of your searching you never

RE: undefined reference to `_getline'

2003-10-23 Thread Robb, Sam
> I suppose that in all of your searching you never came across the > concept that cygwin uses newlib and that cygwin does not export every > single thing from newlib? That means that there are some > things defined in headers which are not actually available in cygwin. No, I understand that - I

Re: Updated: cygutils-1.1.4-2

2003-10-23 Thread Charles Wilson
Joshua Daniel Franklin wrote: On Wed, Oct 22, 2003 at 11:52:32AM +1000, [EMAIL PROTECTED] wrote: On 9 Aug, Charles Wilson wrote: o mkshortcut supports a new -w/--workingdir option. The man page for mkshortcut needs to be updated to reflect this good new option. Here you go, Chuck. Thanks

Re: undefined reference to `_getline'

2003-10-23 Thread Brian Dessent
"Robb, Sam" wrote: > Grumble. Looking through the archives shows that > getline() isn't exported: > > http://www.cygwin.com/ml/cygwin/2003-06/msg01328.html > > Can't understand how I missed this on my first search. > > cgf, et al - is there a reason why getline and getdelim > aren't exported,

  1   2   >