Peter,
>> I can't get perl to write files in text mode with correct line feeds.
>>
>> My perl program:
>> #!/usr/bin/perl
>> open(F, "> test.txt") or die "can't open file";
>> print F "Foo\n";
>> print F "Bar\n";
>> close(F);
>>
>> Outputs newlines as 0x0A.
>>
>> But my C program:
>> #include
>>
I updated some CYGWIN packets.
Now when I open the Cygwin window I have got the following error message box:
-- kpsewhich.exe - Unable to locate DLL -
The dynamic link library cygkpathsea-3-3-7 dll could not be found
in the specified patch ...
-
On Fri, Sep 12, 2003 at 04:23:11PM -0500, Pete McCann wrote:
> Pete McCann writes:
> > Corinna Vinschen writes:
> > > Can you check how often the function cygwin_posix_to_win32_path_list_buf_size()
> > > is called? Does that happen fairly often?
> > >
> > > Corinna
> >
> > That function i
On Fri, Sep 12, 2003 at 05:59:03PM +0200, Olivier ALLART wrote:
> On aWin 2003 Server, I got the message
> 'Setuid : 500: Not permitted' when trying to login using RSA PK mechanisms.
> Login/Passwd works just fine, but using a PKey won't work.
That can be found in the mailing list archive already.
Wow thanks a lot.
I wonder why this mail was not listed in the results when I was
searching the MLs or web..
Olivier
*Corinna Vinschen wrote:
On Fri, Sep 12, 2003 at 05:59:03PM +0200, Olivier ALLART wrote:
On aWin 2003 Server, I got the message
'Setuid : 500: Not permitted' when trying to l
On Sat, Sep 13, 2003 at 05:30:55AM +, Mark Ord wrote:
> Although shutdown.exe works fine on NT (XP at least), it's not possible to
> shutdown a system to a power off state with shutdown.exe on Win9x
> (Win98SE tested).
>
> It's been my experience (on Win98SE anyway) that it's directly related
Hallo Peter,
Am Donnerstag, 11. September 2003 um 11:32 schriebst du:
> I moved a complete perfectly working Cygwin-configuration with
> Apache and SSL from C:\cygwin to F.\cygwin an external 40GB disk
> drive (connected via USB) and tried to get it running, but it will
> not work. I must say tha
Christopher Faylor wrote:
> I've made test versions of gcc 3.3.1 (and the accompanying gcc-mingw
> package) available via setup. This version is the 3.3.1 release plus
> the usual cygwin + mingw patches -- most of which come from Danny Smith.
> The set of custom patches necessary for cygwin and mi
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Kleven Bingham
> Hannu E K Nevalainen (garbage mail) wrote:
> >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> >>Of Christopher Faylor
> >
>
> >
> >>Well, I'm fresh out of ideas, then. I'm back to being unable
> to fix w
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Christopher Faylor
> On Fri, Sep 12, 2003 at 11:21:19PM +0200, Hannu E K Nevalainen
> (garbage mail) wrote:
> >total 16450
> >dr-xr-xr-x2 500 513 0 Nov 21 2002 .
>^
> That's the problem.
>
> I fou
Hallo Sam,
Am Freitag, 5. September 2003 um 20:57 schriebst du:
> I created a new package: CLISP (http://clisp.cons.org)
> ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-1.tar.bz2
> ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-1-src.tar.bz2
> ftp://f
Fellow Cygwinners!
Now I fully expect to be told to RTFM --- but here goes anyway!
I've installed Cygwin on a W2K workstation primarily for the purpose of running
Postgres and for this it works admirably. All installations have worked
flawlessly.
Encouraged by the performance of Cygwin I decid
I noticed there's a new version of bash out -14, but no announcement?
-Rolf
--
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/
--
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/
Hi.
It seems that there's a problem to build the dada engine
(http://dev.null.org/dadaengine)
under cygwin. did anyone manage to do it?
Eran.
_
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=featu
PS1="\[\e[33;1m\]\t\[\e[m\] \[\e[36;1m\]\w [\#]\\$\[\e[m\] "
there are two spaces after "$", not one as it should be
(and as it was with bash-2.05b-13 and on all the other unixes).
another manifestation of the same bug: when the command line is folded,
it folds one extra line.
apparently, the pro
built against 1.5.3:
ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-2.tar.bz2
ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-2-src.tar.bz2
ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/setup.hint
I think I fixed all concerns with the binary
Oops, s/th/sh/
Rolf Campbell wrote:
I noticed there's a new version of bash out -14, but no announcement?
-Rolf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
Yeah, this bash has the same problems that -12 did, and more.
PS1='\[[02;34m\]$PWD\[[02;33m\]>\[[0m\] '
There are some literal escape chars in that...
I get a colored prompt like this:
/home/rcampbell>
if I type t, then I see a list of possible completions, and:
/home/rcampbell> t t
Is this new gcc supposed to be ABI compatible with 3.2.x? Because I
can't link in libraries compiled with an older version of cygwin g++.
/c/temp/cppunit-1.8.0/src/cppunit/TestSucessListener.cpp: undefined
reference to `___gxx_personality_v0'
/c/temp/cppunit-1.8.0/src/cppunit/../../include/cppu
On Sat, Sep 13, 2003 at 11:55:08AM +0200, Hannu E K Nevalainen (garbage mail) wrote:
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
>> Of Christopher Faylor
>
>> On Fri, Sep 12, 2003 at 11:21:19PM +0200, Hannu E K Nevalainen
>> (garbage mail) wrote:
>> >total 16450
>> >dr-xr-xr-x2
On Sat, Sep 13, 2003 at 12:20:39PM -0400, Rolf Campbell wrote:
>Is this new gcc supposed to be ABI compatible with 3.2.x? Because I
>can't link in libraries compiled with an older version of cygwin g++.
>
>/c/temp/cppunit-1.8.0/src/cppunit/TestSucessListener.cpp: undefined
>reference to `___gxx_
Christopher Faylor wrote:
On Sat, Sep 13, 2003 at 12:20:39PM -0400, Rolf Campbell wrote:
Is this new gcc supposed to be ABI compatible with 3.2.x? Because I
can't link in libraries compiled with an older version of cygwin g++.
/c/temp/cppunit-1.8.0/src/cppunit/TestSucessListener.cpp: undefined
I've made a new version of the Cygwin DLL and associated utilities
available for download. As usual, a list of what has changed is below.
To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page. This downloads setup.exe to your
system. Then, run se
On Sat, Sep 13, 2003 at 12:43:38PM -0400, Rolf Campbell wrote:
>Christopher Faylor wrote:
>
>>On Sat, Sep 13, 2003 at 12:20:39PM -0400, Rolf Campbell wrote:
>>
>>>Is this new gcc supposed to be ABI compatible with 3.2.x? Because I
>>>can't link in libraries compiled with an older version of cygwi
On Sat, Sep 13, 2003 at 09:45:16AM +0200, Gerrit P. Haase wrote:
>IIRC you can tell ezmlm to subscribe you but not to deliver.
A point which was made abundantly clear nine days ago.
This discussion is history on the cygwin mailing list. Feel free
to continue it on the cygwin-apps mailing list.
/c/base2/node> notepad &
[1] 1888
/c/base2/node> ps
PIDPPIDPGID WINPID TTY UIDSTIME COMMAND
1936 11936 1936 con 11643 13:35:48 /usr/bin/rxvt
139219361392 20400 11643 13:35:48 /usr/bin/bash
188813921888 18880
> Subject: [ANNOUNCEMENT] Updated: cygwin-1.5.4-1
I get cygwin1.dll "1.3.22-dontuse-21" by running setup.exe and cycling to
"All @ Install" in package selection, i.e. postinstall stuff barfs out.
Hrm... setup.exe doesn't seem to have 1.5.x listed anywhere, or am I blind?
/Hannu E K Nevalainen,
Which mirror did you use? Try rcn.net
Hannu E K Nevalainen (garbage mail) wrote:
Subject: [ANNOUNCEMENT] Updated: cygwin-1.5.4-1
I get cygwin1.dll "1.3.22-dontuse-21" by running setup.exe and cycling to
"All @ Install" in package selection, i.e. postinstall stuff barfs out.
Hrm... setup.exe d
On Sat, Sep 13, 2003 at 08:18:45PM +0200, Hannu E K Nevalainen (garbage mail) wrote:
>> Subject: [ANNOUNCEMENT] Updated: cygwin-1.5.4-1
>
> I get cygwin1.dll "1.3.22-dontuse-21" by running setup.exe and cycling to
>"All @ Install" in package selection, i.e. postinstall stuff barfs out.
>
>Hrm... se
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Christopher Faylor
> On Sat, Sep 13, 2003 at 11:55:08AM +0200, Hannu E K Nevalainen
> (garbage mail) wrote:
> > I'll have a look ASAP :-).
> >
> >I've been spending time on this but now have to hurry up with
> other things
> >;-/
>
>
Rolf Campbell wrote:
Is this new gcc supposed to be ABI compatible with 3.2.x? Because I
can't link in libraries compiled with an older version of cygwin g++.
/c/temp/cppunit-1.8.0/src/cppunit/TestSucessListener.cpp: undefined
reference to `___gxx_personality_v0'
/c/temp/cppunit-1.8.0/src/cppu
Charles Wilson wrote:
Rolf Campbell wrote:
Is this new gcc supposed to be ABI compatible with 3.2.x? Because I
can't link in libraries compiled with an older version of cygwin g++.
/c/temp/cppunit-1.8.0/src/cppunit/TestSucessListener.cpp: undefined
reference to `___gxx_personality_v0'
/c/temp
Cygwin/SSHD on Windows XP SP1, all updated as of this evening.
I've seen some other posts on this issue but none really addresses what I
am seeing.
The output from running SSHD in debug mode:
[EMAIL PROTECTED] ~
$ /usr/sbin/sshd -p 22 -D -d -d -d
debug2: read_server_config: filename /etc/sshd_co
After some recent large updates including XFree* and tetex* and texmf* I am
still getting a "Signal 11" error msg after a request to xdvi a .dvi file.
This is after starting XWin -multiwindow and when running rxvt -display.
Anybody else getting this or similar, or recognise the symptom? Thank you.
On Sat, Sep 13, 2003 at 06:03:07PM +0100, [EMAIL PROTECTED] wrote:
>After some recent large updates including XFree* and tetex* and texmf* I am
>still getting a "Signal 11" error msg after a request to xdvi a .dvi file.
>This is after starting XWin -multiwindow and when running rxvt -display.
>Anyb
On Sat, Sep 13, 2003 at 01:15:48PM -0400, Harold L Hunt II wrote:
>Don't send these messages to the Cygwin maiiling list. That will only
>lead to them ignoring you if you later have a legitimate question.
Hmm. AFAICT, this discussion does belong in both groups until we narrow
down what is causi
That's what I get for replying to email from bed on a Saturday morning.
Harold
Christopher Faylor wrote:
On Sat, Sep 13, 2003 at 01:15:48PM -0400, Harold L Hunt II wrote:
Don't send these messages to the Cygwin maiiling list. That will only
lead to them ignoring you if you later have a legiti
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Christopher Faylor
> Sent: Saturday, September 13, 2003 8:23 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [ANNOUNCEMENT] Updated: cygwin-1.5.4-1
>
>
> On Sat, Sep 13, 2003 at 08:18:45PM +0200, Hannu E K Ne
> After some recent large updates including XFree* and tetex* and texmf* I am
> still getting a "Signal 11" error msg after a request to xdvi a .dvi file.
> This is after starting XWin -multiwindow and when running rxvt -display.
> Anybody else getting this or similar, or recognise the symptom?
I
On Sat, Sep 13, 2003 at 12:43:38PM -0400, Rolf Campbell wrote:
>Christopher Faylor wrote:
>
>>On Sat, Sep 13, 2003 at 12:20:39PM -0400, Rolf Campbell wrote:
>>
>>>Is this new gcc supposed to be ABI compatible with 3.2.x? Because I
>>>can't link in libraries compiled with an older version of cygwi
I had a look at the xdvi problem; if XAPPLRESDIR is set to a directory
that actually contains a file called `XDvi' that can be read,
XtInitialize provokes a SIGSEGV.
Anyone who X11 with debugging info who wants to look at this?
Jan.
Breakpoint 1, main (argc=2, argv=0x10032170)
at /netrel/s
1.5.4-1 is obviously later than what I got, but how would I find the version
number of my current version? It doesn't seem to be in the file name.
_
Use custom emotions -- try MSN Messenger 6.0!
http://www.msnmessenger-download.com/
Sidenote:
I've got a problem with running setup. Might have been caused by getting
1.3.22 version of cygwin1.dll installed at my update attempt earlier today.
As things went wrong somewhere I tried brute force; Reinstall everything...
setup.exe seems to have some peculiar problem with "Reinstall"
Danny Smith wrote:
On Sat, Sep 13, 2003 at 12:43:38PM -0400, Rolf Campbell wrote:
Christopher Faylor wrote:
On Sat, Sep 13, 2003 at 12:20:39PM -0400, Rolf Campbell wrote:
Is this new gcc supposed to be ABI compatible with 3.2.x? Because I
can't link in libraries compiled with an older version of
On Sat, Sep 13, 2003 at 08:24:35PM +0200, Hannu E K Nevalainen (garbage mail) wrote:
>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
>>Of Christopher Faylor
>
>>On Sat, Sep 13, 2003 at 11:55:08AM +0200, Hannu E K Nevalainen (garbage
>>mail) wrote:
>
>>>I'll have a look ASAP :-).
>>>
>>>I
On Sun, Sep 14, 2003 at 12:45:58AM +0200, Hannu E K Nevalainen (garbage mail) wrote:
>As things went wrong somewhere I tried brute force; Reinstall everything...
>setup.exe seems to have some peculiar problem with "Reinstall"-ing
>_update-info-dir-00213-1. It ends up with this:
>
>+
http://gcc.gnu.org/ml/gcc-testresults/2003-09/msg00497.html
--
Tim Prince
--
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/
On Sat, Sep 13, 2003 at 05:48:11PM -0700, Tim Prince wrote:
>http://gcc.gnu.org/ml/gcc-testresults/2003-09/msg00497.html
Are you saying that you'd like to be the package maintainer for this?
That would be great!
--
Please use the resources at cygwin.com rather than sending personal email.
Special
Dear all,
I have a program that uses c++ class generate by flex.exe. It runs well in the
version (1.3.10). When I upgrade to the latest version (1.5.3).The program always
return "Exception: STATUS_ACCESS_VIOLATION".The content of dump file is as follows:
Exception: STATUS_ACCESS_VIOLATION at ei
On Sat, Sep 13, 2003 at 12:21:48PM -0400, Christopher Faylor wrote:
>Ok. I guess I don't have any more time to devote to it either. Thanks
>for playing.
Ok. I lied. This still bugged me and I finally managed to duplicate it
on one of my non-CD directories. The problem only manifests if the fi
I've made a new version of 'flex' available for download. This updates
the package to the latest version available from sourceforge. This
compiles out of the box and the program seems to pass its test suite.
For a brief descripton of this package, see http://cygwin.com/packages/
To update your
On Sun, Sep 14, 2003 at 09:28:15AM +0800, lijun xu wrote:
>I have a program that uses c++ class generate by flex.exe. It runs
>well in the version (1.3.10). When I upgrade to the latest version
>(1.5.3). The program always return "Exception:
>STATUS_ACCESS_VIOLATION".
I've just released a new v
"Alex Vinokur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> I updated some CYGWIN packets.
>
> Now when I open the Cygwin window I have got the following error message box:
>
> -- kpsewhich.exe - Unable to locate DLL -
> The dynamic link library cygkpathsea-3-3-7 dll could
uname -a
Editor of PoliSource wrote:
1.5.4-1 is obviously later than what I got, but how would I find the
version number of my current version? It doesn't seem to be in the file
name.
_
Use custom emotions -- try MSN Messenger 6.0!
On Sun, 14 Sep 2003, Alex Vinokur wrote:
>
> "Alex Vinokur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> > I updated some CYGWIN packets.
> >
> > Now when I open the Cygwin window I have got the following error
> > message box:
> >
> > -- kpsewhich.exe - Unable to locate DLL -
Christopher Faylor wrote:
On Sat, Sep 13, 2003 at 05:48:11PM -0700, Tim Prince wrote:
http://gcc.gnu.org/ml/gcc-testresults/2003-09/msg00497.html
Are you saying that you'd like to be the package maintainer for this?
That would be great!
Snarkiness aside, Oh Magnate of Meanness, but I believe Ti
Danny Smith wrote:
gcc 3.2-3 used Dwarf2 exceptions, which worked most of the time. (In fact,
I don't recall any bug reports at all on cygwin list). But it didn't work
with w32api callbacks, nor with some combinations of compiler switches
(notably -mcpu=i586 or -mno-accumulate-outgoing-args and
-
Hello, world!
I have a W2K SP4 box with a fresh install of Cygwin, and would like to
use Perl/Tk. When I attempt to install the Tk module using cpan:
[EMAIL PROTECTED]:~$ cpan -i Tk
CPAN: Storable loaded ok
Going to read /home/dpchrist/.cpan/Metadata
Database was generated on S
Hallo Rolf,
Am Sonntag, 14. September 2003 um 01:07 schriebst du:
> Danny Smith wrote:
>> On Sat, Sep 13, 2003 at 12:43:38PM -0400, Rolf Campbell wrote:
>>>Christopher Faylor wrote:
On Sat, Sep 13, 2003 at 12:20:39PM -0400, Rolf Campbell wrote:
>Is this new gcc supposed to be ABI compatib
60 matches
Mail list logo