I'm actually hoping to skip 3.4.4-2 and get gcc 3.4.6 or 4.1.1. When I
compile my application with 3.4.4, I'm getting an "internal compiler
error" that I don't get with 3.4.6 on Linux.
Any news about a newer version of gcc for cygwin?
Greg Couch
--
Unsubscribe info: http://cygwi
Paul Coiner wrote:
[snip]
> I do however have one outstanding issue with this
> install, even though the service starts properly
> either from Services Manager, net start, or cygrunsrv
> -S xinetd, after you refresh or check the status of
> the service it then shows "stopped" but the process is
> s
I have been able to resolve this issue by adding --env
"CYGWIN=binmode ntsec tty" to the cygrunsrv.exe
install. The full command is as follows:
cygrunsrv.exe --install Xinetd --path /usr/sbin/xinetd
--args "-filelog /etc/xinetd.log" --env
"CYGWIN=binmode ntsec tty" --disp "Xinetd Server"
Also, ha
On Wed, Sep 13, 2006 at 06:09:03PM -0700, Volker Quetschke wrote:
>Christopher Faylor wrote:
>> On Wed, Sep 13, 2006 at 04:46:28PM -0700, Volker Quetschke wrote:
>(snip)
>>
>>Do I have to make the observation again that whether this is the case
>>or not, it is not a primary goal of the Cygwin proj
Christopher Faylor wrote:
> On Wed, Sep 13, 2006 at 04:46:28PM -0700, Volker Quetschke wrote:
(snip)
>
> Do I have to make the observation again that whether this is the case or
> not, it is not a primary goal of the Cygwin project to support these
> people?
Yes. Did it ever cross your mind that
Arun Biyani wrote:
Larry Hall (Cygwin) wrote:
See your cygcheck output:
I have a crontab task which generates a cygcheck.log file every night.
I've just realized that
the cygcheck output of the cron task is quite different from when I run
cygcheck as a user.
I apologize for this. I've attache
David Rothenberger wrote:
On 9/13/2006 4:46 PM, Volker Quetschke wrote:
mwoehlke wrote:
Eric Blake wrote:
mwoehlke tibco.com> writes:
(snip)
... If the file starts life binary mode (ie. was on a binary
mount), skip the check for \r in the scan (under the assumption that
on a binary mount, \
On Wed, Sep 13, 2006 at 04:46:28PM -0700, Volker Quetschke wrote:
>mwoehlke wrote:
>>Eric Blake wrote:
>>>mwoehlke tibco.com> writes:
>(snip)
>>>... If the scan in binary mode succeeds, then leave the file in binary
>>>mode, assuming that the file is unix format even though it is on a text
>>>mou
On 9/13/2006 4:46 PM, Volker Quetschke wrote:
mwoehlke wrote:
Eric Blake wrote:
mwoehlke tibco.com> writes:
(snip)
... If the file starts life binary mode (ie. was on a binary
mount), skip the check for \r in the scan (under the assumption that
on a binary mount, \r is intentional and not a
Hi,
mwoehlke wrote:
> Eric Blake wrote:
>> mwoehlke tibco.com> writes:
(snip)
>> ... If the scan in binary mode
>> succeeds, then leave the file in binary mode, assuming that the file
>> is unix format even though it is on a text mount, and that lseeks will
>> work. If the file starts life bina
Installing the snapshot did not remedy the pub key auth situation, as I
cannot get doze to think the user is Administrator after a non-password
ssh login. Now doze thinks it's the "system" user. Is there another
workaround to get doze to recognize the user you ssh in with public key
authorization
Eric Blake wrote:
mwoehlke tibco.com> writes:
Would it be possible to do this dynamically (instead of keying off of
mounts, etc.): if the first line of the file read by bash has a \r\n,
use text-mode (1-char-at-a-time) semantics, else use binary semantics
(lseek)?
I hate to say this, but...
mwoehlke tibco.com> writes:
> > Would it be possible to do this dynamically (instead of keying off of
> > mounts, etc.): if the first line of the file read by bash has a \r\n,
> > use text-mode (1-char-at-a-time) semantics, else use binary semantics
> > (lseek)?
>
> I hate to say this, but...
Michael Pusch pasted cygcheck output...
Dave Korn wrote:
Give that a go and send your cygcheck results as an attachment.
In the future, please remember to *attach*, not paste. :-)
--
Matthew
80% of all statistics are made up on the spot.
--
Unsubscribe info: http://cygwin.com/ml/#unsub
Shankar Unni wrote:
Eric Blake wrote:
But I intend that on binary files, \r\n line endings will treat the \r
as part of the line, so at least binary mounts won't suffer from the
speed impact of treating a file as unseekable the way bash 3.1-6 does.
Would it be possible to do this dynamically
Eric Blake wrote:
But I intend that on binary files, \r\n
line endings will treat the \r as part of the line, so at least binary mounts
won't suffer from the speed impact of treating a file as unseekable the way
bash 3.1-6 does.
Would it be possible to do this dynamically (instead of keying
Arun Biyani wrote:
Larry Hall (Cygwin) wrote:
Arun Biyani wrote:
Larry Hall (Cygwin) wrote:
Arun Biyani wrote:
mwoehlke wrote:
Arun Biyani wrote:
[download$:575] ls //goddard/y
ls: //goddard/y: No such file or directory
[download$:576] ls //goddard/abiyani
ls: //goddard/abiyani: No such fil
On 13 September 2006 19:39, Chaz Beck wrote:
> I know that Cygwin is a x86 application but I was wondering on how to
> install cygwin on Windows x64.
Exactly the same way as on x86: run setup.exe and choose the options and
packages you want. You don't need to worry about snapshots at the momen
On 13 September 2006 19:28, Arun Biyani wrote:
>> [ram$:663] cacls i:
>> I:\ TELASIC\abiyani:(OI)(CI)F
>>TELASIC\Domain Admins:(OI)(CI)F
>> [ram$:664] cacls s:
>> S:\ TELASIC\Domain Users:(OI)(CI)R
>>Everyone:(OI)(CI)F
>>BUILTIN\Administrators:(OI)(CI)F
>>NT AUTHORITY\SYSTEM:(OI)(C
I know that Cygwin is a x86 application but I was wondering on how to
install cygwin on Windows x64.From this link it talks about instructions on
how to install Cygwin on x64,
http://www.cygwin.com/ml/cygwin/2005-08/msg00567.html
I really don't know how to handle the snapshots, meaning which one t
Larry Hall (Cygwin) wrote:
Arun Biyani wrote:
Larry Hall (Cygwin) wrote:
Arun Biyani wrote:
mwoehlke wrote:
Arun Biyani wrote:
[download$:575] ls //goddard/y
ls: //goddard/y: No such file or directory
[download$:576] ls //goddard/abiyani
ls: //goddard/abiyani: No such file or directory
[down
thank's Dave for the suggestion. I ran cygcheck from a DOS prompt. Running
with the -s option only (i.e. without -r) produced output but also led once
to a crash of "id.exe".
Below I paste the output of cygcheck -s -r -c (but I can't figure out what
it means):
Cygwin Package Information
Pack
Arun Biyani wrote:
Larry Hall (Cygwin) wrote:
Arun Biyani wrote:
mwoehlke wrote:
Arun Biyani wrote:
[download$:575] ls //goddard/y
ls: //goddard/y: No such file or directory
[download$:576] ls //goddard/abiyani
ls: //goddard/abiyani: No such file or directory
[download$:577]
Larry Hall (Cyg
Romain Garrigues wrote:
Hello,
I'm posting here because i have a problem with FLTK on Cygwin platform.
I use FLTK 1.1.7 and i have tried to compile it on Cygwin 1.5.10, everything
is ok.
I had to upgrade Cygwin to 1.5.21, and now i can't manage to compile
examples (linking errors with opengl and
Larry Hall (Cygwin) wrote:
Arun Biyani wrote:
mwoehlke wrote:
Arun Biyani wrote:
[download$:575] ls //goddard/y
ls: //goddard/y: No such file or directory
[download$:576] ls //goddard/abiyani
ls: //goddard/abiyani: No such file or directory
[download$:577]
Larry Hall (Cygwin) wrote:
what do
Christopher Faylor cygwin.com> writes:
> Is bash assuming that it can read N characters and then subtract M
> characters from the current position to get back to the beginning of a
> line? If so, hmm. I guess this explains why it was reading a byte at a
> time before. It must be counting chara
On 13 September 2006 10:31, [EMAIL PROTECTED] wrote:
> Also the windows path was not altered.
That's ok, setup doesn't do that anyway. But the rest is bad!
> When running cygwin, no commands (not even "ls") are known. When I run
> directly "ls.exe" from windows, it crashes. When I run cygche
I did not succeed to install cygwin (Version 2.510.2.2) on my laptop computer
(it worked fine on my desktop).
Download worked fine and also the installation succeeded almost to the end. But
during the postinstall the program "ash.exe" crashed.
No home directory or initial .bashrc files were ge
Looks like you posted with the answer too. Thanks for the effort and help,
I'm building it now.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http
Hello,
I'm posting here because i have a problem with FLTK on Cygwin platform.
I use FLTK 1.1.7 and i have tried to compile it on Cygwin 1.5.10, everything
is ok.
I had to upgrade Cygwin to 1.5.21, and now i can't manage to compile
examples (linking errors with opengl and glu libraries).
Library p
I am unable to run diff3 under XEmacs. Plain diff on 2 files works,
as does diff3 from a bash command line. Diff3 had worked some time
ago but I don't recall what versions I'd have been using.
The *ediff-diff* buffer contains these two lines, split for Usenet.
11675 [main] diff3 584 fhandler_
It seems to have solved the problem. Our volume testing is going well now.
Thanks for your help Christopher!
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
32 matches
Mail list logo