YA set of new 64bit packages

Andy Koppe andy.koppe@gmail.com
Fri Feb 22 13:38:00 GMT 2013


On 22 February 2013 12:45, Corinna Vinschen wrote:
> I just uploaded
>
> ftp://cygwin.com/pub/cygwin/64bit/binary-toolchain-x86_64-pc-linux-x-x86_64-pc-cygwin-20130222.tar.xz

With this, I'm still getting the issue with w32api libs not being
found. It's not holding me up in any way though, so I don't mind if
you want to ignore it.

$ x86_64-pc-cygwin-gcc test.c
/home/andy/opt/x86_64-pc-cygwin/bin/../lib/gcc/x86_64-pc-cygwin/4.8.0/../../../../x86_64-pc-cygwin/bin/ld:
cannot find -ladvapi32
/home/andy/opt/x86_64-pc-cygwin/bin/../lib/gcc/x86_64-pc-cygwin/4.8.0/../../../../x86_64-pc-cygwin/bin/ld:
cannot find -lshell32
/home/andy/opt/x86_64-pc-cygwin/bin/../lib/gcc/x86_64-pc-cygwin/4.8.0/../../../../x86_64-pc-cygwin/bin/ld:
cannot find -luser32
/home/andy/opt/x86_64-pc-cygwin/bin/../lib/gcc/x86_64-pc-cygwin/4.8.0/../../../../x86_64-pc-cygwin/bin/ld:
cannot find -lkernel32
collect2: error: ld returned 1 exit status

$ x86_64-pc-cygwin-gcc --version
x86_64-pc-cygwin-gcc (GCC) 4.8.0 20130222 (experimental)

A workaround is to add -L`x86_64-pc-cygwin-gcc
-print-file-name=w32api` to the command line.

Andy



More information about the Cygwin-developers mailing list