On 27 November 2013 09:09, Roelof Wobben <[email protected]> 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). _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
