-
mdeters committed revision 839 to the jRate SVN repository, changing 2 files.
2007-07-20 08:31:56 UTC in jRate
-
Thanks for the update.. I'm surprised you built the jRate release version with GCC 4.1.1 though-- GCC 3.3.3 doesn't compile cleanly with GCC 4.x without a small patch (which jRate-svn includes but 0.3.7.2 does not). This is in stage 1 code, so GCC 3.3.3 can't even bootstrap from GCC 4.x.
libjRateCore, libgcj, etc., should all be built using the compiler just built (which is a modified GCC...
2007-04-18 21:19:36 UTC in jRate
-
mdeters committed revision 838 to the jRate SVN repository, changing 3 files.
2007-04-10 11:00:27 UTC in jRate
-
mdeters committed revision 837 to the jRate SVN repository, changing 5 files.
2007-04-09 20:07:24 UTC in jRate
-
I got your code working without difficulty. (I used a no-op native implementation of your Get_Time() implementation, I assume it just does an rdtsc or equivalent.) LD_ASSUME_KERNEL shouldn't be an issue in this case, since you aren't even doing anything with threads. Is there anything nontrivial in your native code?
Below there's a log of exactly what I did, for comparison. I assume...
2007-04-09 19:49:23 UTC in jRate
-
If you're on a Linux 2.6 kernel, you might try setting the environment variable LD_ASSUME_KERNEL=2.4.1 when you run your jRate-compiled program. It could be an issue with NPTL, which jRate doesn't always play nicely with.
Does the error still occur if you set LD_ASSUME_KERNEL? If not, you have a workaround until we fix jRate's threading model. If so, I'll need to know more about the code...
2007-04-05 17:26:47 UTC in jRate
-
Logged In: YES
user_id=1176477
GCC 3.3.3 cannot be built/bootstrapped with GCC >= 4.0, so
this isn't a problem limited to jRate.
Possible solutions are to (a) install GCC 3.3.x or 3.4.x
and set the envariable CC to that compiler ("gcc-3.4" or
whatever) at ./configure time, or (b) check out jRate from
the Subversion repository, which already incorporates a fix
for this problem, or...
2006-09-20 01:51:18 UTC in jRate
-
Logged In: YES
user_id=1176477
Duplicate, see bug report 1561511.
2006-09-20 01:06:42 UTC in jRate
-
mdeters committed revision 836 to the jRate SVN repository, changing 7 files.
2006-09-11 13:06:48 UTC in jRate
-
mdeters committed revision 835 to the jRate SVN repository, changing 1 files.
2006-09-11 09:29:27 UTC in jRate