Gentoo Archives: gentoo-alt

From: Al <oss.elmar@××××××××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Cygwin: emerge -u system issues
Date: Sat, 25 Sep 2010 21:00:49
Message-Id: AANLkTimEukMb45DBcfg+SRnJc2cQREZz-dK_KJUQ4zfc@mail.gmail.com
In Reply to: Re: [gentoo-alt] Cygwin: emerge -u system issues by Al
1 >>Is . in PATH?
2 >
3 > In the sense I mean it, the way windows finds dynamic libraries, yes:
4 >
5 > http://msdn.microsoft.com/en-us/library/7d83bc18%28VS.71%29.aspx
6 >
7 > See point 2.
8
9 To check that
10
11 Point 1) The directory where the executable module for the current
12 process is located.
13
14 $ ldd /home/prefix/gentoo/bin/bash.exe
15 cygncurses5.dll => /home/prefix/gentoo/usr/bin/cygncurses5.dll
16 (0x6ca60000)
17
18 Nope, the directories are different. Next!
19
20 Point 2) The current directory.
21
22 cd /home/prefix/gentoo/var/tmp/portage/sys-libs/ncurses-5.7-r5/image//home/prefix/gentoo/usr/bin
23 ls
24 cygncurses5.dll tic.exe toe.exe
25
26 HIT on point 2.
27
28 Al