vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi All, I have bunch of different versions of generic tools (like gcc gdb, ddd etc) and these tools are compiled for different platform (linux, solaris). I would like to mount all these tools into som common place (like /nfs/tools/bin) and have wrapper to pull the lates version of the tool for any specific platform. What I can use t accomplish this? Thanks, -UA -- uat4 ----------------------------------------------------------------------- uat4r's Profile: http://unixadmintalk.com/120 View this thread: For Developers: Difference between Solaris and Linux |
| ||||
| uat4r wrote: > Hi All, I have bunch of different versions of generic tools (like gcc, > gdb, ddd etc) and these tools are compiled for different platforms > (linux, solaris). I would like to mount all these tools into some > common place (like /nfs/tools/bin) and have wrapper to pull the latest > version of the tool for any specific platform. What I can use to > accomplish this? > Thanks, > -UAT > > I don't see that you need a "wrapper" at all. Create a set of directories /nfs/tools/platform/bin where "platform" is one of (Linux, solaris_sparc, solaris_x86, macintosh, power_pc. . . ..) and set your path accordingly on each platform. |