On Wednesday, November 29, 2023 08:03 PM, Jose Isaias Cabrera expressed:
>
> On Wednesday, November 29, 2023 05:46 PM, Brian Inglis expressed:
>
> > Great catch - Citrix is on BLODA as it tries to intercept a lot in every
> > app:
> [clip]
> > Dirty-dirty-dirty!
On Thursday, November 30, 2023 03:00 AM, Eirik Nordbrøden expressed:
>
> Hello
>
> I had problems with Cygwin SSH not working after enabling "application
> protection"
> in Citrix. Disabling this functionality in Citrix made Cygwin SSH start
> working again.
>
> Eirik Nordbrøden,
This was my p
On Thursday, November 30, 2023 08:16 AM, Matthias--- expressed:
> Hello,
>
> After removing Citrix and install it again without "app protection", my
> segmentation fault has gone.
> All is working now :)
> It looks like this app protection is the reason for the segmentation fault.
>
>
> Thank you
On Wednesday, November 29, 2023 05:46 PM, Brian Inglis expressed:
> Great catch - Citrix is on BLODA as it tries to intercept a lot in every app:
[clip]
> Dirty-dirty-dirty! Citrix ;^>
Well, it's not Citrix. I have Citrix in all my machines (work stuff) and those
instances of cygwin work ok. But
On Wednesday, November 29, 2023 04:38 PM, Brian Inglis expressed:
>
> Make sure none of the ssh bits are running and add a system startup scheduled
> task to shut them down and perhaps also start Cygwin services e.g.
>
> $ sc queryex state= all | grep -i ssh
jcabrera@jicman ~
$ sc queryex state=
On Monday, November 27, 2023 02:46 AM, Matthias--- expressed:
>
> Am Sonntag, dem 26.11.2023 um 12:21 -0700 schrieb Brian Inglis via Cygwin:
> > On 2023-11-26 10:12, Matthias--- via Cygwin wrote:
> > > Am Samstag, dem 25.11.2023 um 19:45 +0100 schrieb ASSI via Cygwin:
> > > > Matthias--- via Cygwin
On Monday, November 27, 2023 12:43 PM, Brian Inglis expressed:
> Cc: Brian Inglis
>
> On 2023-11-27 01:24, ASSI via Cygwin wrote:
> > Chris Wagner via Cygwin writes:
> >> If you just want to duplicate the package selection this trick is all
> >> you need.
> >> 1. Get the current list: cygcheck -cd
On Wednesday, November 22, 2023 11:20 AM, Dale Lobb (Sys Admin) expressed:
> Cc: cygwin@cygwin.com
>
>
> I've had some success doing this in the past (pre Cygwin64 days), but I did
> it using rsync [clip]
>
Thanks, Dale. Too much work. ;-)
Interestingly enough, after running setup pointing loca
On Wednesday, November 22, 2023 11:15 AM, Eliot Moss expressed:
>
> On 11/22/2023 10:43 AM, Bill Stewart via Cygwin wrote:
> > On Wed, Nov 22, 2023 at 7:53 AM Jose Isaias Cabrera wrote:
[clip]
> >> desktop. No Cygwin nor Cygwin-X folders were created on the Start menu. The
Greetings!
I have a new Win11 PC, and I wanted to capture the same Cygwin setup that I
have in another Win10 PC. I copied the C:\cygwin64 folder from the Win10 pc to
the Win11 pc, then I downloaded a fresh setup-x86_64.exe from cygwin.com to the
win11 PC. I ran it and chose "Install from Loca
On September 6, 2023 5:01 PM, Jose Isaias Cabrera expressed:
>
>
> On September 6, 2023 2:52 PM, Dale Lobb expressed:
> >
> > Since upgrading to the latest version of Cygwin a few weeks ago on a
> > server I manage, I've been experiencing an issue with fork err
On September 6, 2023 2:52 PM, Dale Lobb expressed:
>
> Since upgrading to the latest version of Cygwin a few weeks ago on a
> server I manage, I've been experiencing an issue with fork errors.
> The Cygwin installation had not been updated for almost a year
> before that.
>
> The issue happe
On September 5, 2023 7:12 AM, Adele Salim expressed:
>
> Good morning,
Good morning.
> May I have terms and conditions for this software? Many thanks in advance.
I don't know what you need, but this is a good spot to start:
https://cygwin.com/licensing.html
--
Problem reports: https://
On June 6, 2023 1:38 PM, Achim Gratz expressed:
>
> Jose Isaias Cabrera via Cygwin writes:
> > On June 5, 2023 4:27 PM, Achim Gratz expressed:
> >
> >> gcc-gdc-11.4.0-1
> >
> > Thank you for bringing GDC back.
>
> Actually it's the first time i
On June 5, 2023 4:27 PM, Achim Gratz expressed:
> gcc-gdc-11.4.0-1
Thank you for bringing GDC back.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.c
On May 18, 2023 5:12 PM, Brian Inglis expressed:
>
> That will depend on the client installed on the remote host!
> Get them to upgrade to gvim 9 as on Windows ;^>
I don't think that will do anything. :-)
This is the ubuntu version:
jic@web:~/w/default.website$ gvim --version
VIM - Vi IMprove
Greetings!
On May 12, 2023 6:23 PM, Jose Isaias Cabrera expressed:
>
>
> On May 12, 2023 12:39 PM, Brian Inglis expressed:
> >
> > If you're running Cygwin/X (installed xinit) you should install Cygwin
> > gvim(/X) for local use and run gvim clients from remo
On May 12, 2023 12:39 PM, Brian Inglis expressed:
>
> If you're running Cygwin/X (installed xinit) you should install Cygwin
> gvim(/X) for local use and run gvim clients from remote systems on your X
> server e.g.
>
> $ ssh -f -Y ubuntu-remote gvim ...
>
WOW!! THANKS!!
I didn't know that
On May 11, 2023 2:24 PM, Brian Inglis expressed:
> If I select columns or lines in vim, then the statusline at the bottom of the
> window
> shows the number of columns or lines selected before the cursor line and
> column
> numbers and percentage thru the file, or the modeline if multiple wind
Greetings.
In mintty, while using vim, I would like to highlight a few lines, and have vim
tell me how many lines have been highlighted. Is this a possibility? For
example:
0
1
->2
->3
->4
->5
6
7
8
9
If I highlight lines 2 through 5, I would like vim to tell me that 4 lines have
been highl
On Wednesday, February 22, 2023 10:56 AM, Brian Inglis expressed:
> shows 1998 - earlier than even he remembers ;^>
Well, my apologies. I knew I was close. And I even thought to put 1998, but
when I went to my email, I only found some for 1999. And because I like facts,
thus, 1999. :-)
--
Pro
On February 21, 2023 2:52 AM, Csaba Raduly expressed:
> Because you're not on Windows. You're on Cygwin, which acts as a POSIX
> (Unix-like) system.
Wow! Thanks for that deep thought. :-) I knew that. :-) I have been using
Cygwin since 1999 (sometimes more than others). I just thought that by
On Monday, February 20, 2023 03:48 PM, Henry S. Thompson expressed:
> Two things to try:
> 1) Run python from an elevated shell (unlikely to make a difference);
This was the easy part. :-) Same issue.
> 2) Same strategy -- edit _nixcommon.py to always return true from
> ensure_root.
Now, it'
On Monday, February 20, 2023 01:57 PM, Henry S. Thompson expressed:
> First thing to find out if it's truly broken, or just not known to
> work.
>
> With a _safe_ test case, just try editting the code to allow Cygwin,
> e.g. on line 121 of keyboard/__init__.py:
>
> if _platform.system() in [
On Monday, February 20, 2023 01:58 PM, Marco expressed:
> > Traceback (most recent call last):
> >File "", line 1, in
> >File "/usr/local/lib/python3.9/site-packages/keyboard/__init__.py", line
> > 128, in
>
> it is your own build
Well, this is not part of Cygwin Se
Greetings.
Python 3 apparently does not support the python keyboard library in Cygwin:
$ python3
Python 3.9.10 (main, Jan 20 2022, 21:37:52)
[GCC 11.2.0] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import keyboard
Traceback (most recent call last):
Fil
On February 16, 2023 1:15 AM, Andrey Repin expressed:
> >> Don't forget to rebase the resulting binary(-es).
>
> > How do I do that?
>
> rebase -s /path/to/binary ...
>
> The -n switch may be necessary as well.
jcabrera@JIC ~
$ rebase -s -n /usr/bin/sqlite3.exe
Nothing different, apparently
On Wednesday, February 15, 2023 10:55 AM, Andrey Repin expressed:
> > -- untared the snapshot
> > $ tar xvf sqlite-snapshot-202302131932.tar.gz
>
> > -- cd to the untared directory
> > $ cd sqlite-snapshot-202302131932
>
> > $ ./configure --prefix=/usr
>
> > $ make install
>
> Don't forget to
On February 14, 2023 8:46 PM, Jose Isaias Cabrera expressed:
>
>
> On Tuesday, February 14, 2023 5:58 PM, Marco Atzeri expressed:
> >
> > On 11.02.2023 22:37, Jose Isaias Cabrera via Cygwin wrote:
> > >
> > > Greetings.
> > >
> > > If
On Tuesday, February 14, 2023 5:58 PM, Marco Atzeri expressed:
>
> On 11.02.2023 22:37, Jose Isaias Cabrera via Cygwin wrote:
> >
> > Greetings.
> >
> > If I install python39 and thus,
> > $ python
> > Python 3.9.10 (main, Jan 20 2022, 21:37
On Saturday, February 11, 2023 04:37 PM, Jose Isaias Cabrera expressed:
> Greetings.
>
> If I install python39 and thus,
> $ python
> Python 3.9.10 (main, Jan 20 2022, 21:37:52)
> [GCC 11.2.0] on cygwin
> Type "help", "copyright", "credits" or &
On February 11, 2023 11:27 AM, Lester Ingber expressed:
>
> Apparently, Python-3.9 requires a daily approval to run? On both of our
> independent PCs my wife and I have to do this daily??
I have python39 installed in many Cygwin instances, and I don't have to say ok
to any of them.
--
Probl
Greetings.
If I install python39 and thus,
$ python
Python 3.9.10 (main, Jan 20 2022, 21:37:52)
[GCC 11.2.0] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
>>> sqlite3.sqlite_version
'3.34.0'
>>>
The SQlite3 version installed is v3.34.0. Righ
On Friday, February 10, 2023 03:46 PM, Adam Dinwoodie expressed:
> The "python3" package isn't a real package; it just means "the latest
> package of Python3 available". Right now, that means Python 3.9, but I
> expect Python 3.10 and 3.11 will appear at some point as well.
Thanks, Adam. Kinda fi
Greetings.
I am going to start a project using python, but I need to be able to run some
of the python3 libraries. When I use setup to install python, there are a bunch
of python* versions:
python2*
python3
python36*
...
python39*
I know that python2 is, probably, on its way out. But, why so
Corinna Vinschen, on January 19, 2023 1:39 PM wrote:
>...(had to skip 3.4.4, don't ask...)
LOL.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml
On Tuesday, December 13, 2022 2:34 PM, Brian Inglis expressed:
>
> For mingw64-x86_64, use mingw64-x86_64-binutils and
> mingw64-x86_64-gcc-core/g++/objc/fortran/ada, and over 400 mingw64-x86_64-...
> packages which are development libraries, otherwise use binutils and
> gcc-core/g++/objc/fortra
Greetings!
I tried using setup to install an application called 'genpeimg',
https://sources.debian.org/src/mingw-w64/10.0.0-2/mingw-w64-tools/genpeimg/
but I could not find it in the repo. Is there an application that does the same
thing in Cygwin? Thanks.
josé
--
Problem reports: htt
On December 11, 2022 3:42 PM, Michael Soegtrop expressed:
>
> Hi José,
>
> Yes, I did. I think you missed one of my emails. But, here is what I did:
> > $ ldd sqlite3.exe
> > ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll
> > (0x7ffc1d6f)
> > ntdll.dll => /cygdrive/c
On December 11, 2022 5:23 AM, Michael Soegtrop expressed:
>
> Hi José,
>
> did you try copying the MinGW DLLs as I suggested?
Yes, I did. I think you missed one of my emails. But, here is what I did:
$ ldd sqlite3.exe
ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x7ffc1d6f)
On Saturday, December 10, 2022 1:01 PM, Jose Isaias Cabrera expressed:
>
> These reported DLL are in the search path, and also moving these to the
> executable
> folder still gives the same error. I also moved the sqlite3.exe file from the
> built
> folder to the previous fo
On December 10, 2022 10:20 AM, Michael Soegtrop expressed:
>
> > The problem happens after I move that sqlite3.exe to C:\bin directory.
>
> very likely quite a few of the MinGW shared libraries supplied by cygwin are
> missing - you need to copy these as well. You can use the `ldd` tool on the
On December 10, 2022 9:48 AM, Eliot Moss expressed:
>
> On 12/9/2022 9:43 PM, Jose Isaias Cabrera wrote:
> >
> > On Friday, December 9, 2022 6:33 PM, Eliot Moss expressed:
> >>
> >> On 12/9/2022 4:34 PM, Jose Isaias Cabrera via Cygwin wrote:
> >>
On Friday, December 9, 2022 6:33 PM, Eliot Moss expressed:
>
> On 12/9/2022 4:34 PM, Jose Isaias Cabrera via Cygwin wrote:
>
> This is a bit of a shot in the dark, but I wonder about search paths and find
> the DLL when trying to start the program. Is the necessary directory
Greetings!
Using these commands,
./configure --host=i686-w64-mingw32 CFLAGS=-shared CFLAGS=-static-libgcc
make sqlite3.exe sqlite3.dll
I can create the sqlite3 DOS application and the sqlite3 Windows 10 DLL. I have
no problem with the DLL. But with the sqlite3.exe CLI tool, I can run it in th
On Saturday, December 3, 2022 5:36 PM, Cygwin cpuid Maintainer expressed:
> Cc: Cygwin cpuid Maintainer
>
> The following package has been upgraded in the Cygwin distribution:
>
> * cpuid 20221201
>
> Displays detailed information about the CPU(s) gathered from the CPUID
> inst
On December 3, 2022 5:21 PM, Ken Brown expressed:
>
> On 12/3/2022 4:14 PM, Jose Isaias Cabrera via Cygwin wrote:
> > To do this, use the mingw32 or 64 compiler, as this,
> >
> > CC=i686-w64-mingw32-gcc ./configure
> >
> > and the SQLite3 tool will work witho
On December 2, 2022 4:37 PM, Oskar Skog expressed:
>
> On 2022-12-02 22:37, Jose Isaias Cabrera via Cygwin wrote:
> >
> > Is there an option that I can do to build the tool without the need of
> > the cygwin1.dll? I know that I can move the file in the same spot, but
On December 3, 2022 11:23 AM, Andrey Repin expressed:
>
> Greetings, Jose Isaias Cabrera!
Salutations Andrey.
>
> > I can build SQLite DLL and use it under Windows without any problem
> > using this command:
>
> > i686-w64-mingw32-gcc -shared -static-libgcc sq
Oskar Skog via Cygwin, on December 2, 2022 4:37 PM said,
>> On 2022-12-02 22:37, Jose Isaias Cabrera via Cygwin wrote:
> > Is there an option that I can do to build the tool without the need of
>> the cygwin1.dll? I know that I can move the file in the same spot, but I
&g
Greetings and salutations!
I can build SQLite DLL and use it under Windows without any problem using this
command:
i686-w64-mingw32-gcc -shared -static-libgcc sqlite3.c -o sqlite3.dll
And I can use that DLL outside cygwin without any problem. I can also build the
SQLite3.exe tool using this
Jon Turney, on Friday, March 6, 2020 01:55 PM, wrote...
> Cc: Jose Isaias Cabrera
>
> On 06/03/2020 17:00, Jose Isaias Cabrera wrote:
> > When I run setup, I get a prompt to enter my proxy credentials, which
> > is pretty handy. I have other tools that just uses the IE
Greetings!
When I run setup, I get a prompt to enter my proxy credentials, which is pretty
handy. I have other tools that just uses the IE or Firefox proxy entries, but
now, I am trying to figure out how cygwin setup creates that credential prompt
to see if I am able to use it with another t
Kevin Schnitzius via cygwin, on Tuesday, February 18, 2020 04:16 PM,
> wrote...
>
> With Cygwin version 3.0.7-1, crtl-c kills native apps that are started
> from the shell, For example, starting notepad in the foreground from bash
> would be kill by a ctrl-c.
>
> With Cygwin version 3.1.2-1, crtl
Mike Kaganski, on Thursday, January 9, 2020 12:21 PM, wrote...
>
> Hello,
>
> Using cygwin 3.1.2-1, I get a hang running a makecab.exe job started
> from a perl script.
>
> The version of perl is 5.26.3-2; Windows 10.0.18363 x64.
>
> I was able to create a minimal reproducer in perl:
>
>
Corinna Vinschen, on Tuesday, November 19, 2019 09:28 AM, wrote...
>
> The following packages have been uploaded to the Cygwin distribution:
>
> * cygwin-3.1.0-0.8
> * cygwin-devel-3.1.0-0.8
> * cygwin-doc-3.1.0-0.8
>
> This release comes with a couple of new features and quite a few
> bug fixes.
Arun Kumar, on Wednesday, October 23, 2019 11:19 PM, wrote...
>
> Hi team,
>
> We have issue to update version
> Please help to provide steps to update
Arun,
1. Find out whether you have a x64 or x32 system
2. Download the latest appropriate setup program
3. Run that program
If you had an inst
>
>
> From: Maayan Apelboim, on Thursday, October 17, 2019 09:02 AM, wrote...
>
> It works fine for other users as much as I can tell.
> The problem seems to be with one specific user.
>
> myUser@dom1-job11 ~
> $ getent passwd myUser
> myUser:*:1049686:1049089:U-UK\myUser,S-1-5-21-892078619-2706518
Maayan Apelboim, on Thursday, October 17, 2019 05:02 AM, wrote...
>
> Hi All,
>
> I posted about this problem in the past but was unable to solve it completely.
> It seems getent works intermediately.
> Sometimes it shows my user and sometimes it doesn't.
> myUser@dom1-job11 ~
> $ getent passwd
Marco Atzeri, on Saturday, September 21, 2019 02:58 AM, wrote...
>
> Am 20.09.2019 um 22:55 schrieb Andrey Repin:
> > Greetings, Jose Isaias Cabrera!
> >
> >> I am about to change PC from Windows 7 to Windows 10. Is there a way for
> >> me to take a sna
Greetings!
I am about to change PC from Windows 7 to Windows 10. Is there a way for me to
take a snapshot of all the applications that I installed in Window 7, so when I
run the installer for Windows 10, I can just point to that file and the
installer will install the same applications that
>
>
> From: Joel Rees, on Wednesday, September 18, 2019 07:09 PM, wrote...
> 2019年9月19日(木) 5:35 Jose Isaias Cabrera, on
>
>
> Joel Rees, on Wednesday, September 18, 2019 02:38 PM, wrote...
> >
> > 2019年9月14日(土) 3:50 Jose Isaias Cabrera, on
> &
Joel Rees, on Wednesday, September 18, 2019 02:38 PM, wrote...
>
> 2019年9月14日(土) 3:50 Jose Isaias Cabrera, on
>
> >
> > Achim Gratz, on Friday, September 13, 2019 02:39 PM, wrote...
> > >
> > > Blair, Charles E III writes:
> > > > My apolog
Achim Gratz, on Friday, September 13, 2019 02:39 PM, wrote...
>
> Blair, Charles E III writes:
> > My apologies for failing to reply on-list. I don't know how :(
> >
> > My machine is 64 bit, and I hope I installed the correct version of cygwin.
> >
> > This program:
> >
> > #include
> > int mai
Duncan Roe, on Friday, August 30, 2019 03:47 AM, wrote...
>
> On Thu, Aug 29, 2019 at 09:42:46PM -0400, Eliot Moss wrote:
> > On 8/29/2019 3:08 PM, Andrey Repin wrote:
> > But my main point is that RTM would be enough; RTFM seemed
> > to me perhaps a little more rude than necessary.
> >
> > Rega
marco atzeri, on Wednesday, August 7, 2019 12:28 PM, wrote...
> noted.
> Unfortunately, due to bike accident, I can not really work on it short
> term, as any typing take for ever.
And who gave you permission to get on a bike and ride? Don't you know that
your priority is keeping cygwin apps
Andrey Repin, on Tuesday, June 18, 2019 02:09 PM, wrote...
> If that software is required for your work, they have no other way than to let
> you use it.
> If they actively deny you the working environment, find a better job.
That's the easy way out. ;-) Thanks.
josé
--
Problem reports:
Andrey Repin, on Tuesday, June 18, 2019 11:30 AM, wrote...
> Just download Wireshark from https://www.wireshark.org/
That's the problem. That is not allowed. :-( I need to have the CEO sign for
me to get that software here. I have wireshark at home, but at work, it's not
allowed. They are
Greywolf, on Monday, June 17, 2019 10:27 PM, wrote...
> [ksh, on the other hand, is welcome to fall off the face of the earth at any
> unannounced moment...]
Hah. I think I used ksh once in a goverment facility on some obcure SunOS
environment. I went to fix a printer driver and I got stuck wi
Csaba Raduly, on Monday, June 17, 2019 09:13 AM, wrote...
> Hi Jose,
Greetings!
> On Mon, Jun 17, 2019 at 2:12 PM Jose Isaias Cabrera wrote:
> >
> >
> > Just wondering... Does anyone still uses tcsh? That was my favorite shell
> > before bash.
> >
>
&
Just wondering... Does anyone still uses tcsh? That was my favorite shell
before bash.
From: cygwin-ow...@cygwin.com on behalf of Corinna
Vinschen
Sent: Monday, June 17, 2019 05:45 AM
To: cygwin@cygwin.com
Subject: [ANNOUNCEMENT] tcsh 6.21.00-1
The followi
Pokechu22, on Thursday, June 13, 2019 01:27 PM, wrote...
> On Thu, Jun 13, 2019 at 10:02 AM Jose Isaias Cabrera wrote:
> >
> Hello josé,
>
> To my (limited) knowledge, it simply isn't available, presumably
> because of elevation requirements on windows or something lik
Greetings! Salutations!
I have not done it in a while, but back in the day there used to be a tool
called tcpdump. I have searched for this on the packages site[1] and I can not
find anything to capture a tpcip network trace in cygwin. Say it is not so.
Are there any tools to capture simpl
it works for me:
$ uname -a
CYGWIN_NT-10.0 elimelec 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin
$ mintty.exe --version
mintty 3.0.0 (x86_64-pc-cygwin)
© 2013/2019 Andy Koppe / Thomas Wolff
License GPLv3+: GNU GPL version 3 or later
There is no warranty, to the extent permitted by law.
Corinna Vinschen, on Monday, June 3, 2019 07:14 AM, wrote...
>
> The user's guide! Probably the most unread document of all times... ;)
Indeed. :-)
josé
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwi
Tatsuro MATSUOKA, on Friday, May 31, 2019 01:01 PM, wrote...
> If you will have another opportunity to build natitve windows exe or dll,
> please consider to use msys2.
I tried, but the installation doesn't even come with gcc. So, being behind a
firewall, I couldn't use
pacman to get stuff in
Tony Kelman, on Wednesday, May 29, 2019 04:18 PM, wrote...
>and you can avoid the issue by building a 64 bit dll, or in 32 bit via
>
>i686-w64-mingw32-gcc -shared -static-libgcc sqlite3.c -o sqlite3.dll
>
This is what I needed above. The command I was using,
i686-w64-mingw32-gcc -shared sqlite3
Tony Kelman, on Wednesday, May 29, 2019 01:55 PM, wrote...
>>
>> gcc -shared sqlite3.c -o sqlite3.dll
>>
>> to build it, but this command creates a dependency for cygwin1.dll.
>> Is there any way to build the dll as a standalone DLL with no
>> dependency? Thanks.
>
>Yep, you want the mingw-w64 c
Greetings!
I am trying to build the latest sqlite windows DLL, and I am succeeding, but I
am getting an error that cygwin1.dll is missing, when I am trying to use the
DLL from outside cygwin in the Windows environment. I am using,
gcc -shared sqlite3.c -o sqlite3.dll
to build it, but this c
LRN, on Tuesday, May 21, 2019 01:55 PM, wrote...
>
>Therefore i still sand on my advice: either cross-compile from Cygwin, or try
>MSYS2 (the irony here is that your Cygwin guide describes *almost exactly* how
>one can build OpenOCD from MSYS2).
I have never heard of MSYS2. It looks interesting.
Hans-Bernhard Bröker, on Monday, May 20, 2019 04:23 PM, wrote...
>Am 20.05.2019 um 21:12 schrieb Jose Isaias Cabrera:
>
>This is the most portability-ignorant open source package I've seen in a
>long time, and by a very wide margin. They don't even _try_ to
>accomod
Greetings.
After a few weeks trying to build Bedrock with gcc-6, I abandoned that idea and
now I want to do it with the default cygwin compilers (gcc & g++ 7.4.0).
The first problem I encountered was,
libstuff/libstuff.h:7:10: fatal error: execinfo.h: No such file or directory
and this one I
Csaba Raduly, on Sunday, May 19, 2019 04:37 AM, wrote...
>On Sun, May 19, 2019 at 4:57 AM Jack wrote:
>>
>> On 5/18/19 9:24 PM, Jose Isaias Cabrera wrote:
>> > How do I uninstall the installation that I created with the building of
>> > gcc6? I did a search on
Erik Soderquist, on Monday, May 20, 2019 10:16 AM, wrote...
>On Sun, May 19, 2019 at 3:44 PM Bob Cochran wrote:
>
>> "Cygwin? this is probably still functional, but now can be considered a
>> (pre)historic solution."
>
>The words of the ignorant, in my opinion. Cygwin has done an
>excellent job
From: cygwin-ow...@cygwin.com on behalf of Jose
Isaias Cabrera
Sent: Saturday, May 18, 2019 07:15 PM
To: Ken Brown; cygwin@cygwin.com
Subject: Re: How to install gcc and g++ 6 on cygwin which are not on the
setup.exe
Ken Brown, on Saturday, May 18, 2019 11:54 AM, wrote...
>On 5/18/2019 8:19
Ken Brown, on Saturday, May 18, 2019 11:54 AM, wrote...
>On 5/18/2019 8:19 AM, Jose Isaias Cabrera wrote:
> > I am finished and now to start building Bedrockdb. Thanks.
>
> By the way, you're not the only person building Bedrockdb on Cygwin. Someone
> has posted about 1
Csaba Raduly, on Saturday, May 18, 2019 02:50 AM, wrote...
>On Sat, May 18, 2019 at 7:14 AM Brian Inglis wrote:
>>
>> On 2019-05-17 21:18, Jose Isaias Cabrera wrote:
>> > After more than 8 hours running, building gcc-6.4.0, this error popped up:
>> > In file
Brian Inglis, on Saturday, May 18, 2019 01:14 AM, wrote...
On 2019-05-17 21:18, Jose Isaias Cabrera wrote:
> After more than 8 hours running, building gcc-6.4.0, this error popped up:
> In file included from ../.././libjava/jni-libjvm.cc:14:0:
> ../.././libjava/include/jvm.h:795
Doug Henderson, Saturday, May 18, 2019 01:12 AM, wrote...
>On Wed, 15 May 2019 at 14:58, Jose Isaias Cabrera <> wrote:
>You seem to be having some difficulty getting an older version of the
>compiler running. Perhaps it might be useful to go back to the
>beginning and
Ran,
./configure --enable-languages=c,c++
to take out java. Finished overnight. Ran 'make test' and there were none.
So now running 'make install' and waiting... Thanks for your help.
josé
From: cygwin-ow...@cygwin.com on behalf of
After more than 8 hours running, building gcc-6.4.0, this error popped up:
In file included from ../.././libjava/jni-libjvm.cc:14:0:
../.././libjava/include/jvm.h:795:3: error: ‘ParkHelper’ does not name a type
ParkHelper park_helper;
Did a few duckduckgo searches and nothing helpfult was fo
Eliot Moss, on Friday, May 17, 2019 09:16 AM, wrote...
[clip]
>I've been a Cygwin user for a long time, and I like it, but
>another possibility here for you is WSL (Windows Subsystem
>for Linux). It's a pretty easy install, and because it is
>done by Microsoft and can reliably use internal inter
Csaba Ráduly, on Thursday, May 16, 2019 05:47 PM, wrote...
>Hi José,
Hi Csaba.
>Building GMP, MPFR and MPC seems like overkill. The following packages are
>available for Cygwin:
>
>libgmp-devel 6.1.2
>libmpfr-devel 4.0.2
>libmpc-devel 1.1.0
Yep, tried these, and for some reason, when I ran ./conf
Csaba Raduly, on Thursday, May 16, 2019 03:36 AM, wrote...
>
>Hi José,
>Another option is to download the source and build it yourself.
Yep. Going with this option. Seems the most logical one for now. After
running ./configure, got this error,
configure: error: Building GCC requires GMP 4.
Greetings.
Is there a way an easy way to install gcc-6 and g++-6 on cygwin? I just
uninstalled v7.4.x or whatever was on the setup. I am trying to build a
software and gcc 7.x and g++ 7.x is giving too many compiler errors. I want to
try 6 to see if these errors minimize or go away. Thank
Thanks, Jan.
From: cygwin-ow...@cygwin.com on behalf of Jan
Nijtmans
Sent: Wednesday, May 15, 2019 04:49 AM
To: cygwin@cygwin.com
Subject: [ANNOUNCEMENT] Updated: sqlite3-3.28.0-1 for Cygwin/Cygwin64
SQLite is a software library that implements a self-contain
Csaba Ráduly, on Tuesday, May 14, 2019 06:17 PM, wrote...
>On 14/05/2019 19:11, Jose Isaias Cabrera wrote:
[clip]
>You need to run make like this:
>
>CC=gcc GXX=g++ make
>
>This will force make to use g++ instead of g++-6
Thanks, this works, but I think I have other depe
So, finally, I was able to to through the git problem: I needed to set the
correct proxy syntax, here it is in case someone ever gets a git out of memory
error:
git config --global http.proxy http://proxyuser:proxy...@proxy.server.com:8080
and
change proxyuser to your proxy user
change proxy
Thanks, sir.
From: cygwin-ow...@cygwin.com on behalf of Brian
Inglis
Sent: Tuesday, May 14, 2019 12:18 PM
To: cygwin@cygwin.com
Subject: Re: Building Bedrockdb in cygwin
On 2019-05-14 07:51, Jose Isaias Cabrera wrote:
>
> Brian Inglis, on Monday, May 13, 2019 11:29 PM, wrote...
Brian Inglis, on Monday, May 13, 2019 11:29 PM, wrote...
>You might want to try installing WSL then follow the Ubuntu instructions to
I am trying to make this work from work. And I am running Windows 7, which
does not support WSL.
>figure out what the build resource requirements are.
>Then use
1 - 100 of 113 matches
Mail list logo