-
You certainly did not issue
make/make-scheduler
so make got confused.
2009-09-04 13:18:44 UTC in Job Scheduler
-
Hello Maxiares,
to build just libhostole.so and libhostjava.so issue
make hostole
make hostjava
from the prod dir.
For libsosperlscript.so issue
make/make-libsosperlscript
libspidermonkey.so is the result of "make spidermonkey".
2009-09-04 12:14:55 UTC in Job Scheduler
-
Hello Maxiares,
I have to correct myself, as there is no Sun Java for ppc/POWER you just have to use the one from IBM. The bits from the AIX port fixing issuses with the jni version may make it work.
However, the scheduler you have built is a 32-bit binary as all known builds are, so neither the 64-bit Java nor your libspidermonkey will load. Trick spidermonkey to compile 32-bit wide and...
2009-08-11 13:52:41 UTC in Job Scheduler
-
Hello elvin1,
you dont need too install gcc to run the scheduler, the necessary libraries libgcc_s and libstdc++ are included. The point is that you can not load something into the scheduler that conflicts with them as libgcj does, while Sun Java will not.
Answer: You have to use Sun Java, the sole exception is AIX.
^D.
2009-08-10 12:34:22 UTC in Job Scheduler
-
Hello Maxiares,
assuming that your scheduler/lib directory stems from a scheduler for linux x86 setup:
1. Delete all shared objects from there and replace them with a ppc version.
libstdc++ and libgcc_s are included in your gcc install, there is no need to duplicate them.
You will build libhostole.so, libhostjava.so, libsosperlscript.so and libspidermonkey.so, place them there.
The...
2009-08-10 12:06:20 UTC in Job Scheduler
-
Hello Carmen,
this is only one of many errors you will get should you fix that one.
Today a bunch of changes have been commited to subversion, it's looking good.
You need to roll your own gcc though, and a Perl configured different from what Sun ships,
then the compile howto still applies, the next release will show.
They passed the testsuite, about time to create an installer...
2009-06-23 14:52:23 UTC in Job Scheduler
-
Hi Boileau,
you are probably not using GNU make, but you won't get far anyway.
The build-system is not prepared for non-sparc CPUs on SunOS.
BTW you did not specify which OS.
For openSolaris 2008/11 x86 patches are in the work, the resulting binaries will get first testing today.
^D.
2009-06-05 10:40:20 UTC in Job Scheduler