Displaying 8 results from an estimated 8 matches for "libjavanio".
2010 Apr 06
2
[LLVMdev] VMKit assertion failure
...th-0.97.2/lib
And here's the output of "cd /Users/hinsen/Development/VMKit/
classpath-0.97.2/lib; ls":
META-INF gen-classlist.sh libjavalangreflect.so
Makefile gen-classlist.sh.in libjavanet.so
Makefile.am glibj.zip libjavanio.so
Makefile.gcj gnu libjavautil.so
Makefile.in java mkcollections.pl.in
classes java.dep org
classes.1 javax resources
classes.2 libgconfpeer.so split-f...
2010 Apr 07
0
[LLVMdev] VMKit assertion failure
...e's the output of "cd
> /Users/hinsen/Development/VMKit/classpath-0.97.2/lib; ls":
>
> META-INF gen-classlist.sh libjavalangreflect.so
> Makefile gen-classlist.sh.in libjavanet.so
> Makefile.am glibj.zip libjavanio.so
> Makefile.gcj gnu libjavautil.so
> Makefile.in java mkcollections.pl.in
> classes java.dep org
> classes.1 javax resources
> classes.2 libgco...
2010 Apr 06
0
[LLVMdev] VMKit assertion failure
Hi Konrad,
Did you compile vmkit with llvm-gcc or gcc? Did you make sure the path to
GNU Classpath is correct in your configure command?
Also, you can now update to the latest revision.
Cheers,
Nicolas
On Tue, Apr 6, 2010 at 6:15 PM, Konrad Hinsen <konrad.hinsen at fastmail.net>wrote:
> Hi Nicolas,
>
>
> How would I run VMKit without GC?
>>>
>>
>> VMKit
2010 Apr 06
2
[LLVMdev] VMKit assertion failure
Hi Nicolas,
>> How would I run VMKit without GC?
>
> VMKit just falls back to malloc when it detects that the machine is
> 64bits.
OK, I think I can handle that ;-)
> Yes, running a 32bits virtualized system should work just fine.
I first tried something else: compiling on an older Mac (10.5, 32 bit
compilers) and copy the binary over to the 64-bit Mac. Of course I ran
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
On Tue, Jul 20, 2010 at 6:56 PM, Joshua Warner <joshuawarner32 at gmail.com> wrote:
> Hi Minas,
>
> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, instead
> of printing an error message, j3 just segfaults in
> "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()"
>
Could you please run it under gdb like
$ gdb --args ./j3
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
Hi Minas,
I tried recompiling Classpath with -fno-omit-frame-pointer, and now, instead
of printing an error message, j3 just segfaults in
"j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()"
I ran llcj under strace and found that it is not even opening the input or
output files, but is otherwise running normally.
Updating to the latest SVN version (revision 108831)
2012 May 29
3
[LLVMdev] make error
....97.2/lib/... yes
checking for ../classpath-0.97.2/lib//libjavaio.so... yes
checking for ../classpath-0.97.2/lib//libjavalang.so... yes
checking for ../classpath-0.97.2/lib//libjavalangreflect.so... yes
checking for ../classpath-0.97.2/lib//libjavanet.so... yes
checking for ../classpath-0.97.2/lib//libjavanio.so... yes
checking for ../classpath-0.97.2/lib//libjavautil.so... yes
checking for ../classpath-0.97.2/lib/glibj.zip... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking...
2012 May 29
0
[LLVMdev] make error
...ecking for ../classpath-0.97.2/lib//libjavaio.so... yes
> checking for ../classpath-0.97.2/lib//libjavalang.so... yes
> checking for ../classpath-0.97.2/lib//libjavalangreflect.so... yes
> checking for ../classpath-0.97.2/lib//libjavanet.so... yes
> checking for ../classpath-0.97.2/lib//libjavanio.so... yes
> checking for ../classpath-0.97.2/lib//libjavautil.so... yes
> checking for ../classpath-0.97.2/lib/glibj.zip... yes
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffi...