Re: Need help in getting the Cygwin 2.8.0 and 2.8.1 sources packages

2024-08-27 Thread Eliot Moss via Cygwin
On 8/26/2024 11:40 PM, Takashi Yano via Cygwin wrote: On Mon, 26 Aug 2024 07:25:55 + "Krishna, Chaitra via Cygwin" wrote: In 2017, we qualified our programs using Cygwin 2.8.1. Unfortunately, we no longer have the source code packages and have been unable to locate them online. Could you

Re: Need help in getting the Cygwin 2.8.0 and 2.8.1 sources packages

2024-08-26 Thread Takashi Yano via Cygwin
On Mon, 26 Aug 2024 07:25:55 + "Krishna, Chaitra via Cygwin" wrote: > In 2017, we qualified our programs using Cygwin 2.8.1. Unfortunately, we no > longer have the source code packages and have been unable to locate them > online. Could you please assist us by providing any links, sites, or

Need help in getting the Cygwin 2.8.0 and 2.8.1 sources packages

2024-08-26 Thread Krishna, Chaitra via Cygwin
Hi, In 2017, we qualified our programs using Cygwin 2.8.1. Unfortunately, we no longer have the source code packages and have been unable to locate them online. Could you please assist us by providing any links, sites, or repositories where we can download the source packages for Cygwin 2.8.0

Re: cygport: how to install package sources for debugging without recompiling?

2019-05-31 Thread Brian Inglis
ar as I can tell these files only contain sources, but nothing which > would add debug info to stripped dlls: > $ tar -xavf mingw64-x86_64-runtime-debuginfo-6.0.0-1.tar.xz > $ find . -type f | sed -e 's/.*\.//' | sort -u > c > h > s > xz >> I am surprised at th

RE: cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Soegtrop, Michael
Dear Brian, > For Cygwin dlls, look at your installed lib... packages and install the > related lib...- > debuginfo packages where available: > $ apt-cyg listall lib*-debuginfo | wc > 3501050 12704 As far as I can tell these files only contain sources, bu

Re: cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Brian Inglis
On 2019-05-30 10:37, Soegtrop, Michael wrote: >> Is there some reason why you can't just install that? > > thanks for the hint - I was not aware that the -debuginfo package contains > sources - I thought these just contain dwarf files or similar for stripped > binaries

RE: cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Soegtrop, Michael
Dear Jon, > Is there some reason why you can't just install that? thanks for the hint - I was not aware that the -debuginfo package contains sources - I thought these just contain dwarf files or similar for stripped binaries and sources are in the -src packages. Unfortunately f

Re: cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Brian Inglis
On 2019-05-30 06:52, Jon Turney wrote: > On 30/05/2019 10:03, Soegtrop, Michael wrote: >> Cygwin setup allows downloading sources of libraries, but the resulting >> sources are not immediately useful for debugging. One gets a compressed tar >> archive, some patches and the

Re: cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Jon Turney
On 30/05/2019 10:03, Soegtrop, Michael wrote: Dear Cygwin Team, Cygwin setup allows downloading sources of libraries, but the resulting sources are not immediately useful for debugging. One gets a compressed tar archive, some patches and the cygport file. I know that I can expand sources and

cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Soegtrop, Michael
Dear Cygwin Team, Cygwin setup allows downloading sources of libraries, but the resulting sources are not immediately useful for debugging. One gets a compressed tar archive, some patches and the cygport file. I know that I can expand sources and apply patches with cyport prep which gives

Re: setup.exe: How do I download sources for just ONE package when using setup-x86 from the command-line?

2018-11-01 Thread Marco Atzeri
using: PS C:\> .\setup-x86.exe -D -l C:\X027-001-011 -O -s http://mirrors.kernel.org/sourceware/cygwin -f -C Devel -q This correctly downloads all Devel stuff and dependencies as expected, including the boost-build package. Then I want to download the sources for just boost-build.

Re: setup.exe: How do I download sources for just ONE package when using setup-x86 from the command-line?

2018-11-01 Thread cyg Simple
t; First I run setup to download all things Devel using: > > PS C:\> .\setup-x86.exe -D -l C:\X027-001-011 -O -s > http://mirrors.kernel.org/sourceware/cygwin -f -C Devel -q > > This correctly downloads all Devel stuff and dependencies as expected, > including the boos

setup.exe: How do I download sources for just ONE package when using setup-x86 from the command-line?

2018-11-01 Thread John Doucette
\X027-001-011 -O -s http://mirrors.kernel.org/sourceware/cygwin -f -C Devel -q This correctly downloads all Devel stuff and dependencies as expected, including the boost-build package. Then I want to download the sources for just boost-build. Since the dependencies for boost-build have alr

