search for: vutral

Displaying 3 results from an estimated 3 matches for "vutral".

2013 Aug 22
0
Build problems: klibc with Linux 3.10.7
...LLROOT="$d" prefix=/opt/klibc install mkdir -p /opt/klibc/lib mv "$d"/lib/klibc-*.so /opt/klibc/lib/ mv "$d"/opt/klibc/* /opt/klibc/* rm -rf "$d" set +e else echo >&2 'E: Cannot create temporary directory!' fi bye, //mirabilos -- 17:08??Vutral? fr?her gabs keine packenden smartphones und so 17:08??Vutral? heute gibts frauen die sind facebooks?chtig 17:10??Vutral? aber auch traurig; fr?her warst du als nerd voll am arsch 17:10??Vutral? heute bist du als nerd der einzige der wirklich damit klarkommt
2013 Aug 22
3
Build problems: klibc with Linux 3.10.7
Le 22/08/2013 14:36, Thorsten Glaser a ?crit : > leroy christophe dixit: > >> If I set prefix to / and INSTALLROOT to /opt/klibc, klcc is not able to find >> the include files >> If I set prefix to /opt/klibc and SHLIBDIR to /opt/klibc/lib, it is the target >> that tries to load klibc.so from /tmp/klibc-install/lib instead of /lib > INSTALLROOT is some sort of
2011 Feb 27
4
[PATCH] Add minimal mkstemp(3) implementation.
This uses time, ASLR and pid for randomisation. (Closes: #516774) Signed-off-by: Thorsten Glaser <tg at mirbsd.org> --- usr/include/stdlib.h | 2 + usr/klibc/Kbuild | 2 +- usr/klibc/mkstemp.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+), 1 deletions(-) create mode 100644 usr/klibc/mkstemp.c diff --git a/usr/include/stdlib.h