Actually..let me retrieve all the error messages here. I realize the
glibc part and originally I thought that was the issue with it..however
slak4 dist has glibc in the optional package installs and I have it
installed and libc5 removed..or did..which I might add was nice that they
mentioned just installing glibc would crash your system if you didn't do 8
things first.
Ok here's the compile error.
make -C mlwp all;
make[2]: Entering directory `/root/coda/lib-src/mlwp'
gcc -fno-exceptions -DLWPDEBUG -O2 -g -MD -I. -I/root/coda/include -Wall -DOLDLWP -c
lwp.c
lwp.c:796: parse error before `register_t'
lwp.c:796: warning: no semicolon at end of struct or union
lwp.c:797: warning: type defaults to `int' in declaration of `esi'
lwp.c:797: warning: data definition has no type or storage class
lwp.c:798: parse error before `ebp'
lwp.c:798: warning: type defaults to `int' in declaration of `ebp'
lwp.c:798: warning: data definition has no type or storage class
lwp.c:799: parse error before `unused'
lwp.c:799: warning: type defaults to `int' in declaration of `unused'
lwp.c:799: warning: data definition has no type or storage class
lwp.c:800: parse error before `ebx'
lwp.c:800: warning: type defaults to `int' in declaration of `ebx'
lwp.c:800: warning: data definition has no type or storage class
lwp.c:801: parse error before `edx'
lwp.c:801: warning: type defaults to `int' in declaration of `edx'
lwp.c:801: warning: data definition has no type or storage class
lwp.c:802: parse error before `ecx'
lwp.c:802: warning: type defaults to `int' in declaration of `ecx'
lwp.c:802: warning: data definition has no type or storage class
lwp.c:803: parse error before `eax'
lwp.c:803: warning: type defaults to `int' in declaration of `eax'
lwp.c:803: warning: data definition has no type or storage class
lwp.c: In function `Trace_Swapped_Stack':
lwp.c:812: `register_t' undeclared (first use in this function)
lwp.c:812: (Each undeclared identifier is reported only once
lwp.c:812: for each function it appears in.)
lwp.c:812: parse error before `ip'
lwp.c:820: dereferencing pointer to incomplete type
lwp.c:821: sizeof applied to an incomplete type
lwp.c:824: `ip' undeclared (first use in this function)
lwp.c:824: parse error before `)'
lwp.c:833: `prev_ebp' undeclared (first use in this function)
lwp.c:843: parse error before `)'
lwp.c:846: parse error before `)'
make[2]: *** [lwp.o] Error 1
make[2]: Leaving directory `/root/coda/lib-src/mlwp'
make[1]: *** [mlwp] Error 2
make[1]: Leaving directory `/root/coda/lib-src'
make: *** [lib-src] Error 2
it could have at least been shorter..:)
--Aaron