Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: compilation issues



On Wed, 23 May 2001, Oliver Kiddle wrote:

> x86 FreeBSD 4.2-stable
>
> make check yields several
> /usr/libexec/ld-elf.so.1: Shared object "libzsh-4.0.1-pre-5.so" not found
>
> It seems that make check uses a `make install.modules' but libzsh is
> installed as part of `make install.bin'. We need to fix this but I'm not
> sure I fully understand this part of the Makefiles. Isn't this an issue
> for cygwin?
>

No, it was there long before. I suspect, that tests were never run on a
system that needed libzsh (or already installed version was silently
used).

Exactly on Cygwin it runs correctly, because it tries first to find DLL in
the same directory as executable.

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author