lix/src/libmain
Eelco Dolstra 2bd0fcc966 Use libnix as a prefix for all Nix libraries
In particular "libutil" was always a problem because it collides with
Glibc's libutil.  Even if we install into $(libdir)/nix, the linker
sometimes got confused (e.g. if a program links against libstore but
not libutil, then ld would report undefined symbols in libstore
because it was looking at Glibc's libutil).
2013-11-23 23:53:41 +00:00
..
Makefile.am Detect stack overflows 2013-07-30 23:37:10 +02:00
Makefile.new Use libnix as a prefix for all Nix libraries 2013-11-23 23:53:41 +00:00
shared.cc Drop the dependency on libgc in libmain 2013-11-23 20:19:36 +00:00
shared.hh nix-store -r: Add ‘--ignore-unknown’ flag 2012-11-20 00:27:25 +01:00
stack.cc Respect MINSIGSTKSZ when allocating an alternative stack 2013-08-07 15:44:19 +00:00