On Fri, Dec 3, 2021 at 8:51 AM Goswami-EXT, Himanshu
wrote:
>
> Hi,
>
> I want to generate the Linux compatible binaries on Windows System.
> Cygwin is a cross compiler which offers POSIX environment.
> But I could not find any Unix libraries to generate the Linux compatible
> binaries.
> Could y
On Sun, Jan 24, 2021 at 5:38 AM Marco Atzeri via Cygwin
wrote:
>
>
> Have you started the program from inside a XTerm with a running
> XServer ?
>
I compiled and ran the program in a mintty window, while X server was
started and the environment variable DISPLAY was set. It ran
perfectly. I don't
On Sun, Oct 21, 2018 at 3:50 PM Andrey Repin wrote:
>
> I would actually suggest renaming the system user, if possible.
All my previous setups used a silly name like "Mike" that was not
linked to a Microsoft account but still chosen automatically, or my
preferred username "menright" if I noticed
I have a few files that I want to compile and run in a new Windows 10 setup.
I setup cygwin64 and copied the files to a subdirectory of my home directory.
I noticed that my prompt indicated that my home directory was
"/home/Mike Enright". I decided that in the long run that would be
bad.
So I follo
On Mon, Jun 25, 2018 at 11:33 AM, Lee wrote:
> I'm still trying to figure utf-8 out, but it seems to me that 0x0 -
> 0xff is part of the utf-8 encoding.
I don't see how you arrived at this. An initial byte of 0xFF is not
the initial byte of any valid UTF-8 byte sequence. And it doesn't
conform wi
On Tue, May 15, 2018 at 5:58 AM, cyg Simple wrote:
>
> Years of work tells me to not trust the default of any option. You
> should be specific.
I have a few years under my belt (come to think of it they are
threatening to engulf my belt). For work, I'd do what's necessary to
integrate the little
I am working on a little compiler for fun, which generates assembly
code. At this point I manually invoke as and ld.
For debugging I added the -g option to the invocation of as, but then
ld failed with
t.o:t.s:1:(.stab+0x14): relocation truncated to fit: R_X86_64_32
against `.text'
Looking into
On Mon, Oct 23, 2017 at 5:38 AM, KARL BOTTS wrote:
>
> Does anybody have any concrete experience using Windows Subsystem for Linux
> (hence WSL) on the same machine, alongside Cygwin?
>
Yes. I have. I assume you are soliciting some descriptions of people's
experience.
I have various projects whi
On Tue, May 23, 2017 at 3:59 PM, Michael Lemke wrote:
>
> Lacking further clues I did the trial and error thing and removed some
> stuff I thought I didn't need (like GNOME). Not sure yet what I broke but
> my Apache is working again. Thanks for the hint that the number of known
> dlls could be a
On Wed, Mar 29, 2017 at 11:28 PM, 高锋 wrote:
> Two days ago,i wanted to determine whether a udp port of another machine is
> open or not, which is deployed on different subnet.
> But windows platform does not provide utility that can dose this.So i
> downloaded a setup.exe from cygwin,of which ver
On Wed, Mar 29, 2017 at 7:24 PM, 高锋 wrote:
> I just installed the latest nc 1.107-4 on windows 7 platform.When lauched
> the command like:
> nc -vuz 10.31.28.188 6110
> ,each time it reported connecting successed,even if the target ip
> 10.31.28.188 does not really exists.
> Could someone tell wha
On Thu, Mar 2, 2017 at 5:19 PM, Yaakov Selkowitz wrote:
>
> Maybe, maybe not. Mixing *NIX and Win32 APIs isn't so simple.
>
I have some small projects that do this mixing. A determined
individual can do it. I have not done it with 'wgl'
--
Problem reports: http://cygwin.com/problems.html
F
On Fri, Feb 10, 2017 at 1:34 PM, Andrey Repin wrote:
> Greetings, Gluszczak, Glenn!
>
>> * is a legal character for ls but perhaps not cygpath?
>
> "*" is not a legal path name character. And cygpath expects a path.
AFAICT, '*' is a legal character in a filename or directory name on
Posix systems
On Fri, Feb 10, 2017 at 1:46 PM, Gluszczak, Glenn wrote:
> I suppose the glob explanation from Michael explains this behavior in sh.
> Though unsupported, it seems to work (probably some side cases do not).
It seems to me that the behavior is supported and working. Bash or sh
takes an unescaped ar
On Fri, Feb 10, 2017 at 12:42 PM, Michael Enright wrote:
> On Fri, Feb 10, 2017 at 12:31 PM, Gluszczak, Glenn wrote:
>> Sorry, I forgot the user I log in as is switching to cmd.exe.
>>
>> This doesn't happen in sh or tcsh, so it is probably a non-issue.
>>
>
>
On Fri, Feb 10, 2017 at 12:31 PM, Gluszczak, Glenn wrote:
> Sorry, I forgot the user I log in as is switching to cmd.exe.
>
> This doesn't happen in sh or tcsh, so it is probably a non-issue.
>
My results are from running a "normal" bash-under-mintty setup.
If I go to a cmd.exe window and start b
On Fri, Feb 10, 2017 at 11:36 AM, Andrey Repin wrote:
> Greetings, Gluszczak, Glenn!
>
>> Isn’t this a defect in cygpath? Looks like memory corruption.
>
>> %%%cygpath -w /usr/non-existent/*
>> C:\cygwin\usr\non-existent\�[W��
>
> Looks more like private character space combined with incorrect te
On Thu, Jan 12, 2017 at 2:13 PM, Corinna Vinschen
wrote:
> Step 3:
>
> If we did it really intelligent, maybe we finally also have a method
> to implement descriptor passing. Finally. After all these years.
>
> And maybe, we should not actually use the socket itself to exchange
> the informa
On Mon, Jan 9, 2017 at 4:39 PM, Steven Penny wrote:
> It looks like fixing this may have caused another issue. Example test:
>
> With cmd.exe, you can type Alt 234 and it produces
> GREEK CAPITAL LETTER OMEGA U+03A9. However with Cygwin via Cygwin.bat it
> yields
> nothing. Non ASCII characters c
On Tue, Jul 12, 2016 at 12:26 PM, Thomas Wolff wrote:
>
> Mintty generates "faux-bold" by overstriking with a pixel offset of 1. Maybe
> it should scale the thickness with the font size (like it does now for
> manual underline and VT100 line drawing graphics), at increased risk of
> clipping, howev
On Sat, Apr 2, 2016 at 11:59 AM, Cary Lewis wrote:
> I need to start acrobat from a bash shell.
>
> Acrobat needs some of its parameters to be enclosed with double
> quotes. This is needed to automatically open and print a pdf.
>
>
> If I try to do a \", then it passes the \" to the windows app.
I
On Wed, Mar 16, 2016 at 7:51 AM, cyg Simple wrote:
>
> My ISP for my connection to the WWW is the one that is doing the
> inappropriate redirects. I sometime get these even when using VPN to my
> employer's intranet. My ISP also provides phone and TV Cable and I'm
> guessing that the accepted pra
On Tue, Jan 26, 2016 at 11:10 PM, Robert May wrote:
>
> I still can.t make sense of it
> below is the contents of makefile
>
> the end of running make is still the same
> $ make
> makefile:1: *** missing separator. Stop.
>
I didn't get that line but I got several others. I extracted a
makefile f
On Mon, Jan 18, 2016 at 1:06 PM, Kenneth Wolcott wrote:
>
>
>
> Sometimes I wish that TexLive could be its own group in Cygwin as
> there are times that I'd like to pick most of what is in the Text
> Cygwin group without TexLive and sometimes I'd like to just pick
> TexLive.. Other times I'd j
On Fri, Jan 1, 2016 at 1:21 PM, Bryan Henry wrote:
>
> [~]$ cygpath -S -u
> /C/WINDOWS/System32
> [~]$ file `cygpath -S -u`
> /C/WINDOWS/System32: cannot open `/C/WINDOWS/System32' (No such file or
> directory)
> [~]$ file /C/Windows/System32
> /C/Windows/System32: directory
>
Although I haven't
On Wed, Dec 30, 2015 at 1:03 AM, Michael Enright wrote:
> On Tue, Dec 29, 2015 at 2:57 PM, Michael Enright wrote:
>> And since I have chosen to participate in this thread, I tried the
>> command in question. The success of my attempt does not mean that I
>> don't bel
On Tue, Dec 29, 2015 at 2:57 PM, Michael Enright wrote:
> And since I have chosen to participate in this thread, I tried the
> command in question. The success of my attempt does not mean that I
> don't believe there's a problem. My setup is Windows 7/64 in a VM,
> running
On Tue, Dec 29, 2015 at 2:31 PM, Bill Smith wrote:
> Yes, I'm trying to do this with the standard shell, bash. We have tried
> using mintty or the xterm version but there were other issues.
The above implies something but I'm not sure what it is. Can you give
more detail?
mintty and xterm are t
On Mon, Dec 28, 2015 at 9:08 AM, David Balažic wrote:
> I tried it in zsh (32 bit cygwin) and there it works correctly:
>
> $ cmp <(echo echo1) <(echo echo2)
> /tmp/zshirbIJ1 /tmp/zshDsdZep differ: byte 5, line 1
>
> So it seems the bug is in bash.
>
A different conclusion is also supportable: T
On Sun, Dec 27, 2015 at 11:11 AM, David Xu wrote:
> Hi!
>
> I compiled GTK with the native win32 backend, and it is functional.
> Brief demo: http://i.imgur.com/PAWyLdW.gif
Many programs that originally target Linux have been made available to
Windows users by means of packaging them with GTK et
On Mon, Nov 9, 2015 at 4:28 PM, Yaakov Selkowitz wrote:
> The following packages have been uploaded to the Cygwin distribution:
>
> * putty-0.65-2
>
I have the "Unix" version of this on a Linux box, which I built from
source. I also have the "normal" Windows version. Which of these would
you say t
On Mon, Nov 9, 2015 at 12:03 PM, Marco Atzeri wrote:
> On 09/11/2015 20:17, Brian Neu wrote:
>> fc-list outputs nothing.
>
>
> this is strange
>
> Is it functional ?
>
> $ /usr/bin/fc-list --version
> fontconfig version 2.11.1
>
>
>
Would setting the environment variable FC_DEBUG=4095 (or some oth
On Sat, Oct 24, 2015 at 10:31 PM, JonY wrote:
>
> On 10/25/2015 01:00, Michael Enright wrote:
> >
> > I sometimes wonder what would be involved in fixing this.
> >
>
> Full C99 *printf support. Corinna answered on the same thread
> https://sourceware.org/ml/cy
On Fri, Oct 23, 2015 at 9:28 PM, Luong Hoang wrote:
> The error says 'to_string' was not declared in this scope
Lack of developer attention in the related project newlib. I googled
this myself a couple of weeks ago. Apparently if you start to work on
that you pull in a lot of other little missing
On Tue, Oct 6, 2015 at 11:10 AM, Jon Turney wrote:
>
> But there is no need to guess about this, it's documented in the fontpath.d
> section of the Xserver man page [1]
>
> [1] http://x.cygwin.com/docs/man1/Xserver.1.html#lbAN
>
I still have questions.
Good old setup_x86 fortuitously gave me the
On Tue, Oct 6, 2015 at 7:42 AM, kuaf wrote:
> Unable to extract
> /etc/X11/fontpath.d/xorg-x11-fonts-75dpi:unscaled:pri=20
Something tells me that this error message is not only giving a file
name, it is giving some font parameters that had been specified
directly or indirectly by the app
On Thu, Oct 1, 2015 at 10:35 AM, Yaakov Selkowitz wrote:
>
> Confirmed. Often 64-bit-only issues come down to one or more of the
> following:
>
> * implicit function declarations. Per the C standard, argument types
> are assumed to match whatever is given (which may be wrong if e.g. 0 is
> used
On Tue, Sep 29, 2015 at 10:06 PM, Hari Narasimhan H.N wrote:
>
> I am using a crosstool-NG system. During configuration of GMP it
> throws the following error
>
> "could not find a working compiler"
>
> whereas I have gcc4.9.3 installed and working.
You should be able to tell from config.log what
On Tue, Sep 29, 2015 at 5:20 AM, Hari Narasimhan H.N wrote:
>
> We have a requirement to build a GCC cross toolchain for Xtensa
> architecture for a cygwin host from source. So far we have not been
> successful building even a native toolchain.
>
> Please let us know if such a thing is supported on
On Tue, Sep 22, 2015 at 10:54 AM, Yaakov Selkowitz wrote:
>
> Installing with Cygwin Setup.
>
>
> This is the only supported installation method.
>
On Tue, Sep 22, 2015 at 10:59 AM, David Stacey wrote:
> We're drifting off topic, but never mind...
Thanks Yaakov, David, Achim, Vince and whoever e
On Mon, Sep 21, 2015 at 9:16 PM, Vince Rice wrote:
>
> The blindness was, as I’ve already pointed out, caused by blindly
> updating software
No one was "updating"! I have diagnosed what I did "wrong" before and
I am satisfied with my conclusion. I don't yet know of a way to keep
changes from affe
On Mon, Sep 21, 2015 at 5:50 PM, Vince Rice wrote:
>blindly
The blindness was blindness to the fact that new users were getting a
different version than existing users in some way other than fixing
vulns. Since Cygwin isn't the sort of product that needs to make up
sham reasons to upgrade as Mic
On Mon, Sep 21, 2015 at 1:31 PM, Marco Atzeri wrote:
>
> the change in nc had nothing to do with cygwin
> change between 1.5 and 1.7
>
> https://sourceware.org/ml/cygwin-announce/2012-05/msg00015.html
>
Implying a tie between the nc version to the release of 1.7.0-0 was
wrong on my part. I am not
On Mon, Sep 21, 2015 at 12:25 PM, Andrey Repin wrote:
> Greetings, jacob.a.lamber...@l-3com.com!
>
> 1. https://cygwin.com/acronyms/#TOFU pretty please.
>
>> Upgrading would be a pain,
>
> Who said that?...
>
>
PMFJI,
Between Cyg 1.5 and 1.7 the command-line interface changed on the "nc"
utility
On Tue, Sep 15, 2015 at 3:03 AM, JonY wrote:
>
> Hi Achim,
>
> Can you please update ISL for newer versions of GCC?
> http://isl.gforge.inria.fr/ says 0.15 is the latest.
>
PMFJI,
I was setting up a cross compiler this past Sunday under Cygwin, using
GCC 5.1.0. I followed the "BYOI" (Bring your o
On Tue, Sep 1, 2015 at 12:48 PM, Roger Pack wrote:
> It appears the problem lies with creating a file named "NUL" windows
> utilities just don't know how to deal with it (you can recreate it by
> creating a folder, then from cygwin bash $ touch NUL) then try and
> remove the folder with windows ex
On Wed, Aug 26, 2015 at 12:50 PM, Yaakov Selkowitz wrote:
> On Wed, 2015-08-26 at 19:27 +, Nellis, Kenneth wrote:
>> I am looking for a method by which I can determine within a shell script
>> whether my laptop is docked or not. Google provided some answers for Linux
>> and Windows users, but t
On Mon, Aug 24, 2015 at 10:39 AM, Yaakov Selkowitz wrote:
> On Mon, 2015-08-17 at 10:10 +0200, Corinna Vinschen wrote:
>> Maybe the package just needs rebuilding. Yaakov?
>
> I have uploaded js185-1.0.0-4. Please let me know if that helps.
>
> --
> Yaakov
>
Good news.
The upload propagated to m
On Mon, Aug 24, 2015 at 10:46 AM, Dennis Putnam wrote:
> On 8/24/2015 1:42 PM, Achim Gratz wrote:
>> Dennis Putnam writes:
>>> Again keeping in mind
>>> that my browser has no trouble finding URLs, I tried 'nslookup' from a
>>> command prompt and it can find nothing. The error is no response from
On Wed, Aug 5, 2015 at 1:02 AM, Corinna Vinschen wrote:
> On Aug 3 23:33, Michael Enright wrote:
>> On Mon, Aug 3, 2015 at 9:52 AM, Michael Enright wrote:
>> > I'm interested in a solution at the libmozjs level
>>
>> Is there anything I can do to advance a
On Mon, Aug 3, 2015 at 9:52 AM, Michael Enright wrote:
> I'm interested in a solution at the libmozjs level
Is there anything I can do to advance a solution in libmozjs?
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Docum
On Mon, Aug 3, 2015 at 6:42 AM, Corinna Vinschen wrote:
> Hang on. So you suggest that Glibc, Cygwin, as well as any other
> implementation based on the localtime.c code from Arthur David Olson,
> stop using the additional struct members? Despite them doing the right
> thing where the POSIX impl
Here's a reduction of a problem I had compiling v8:
#include
#include "wspiapi.h"
char array[5];
__wspiapi_countof_helper(array);
The reduction isn't realistic but the problem is real.
On one hand, ctype.h uses _N and it is within its "rights" to do so as
ctype.h is part of the standard library
On Mon, Aug 3, 2015 at 1:36 AM, Corinna Vinschen wrote:
>
> The core thingy in POSIX is "The header shall declare the tm
> structure, which shall include at least the following members:"
>
I saw this language myself.
>
> A conforming application does not u
On Sat, Aug 1, 2015 at 1:28 PM, Brian Inglis wrote:
>
> Seems like the problem may be developer confusion between strftime and
> printf conversion flag prefixes. The strftime space conversion flag
> character is _ so space filled seconds should use %_S, whereas the printf
> conversion flag charact
Brian,
In reference to your comments below I found this link to a repo of
SpiderMonkey source code.
http://hg.mozilla.org/releases/mozilla-1.9.1/file/920bcf17a9e1/js/src/prmjtime.cpp
And the function that calls strftime specifically:
http://hg.mozilla.org/releases/mozilla-1.9.1/file/920bcf17a9e1/j
On Fri, Jul 31, 2015 at 5:51 AM, Jon TURNEY wrote:
> It would be very helpful if you could tweak the testcase there and produce
> one which reproduces your problem.
>
> [1]
> https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=commitdiff;h=75d5f68aabf62c42884ff935f888b12bbcd1
> [2] http
On Fri, Jul 31, 2015 at 12:50 PM, Michael Enright wrote:
> If I do
> struct tm zeroed = {0};
> manually_initialized.tm_year = 2000;
> strftime(buf, buf_size, "%Z", &zero_initialized);
> The printed time zone is PST (TZ happens to be "America/Los_Angeles&q
On Fri, Jul 31, 2015 at 11:46 AM, Michael Enright wrote:
> On Fri, Jul 31, 2015 at 5:51 AM, Jon TURNEY wrote:
>>
>> I think you need to use the gdb command 'set cygwin-exceptions on' to tell
>> gdb to break on exceptions <...>
>
> This is going to help
On Fri, Jul 31, 2015 at 5:51 AM, Jon TURNEY wrote:
> On 31/07/2015 01:16, Michael Enright wrote:
>>
> It would be very helpful if you could tweak the testcase there and produce
> one which reproduces your problem.
>
> [1]
> https://sourceware.org/git/gitweb.cgi?p=newlib-c
On Fri, Jul 31, 2015 at 5:51 AM, Jon TURNEY wrote:
>
> I think you need to use the gdb command 'set cygwin-exceptions on' to tell
> gdb to break on exceptions inside the cygwin DLL (by default they are
> ignored, as they may be generated during normal operation when checking a
> pointer is valid)
>
In a thread about navigating a stackdump to find out what's going
wrong, I posted the output of a GDB session as follows.
On Thu, Jul 30, 2015 at 11:48 AM, Michael Enright wrote:
>
> (gdb) print tznam
> $3 = 0xc07a4000
> (gdb) list
> 1339tznam = _tzname
On Thu, Jul 30, 2015 at 10:46 AM, Michael Enright wrote:
> On Thu, Jul 30, 2015 at 7:39 AM, Jon TURNEY wrote:
>> You need to install the 'cygwin-debuginfo' package for debug symbols for
>> cygwin1.dll
>
> I missed this in my searches. I see now that I should h
On Thu, Jul 30, 2015 at 7:39 AM, Jon TURNEY wrote:
> You need to install the 'cygwin-debuginfo' package for debug symbols for
> cygwin1.dll
I missed this in my searches. I see now that I should have used the
"debug" category.
>
> You also need to point addr2line at those detached debug symbols,
've got a program which was running but suddenly does not run.
I've been trying to debug in the usual way but all I get is a stackdump.
I consulted the internet for advice on how to use a stackdump and it
was pretty clear. I also brought LDD into the mix.
The IP register when the SEGV occurs is
On Thu, May 21, 2015 at 7:06 PM, Steven Penny wrote:
>
> apt-cyg rdepends texlive |
>
> '
>
> Result
>
>
Interesting.
For the lurkers, apt-cyg is not (yet?) available via
setup-x86{,_64}.exe and this SO question has info about obtaining it.
http://stackoverflow.com/questions/9751845/apt-
On Thu, May 21, 2015 at 4:12 PM, Steven Penny wrote:
> On Thu, May 21, 2015 at 1:20 PM, Michael Enright wrote:
>> I'm not sure if the server is using freetype
>
>
> tcl-tk > libXft2 > libfreetype6 > libpng16
>
> In the future, you might do your hom
On Thu, May 21, 2015 at 1:03 PM, Marco Atzeri wrote:
> If you look at the list of maintainers
> https://cygwin.com/cygwin-pkg-maint
>
> you will notice that it is very very short.
>
> Basically:
> Corinna is handling the cygwin core
> Yaakov is handlig > 50% of the packages
> Jon is handling all t
On Wed, May 20, 2015 at 8:22 PM, Steven Penny wrote:
> and have been using different versions of that script since. Installing Tcl/Tk
> with X11 is non-trivial:
>
> tcl 2,181,674
> tcl-tk5,691,785
> libX11_6745,228
> libXau6 18,626
> libXdmcp6
When changing from compiler to compiler, even if it be just an OS
point version upgrade, implicit header inclusions go away all the
time. As a developer, I just shrug this off as one of the trade-offs
of choosing to develop in C or C++, which lack proper module systems.
On Fri, May 1, 2015 at 10:
On Apr 30 04:11, Michael Enright wrote:
>> Corinna,
>>
>> Do you think the snapshot would change the outcome in my case?
>
> I think so.
>
>> I haven't used a snapshot before. Is there a tutorial on how to get
>> onto and off of a snapshot? Or should I t
to do anything with a snapshot very soon.
On Thu, Apr 30, 2015 at 3:56 AM, Corinna Vinschen
wrote:
> Hi John,
>
> On Apr 30 18:44, John Orr wrote:
>> > From: "Michael Enright"
>> > $ git push origin master
>> > fatal: '//host/path/to/repo.git/'
72 matches
Mail list logo