Hi John,
On 26/05/07, John wrote:
602k 2005/06/26 C:\WINDOWS\system32\cygwin1.dll - os=4.0 img=1.0 sys=4.0
"cygwin1.dll" v0.0 ts=2005/5/25 19:38
First you need to do two things before, moving on to the cygwin1.dll issue.
1. Remove g77. This is causing issues with Cygwin.
--- Thorsten Kampe ha scritto:
> A: cygwin@cygwin.com
> Da: Thorsten Kampe
> Oggetto: Re: multiple cygwin1.dll message
> Data: Wed, 25 May 2005 22:51:24 +0100
syncronization in the past ?
>
> * John (Fri, 25 May 2007 13:07:23 -0400)
> Two years without updates?
Hi,
I hope this is the right place to ask; if not feel free to flame ;)
I wish to deploy a minimal cygwin to allow the use of cygwin's version perl.
What is the minimal fileset I need to deploy?
Thanks
Simon
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
http://cygwin.com/acronyms/#PPIOSPE - redirecting to the list
According to Peter Milne on 5/25/2007 9:55 PM:
> Hi Eric
>
> Thanks for responding to my query.
>
> Brian Dessent also responded. He suggested using the following command:
>
> dd
Hi Eric
B is 71.8 Mbytes and and according to ls A (actually data.dat) is:
-rw-r--r-- 1 trader None 4540030014 May 26 12:00 data.dat
I'm running the latest version of cygwin. I hope you are able to reproduce
the problem with dd using this information.
Cheers
Peter
-Original Message
On Sat, May 26, 2007 at 02:14:47AM -0400, John wrote:
>John wrote:
>> 602k 2005/06/26 C:\WINDOWS\system32\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>> "cygwin1.dll" v0.0 ts=2005/5/25 19:38
>
>I just noticed this line in the output. However, a Windows search and
>a cygwin find does not
On Sat, May 26, 2007 at 10:58:59AM -0400, Christopher Faylor wrote:
>On Sat, May 26, 2007 at 02:14:47AM -0400, John wrote:
>>John wrote:
>>> 602k 2005/06/26 C:\WINDOWS\system32\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>>> "cygwin1.dll" v0.0 ts=2005/5/25 19:38
>>
>>I just noticed this
Christopher Faylor wrote:
> On Sat, May 26, 2007 at 02:14:47AM -0400, John wrote:
>> John wrote:
>>> 602k 2005/06/26 C:\WINDOWS\system32\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>>> "cygwin1.dll" v0.0 ts=2005/5/25 19:38
>> I just noticed this line in the output. However, a Windows
* Marco Atzeri (Sat, 26 May 2007 10:58:30 +0200 (CEST))
> --- Thorsten Kampe ha scritto:
> > A: cygwin@cygwin.com
> > Da: Thorsten Kampe
> > Oggetto: Re: multiple cygwin1.dll message
> > Data: Wed, 25 May 2005 22:51:24 +0100
>
>
> syncronization in the past ?
Cluele
Got it!
I finally got rid of c:\windows\system32\cygwin1.dll by
cd-ing there in cygwin, seeing it (finally!) and deleting
it. It wouldn't delete because it was write protected,
but it prompted me for Y/N, and Y got rid of it. (perhaps
the developers could add this test/prompt during normal
upgrad
On Sat, May 26, 2007 at 12:17:01PM -0400, John wrote:
>I finally got rid of c:\windows\system32\cygwin1.dll by cd-ing there in
>cygwin, seeing it (finally!) and deleting it. It wouldn't delete
>because it was write protected, but it prompted me for Y/N, and Y got
>rid of it. (perhaps the develope
I was running CygWin for a while and all was nice.
One day, I ran CygWin and it did not start me in the correct $HOME directory.
Checking env, both $HOME and $HOMEPATH are wrong. How are those set?
Manually setting the two in the cygwin.bat doesn't get it to run
%HOMEPATH%/.bashrc on login.
Chan
I can't get:
#! /bin/sh
echo "Type file name: \c"
read FNAME
echo $FNAME
#
to work without the line feed (using " or ' quotes
in the echo). Any tips?
Thanks, John
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documenta
You mean preventing it from printing a newline?
Try this:
echo -n "Type file name: \c"
(From Google -> man echo)
On 5/26/07, John <[EMAIL PROTECTED]> wrote:
I can't get:
#! /bin/sh
echo "Type file name: \c"
read FNAME
echo $FNAME
#
to work without the line feed (using " or ' quotes
in the echo
On Sat, May 26, 2007 at 11:30:24PM -0400, John wrote:
>Christopher Faylor wrote:
>>>However, my Bourne shell script has broken. Sigh. If I can't figure
>>>that out I'll post a new query.
>>
>>My crystal ball says that you probably have \r\n line endings in some shell
>>script. You can install do
Isaac Good wrote:
> I was running CygWin for a while and all was nice.
> One day, I ran CygWin and it did not start me in the correct $HOME
> directory.
> Checking env, both $HOME and $HOMEPATH are wrong. How are those set?
>
> Manually setting the two in the cygwin.bat doesn't get it to run
> %HO
On 05/26/2007, John wrote:
> Sounds likely as it was file name building that I noticed broken and
> adding -x to trace the script showed \r's in the middle of my
> filenames as I recall. But I immediately downgraded to the previous
> version and it started working again.
>
> Is this a known change
John wrote:
> I can't get:
>
> #! /bin/sh
> echo "Type file name: \c"
> read FNAME
> echo $FNAME
> #
>
> to work without the line feed (using " or ' quotes
> in the echo). Any tips?
Please don't commandeer another thread for your own purposes. Replying to
another thread and changing the subject
Oops. Sorry for replying. Just joined the mail group and it was the
first email I got...
On 5/27/07, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote:
John wrote:
> I can't get:
>
> #! /bin/sh
> echo "Type file name: \c"
> read FNAME
> echo $FNAME
> #
>
> to work without the line feed (using " or '
19 matches
Mail list logo