#1860: GMP dyn link dependencies in binary distributions
------------------------------+---------------------------------------------
Reporter: chak | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 6.10 branch
Component: Build System | Version: 6.8.1
Severity: normal | Resolution: fixed
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown/Multiple
Os: Unknown/Multiple |
------------------------------+---------------------------------------------
Comment (by guest):
(Oops, double post for formatting.)
Is this fixed in the current (6.8.3) binaries?
{{{
[EMAIL PROTECTED]:~/Desktop/ghc-6.8.3$ ./configure --prefix=$HOME/ghc
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
Which we'll further canonicalise into: x86_64-unknown-linux
checking for path to top of build tree... utils/pwd/pwd: error while
loading shared libraries: libgmp.so.3: cannot open shared object file: No
such file or directory
configure: error: cannot determine current directory
[EMAIL PROTECTED]:~/Desktop/ghc-6.8.3$ ldd utils/pwd/pwd
linux-vdso.so.1 => (0x00007fffce3fe000)
libutil.so.1 => /lib/libutil.so.1 (0x00007fc9c5ea3000)
libdl.so.2 => /lib/libdl.so.2 (0x00007fc9c5c9f000)
libm.so.6 => /lib/libm.so.6 (0x00007fc9c5a1e000)
libgmp.so.3 => not found
librt.so.1 => /lib/librt.so.1 (0x00007fc9c5815000)
libc.so.6 => /lib/libc.so.6 (0x00007fc9c54b3000)
/lib64/ld-linux-x86-64.so.2 (0x00007fc9c60a6000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007fc9c5297000)
[EMAIL PROTECTED]:~/Desktop/ghc-6.8.3$
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1860#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs