search for: shinsuke

Displaying 2 results from an estimated 2 matches for "shinsuke".

2004 Mar 31
6
Can't compile asterisk.
hi. I got these compile errors while install asterisk. readline and openssl are compiled using gnu source, and kernel version is 2.4.17. Compile errors message is follows. Someone cleared this problem? Please, help! Regards. ---------------------------------------------------------------------------------- gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config. o channel.o
2008 Dec 11
0
[LLVMdev] Implementing Java bindings to LLVM
Hello. I read following article in this ML. I'm implementing the library similar with RAAD's plan. - AST node classes for LLVM-IR - LLVM-Assembly writer class - 100% pure Java - Without any optimizations - Without any frontends (parsers) I would like to release my library publicly if all problems below could be solved. (Although it is in the early stage) My library is the mixture of my