Displaying 3 results from an estimated 3 matches for "lalloc".
Did you mean:
alloc
2010 Jul 17
0
mksh on klibc
.../mksh $ ./mksh -c 'echo foo; ls; echo bar'
foo
Build.sh check.t eval.c expr.o jobs.c lex.o mksh sh_flags.h syn.c var.c
CVS dot.mkshrc eval.o funcs.c jobs.o main.c mksh.1 shf.c syn.o var.o
Makefile edit.c exec.c funcs.o lalloc.c main.o setmode.c shf.o test.sh var_spec.h
Rebuild.sh edit.o exec.o histrap.c lalloc.o misc.c setmode.o signames.inc tree.c
check.pl emacsfn.h expr.c histrap.o lex.c misc.o sh.h strlcpy.c tree.o
^C
I?d greatly appreciate if someone could look into thi...
2012 Jun 29
0
[LLVMdev] llcj : Error
When i tried to compile hello.class to executable the
llcj --main=hello hello.class -o hello
i got the following error
/usr/bin/ld: error: cannot find -lAllocator/usr/bin/ld: error: cannot find -lGCMmap2/usr/bin/ld: error: cannot find -lvmjc/usr/bin/ld: error: cannot find -lLLVMSystem
Where can i get the libraries related to Allocated , GCMmap2 , vmjc and LLVMSystem
-------------- next part --------------
An HTML attachment was scrubbed......
2011 Jan 28
2
klibc 1.5.21-1 and mksh
...nking an mksh from
today?s CVS against it:
tg at tg-sidvm:~/b $ CPPFLAGS=-DMKSH_NO_LIMITS CC=klcc dash ../mksh/Build.sh -r
However, the signal problem persists:
tg at tg-sidvm:~/b $ ./mksh -c 'print hi'
hi
tg at tg-sidvm:~/b $ ./mksh -c 'ls'
Rebuild.sh eval.o expr.o histrap.o lalloc.o main.o mksh signames.inc test.sh var.o
edit.o exec.o funcs.o jobs.o lex.o misc.o shf.o syn.o tree.o
^C^\
130|tg at tg-sidvm:~/b $
This basically means: builtins can run fine, external programmes
never return (Haiku used to have the same problem, they fixed a
signal...