[Nix-dev] mozjs problem

Bjørn Forsman bjorn.forsman at gmail.com
Wed Nov 27 17:51:41 CET 2013


On 27 November 2013 09:09, Roelof Wobben <rwobben at hotmail.com> wrote:
> I did some investigation.
>
> But first why look in configure.
> Im already building the package.
>
> Second when I do this :
>
> find / -name "pthread.*"
> /nix/store/zfmwbfy3a609d2y5fp3bgnx7q510bv41-glibc-2.17/include/pthread.h
>
> So it looks to me that the library pthread is not installed at all.
> If I took the right conclusion then the question is why do glibc not install
> it.

Try `find / -name "*pthread.so*"`. It will show you that libpthread.so
is installed (in glibc path).


More information about the nix-dev mailing list