Sorry for the lack of information.
It simply won't compile for me.
I was lead to believe that it wouldn't compile under
cygwin. It seemed that some libraries weren't
available. Does anybody know any different?
What I really want to know is if anyone is using this
with Cygwin? Has anyone got any ot
"Dave Korn" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>
>
> > -Original Message-
> > From: cygwin-owner On Behalf Of Neto, Antonio Jose Rodrigues
> > Sent: 18 March 2004 13:51
>
> > After this gcc -o hello hello.c
> >
> > Now, I need to send this program to another person
On Thu, Mar 18, 2004 at 07:26:03PM -0800, Andrew DeFaria wrote:
> I'm observing the following:
>
> C09-272-A:date
> Thu Mar 18 19:22:53 PST 2004
> C09-272-A:perl -e 'print scalar (localtime) . "\n"'
> Fri Mar 19 03:22:58 2004
> C09-272-A:ccperl -e 'print scalar (localtime) . "\n"'
> Thu Mar 18 19:
On Thu, Mar 18, 2004 at 08:35:46PM -0500, scyudits wrote:
> FILE *outfile = fopen("/home/Sophia/ns-allinone-2.27/ns-2.27/myfile.tcl", "w");
check here if fopen failed (outfile will be NULL)
> fprintf(outfile, "%s", output);
>
> ...where output is a regular string (character array).
A stri
What is all this justifying yourself good for?
Isn't so.
FWIW, I think I know better, too. It takes a while but I do eventually
get it.
I don't think so.
That's 2 for 2.
Don't say it's so.
Jason.
_
Get Extra Storage in 10MB, 25MB, 5
George Hester wrote:
I installed the Apache module in Cygwin. All seemed to go fine there. I have used mostly IIS in Windows 2000 but lately started experimenting with Tomcat. Anyway I thought I would try Apache in Cygwin. After the installation I wasn't sure what to do next other then search
I'm observing the following:
C09-272-A:date
Thu Mar 18 19:22:53 PST 2004
C09-272-A:perl -e 'print scalar (localtime) . "\n"'
Fri Mar 19 03:22:58 2004
C09-272-A:ccperl -e 'print scalar (localtime) . "\n"'
Thu Mar 18 19:23:03 2004
C09-272-A:type -p perl
/bin/perl
C09-272-A:type -p ccperl
/dev/c/prog
On Thu, 18 Mar 2004 [EMAIL PROTECTED] wrote:
> Hi,
>
> I am getting the following seg fault at the point in my C++ code where
> data gets written to a file.
>
> First, here is the code that is the source of the problem (should be
> correct):
>
> FILE *outfile = fopen("/home/Sophia/ns-allinone-2.27
Hi,
I am getting the following seg fault at the point in my C++ code where data
gets written to a file.
First, here is the code that is the source of the problem (should be correct):
FILE *outfile = fopen("/home/Sophia/ns-allinone-2.27/ns-2.27/myfile.tcl", "w");
fprintf(outfile, "%s", output)
On Wed, 17 Mar 2004 14:21:52 +0100, Thorsten Kampe wrote:
> * Martin Gainty (2004-03-17 12:59 +0100)
>> I this solution works on windows
>
>> But how do we get .pl association with CYGWIN Perl?
>
> I already answered this question. Let me explain it more simply: it
> can't be done with Cygwin; it h
Yes I see this problem, too.
I am using Process Explorer 8.32 on Windows 2000 Pro.
It also causes the CPU utilization of the cygwin process to jump to
nearly 100%.
ListDLLs, the command-line version of that feature, exhibits the same
behavior.
-Jason
> -Original Message-
> From: [EMAIL
Lars,
the (system-dependent) fortran system call has only one argument on the
fortran side,
a character string (character*(*) string), which does have an upper limit in
length.
for instance, try this one:
c
program tester
call systest1() ! calls sy
Richard Campbell wrote:
The symptom is pretty straight forward, on a straight command line of:
gcc foo.c
I get a pop up and a system log message which says:
Application popup: cc1.exe - Application Error : The application failed
to initialize properly (0xc022). Click on OK to terminate the
Apache alone builds find, but with SSL I get lots of undefined symbols
involving dllwrap.
Is there a tool to help me track down where these symbols might be defined?
What is dllwrap trying to do?
I'm using Apachetoolbox 1.5.69 to build under 1.5.8 with SSL support.
Here is the output...
ATB1.5.69
On Thu, 18 Mar 2004, Lars Steinke wrote:
> Hello,
>
> I have a problem with:
>
> CALL System(Command, Status)
>
> I am using g77 (cygwin, Windows XP Professional).
> The routine call system does not work - nothing happens, no
> error-message, the program continues and the call system command
Barry (NIH/NIAID) Buchbinder wrote:
> It works! bash, cygpath, and gdb all run.
>
> Thanks for the quick turn-around.
>
Tried the snapshot on W2k and ditto for me. Gdb and insight working - bash was
working anyways.
Excellent - nice job.
--
Brian Keener
[EMAIL PROTECTED]
--
Unsubscribe in
--- Begin Message ---
I no longer participate with the same interests to the Cygwin project.
You need to voice your concerns with [EMAIL PROTECTED]
Earnie
Eric Blossom wrote:
Dear Mr. Boyd,
I read with interest the Cygwin FAQ section about DOS/Unix line
endings. The FAQ claimed it was adapt
>>Application popup: cc1.exe - Application Error : The application failed
>>to initialize properly (0xc022). Click on OK to terminate the
>>application.
>
>Let's not see every single problem as somehow related to this error
>without going through the standard problem reporting exercise first.
On Thu, Mar 18, 2004 at 04:38:00PM -0500, Richard Campbell wrote:
>>The symptom is pretty straight forward, on a straight command line of:
>>
>>gcc foo.c
>>
>>I get a pop up and a system log message which says:
>>
>>Application popup: cc1.exe - Application Error : The application failed
>>to initi
>The symptom is pretty straight forward, on a straight command line of:
>
>gcc foo.c
>
>I get a pop up and a system log message which says:
>
>Application popup: cc1.exe - Application Error : The application failed
>to initialize properly (0xc022). Click on OK to terminate the
>application.
The relevant details:
cygwin 1.5.8-1, with up-to-date packages (as of 3/18).
XP Pro, patch level mostly current (I haven't loaded any new fixes this
month)
the logged in user has administrator rights
The symptom is pretty straight forward, on a straight command line of:
gcc foo.c
I get a pop u
It works! bash, cygpath, and gdb all run.
Thanks for the quick turn-around.
- Barry
-Original Message-
From: Christopher Faylor [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 18, 2004 3:49 PM
To: [EMAIL PROTECTED]
Subject: Re: Crashes with new cygwin-1.5.8-1 on XP
On Thu, Mar 18, 20
Hello,
I have a problem with:
CALL System(Command, Status)
I am using g77 (cygwin, Windows XP Professional).
The routine call system does not work - nothing happens, no error-message, the program
continues and the call system command seems to be ignored.
Can you help me?
BTW: What is sy
On Thu, Mar 18, 2004 at 03:17:27PM -0500, Igor Pechtchanski wrote:
>I vaguely recall this being posted already at some point, but search the
>registry for 'ScanLocked', and change that value to 0. Also search for
>'RealTimeScan/*-L' (you can use a 'find /proc/registry -path
>"RealTimeScan/*-L"') a
Igor Pechtchanski wrote:
> Did you try running bash non-interactively with a long-running command,
> e.g., 'bash -c "sleep 20"'? Does that work?
It doesn't return an error, but it doesn't take any more or less time to return
than bash -c "sleep 1" or bash -c "sleep 150"
> Does 'bash --norc -i
I vaguely recall this being posted already at some point, but search the
registry for 'ScanLocked', and change that value to 0. Also search for
'RealTimeScan/*-L' (you can use a 'find /proc/registry -path
"RealTimeScan/*-L"') and change the appropriate flag (I think it's
"OnOff-L") to 0.
HTH,
On Thu, 18 Mar 2004, Matt Berney wrote:
> Hmm...ok. I understand. I will create an 'strace_sshd' service on the
> server side and try this.
> [snip]
Before you invest all the effort, look at Pierre's responses.
> [off topic]
> BTW, how do I reply to this posting on the cygwin mailing list such
On Thu, 18 Mar 2004, Aaron Humphrey wrote:
> Further (mostly negative) information on the problem:
>
> Nothing shows up in the Windows System Log when bash exits.
>
> Bash stays open to type maybe half a dozen characters, and can run, say,
> "ls" before exiting.
>
> A reboot didn't help.
>
> Anoth
rebaseall didn't help me, either.
-Original Message-
From: Richard Campbell [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 18, 2004 12:28 PM
To: [EMAIL PROTECTED]
Subject: RE: Crashes with new cygwin-1.5.8-1 on XP
It didn't help me any. Probably can't hurt, though.
>Does running 'reba
Also Symantec AntiVirus Corporate Edition. I don't have the permissions to
turn it off.
-Original Message-
From: Richard Campbell [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 18, 2004 12:33 PM
To: [EMAIL PROTECTED]
Subject: RE: Crashes with new cygwin-1.5.8-1 on XP
> This is on XP,
See the thread starting with
http://sources.redhat.com/ml/cygwin/2004-03/msg00811.html
-Original Message-
From: Aaron Humphrey [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 18, 2004 2:18 PM
To: [EMAIL PROTECTED]
Subject: Re: Cygwin shells exit immediately
Further (mostly negative) info
On Thu, Mar 18, 2004 at 02:24:25PM -0500, Pierre A. Humblet wrote:
>
> Here is another hypothesis. Cygwin gets the groups from a variety of
> sources during setuid(). One of them is a call to NetUserGetGroups
> to get the global groups from the logon server.
> Failure of that call does not call a
Further (mostly negative) information on the problem:
Nothing shows up in the Windows System Log when bash exits.
Bash stays open to type maybe half a dozen characters, and can run, say, "ls"
before exiting.
A reboot didn't help.
Another person on the same network has no problems with Cygwin,
Hmm...ok. I understand. I will create an 'strace_sshd' service on the server side
and try this. To answer your other questions:
> Another step you can try first: There's a small chance that an
> Event Log entry has been created when the problem happens.
> I can't tell you how that might look l
On Thu, Mar 18, 2004 at 07:43:44PM +0100, Corinna Vinschen wrote:
> On Mar 18 10:29, Matt Berney wrote:
> > Thanks, I suspect that it is something in our environment that is causing this.
> > Specifically, how do I use the strace tool in this context? Can I substitute the
> > 'ssh' command with
Thanks for your response.
I've got everything from 1.5.5 on in my cache. I tried "Install from local
directory" and it gave only 1.5.5-1 as a choice. I moved everything but
1.5.7 out the directory and it wouldn't list it.
I edited setup.ini to list 1.5.7 as prev, including the file size and md5
On Mar 18 10:29, Matt Berney wrote:
> Thanks, I suspect that it is something in our environment that is causing this.
> Specifically, how do I use the strace tool in this context? Can I substitute the
> 'ssh' command with 'strace ssh' command?
Ooh, no. The interesting part happens on the serv
Thanks, I suspect that it is something in our environment that is causing this.
Specifically, how do I use the strace tool in this context? Can I substitute the
'ssh' command with 'strace ssh' command?
Thanks,
Matt
On Mar 15 09:50, Matt Berney wrote:
> Over time, we continue to experience
On Mar 15 09:50, Matt Berney wrote:
> Over time, we continue to experience intermittent sshd authentication problems in
> our environment. Every so often (~ 1.5% of the time, but enough to cause our
> automated tests to fail), admin privileges are not granted. Perhaps there is some
> setting i
Hi,
I had these problems also, I installed all Windows XP patches (yes, Windows
patches, dont laugh !) and voila, everything works again. If someone has an
explanantion, he is welcome...
"Buchbinder, Barry (NIH/NIAID)" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On XP, starting
If you've installed it before, you might still have 1.5.7 in your package
cache. Simply select "Install from local directory", and you should be
able to cycle to 1.5.7...
Igor
On Thu, 18 Mar 2004, Buchbinder, Barry (NIH/NIAID) wrote:
> The problem with going back to 1.5.5 is that one sta
I tried 3 times to send this message to [EMAIL PROTECTED] It just
won't work! And I am subscribed to the list, and I receive all
communication.
I am interested in becoming a package maintainer for whizzytex.
http://pauillac.inria.fr/whizzytex/
setup.hint
-
> This is on XP, not on Win 2K?
Missed it in the subject, no less. Ouch.
Weird, though - previous reporters were all 2K.
What antivirus are you using? I'm using Symantec AntiVirus
Corporate Edition, although I am also using that on machines
that don't have this problem on XP...
-Richard Cam
The problem with going back to 1.5.5 is that one starts getting "The
procedure entry point _fcntl64 could not be located in the dynamic link
library cygwin1.dll" error message. I'd hate to have roll everything back
to the way it was before 1.5.6-1.
I've played with trying to get setup to roll bac
It didn't help me any. Probably can't hurt, though.
>Does running 'rebaseall' help?
> Igor
>On Thu, 18 Mar 2004, Buchbinder, Barry (NIH/NIAID) wrote:
>
>> I installed gdb but cannot run it under 1.5.8-1.
>>
>> c:\cygwin\bin> gdb
>> 3 [main] ? 2264 init_cheap: Couldn't reserve space f
On Mar 18 13:56, Fr?d?ric L. W. Meunier wrote:
> I can't see for myself now, but what changed that made the
> binary size jump from 90624 to 934424 ?
I've accidentally uploaded an unstripped binary. I've just uploaded
4.0.9-2, which has a stripped binary again.
Corinna
--
Corinna Vinschen
Does running 'rebaseall' help?
Igor
On Thu, 18 Mar 2004, Buchbinder, Barry (NIH/NIAID) wrote:
> I installed gdb but cannot run it under 1.5.8-1.
>
> c:\cygwin\bin> gdb
> 3 [main] ? 2264 init_cheap: Couldn't reserve space for cygwin's heap, Win3 2
> error 487
> c:\cygwin\bin\gdb.exe
I installed gdb but cannot run it under 1.5.8-1.
c:\cygwin\bin> gdb
3 [main] ? 2264 init_cheap: Couldn't reserve space for cygwin's heap,
Win3 2 error 487
c:\cygwin\bin\gdb.exe (2264): *** AllocationBase 0x0, BaseAddress
0x616E, RegionSize 0x1AA, State 0x1
This does not happen f
I can't see for myself now, but what changed that made the
binary size jump from 90624 to 934424 ?
On Thu, 18 Mar 2004, Corinna Vinschen wrote:
> I've updated the version of sed to 4.0.9-1.
>
> This is the latest stable sed release 4.0.9.
>
> Changes from 4.0.8:
>
> 0 address behaves correctly
On Thu, Mar 18, 2004 at 10:14:36AM +0100, Corinna Vinschen wrote:
>On Mar 18 08:40, Jason Winter wrote:
>>2 days before the question was asked, Corinna had already made the code
>>alteration that the question refered to. Now who looks stupid.
>
>What is all this justifying yourself good for? I as
On Thu, Mar 18, 2004 at 10:14:38AM -0500, Buchbinder, Barry (NIH/NIAID) wrote:
>On XP, starting from a cmd.exe prompt:
>
>c:\cygwin\bin> bash
> 6 [main] ? 3816 init_cheap: Couldn't reserve space for cygwin's heap,
>Win32 error 487
>c:\cygwin\bin\bash.exe (3816): *** AllocationBase 0x0, BaseAdd
Dave Korn
Thanks so much for your help.
Cheers
neto
-Original Message-
From: Neto, Antonio Jose Rodrigues
Sent: Thursday, March 18, 2004 10:51 AM
To: '[EMAIL PROTECTED]'
Subject: help with gcc
Hi All,
Could you help me?
I wrote a simple program.
hello.c
#include
c:\cygwin\bin> bash
6 [main] ? 3816 init_cheap: Couldn't reserve space for cygwin's heap,
Win32 error 487
c:\cygwin\bin\bash.exe (3816): *** AllocationBase 0x0, BaseAddress
0x616E, RegionSize 0x1AA, State 0x1
For me it was XWin and gdb.
Actually, though, if you can run gdb, you
* Carlos Moffat (2004-03-18 17:02 +0100)
> I have cygwin (latest distibution) running on Win XP pro. I have
> installed SSHD using:
>
> ssh-host-config -y
>
> and
>
> CYGWIN=tty ntsec
>
> Now, I can ssh to my machine successfully once, but the second time it
> just hangs there without ever ge
Hi All,
I have cygwin (latest distibution) running on Win XP pro. I have
installed SSHD using:
ssh-host-config -y
and
CYGWIN=tty ntsec
Now, I can ssh to my machine successfully once, but the second time it
just hangs there without ever getting to asking a password.
Any ideas? (If you haven'
On Fri, 19 Mar 2004, Paul Jansen wrote:
> Hello.
>
> I posted a message at the scponly mailing list requesting help getting
> scponly to work under cygwin. After a bit of mucking around I was
> unable to get it to work. Scponly is shell that only allows scp
> commands (ie: no general shell acces
On Thu, 18 Mar 2004, Corinna Vinschen wrote:
> On Mar 17 18:11, Igor Pechtchanski wrote:
> > Patch attached (fixes the --interactive with --user issue, and some
> > leftover message typos). ChangeLog is below. Ok to commit?
> > Igor
> > =
On XP, starting from a cmd.exe prompt:
c:\cygwin\bin> bash
6 [main] ? 3816 init_cheap: Couldn't reserve space for cygwin's heap,
Win32 error 487
c:\cygwin\bin\bash.exe (3816): *** AllocationBase 0x0, BaseAddress
0x616E, RegionSize 0x1AA, State 0x1
c:\cygwin\bin> cygpath
3
Fixed in Cygwin 1.5.8. thanks to a patch from Pierre Humblet.
> Hi.
>
> Problem: If an attempt is made to rmdir the currewnt working directory
when a
> file is open in that irectory, the process will apparantly crash!
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem
At 06:39 PM 3/17/2004, you wrote:
>Richard Campbell wrote:
>> >>d:\cygwin\bin\gdb.exe (1616): *** m.AllocationBase 0x0, m.BaseAddress 0x616E
>> >>, m.RegionSize 0x1AA, m.State 0x1
>> >
>> > http://cygwin.com/ml/cygwin/2004-02/msg01080.html
>>
>> http://cygwin.com/ml/cygwin/2004-02/msg0
> -Original Message-
> From: cygwin-owner On Behalf Of LarrysPCRemedies
> Sent: 18 March 2004 14:37
> I received some C++ source for a *nix box which includes
> references to Mosaic libraries in the Makefile.
>
> I was thinking of compiling the source under CYGWIN. Not
> finding any M
I received some C++ source for a *nix box which includes references to Mosaic
libraries in the Makefile.
I was thinking of compiling the source under CYGWIN. Not finding any Mosaic-like
directories in my installation, I looked through CYGWIN's installation panel to find
Mosaic references. It i
> -Original Message-
> From: cygwin-owner On Behalf Of Neto, Antonio Jose Rodrigues
> Sent: 18 March 2004 13:51
> After this gcc -o hello hello.c
>
> Now, I need to send this program to another person that don't
> have cygwin1.dll. So, they cannot execute the exe file
> without the d
Hello.
I posted a message at the scponly mailing list
requesting help getting scponly to work under cygwin.
After a bit of mucking around I was unable to get it
to work.
Scponly is shell that only allows scp commands (ie: no
general shell access to execute commands).
scponly is found here
http://
Hi All,
Could you help me?
I wrote a simple program.
hello.c
#include
main()
{
printf("hello");
}
After this gcc -o hello hello.c
Now, I need to send this program to another person that don't have
cygwin1.dll. So, they cannot execute the exe file without the dll.
Is is po
Ok, now that we understand one another, perhaps you can make
arrangements to distribute the packages via the cygwin installation.
I'm sure someone on the cygwin list will gladly help you in the task.
Earnie
Maciek wrote:
I'm sorry, I'm afraid it'll be best to just remove the Windows
packages
> -Original Message-
> From: cygwin-owner On Behalf Of c.h.breukink
> Sent: 18 March 2004 08:07
> I am using Cygwin for the first time. And I got segmentation
> faults in my application which worked fine on Unix. I think
> now that I know why. It has something to do with structs.When
Hi,
I'm newbies in the world of cygwin et Cie.
I want build mex file within matlab (Version 5.2, OS : win2k).
Code are C or Fortran. I test borland 5.5 compiler to build dll and it
work fine with yprime.c and my C source code.
After reading article from
http://www.mrc-cbu.cam.ac.uk/Imaging/Comm
2 days before the question was asked, Corinna had already made the code
alteration that the question refered to. Now who looks stupid.
What is all this justifying yourself good for? I asked you a question
because I didn't understand what you were talking about (not for the
first time, if you scan
Hi
I am trying to build gcc using a 'make bootstrap' for the mingw32
environment, but when I try to build it using mingw it doesn't have bison
and flex installed, but cygwin does. So I'm going to try to build it *using*
cygwin, but *for* mingw. I suppose this is what you would call building a
cross
On Mar 18 08:40, Jason Winter wrote:
> 2 days before the question was asked, Corinna had already made the code
> alteration that the question refered to. Now who looks stupid.
What is all this justifying yourself good for? I asked you a question
because I didn't understand what you were talking
I've updated the version of sed to 4.0.9-1.
This is the latest stable sed release 4.0.9.
Changes from 4.0.8:
0 address behaves correctly in single-file (-i and -s) mode.
documentation improvements.
tested with many hosts and compilers.
updated regex matcher from upstream, with many bu
Perhaps I should have been clearer myself since I've been known to be
*woefully* imprecise as well. To attempt some additional clarity: On
rereading your mail, I, a native English speaker, found myself
scratching my head over what you were talking about. So, I can
understand Corinna's innocent qu
I've updated the version of OpenSSL to 0.9.7d-1. This also includes the
openssl-devel package.
This is a security update.
---
Note: I've removed the OpenSSL-0.9.6 package now from the Cygwin net
distribution. None of the distr
On Mar 17 18:11, Igor Pechtchanski wrote:
> Patch attached (fixes the --interactive with --user issue, and some
> leftover message typos). ChangeLog is below. Ok to commit?
> Igor
> ==
> ChangeLog:
> 2004-03-17 Igo
I am using Cygwin for the first time. And I got segmentation faults in my
application which worked fine on Unix. I think now that I know why. It has
something to do with structs.When I leave them, I have no problems. Who
have experience with this?
Christien Breukink
Philips CFT (Centre for I
76 matches
Mail list logo