Has any experienced this?
- "ls" works but "ls *" returns "ls: *: No such file or directory"
- same if I just use the shell builtin "echo *" just returns "*"
I am up to date with the latest versions of everything. I had to fix up the
line endings in my .bash_profile/.bashrc file to follow the
Nope. The directory was not empty, so * should have been expanded by the shell
according to the bash "pathname expansion" rules. I included the SHELLOPTS
variable in the first email to show that noglob is not set.
$ mkdir newdir
$ cd newdir
$ touch newfile
$ ls
newfile
$ ls *
ls: *: No such fil
orking anymore
On 04 October 2006 18:08, Andy Telford wrote:
> Nope. The directory was not empty, so * should have been expanded by the
> shell according to the bash "pathname expansion" rules. I included the
> SHELLOPTS variable in the first email to show that noglob is not
Using Windows XP PRO and the latest cygwin and rsync (2.6.6-1), rsync
hangs with 100% CPU usage.
Simple case, from a bash, I:
cd /cygdrive/c/tmp/pics
rsync tmp1/ tmp2/
tmp1 contains some JPG files and tmp2 is empty.
My parents computers.
rsync used to work, but has stopped working.
I did a cle
Whale VPN CLient interfers. I understand that other VPN clients also
prevent rsync from working, even on local drives.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
> Andy Pitonyak wrote:
>> Whale VPN CLient interfers. I understand that other VPN clients also
>> prevent rsync from working, even on local drives.
>
>
> With the Cisco VPN client, I find many ports are blocked. Port 22 is open
> however so you may want to investigate u
>> In my case, the problem prevents an rsync on drives local to the
>> machine.
> Perhaps using ssh is still an option?
That had not occurred to me to try. Treat the local drive as a remote
drive and use ssh... I know how to do that in Linux, but not in cygwin
I suppose that I simply need to
It seems that somewhere between cygwin 1.5.19-4 and 1.5.21-2 some change was
made that causes this error. I have a bash script that is used to create a
number of client processes that run in parallel and generate TCP/IP
conversations with a remote server being tested This script can configure
a
The answers to Larry Hall's questions on my original posting are below.
Andy Hall wrote:
It seems that somewhere between cygwin 1.5.19-4 and 1.5.21-2 some change was
made that causes this error. I have a bash script that is used to create a
number of client processes that run in paralle
();
int myfunc()
{
printf("in myfunc.so");
func1();
}
$ gcc -o bug1.so -shared bug1.c
/cygdrive/c/DOCUME~1/Flyiky/LOCALS~1/Temp/ccBB7v0l.o:
bug1.c:(.text+0x13): undefined reference to `_func1'
collect2: ld returned 1 exit status
Thanks in advance!
Regards,
Andy
--
Unsubscribe
EL-4-Manual/gnu-linker/win32.html
UNIX Application Migration Guide
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnucmg/html/UCMGch09.asp
Regards,
Andy
On 12/16/06, Brian Dessent <[EMAIL PROTECTED]> wrote:
andy wang wrote:
> I want to compile a .so which contains ext
pile, it will compile ok most of time
because it already skip the modules which can cause that problem.
Good luck
Regards,
Andy
On 12/16/06, Leo Liu <[EMAIL PROTECTED]> wrote:
Hi, i'm a newbie to use cygwin under windows. I have known steps of compiling
kernel under Linux. For some rea
.dll.a
$ gcc -shared -o bug1.so bug1.c -L. -lmain
$ gcc -o bug1-main bug1-main.c -ldl
$ ./bug1-main.exe
in myfunc.so
in main.func1()
Regards,
Andy
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
d the process and do not study
carefully about the cross-compiler It will be full of pains I think
:-)
If you read the post carefully, your solution will be crosstool-0.43,
and if you try that first, you don't even need to try "-o managed"
option on cygwin!
Good luck for the kernel
to everyone
who loves cygwin and linux.
Regards,
Andy
--
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/
I need to install
minires package instead?
Thanks in advanced!
Regards,
Andy
--
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/
last question: if the minres support DNS SRV ?
or I just select the wrong server(which I will find anothter server
which provide this record to test)
Thanks again
Regards,
Andy
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
1 10:32:03 2006
;; MSG SIZE rcvd: 128
It seems that the orginal site "_rvp._tcp.lucent.com" has no SRV record.
Cheers,
Andy
--
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/
n't work ?
gcc -Wl,--export-dynamic -o bug1-main bug1-main.c -ldl
Regards,
Andy
--
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/
nd mystery procedure.
myfunc2(); //directly call or using dlsym()
}
Best Regards,
Andy
--
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/
want to directly call myfunc1 without using
dlsym(), is that possible? I was just wondering that I just dlopen
module1 and module2, then directly call the function without dlsym().
I know that it is not a strictly cygwin-related question :-)
Regards,
Andy
--
Unsubscribe info: http://cygwin
(without dlsym, just func1( ... ) which
is defined in module1.so). I am very confused :-(. Is it because it
used RTLD_GLOBAL?
* RTLD_GLOBAL - the external symbols defined in the library will be made
*available to subsequently loaded libraries.
Regards,
Andy
--
Unsubscribe info
the future.
That is the limitation of the Technics but it will be very fun to do
that.
Thanks again and Merry Xmas!
Regards,
Andy
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com
Hi, All:
now I get a new question: how to debug with the crash, especially
with the corrupt stack in multi-thread environment using gdb.
I found a related post using "info reg, watch 0x230" such low
level command to trace a crash.
http://www.cygwin.com/ml/cygwin/2004-02/msg00921.html
My que
Thanks .Larry!
If the bug is not in the cygwin1.dll but an application and with stack
corrupted, how can I using the low level debug technics to find the
reason.
Regards,
Andy
Download a snapshot with symbols so you get better stack info:
<http://cygwin.com/snapshots/>
Either that, or
;Skip" to "Keep" and the seond
column will display the version number.
Have fun!
Regards,
Andy
On 12/25/06, CHIAPOH TAI <[EMAIL PROTECTED]> wrote:
I downloaded and installed "Cygwin DLL 1-5-23-2" yesterday
onto my PC running Windows 2000 Professional. When I
tri
Hi, All:
What's the reason can cause interrupted system call. the same program
will not be interrupted running at linux. I know a singal can, Is
there anything else can? Is there possible that pthread_cond_signal
will do the same thing too?
Regards,
Andy
--
Unsubscribe info:
Hi, Jeremy,
Or on another way, just get rid of SMTP+TLS stuff and directly use
Google API to access your gmail. Unless you need your own smtp server
to talk with gmail server..
Regards,
Andy
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http
Can someone recommend a good command-line tool for editing mp3 tags? I
need to edit a large amount of tags but the editing is a regular
operation and could be easily scripted if
I had a good command-line tool.
thx
Andy
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem
When I try to do a checkout or export from a svn repository, I get the
following error message:
svn checkout svn+ssh://[path]/[to]/[repository]
11 [main] svn 1472 child_copy: linked dll data write copy failed,
0x317000..0x3170B0, done 0, windows pid 3628, Win32 error 487
svn: Can't create tunne
Hi, All,
Recently I met the problem that I have seen the similar problem
reported before in this forum
" cygwin, g++, templates, and DLLs"
http://cygwin.com/ml/cygwin/2006-04/msg00480.html
(1) you have a DLL whose source code includes a template class.
(2) that template class has a static member
I originally installed cygwin on a network drive (p:\cygwin).
Due to various intermittent network problems I wanted to move the
install it to my local c:\ (e.g. c:\cygwin) so that it is no longer
network dependent.
Unfortunately when I tried to put a new install into c:\cygwin, the
/usr/bin and /
Dear all,
I have an issue with cygwin on my borrowed Windows XP /SP2 laptop. Some program
simply won't run, such as latex and emacs, and no error message is displayed.
Other programs, for instance xclock and pico, work fine. I've enclosed a
commented console printout. I normally use cygwin/X,
On Wed, 14 Nov 2007 17:20:33 GMT, Andrew Schulman wrote:
> New versions of the unison2.13, unison2.17, and unison2.27 packages are
> available in the Cygwin distribution.
The /etc/postinstall/unison... installer scripts assume that alternatives is
available on the path. On
my system /usr/sbin
On Thu, 15 Nov 2007 12:01:29 GMT, Andrew E. Schulman wrote:
> Changes in these releases:
> - Fixed two bugs in the postinstall scripts. One of them caused
> installation to fail in some cases. Thanks to Andy Moreton for pointing
> these out.
Thanks for updating this, but there s
On Fri, 16 Nov 2007 19:20:30 GMT, Andrew Schulman wrote:
> I'm not sure. At this point I recommend that you remove and reinstall all of
> the unison alternatives on your host, as follows:
>
> rm /var/lib/alternatives/unison
> for f in /etc/postinstall/unison* ; do $f ; done
>
> and see if that
9(0.150/4/2) 2006-01-20 13:28 i686 Cygwin
CYGWIN_NT-5.1 pelican 1.5.25(0.156/4/2) 2007-12-14 19:21 i686 Cygwin
Please help.
andy
--
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
I see that from release 1.7.19 Windows 2000 is no longer supported. Is there
anywhere I can download release 1.7.17 from, as I still have Winodws 2000
servers I need to put Cygwin on in order to monitor them with Oracle products
Regards
Andy
--
Problem reports: http://cygwin.com
>
> On Sun, Feb 16, 2014 at 12:30 PM, Buchbinder, Barry (NIH/NIAID) [E] wrote
> > if [ ! -z "$2" ] ; then NATIVE="$(cygpath -ml "$2")" ; fi
>
> That might better be written as this
>
> [ "$2" ] && NATIVE=$(cygpath -ml "$2")
>
> You do not need the extra quotes when setting a variable in thi
> On Mar 2 14:20, Frank Fesevur wrote:
> > 2014-02-28 22:08 GMT+01:00 Corinna Vinschen:
> > > That's not really a problem but a case of "it is as it is". To get the
> > > user and group info, Cygwin has to contact the DC and/or GC and then
> > > runs into a timeout. Right now, the LDAP timeout
In the 1.7.29 version of cygwin, the "file" command (5.18) outputs the
following:
PNG image data72 72 8-bit/color RGBA, non-interlaced
While in previous versions, the "file" command actually outputs for the same
file:
PNG image data, 72 x 72, 8-bit/color RGBA, non-interlaced
$ file --
ory can have
> # unexpected consequences.
> unset TMP
> unset TEMP
>
> # Alternatively, set them to the Cygwin temporary directory
> # export TMP=/tmp
> # export TEMP=/tmp
>
> # Or use TMPDIR instead
> # export TMPDIR=/tmp
If the ability to get ba
s not Cygwin's fault that Windows executables are sprinkled all
over the filesystem. Cmd.exe also only finds stuff that's in the PATH.
> and wrote a script to add all directories with
> *.exe files to the $PATH.
I bet that does wonders for performance.
Andy
_DIR or
> anything similar exists.
Have a look at the cygpath utility.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
le of Programming: It's Always Your Fault
http://www.codinghorror.com/blog/archives/001079.html
;) Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
2009/12/2 Dave Korn:
> Andy Koppe wrote:
>> 2009/12/2 jeffunit:
>>> My program ran fine under cygwin 1.5 as well as many versions of linux
>>> including
>>> mandriva 2009, mandriva 2009.1 and mandriva 2010.0
>>>
>>> When compiled with
>>
nglish users should have that in Cygwin if
> their system language is defined differently?
See the continuation of the thread Corinna linked to. LANG should only
be set to C.UTF-8 if it isn't set already.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ:
will have attached to bash's console. When a
console is closed, all processes attached to it are terminated.
I think that's a bug, because gvim has no need for a console and
therefore should be built with -Wl,subsystem,windows.
Andy
--
Problem reports: http://cygwin.com/problems.h
2009/12/4 Andy Koppe:
> 2009/12/3 Linda Walsh:
>> In bash I start a copy of gvim.exe (64-bit windows version) in background.
>> I disown the job in bash so bash no longer manages the job -- it should be
>> a free and clear process (unaffected by bash exiting).
>>
>>
Cygwin sends explicit SIGHUPs to other members of the
> console process group when it receives a CTRL_CLOSE_EVENT. setsid should
> fix that.
>
> You shouldn't need the '&' in the above scenario. Did that actually make
> a difference?
I hadn't even tried w
ing but the default "Raster Font".
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
2009/12/8 Chip Panarchy:
> I'm unable to install MinGW and GCC libraries.
>
> What other information do you need in order to troubleshoot further?
Erm, describing how you tried to install them and how it went wrong
would be a start.
Also: http://cygwin.com/problems.html
Andy
--
P
fix is
attached. It also changes the handling of SI (0xF) in the same way.
I also noticed that the code for handling CAN (0x18) under 'case ERR:'
is unreachable, because CAN is classified as 'NOR' in the base_chars
table. Perhaps a separate 'CAN' class would be
that the patch removes the (misnamed) IGN case altogether.
Andy
nul.patch
Description: Binary data
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
hopefully you'll be fine. Looks like the pine package is
missing a dependency there. (And in any case, it ought to be using
terminfo instead of the obsolete termcap.)
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
2009/12/8 Chip Panarchy:
> As I'm still having compilation problems, could someone else please
> create a SendMail package for Cygwin?
While waiting for that to happen, have a look at exim, or – in case
all you actually need is forwarding to a remote server – ssmtp.
Andy
--
Prob
t
instead? Do Chinese characters still work correctly in other programs?
Finally, please attach (not include) the output of 'cygcheck -svr' as
described at http://cygwin.com/problems.html.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http:
2009/12/9 Corinna Vinschen:
> On Dec 9 06:21, Andy Koppe wrote:
>> 2009/12/9 Angelo Graziosi:
>> > It seems that some recent updates in cygwin-1.7 has broken Pine from
>> > MinTTY.
>> > Now, trying to start from MinTTY:
>> >
>> > $ pi
of places. Setting
TERM should normally be left to the terminal.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
on though.
Do only certain control chars (if any) appear in doublebyte encodings?
> Maybe after clarifying this, the whole snipplet should be cleaned up a
> little bit.
Sounds like a good addition to your console patch.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ:
-one has volunteered to package it? Certainly I can't find
it in the package list, either on 1.5 or 1.7. Perhaps you'd previously
copied it manually from elsewhere?
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentat
cp and mv behave differently when trying to overwrite an in-use executable:
$ cp mintty.exe /bin
cp: cannot create regular file `/bin/mintty.exe': Device or resource busy
$ mv mintty.exe /bin
[works fine]
That's on 1.7. On 1.5, both cp and mv fail.
Is that as expected?
Andy
er for your program, e.g.:
$ conin cleartool
More info at
http://groups.google.com/group/mintty-discuss/browse_thread/thread/1f9cf480117b8a0b
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.
but the cygwin 1.7 behavior is more like
> Linux and traditional unix semantics
And very useful it is, but I was wondering why it works with 'mv' but not 'cp'?
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/
en console.
Speaking of which, any chance of making the hidden console stuff
available through an official interface, e.g.
cyg_alloc_hidden_console()?
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://c
y and file data.
> The OS can keep the old data (inode) until the exe terminates.
That makes plenty of sense.
Thanks,
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
obviously misdiagnosed the situation, since you'd said the
problem was that output didn't appear. That probably means that
cleartool is using console-specific output functions. 'conin' does not
address that.
Are you getting no output from cleartool at all or is it just
d to the same
console.
But the DLL injection makes me wonder: is it possible to override
existing functions such as WriteConsole or ReadConsole?
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cyg
up, that's four grey blocks in the brackets,
representing invalid UTF-8 bytes.)
Same both with the default raster font and with Lucida Console. With
the default raster font, the output is limited to your console
codepage, which may not have that replacement character, so try it
with a different f
acters. I don't know what to do about it, but googling
"groff minus" or "man page hyphen" shows the problem exists elsewhere
too.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
enter in any of them...
>
> yes... running cygwin SSH from the openssh package...
Please double-check that using 'which ssh'. Picking up a native ssh
seems the most likely explanation for what you're seeing.
Andy
--
Problem reports: http://cygwin.com/problems.
s more likely to be
able to help you.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
is any
other software that isn't shipped with the Cygwin distro.)
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
The gcc4-g++ contains about 4000 Java-related headers under
/usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++. Is that as intended?
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
all on that will fail. Again, no
output.
There's nothing you can do about this apart from running cleartool in
an actual console or a console wrapper such as ttyfier (if it worked)
or http://sourceforge.net/projects/console/.
Andy
--
Problem reports: http://cygwin.com/problem
/bin directory isn't added to
the path.
To ensure that bash is invoked as a login shell, mintty needs to be
invoked with a single dash ('-') as parameter, i.e. the shortcut
target needs to be something like: "C:\cygwin\bin\mintty.exe -".
Andy
--
Problem reports: htt
m an existing mintty session and see whether it reports
an error?
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
sewhere? Also, did the shortcut
work with mintty-0.5.4? (0.5.5 uses a different Windows function to
load the icon, but it's not immediately obvious why that might upset
the hippo.)
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Doc
Mintty is a terminal emulator for Cygwin with a native Windows user
interface and minimalist design. Among its features are Unicode
support and a graphical options dialog. Its terminal emulation is
largely compatible with xterm, but it does not require an X server.
Mintty is based on code from PuTT
Hippo hippo hurray!
> Note to everyone, including Andy, the ICO file worked until Mintty v0.5.4.
> And, all my other ICO files seem to work with Mintty v0.5.5, including an
> earlier one, I had gerri-rigged.
Strange. I wonder what's different about the hippo. I might have a
l
ygwin
processes. But it doesn't seem to make a difference to the outcome
anyway: regtool and also mount and ps aren't installed.
It can be fixed by reinstalling the cygwin package again, this time
without any Cygwin processes running.
Andy
--
Problem reports: http://cygwin.com/problem
the
tu-dresden mirror, but not on another a few hours later that was set
to www.mirrorservice.org. The latter looked like it was going to
downgrade to 1.5 in the 'partial' package view. I didn't press Next to
try.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ:
2009/12/23 Andy Koppe:
> 2009/12/23 Christopher Faylor:
>> On Wed, Dec 23, 2009 at 12:37:31PM +0100, Corinna Vinschen wrote:
>>>Hi,
>>>
>>>I just found an unfortunate side-effect of the move of the Cygwin 1.7
>>>release area. If you use the new setup.e
2009/12/24 Fergus:
> Thanks for great new version.
>
> 1.7 uses setup.ini, draws from release/, uses setup.exe v.2.673.
> 1.5 uses setup-legacy.ini, draws from release-legacy/, uses setup.exe
> v.2.673 (i.e. the same version as 1.7).
No, 1.5 you uses http://www.cygwin.com/setup-l
which packages are going to be
upgraded by switching to the "Partial" view on setup.exe's package
selection screen.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
tall. Much faster than Explorer as well.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
n the Keyboard page. I don't yet know why that affects right Alt on
US keyboards.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
sage complaining about a Cygwin process still running
during the install? There does appear to be an issue with setup not
resuming correctly after that.
To fix this, do a reinstall of the 'cygwin' package, after first
making sure that no Cygewin processes are running anymore, inc
2009/12/24 Andy Koppe:
> 2009/12/24 Ken Brown:
>> In the latest mintty (0.5.5-1), RightAlt plus f (or b) doesn't move the
>> cursor one word forward (or backward) when editing the command line. The
>> LeftAlt key still works as expected.
>
> Confirmed. As a workar
;t want Cygwin, you want MinGW, a separate project
> with different goals. Look it up.
Cygwin ships with MinGW as part of the gcc (not gcc-4) package. To use
it, you need to invoke gcc-3 with the -mno-cygwin option.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ:
t definitely require a console, you might prefer one of
those.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
#x27;ve got a mismatch between Cygwin's character set and
PuTTY's. Cygwin's default is UTF-8, whereas PuTTY's is ISO-8859-1.
Change it under Window/Translation in PuTTY's options. (Or use mintty,
which is a PuTTY derivative tailored for Cygwin, including 1.7's
loc
2009/12/25 Andy Koppe:
> 2009/12/25 Ric Anderson:
>> For a variety of reasons, I need a way to switch the character sent by the
>> Console Window Backspace key from ASCII \177 to ASCII \008 (that is, make
>> the backspace key send the ASCII backspace character like it d
but the window is
> not visible. I'm not sure why.
Is it trying to hide mintty's console window, but ending up hiding the
actual mintty window because mintty is a GUI subsystem app and hence
doesn't have a console?
Andy
--
Problem reports: http://cygwin.com/problems.html
t; setup.ini which no longer matches the version.
>
> Any suggestions?
Upgrade to Windows 2000.
Sorry, couldn't help myself. Presumably one or more Windows API calls
not available on NT have crept in. Here's one suspect:
GetLongPathName (in main.cc).
Andy
--
Problem reports:
2009/12/27 Jerry DeLisle:
> I am going to try a completely fresh install. I have nothing to lose.
No point in that. I'm afraid you'll need to wait for a setup.exe fix.
Andy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
ls:
>
> libintl8-0.17-11
> libiconv2-1.13.1-1
> libgcc1-4.3.4-3
> libreadline7-6.0.3-2
> libncurses9-5.7-16
>
> All other listed DLLs are obviously native Windows DLLs.
Except for cygwin1.dll of course. Try reinstalling the cygwin package
itself as well.
Andy
--
Problem rep
f your Linux system.
Yes, that's one way. Specifying e.g. 'LC_CTYPE=en_US rsync ...' (i.e.
a language without an explicit character set) will give you the ANSI
codepage.
But I think the --iconv option is the better way. Assuming you want to
stick with ISO-8859-1 on the Linux side,
>
> * another line **
>
> 62 -61 44
>
> This letter has an accent --> * another line **
>
> - END --
>
> As you can see the output of printf(string_constant) is what
> I expected. The ouput of printf(char_array) is trucated at the non-ASCII
2009/12/28 Andy Koppe:
> 2009/12/28 Rodrigo Medina:
>> Hi,
>> I am moving from cygwin-1.5 and gcc3.4 to cygwin1.7 and gcc4.
>> Some simple programs of mine fail.
>>
>> I am using LC_ALL=es_VE.ISO-8859-15.
>>
>> I have reduced the problem to this exam
101 - 200 of 1242 matches
Mail list logo