Re: how to compile cygwin from sources in cygwin(win 7)?

2016-07-05 Thread Warren Young
On Jul 4, 2016, at 6:34 AM, harryren0...@sina.com wrote: > > ../../../../cygwinSrc/winsup/cygwin/cxx.cc:32:32: error: unknown option after > '#pragma GCC diagnostic' kind [-Werror=pragmas] > #pragma GCC diagnostic ignored "-Wc++14-compat” That says you’re using a GCC that doesn’t understand -Wc+

Re: Re: how to compile cygwin from sources in cygwin(win 7)?

2016-07-04 Thread harryren0524
- Original Message - From: Marco Atzeri To: cygwin@cygwin.com Subject: Re: how to compile cygwin from sources in cygwin(win 7)? Date: 2016-07-04 22:39 I configured like this: mkdir /oss/src mkdir /oss/build mkdir /oss/install cd build /oss/src/configure --prefix=/oss/install make

Re: how to compile cygwin from sources in cygwin(win 7)?

2016-07-04 Thread Marco Atzeri
On 04/07/2016 14:34, harryren0...@sina.com wrote: when i compiled cygwin2.5.2-1 from source code in cygwin 2.2.1-1(win 7),i got a error: c++wrap -O2 -g -fno-rtti -fno-exceptions -fno-use-cxa-atexit -Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -MMD -W

how to compile cygwin from sources in cygwin(win 7)?

2016-07-04 Thread harryren0524
when i compiled cygwin2.5.2-1 from source code in cygwin 2.2.1-1(win 7),i got a error: c++wrap -O2 -g -fno-rtti -fno-exceptions -fno-use-cxa-atexit -Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -MMD -Werror -fmerge-constants -ftracer -c -o autoload.o .

[ANNOUNCEMENT] New procedure for code contributions to the Cygwin sources

2016-06-23 Thread Corinna Vinschen
Hi folks, as mentioned in https://cygwin.com/ml/cygwin-announce/2016-06/msg00048.html the procedure for contributions to the Cygwin sources has been much simplified. If you already have the former Cygwin Copyright Assignment signed and submitted, you're all set. Otherwise, just make a p

Re: Sources and the build process for tiff-4.0.3-2 package

2014-10-27 Thread Eric Blake
On 10/27/2014 02:29 PM, Shailender Bathula wrote: > Can someone please confirm the sources that package was built from and how it > was built For this and any other cygwin distro package, all you have to do is rerun setup.exe, check the 'src' box of the package you are interest

Sources and the build process for tiff-4.0.3-2 package

2014-10-27 Thread Shailender Bathula
We are using the tiff2pdf utility from Cygwin's tiff-4.0.3-2 package. https://sourceware.org/ml/cygwin/2014-06/msg00033.html message announced the latest package update. Can someone please confirm the sources that package was built from and how it was built i.e. makefile, compiler option

Re: Specifying multiple download sources on the setup command line

2014-08-07 Thread Andrey Repin
Greetings, Nikhil Nair! > So, the easiest option seems to be to use -s to specify download sites on > the command line. However, I'm not clear what you're supposed to do in > order to specify two separate sites: do you use two separate -s options (-s > site1 -s site2), or do you give a (say) semi

Re: Specifying multiple download sources on the setup command line

2014-08-07 Thread Nikhil Nair
Hi again, Sorry to have bothered you with this. I experimented, and found multiple -s options do work. I did have fun and games working out that the particular mirror site I was going to use needed to have /cygwin added to the host name, but not /cygwin/x86_64. But third or fourth time, I got

Specifying multiple download sources on the setup command line

2014-08-07 Thread Nikhil Nair
Hi, I need to do a reinstall from scratch, after my old setup fell apart. I'll be using Cygwin Ports as well as a regular Cygwin mirror, and, as I'm blind and use the keyboard, this isn't easy to do with the current GUI setut*.exe: you ought to be able to hold down control and use the up and dow

Re: Building sources from CVS.

2013-11-20 Thread Corinna Vinschen
On Nov 20 23:54, Alexey Pavlov wrote: > 2013/11/20 Christopher Faylor: > > On Wed, Nov 20, 2013 at 10:18:37PM +0400, Alexey Pavlov wrote: > >>Recent changes in CVS sources break build: > >> > >>-lgcc > >>/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../..

Re: Building sources from CVS.

2013-11-20 Thread Alexey Pavlov
2013/11/20 Christopher Faylor: > On Wed, Nov 20, 2013 at 10:18:37PM +0400, Alexey Pavlov wrote: >>Recent changes in CVS sources break build: >> >>-lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a >>/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../

Re: Building sources from CVS.

2013-11-20 Thread Christopher Faylor
On Wed, Nov 20, 2013 at 02:40:00PM -0500, Christopher Faylor wrote: >On Wed, Nov 20, 2013 at 10:18:37PM +0400, Alexey Pavlov wrote: >>Recent changes in CVS sources break build: >> >>-lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a >>/usr/lib

Re: Building sources from CVS.

2013-11-20 Thread Christopher Faylor
On Wed, Nov 20, 2013 at 10:18:37PM +0400, Alexey Pavlov wrote: >Recent changes in CVS sources break build: > >-lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a >/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libntdll.a >-Wl,-Map,cygwin.map

Building sources from CVS.

2013-11-20 Thread Alexey Pavlov
Recent changes in CVS sources break build: -lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libntdll.a -Wl,-Map,cygwin.map /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a(dcnbs00754

Re: runing ./configure on gdb 7.5.50 sources

2013-07-23 Thread Kris Thielemans
Corinna Vinschen cygwin.com> writes: > > > > > I'm using gdb-7.6.50-2 on cygwin 1.7.22-1. All freshly updated today. > > Here's my cygport file from the 64 bit GDB package: > > CYGCONF_ARGS="--disable-gdbtk --with-system-readline" Hi Corinna excellent! This worked for me (on 32bit cygwin) :

Re: runing ./configure on gdb 7.5.50 sources

2013-07-23 Thread Corinna Vinschen
On Jul 23 01:38, Kris Thielemans wrote: > Kris Thielemans writes: > > > I'm using gdb-7.6.50-2 on cygwin 1.7.22-1. All freshly updated today. > > > > Further investigation shows that > > - this file exists in cygwin as /usr/include/tcl8.5/generic/tclInt.h > > - /usr/lib/tclConfig.sh sets TCL_INC

Re: runing ./configure on gdb 7.5.50 sources

2013-07-22 Thread Kris Thielemans
Kris Thielemans writes: > I'm using gdb-7.6.50-2 on cygwin 1.7.22-1. All freshly updated today. > > Further investigation shows that > - this file exists in cygwin as /usr/include/tcl8.5/generic/tclInt.h > - /usr/lib/tclConfig.sh sets TCL_INCLUDE_SPEC='-I/usr/include' > - there is no /usr/includ

Re: runing ./configure on gdb 7.5.50 sources

2013-07-22 Thread Kris Thielemans
Ryan Johnson writes: > > On 09/01/2013 1:57 AM, Jose Munoz wrote: > > I tried to build the original gdb sources, which I > > downloaded using setup.exe and selecting them. > > > > Without modifying any source code of gdb, I run ./configure from my > > sour

Re: runing ./configure on gdb 7.5.50 sources

2013-01-10 Thread Jose Munoz
e if this is related (not much experience on installing in linux/unix/cygwin), but I have ppl and ppl-dev installed, version 0.10.2-1. According to "ppl_c.h" and my installation, it seems my major version of ppl is 0 and the minor version is 10. Can this be a problem for building gdb? Jos

Re: runing ./configure on gdb 7.5.50 sources

2013-01-09 Thread Ryan Johnson
On 09/01/2013 1:57 AM, Jose Munoz wrote: Hello, I would like to patch my current version of gdb (7.5.50.20120815-cvs (cygwin-special)) on a cygwin 1.7.17-1 installation. Prior to that, I tried to build the original gdb sources, which I downloaded using setup.exe and selecting them

runing ./configure on gdb 7.5.50 sources

2013-01-09 Thread Jose Munoz
Hello, I would like to patch my current version of gdb (7.5.50.20120815-cvs (cygwin-special)) on a cygwin 1.7.17-1 installation. Prior to that, I tried to build the original gdb sources, which I downloaded using setup.exe and selecting them. Without modifying any source code of gdb, I run

libgfortran3 version and sources Re: [ANNOUNCEMENT] Updated: {octave,octave-devel,octave-doc}-3.4.2-1

2011-09-07 Thread jan.kolar
liblapack0 are needed ? I tried to download sources of libgfortran3, but got 66649089 Bytes of gcc-src instead: @ libgfortran3 [...] install: release/gcc4/libgfortran3/libgfortran3-4.5.3-2.tar.bz2 834634 e136e0f476465138d87a48cbba3306dd source: release/gcc4/gcc4-4.5.3-2-src.tar.bz2 66649089 25

Help debugging signal sources with gdb

2011-08-17 Thread Ryan Johnson
Hi all, Signals seem to really confuse gdb under cygwin (win7-x64), usually leading to stack traces somewhere in kernelbase.dll or ntdll.dll with no hint of the actual code responsible for the error. In particular, SIGABRT and SIGSEGV would be nice to catch a little closer to the source. SIG

Re: setup.exe: How to install sources from the command line?

2010-09-27 Thread Al
For future readers of this thread. >>> When I open the shell for the first time, the user directory is >>> created. Is there a trigger to reach this without manually opening a >>> login shell? >> >> The check is in '/etc/profile'.  It's just checking if "$HOME" exists. This does the trick from a

Re: setup.exe: How to install sources from the command line?

2010-09-27 Thread Al
> Google wasn't my friend here. I managed to install packages with the > --category and --packages option of setup.exe.  I didn't find out how > to install sources. As there is no answer I assume it is not possible to install source packages with setup.exe from the windows co

Re: setup.exe: How to install sources from the command line?

2010-09-27 Thread Al
>> When I open the shell for the first time, the user directory is >> created. Is there a trigger to reach this without manually opening a >> login shell? > > The check is in '/etc/profile'.  It's just checking if "$HOME" exists. > Thank you, that's it. I try what's happen if I source /etc/profile

Re: setup.exe: How to install sources from the command line?

2010-09-26 Thread Larry Hall (Cygwin)
On 9/26/2010 5:56 PM, Al wrote: When I open the shell for the first time, the user directory is created. Is there a trigger to reach this without manually opening a login shell? The check is in '/etc/profile'. It's just checking if "$HOME" exists. -- Larry Hall ht

Re: setup.exe: How to install sources from the command line?

2010-09-26 Thread Al
2010/9/26 Al : > Hi, > > Google wasn't my friend here. I managed to install packages with the > --category and --packages option of setup.exe.  I didn't find out how > to install sources. > There is a second cygwin setup skripting question. When I open the shell

setup.exe: How to install sources from the command line?

2010-09-26 Thread Al
Hi, Google wasn't my friend here. I managed to install packages with the --category and --packages option of setup.exe. I didn't find out how to install sources. Thanks Al -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Doc

Test installation of Sources Bugzilla upgraded to 3.6.2 available for testing

2010-09-26 Thread Frédéric Buclin
Hello everybody, Now that GCC Bugzilla has been successfully upgraded to version 3.6.2 last Thursday, it's now time to upgrade Sources Bugzilla (which is still running a version released in 2003!). I built a test installation available at: http://sourceware.org/bugzilla-test/ Please test

Re: [ ATTN: gnupg maintainer ] error building gnupg-1.4.9-2 sources

2010-05-26 Thread David Sastre
2010/5/25, David Sastre : > Hello, > > Trying to build gnupg-1.4.9-2 from the distributed sources fails throwing: > > gpgkeys_curl.c:304: error: ‘typeof’ applied to a bit-field > (full output attached) > > Here are some references regarding this specific error². > > S

Re: setup.exe 2.592-1.7 built from sources seems buggy

2009-01-13 Thread Grant Edwards
On 2009-01-13, Grant Edwards wrote: > I built setup.exe from the sources in setup-2.592-1.7special.tar.bz2, > and the resulting program seems a bit buggy. There have been > two problems I've noticed so far: > > 1) It stopped and complatined that release/gcc/gcc-3.4.4-3.ta

setup.exe 2.592-1.7 built from sources seems buggy

2009-01-13 Thread Grant Edwards
I built setup.exe from the sources in setup-2.592-1.7special.tar.bz2, and the resulting program seems a bit buggy. There have been two problems I've noticed so far: 1) It stopped and complatined that release/gcc/gcc-3.4.4-3.tar.bz2 wasn't a valid file format. Yet tar seems quite

Cvs: [login aborted] when connecting to cvs to download sources

2008-11-03 Thread Brian Keener
This has been occurring for some time and not just on the Cygwin cvs site but others too but I am always using the cygwin cvs version that I installed. Following the directions at: http://cygwin.com/cvs.html I seem to continually get an error about login aborted - yet if I look in .cvspass th

Re: Incorrect use of IsWow64Process in Cygwin sources

2008-04-27 Thread Corinna Vinschen
On Apr 27 12:16, Cesar Strauss wrote: > If I understood correctly, the "else" block is meant to be executed on 32 > bit systems, so that those flags are reset on Vista 32. > > But you are testing the return value of IsWow64Process, which is only an > indication that the function succeeded. [...]

Incorrect use of IsWow64Process in Cygwin sources

2008-04-27 Thread Cesar Strauss
Please consider the following snippet from src/winsup/cygwin/wincap.cc (wincapc::init): BOOL is_wow64_proc = FALSE; if (IsWow64Process (GetCurrentProcess (), &is_wow64_proc)) wow64 = is_wow64_proc; else { ((wincaps *)this->caps)->needs_count_in_si_lpres2 = false; ((winca

Re: catgets-1.0-1: problem compiling this cygwin package from source - missing libintl.h, can't find it in libintl sources, plz help.

2006-11-04 Thread Christopher Faylor
On Sat, Nov 04, 2006 at 11:55:43PM -0500, Milos Popovic wrote: >Hello, I am trying to compile the catgets-1.0-1 cygwin package from its >sources (so that I can take and use its port of error.c and argp.c >parts of glibc to port another code (unrar) to cygwin). I would very >much app

catgets-1.0-1: problem compiling this cygwin package from source - missing libintl.h, can't find it in libintl sources, plz help.

2006-11-04 Thread Milos Popovic
Hello, I am trying to compile the catgets-1.0-1 cygwin package from its sources (so that I can take and use its port of error.c and argp.c parts of glibc to port another code (unrar) to cygwin). I would very much appreciate help with a problem I don't know how to solve. I get an error

Re: Seeking ancient sources

2006-09-15 Thread Christopher Faylor
that old cygwin version arent >support... Thats why I added tag in first post.. So this post is >mainly aimed to community.. at is it.. > >My primary point now is to get some quite old sources of cygwin 1.3.3 >to 1.3.9 (cygwin-1.3.*-src.tar.gz is enough). I searched via google

Seeking ancient sources

2006-09-15 Thread Borg
to community.. at is it.. My primary point now is to get some quite old sources of cygwin 1.3.3 to 1.3.9 (cygwin-1.3.*-src.tar.gz is enough). I searched via google.. filesearching.. etc.. and all I was able to grab was full cygwin-1.3.2 (from .nz FTP server) + some binaries from 1.3.9 or 1.3.12

RE: Rebuilding Cygwin From Sources

2006-07-24 Thread Dave Korn
s wrong with the efforts to maintain backward-compatibility (or on the very rare occasions when an ABI-break has to be deliberately introduced), there should be no problem running an arbitrarily old cygwin compiled exe against a more up-to-date cygwin dll. > This suggests that executables are only

Re: Rebuilding Cygwin From Sources

2006-07-24 Thread Igor Peshansky
On Mon, 24 Jul 2006, CARTER Alan wrote: > Hi, > > Perhaps someone who knows can confirm that I've got this right: > > The executables in a Cygwin download can be much older than the download > date, where "much" > 3 years. > > This suggests that executabl

Rebuilding Cygwin From Sources

2006-07-24 Thread CARTER Alan
Hi, Perhaps someone who knows can confirm that I've got this right: The executables in a Cygwin download can be much older than the download date, where "much" > 3 years. This suggests that executables are only rebuilt when their own sources change. Previously built executabl

Re: How to get Cygwin application sources

2006-03-14 Thread Jurgen Defurne
Cygwin application sources Classification Jurgen Defurne wrote: > How can I get the Cygwin application sources on my local system ? > > I found the description how to get the Cygwin library sources, and I > found the package listing, but if I go in a *-src* directory, I only

Re: How to get Cygwin application sources

2006-03-13 Thread Brian Dessent
Jurgen Defurne wrote: > How can I get the Cygwin application sources on my local system ? > > I found the description how to get the Cygwin library sources, and I > found the package listing, but if I go in a *-src* directory, I only get > a text file listing, not a director

How to get Cygwin application sources

2006-03-13 Thread Jurgen Defurne
Hello, How can I get the Cygwin application sources on my local system ? I found the description how to get the Cygwin library sources, and I found the package listing, but if I go in a *-src* directory, I only get a text file listing, not a directory which I could download using wget. Regards

Re: http://www.dll-files.com offers cygwin1.dll, no sources

2006-01-03 Thread Corinna Vinschen
On Jan 3 13:40, Ville Herva wrote: > On Sun, Jan 01, 2006 at 04:36:41PM +0200, you [Ville Herva] wrote: > > http://www.dll-files.com/dllindex/index-c.shtml > > > > The same old story, if anybody's interested. > > > > Tried to email them via the contact form - haven't heard back. > > They mailed

Re: http://www.dll-files.com offers cygwin1.dll, no sources

2006-01-03 Thread Ville Herva
On Sun, Jan 01, 2006 at 04:36:41PM +0200, you [Ville Herva] wrote: > http://www.dll-files.com/dllindex/index-c.shtml > > The same old story, if anybody's interested. > > Tried to email them via the contact form - haven't heard back. They mailed back and said they have added the source code on th

Re: http://www.dll-files.com offers cygwin1.dll, no sources

2006-01-02 Thread Corinna Vinschen
On Jan 2 09:22, V?clav Haisman wrote: > I am not a lawyer but my understanding of GPL is that they have have the > sources accessible if asked for [...] Read again. Especially helpful is the GPL FAQ: http://www.gnu.org/licenses/gpl-faq.html#AnonFTPAndSendSources Corinna -- C

Re: http://www.dll-files.com offers cygwin1.dll, no sources

2006-01-02 Thread Brian Dessent
Václav Haisman wrote: > I am not a lawyer but my understanding of GPL is that they have have the > sources accessible if asked for, at most. They imho do not have to > distribute it _with_ the sources. And the sources are accessible > throught Cygwin CVS => no problem. Your under

Re: http://www.dll-files.com offers cygwin1.dll, no sources

2006-01-02 Thread Václav Haisman
t; >>> Tried to email them via the contact form - haven't heard back. >> >> They seem to be offering just unmodified binary. There is imho nothing >> wrong with that >> >> Vaclav Haisman >> >> > > They are distributing the DLL without sources; tha

Re: http://www.dll-files.com offers cygwin1.dll, no sources

2006-01-01 Thread Larry Hall (Cygwin)
re is imho nothing wrong with that Vaclav Haisman They are distributing the DLL without sources; that's a violation of the GPL. They could only get an exemption using the Red Hat buy-out license option but based on dll-files site disclaimer <http://www.dll-files.com/disclaimer.shtml> I wo

Re: http://www.dll-files.com offers cygwin1.dll, no sources

2006-01-01 Thread Václav Haisman
They seem to be offering just unmodified binary. There is imho nothing wrong with that. Vaclav Haisman Ville Herva wrote: > http://www.dll-files.com/dllindex/index-c.shtml > > The same old story, if anybody's interested. > > Tried to email them via the contact form - haven't heard back. sign

http://www.dll-files.com offers cygwin1.dll, no sources

2006-01-01 Thread Ville Herva
http://www.dll-files.com/dllindex/index-c.shtml The same old story, if anybody's interested. Tried to email them via the contact form - haven't heard back. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: compile mysql sources on cygwin

2005-09-06 Thread Gerrit P. Haase
Brian Dessent wrote: Andrea wrote: There's not enough information in your message to help you. How did you configure? Are you doing a vpath build (outside of the source tree)? Mysql 5 does compile fine under Cygwin, but you may require a few small patches. Search the archives for details.

Re: compile mysql sources on cygwin

2005-09-01 Thread Brian Dessent
Andrea wrote: > > There's not enough information in your message to help you. How did you > > configure? Are you doing a vpath build (outside of the source tree)? > > Mysql 5 does compile fine under Cygwin, but you may require a few small > > patches. Search the archives for details. But if yo

Re: compile mysql sources on cygwin

2005-09-01 Thread Andrea
Brian Dessent dessent.net> writes: > There's not enough information in your message to help you. How did you > configure? Are you doing a vpath build (outside of the source tree)? > Mysql 5 does compile fine under Cygwin, but you may require a few small > patches. Search the archives for de

Re: compile mysql sources on cygwin

2005-09-01 Thread Brian Dessent
Andrea wrote: > Hi, > I'm building mysql sources. > But I receive an error: > > make[2]: Entering directory `/cygdrive/c/mysqlsrc/mysql-5.0.11-beta/extra' > gcc -O3 -DDBUG_OFF comp_err.c -o comp_err > comp_err.c:26:23: my_global.h: No such file or director

Re: compile mysql sources on cygwin

2005-09-01 Thread René Berber
Andrea wrote: > I'm building mysql sources. > But I receive an error: > > make[2]: Entering directory `/cygdrive/c/mysqlsrc/mysql-5.0.11-beta/extra' > gcc -O3 -DDBUG_OFF comp_err.c -o comp_err > comp_err.c:26:23: my_global.h: No such file or directory >

compile mysql sources on cygwin

2005-09-01 Thread Andrea
Hi, I'm building mysql sources. But I receive an error: make[2]: Entering directory `/cygdrive/c/mysqlsrc/mysql-5.0.11-beta/extra' gcc -O3 -DDBUG_OFF comp_err.c -o comp_err comp_err.c:26:23: my_global.h: No such file or directory comp_err.c:27:21: m_ctype.h: No such file or

Re: Compiling memtest from sources on cygwin

2005-06-19 Thread [EMAIL PROTECTED]
Brian Dessent wrote: You could probably get what you want by building a cross-binutils. Get the binutils source and build with "./configure --host=i686-pc-cygwin --target=i686-pc-linux". Then build memtest with "./configure --target=i686-pc-linux" which should cause it to use the 'i686-pc-lin

Re: Compiling memtest from sources on cygwin

2005-06-19 Thread Brian Dessent
"Gerrit P. Haase" wrote: > Windows binary format differs from ELF. You need to port the program. In this case, memtest86 is a self-standing binary that you stick on a floppy and boot from, so it doesn't care what the OS is. But it appears that their build setup uses ELF-specific assembler direc

Re: Compiling memtest from sources on cygwin

2005-06-19 Thread Brian Dessent
"[EMAIL PROTECTED]" wrote: > And since cygwin works under Windows I suspect, that cygwin people setup > the 'as' program to support windows loader. Now I am thinking -- should > I go to linux, or stay with cygwin. Actually I need to write a small > program, which works on bare metall w/o any o/s.

Re: Compiling memtest from sources on cygwin

2005-06-19 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: Thank you for prompt response. I have just installed my ancient copy of Fedora and there 'make all' of memtest works OK. I also found '.previous' in 'info as' (on cygwin): `.previous' === This is one of the ELF section stack manipulation directives. Th

Re: Compiling memtest from sources on cygwin

2005-06-19 Thread [EMAIL PROTECTED]
Cliff Hones wrote: Not really on topic, and a quick google finds this: http://docs.sun.com/app/docs/doc/817-5477/6mkuavhre?a=view so .previous is accepted by Sun's x86 assembler. I can't see any reference to .prefix in the Gnu assembler manual however (google for "gnu gas manual") - so I

Re: Compiling memtest from sources on cygwin

2005-06-19 Thread Cliff Hones
[EMAIL PROTECTED] wrote: > I try to make memtest86 from sources on cygwin and have the following > error: > > $ make > as -32 -o head.o head.s > head.s: Assembler messages: > head.s:623: Error: unknown pseudo-op: `.previous' > head.s:694: Error: can't ha

Compiling memtest from sources on cygwin

2005-06-19 Thread [EMAIL PROTECTED]
Hi, Gurus. I try to make memtest86 from sources on cygwin and have the following error: $ make as -32 -o head.o head.s head.s: Assembler messages: head.s:623: Error: unknown pseudo-op: `.previous' head.s:694: Error: can't handle non absolute segment in `ljmp' head.s:917: Error:

Re: Setup.exe: Can't download sources for older (not latest) version of port

2004-10-27 Thread Brian Dessent
Jacek Trzmiel wrote: > BUG: Files in download directory (release\subversion\): > subversion-1.0.6-1.tar.bz2 > subversion-1.1.1-1-src.tar.bz2 > > EXPECTED: Files in download directory (release\subversion\): > subversion-1.0.6-1.tar.bz2 > subversion-1.0.6-1-src.tar.bz2 I believe this is by

Setup.exe: Can't download sources for older (not latest) version of port

2004-10-27 Thread Jacek Trzmiel
setup.exe 2.427, win2ksp4+patches Steps to reproduce: 1. Start setup.exe 2. Click "Next >" 3. Select "Download from Internet" 4. Click "Next >" 5. Browse for download directory 6. Click "Next >" 7. Select "Direct Connection" 8. Click "Next >" 9. Select "ftp://ftp-stud.fht.esslingen.de"; 10. Clic

Installing expect from sources and problem with tclconfig

2004-07-30 Thread Ariel Burbaickij
Hello dear maling list memebers, I have following situation with installation of expect from sources: while trying to configure the package I get the error tcl config not found, even though I provide the explicit reference to the location of the tclConfig.sh file, which is present even twice on

rebuild rpm-4.1 from sources

2004-07-23 Thread bertrand marquis
Hello i need to recompile rpm-4.1 from sources but when it is trying to compile in db3/lock i have : cc -c -I. -I../db/dist/../include -I../db/dist/../include_auto -O2 -g -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts ../db

Re: Sources of the C++ library

2004-07-22 Thread Tim Prince
ming special) > == > > Could I need sources of the C++ library? You certainly could. Anything's possible. ;-) > I need that as a result of discussion at > http://groups.google.com/groups?threadm=2m7lltFjj3nuU1%40uni-berlin.de. >Alex Vinokur ...And it seems you already

Re: Sources of the C++ library

2004-07-22 Thread Igor Pechtchanski
On Thu, 22 Jul 2004, Alex Vinokur wrote: > == > Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4 > CYGWIN_NT-5.0 1.5.10(0.116/4/2) 2004-05-25 i686 > g++ (GCC) 3.3.1 (cygming special) > == > > Could I

Sources of the C++ library

2004-07-22 Thread Alex Vinokur
== Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4 CYGWIN_NT-5.0 1.5.10(0.116/4/2) 2004-05-25 i686 g++ (GCC) 3.3.1 (cygming special) == Could I need sources of the C++ library? I need that as a result of discussion at http

Building the latest GLib and Pango sources on Cygwin

2004-04-30 Thread Roger Leigh
I'm working on fixing up the current version of Glib (part of GTK+/GNOME) to build on Cygwin. I've taken the current CVS and some older patches and reworked them. These have now been incorporated, and it is now possible to check out and build Glib on Cygwin. An "autotooled" copy of the source is

Re: Where to get cygwin's gmake sources, and does it build without errors?

2004-04-19 Thread Larry Hall
e maintainer of gmake claims that FSF does not >support make under cygwin, basically only because he has not seen the >modifications that the 'cygwin' community has made to gmake. > >I have looked for the cygwin gmake sources for the cygwin distribution, >but cannot find them

Re: Where to get cygwin's gmake sources, and does it build without errors?

2004-04-19 Thread Christopher Faylor
On Mon, Apr 19, 2004 at 11:21:36AM -0400, Sandy Currier wrote: >I need to build the latest 3.81rc1 (beta1) version of gmake under >cygwin. However, the native gmake CVS distribution fails 6 make tests >when I build it under cygwin. The maintainer of gmake claims that FSF >does not support make un

RE: Where to get cygwin's gmake sources, and does it build without errors?

2004-04-19 Thread Dave Korn
der cygwin, basically only because he has not seen the > modifications that the 'cygwin' community has made to gmake. > > I have looked for the cygwin gmake sources for the cygwin > distribution, > but cannot find them on the web. You don't. You run the cygwin setup

Where to get cygwin's gmake sources, and does it build without errors?

2004-04-19 Thread Sandy Currier
cygwin, basically only because he has not seen the modifications that the 'cygwin' community has made to gmake. I have looked for the cygwin gmake sources for the cygwin distribution, but cannot find them on the web. (This is nominally for 3.80 which appears to be the current version). As

Re: problems compiling/linking c++ sources

2004-03-29 Thread Hans Horn
does indeed the trick! Funny is that I had to insert exactly those lines to make the sources compile/link under gcc2.9.5 back in 2001. cheers, Hans - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Hans Horn" <[EMAIL PROTECTED]>; <[EMAIL

Re: problems compiling/linking c++ sources

2004-03-29 Thread Larry Hall
> >The last time I compiled/linked the same sources successfully was around May >2003 (under the cygwin vintage current for that era - whatever it may have >been). > >Output of "cygcheck -svr > cygchek.out 2>&1" is attached. Do you google? <http://ww

Re: problems compiling/linking c++ sources [FAQ alert]

2004-03-29 Thread Igor Pechtchanski
1 exit status > > The last time I compiled/linked the same sources successfully was around May > 2003 (under the cygwin vintage current for that era - whatever it may have > been). > > Output of "cygcheck -svr > cygchek.out 2>&1" is attached. > > thx a bunch

problems compiling/linking c++ sources

2004-03-29 Thread Hans Horn
Group, I'm trying to compile/link some c++ source. This is what I get: /usr/include/c++/3.3.1/iostream:92: undefined reference to `__static_initialization_and_destruction_0(int, int)' collect2: ld returned 1 exit status The last time I compiled/linked the same sources successfully

Re: GnuPG entry in setup.ini missing pathnames to binaries and sources

2004-02-24 Thread Christopher Faylor
On Tue, Feb 24, 2004 at 02:32:24PM -0500, [EMAIL PROTECTED] wrote: >Several mirrors have a setup.ini that lacks a complete entry for GnuPG. GnuPG has been removed from the distribution due to export considerations. I hope that this is a temporary measure and that it will return shortly however th

GnuPG entry in setup.ini missing pathnames to binaries and sources

2004-02-24 Thread fran . litterio
Several mirrors have a setup.ini that lacks a complete entry for GnuPG. Here's the entry from the setup.ini file on planetmirror.com and mirrors.rcn.net: @ gnupg sdesc: "GnuPG is GNU's tool for secure communication and data storage." ldesc: "GNU Privacy Guard is GNU's tool for secure communi

installing native gvim built from cygwin sources

2003-11-01 Thread Scott Bolte
Someone on this list mentioned it was possible to build a native version of gvim using the cygwin sources. I've done that and it's great, but I'm stumped on how to install it. After I run (cd /usr/src/vim*/src; make -f Make_cyg.mak IME=yes)

  1   2   >