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
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
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
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
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
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
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
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
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
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
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.
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
\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
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+
- 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
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
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
.
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
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
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
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
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
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
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/../../..
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/../../
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
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
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
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) :
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
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
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
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
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
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
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
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
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
> 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
>> 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
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
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
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
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
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
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
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
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
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. [...]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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/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:
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.
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
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
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
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
>
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
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
"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
"[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.
[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
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
[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
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:
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 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
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
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
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
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
==
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
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
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
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
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
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
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
>
>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
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
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
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
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
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 - 100 of 126 matches
Mail list logo