This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: YA set of new 64bit packages


On Feb 22 13:38, Andy Koppe wrote:
> 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

Does it help if you add a symlink /usr/cygnus -> /home/andy/opt?
Alternatively try a symlink /ext/redhat, or install the toolchain there
In my build env /ext/redhat is the real dir, /opt/redhat and /usr/cygnus
are historical symlinks I'm often still using for configuring.  Old
customs die hard...


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]