Dennis Clarke <[email protected]> writes: > In some manner the pre-existing libs were getting in the way likely > because LD_LIBRARY_PATH=/usr/local/lib and thus the new libs in the > build_dir/.libs were not used.
LD_LIBRARY_PATH tends to override anything else. Don't use that for anything but to run specific binaries which need it. Since this was a gnu/linux system, the usual way to make ld.so search /usr/local/lib is via files under /etc/ld.so.conf.d (even if that's system global, unlike LD_LIBRARY_PATH). > Either way a symbol seems to have appeared because of the assembly > files. Right, precisely which internal functions get included in the library depends on both platform and configure arguments. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance. _______________________________________________ gmp-bugs mailing list [email protected] https://gmplib.org/mailman/listinfo/gmp-bugs
