Re: [Sablevm-user] Question with Installing
Brought to you by:
egagnon
From: Grzegorz B. P. <ga...@de...> - 2004-03-26 17:02:58
|
W li=B6cie z pi=B1, 26-03-2004, godz. 10:12, hea...@vi... pisz= e:=20 > My teammate and I met a problem with sablevm installing. While I run > "make" and "make install" in directoy of "sablevm-1.1.1", return the > errors as attached file. Hello, I suspect, that you're using gcc 2.95, which does not understand `-fno-reorder-blocks' and `-finline-limit=3D60000' options. ./configure --help says: --disable-no-reorder-blocks do not use -fno-reorder-blocks (useful with gcc 2.95) So all you need to do is probably to add --disable-no-reorder-blocks to your ./configure call and the problem should go away. Hope this helps Grzegorz B. Prokopski --=20 Grzegorz B. Prokopski <ga...@de...> Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org Why SableVM ?!? http://devel.sablevm.org/wiki/WhySableVM |