> Problem:
> fileutils version 4.1-2, specifically: cp.exe does not work properly.
>
> System Info:
> Windows 2000, Cygwin DLL version 1.5.7
>
> Reproducing from prompt:
> prompt> cp some_file ./bin/
>
> Output:
> cp: `some_file' and `./bin/some_file' are the same file
>
>
> Reproducing from w
On Sat, 13 Mar 2004 15:22:59 -0500, wrote:
>
>cygpath --unix "C:\cygwin\bin\cygwin.bat"
>
Larry,
What I needed was
cygpath --mixed "C:\aaa\pic"
Would still be interested in other solutions/ideas
zzapper (vim & cygwin & zsh)
--
vim -c ":%s/^/WhfgTNabgureRIvzSUnpxre/|:%s/[R-T]/ /Ig|:normal g
I've just installed the latest XFree86. It keeps saying:
This application has failed to start because cygXft-2.dll was not found.
Re-installing application may fix this problem.
Jason
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/p
* [EMAIL PROTECTED] (2004-03-14 14:07 +0100)
> This application has failed to start because cygXft-2.dll was not found.
> Re-installing application may fix this problem.
http://www.cygwin.com/packages/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http
It's the problem of starting X. I cannot even start X after typing "startx". I
just install the latest package of X.
Jason
> * [EMAIL PROTECTED] (2004-03-14 14:07 +0100)
>> This application has failed to start because cygXft-2.dll was not
>> found. Re-installing application may fix this problem.
* [EMAIL PROTECTED] (2004-03-14 14:33 +0100)
> It's the problem of starting X. I cannot even start X after typing "startx". I
> just install the latest package of X.
>
> Jason
>
>> * [EMAIL PROTECTED] (2004-03-14 14:07 +0100)
>>> This application has failed to start because cygXft-2.dll was not
>
I would like to see if I can use msys or cygwin to build 64-bit binaries
for Win64. The first problem encountered is a fork problem with the 32-bit
tools when run on Win64. I get this error message:
*** fork: can't reserve memory for stack 0x48 - 0x68
The problem seems to origin
http://www.cygwin.com/packages/XFree86-bin/XFree86-bin-4.3.0-12
They should be here. ButI don't think there's any cygXft-2.dll there, is there?
What do I do next?
Jason
>
> * [EMAIL PROTECTED] (2004-03-14 14:33 +0100)
>> It's the problem of starting X. I cannot even start X after typing
> "st
Hi
I have got Cygwin running on my windows XP pc, using gcc 3.3.1. I downloaded
gcc 3.3.3 release, and managed to build it, however when I tried to compile
a windows application using it it compiled ok but gave a linker error
'couldn't find crt2.o'. It gave this error when I was trying to compile
Hello,
As a project we need to run XITE
(http://www.ifi.uio.no/forskning/grupper/dsb/Programvare/Xite/) under
Windows. All sources of XITE can be compiled with Visual Studio, except the
ones that use a GUI. So we decided to use Cygwin to run XITE. The
installation of XITE was not without problems,
> -Original Message-
> From: cygwin-owner On Behalf Of George Hester
> Sent: 13 March 2004 00:24
>
> This coming from a whipper-snapper I don't expect a response.
> But you sure have a famous name.
I'm no relation to the AT+T guy. FYI.
cheers,
DaveK
--
Can't think o
At 09:50 AM 3/14/2004, you wrote:
>Hi
>
>I have got Cygwin running on my windows XP pc, using gcc 3.3.1. I downloaded
>gcc 3.3.3 release, and managed to build it, however when I tried to compile
>a windows application using it it compiled ok but gave a linker error
>'couldn't find crt2.o'. It gave
At 10:27 AM 3/14/2004, you wrote:
>Hello,
>
>As a project we need to run XITE
>(http://www.ifi.uio.no/forskning/grupper/dsb/Programvare/Xite/) under
>Windows. All sources of XITE can be compiled with Visual Studio, except the
>ones that use a GUI. So we decided to use Cygwin to run XITE. The
>insta
From
man cygpath
Look at this generically useful script
#!/bin/sh
# wexp
# description : Launch Explorer with correct "Windows" path
if [ "${1}" = "" ];
then
XPATH=".";
else
XPATH="$(cygpath -w "${1}")";
fi
explorer $XPATH &
zzapper (vim & cygwin & zsh)
--
vim -c
On Sun, 14 Mar 2004, zzapper wrote:
> From
> man cygpath
>
> Look at this generically useful script
>
> #!/bin/sh
> # wexp
> # description : Launch Explorer with correct "Windows" path
> if [ "${1}" = "" ];
> then
> XPATH=".";
> else
> XPATH="$(cygpath -w "${1}")";
What I don't get is why when I built 3.3.3 using 'make' and then 'make
install' (it failed to do 'make bootstrap') it relied on the fact that
cygwin was installed in the first place. Why then is that, does it require
some unix based functionality that only cygwin provides to a windows pc?
> -
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 the Web on "Cygwin
> From: Igor Pechtchanski
> On Sun, 14 Mar 2004, zzapper wrote:
>
> > From
> > man cygpath
> >
> > Look at this generically useful script
> >
> > #!/bin/sh
> > # wexp
> > # description : Launch Explorer with correct "Windows" path
> > if [ "${1}" = "" ];
> > then
> > XPATH=".";
>
Hello,
* On Sun, Mar 14, 2004 at 07:23:24PM +, zzapper <[EMAIL PROTECTED]> wrote:
> From
> man cygpath
>
> Look at this generically useful script
> [...]
> # description : Launch Explorer with correct "Windows" path
> [...]
You may also check cyg-wrapper.sh (Vim tip #381 BTW) which does sev
- Original Message -
From: "Ross Boulet" <[EMAIL PROTECTED]>
To: "Cygwin" <[EMAIL PROTECTED]>
Sent: Sunday, March 14, 2004 2:36 AM
Subject: RE: cp.exe bug
> > Problem:
> > fileutils version 4.1-2, specifically: cp.exe does not work properly.
> >
> > System Info:
> > Windows 2000, Cygwin
How do I apply patches to my existing Cygwin installation?
> -Original Message-
> From: Larry Hall [mailto:[EMAIL PROTECTED]
> Sent: 14 March 2004 18:59
> To: Ben Taylor; [EMAIL PROTECTED]
> Subject: Re: Using gcc 3.3.3
>
>
> At 09:50 AM 3/14/2004, you wrote:
> >Hi
> >
> >I have got Cyg
On Sun, 14 Mar 2004 21:52:24 +0100, wrote:
>> From: Igor Pechtchanski
>> On Sun, 14 Mar 2004, zzapper wrote:
>>
>> > From
>> > man cygpath
>> #!/bin/sh
>> # wexp
>> # description : Launch Explorer with correct "Windows" path
>> explorer "$(cygpath -w "${1:-.}")"
>
>Even simpler:
>
>$ cygstart
Building gcc (natively) always requires a working gcc to be present, how
else would it compile itself?
Ben Taylor wrote:
What I don't get is why when I built 3.3.3 using 'make' and then 'make
install' (it failed to do 'make bootstrap') it relied on the fact that
cygwin was installed in the first
> > > Problem:
> > > fileutils version 4.1-2, specifically: cp.exe does not
> work properly.
> > >
[ ... Snip ... ]
>
> I've narrowed it down to running `make' on my linux Makefiles, simple
> example follows:
>
> ### Simple Makefile Example
>
> CC= gcc
>
> OBJ= foo.o
> FILE= foo.c
> BIN=
On Sun, Mar 14, 2004 at 01:59:13PM -0500, Larry Hall wrote:
>At 09:50 AM 3/14/2004, you wrote:
>>Hi
>>
>>I have got Cygwin running on my windows XP pc, using gcc 3.3.1. I
>>downloaded gcc 3.3.3 release, and managed to build it, however when I
>>tried to compile a windows application using it it co
- Original Message -
From: "Ross Boulet" <[EMAIL PROTECTED]>
To: "Cygwin" <[EMAIL PROTECTED]>
Cc: "'Alan'" <[EMAIL PROTECTED]>
Sent: Sunday, March 14, 2004 1:44 PM
Subject: RE: cp.exe bug
> > > > Problem:
> > > > fileutils version 4.1-2, specifically: cp.exe does not
> > work properly.
I tested this over and over. I think it's a 'nasty' bug here.
#!/bin/bash
(
# sleep 1# or whatever not very quick command!
set -m;
sleep 10 & # or whatever command takes some time to complete
set +m;
pid=$!
( sleep 1; kill -- -$pid ) &
wait $pid
)
without sleep 1 commented you
Hi Corinna,
It's a bug in your my_read1 code.
Yes, I know... I fixed it (the protection-fault) the next day, but it
doesn't change the tapes behaviour.
Perhaps if I rewrite the outstanding issues another way, you might be
convinced to change the code even without a tape drive to test with...
Stran
Rob van Aarle wrote:
> with these relevant comments:
> 'XptyStartProgram' allocates a pty (pseudo terminal) (either
> by calling system function '_getpty' (if source is compiled
> with GETPTY defined)) or by trying to open devices /dev/ptyxy
> (master) and /dev/ttyxy (slave) (where "x" is on
'man patch'.
But according to Chris, who knows more about Cygwin's gcc than I do,
-mno-cygwin should be configurable with vanilla gcc sources. So, if
you're having difficulty with your locally built gcc/g++, you'll
need to figure out what's different in your environment.
Larry
At 03:58 PM 3
On Sun, Mar 14, 2004 at 09:11:09PM -0500, Larry Hall wrote:
>'man patch'.
>
>But according to Chris, who knows more about Cygwin's gcc than I do,
>-mno-cygwin should be configurable with vanilla gcc sources. So, if
>you're having difficulty with your locally built gcc/g++, you'll need
>to figure o
Thanks
I tried building 3.3.3 using 3.3.1, which didn't work when doing 'make
bootstrap'. But then I did a successful 'make bootstrap' of 3.3.2 using
3.3.1. The bootstrapped 3.3.2 works fine, and claims to have been compiled
by itself not 3.3.1. Even -mno-cygwin works fine on it. So I'm now happy,
On Sun, Mar 14, 2004 at 10:46:56PM +0800, [EMAIL PROTECTED] wrote:
>http://www.cygwin.com/packages/XFree86-bin/XFree86-bin-4.3.0-12
>
>They should be here. ButI don't think there's any cygXft-2.dll there, is there?
>
>What do I do next?
You send email to the correct mailing list.
Redirected.
>>
On Sun, Mar 14, 2004 at 09:54:41AM -0500, Christopher Faylor wrote:
>On Sun, Mar 14, 2004 at 10:46:56PM +0800, [EMAIL PROTECTED] wrote:
>>http://www.cygwin.com/packages/XFree86-bin/XFree86-bin-4.3.0-12
>>
>>They should be here. ButI don't think there's any cygXft-2.dll there, is there?
>>
>>What do
34 matches
Mail list logo