-Original Message-
From: Ken Brown
Sent: Tuesday, December 15, 2015 1:46 PM
To: cygwin@cygwin.com
Subject: Re: Compiling for native Windows
Assuming that gmp supports cross-compiling (which is likely), you can just
use the configure option --host=x86_64-w64-mingw32. This will
autom
-Original Message-
From: Marco Atzeri
Sent: Tuesday, December 15, 2015 1:16 AM
To: cygwin@cygwin.com
Subject: Re: Compiling for native Windows
you need to use the cross compiler package
mingw64-x86_64-gcc-core
/usr/bin/x86_64-w64-mingw32-gcc.exe
replaces the old "-mno-cygwin" usage
Hi,
Last time I built gmp on Cygwin for Windows it was using gcc-3.4.5 - and
was, I think, done as a cross-compilation involving the -mno-cygwin option.
Am I right in thinking that the days of "-mno-cygwin" have now passed ?
If I want to build (say) gmp on Cygwin for Windows, do I still need t
-Original Message-
From: Gilberto Perez
Sent: Tuesday, September 22, 2015 1:08 PM
To: cygwin@cygwin.com
Subject: Issue with Autotools and Perl on Windows 10
I have never had this problem until I upgraded to Windows 10. When
attempting to use 'autoreconf', I get the following messages:
-Original Message-
From: ping song
Sent: Monday, October 20, 2014 11:58 AM
To: cygwin@cygwin.com
Subject: Re: windows clipboard, getclip, putclip, clip, etc
I hope to send the text to a clipboard that I can just put in notepad with
a ctrl-v
If the text is in a file (on the Ubu
-Original Message-
From: Soren Hein
When compiling the XS code, there is a flag that I don't understand called
"-I/usr/lib/perl5/5.14/686-cygwin-threads-64int/CORE"
That just adds /usr/lib/perl5/5.14/686-cygwin-threads-64int/CORE to the list
of directories that will be searched, loo
-Original Message-
From: Joseph Maxwell
[quote]
int x = 0xAB78 in decimal format is : 43896
and
unsigned int y = 0xAB78 in decimal format is : 43896
The size of int is 4 bytes
[/quote]
Not quite what I expected, sine the leftmost bit in 'int' is 1 and
would be the negative flag.
No
-Original Message-
From: Ulrich.Herbst
3. I don't want to build Win32::Eventlog on my own... for these reasons:
- I had to do it on many systems...
- We don't have compilers and make and tools... installed on them
(production environments)
Ok - alternatively it's only *2* files th
-Original Message-
From: ulrich.her...@t-systems.com
" Trying to "use Win32::Eventlog;" will not work - though I don't think
that's the error you're up against here."
=> yes, it will work (this is my current workaround):
$ export PERL5LIB=/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/
-Original Message-
From: David Christensen
Error: no compiler detected to compile 'src/rand.c'. Aborting
A few lines earlier there's:
[quote]
Warning: ExtUtils::CBuilder not installed or no compiler detected
Proceeding with configuration, but compilation may fail during Build
[en
> Marc Girod wrote:
> SSH2.xs:581: error: `LIBSSH2_VERSION_NUM' undeclared (first use in this
> function)
Without checking, I think it's just that the version of libssh2 is too old for
Net-SSH2-0.20.
Net-SSH2-0.20 should build against libssh2 versions 0.19 and 1.0. What version
of the libr
> Marc Girod wrote:
> > No error there - just a warning, but that's not going to stop the
> > compilation and should not be a problem.
> Correct, but after I install the result, trying to use it dumps core,
> which is why I suspected this (no other errors).
Any errors during the 'make test'
> Marc Girod wrote:
> I get a lot of compilation errors:
>
> gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing
> -pipe
> -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"2.05\"
> -DXS_VERSION=\"2.05\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" GMP.c
> GMP.c: In fu
13 matches
Mail list logo