Bugzilla – Bug 164
Tweaks to build Torque 2.5.9 on Solaris 10
Last modified: 2011-12-05 05:45:35 MST
You need to log in before you can comment on or make changes to this bug.
Created an attachment (id=98) [details] Allows Torque 2.5.9 to build on Solaris 10 update 9. Needing to upgrade from 2.4.8 (because of the /dev/null bug), I decided to try 2.5.9. I had to make a few changes to get it to build. In addition to the attached unidiff, I had to edit libtool to define a variable named "echo". It already defined "ECHO", but had references to "$echo" all over the place. I didn't add that to the patch because that was likely a side effect of my autoconf environment. YMMV. I have not yet tried the new build, but the attached changes were required to get it to build, so I figured I'd pass it along.