![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing CVS package on solaris machine | eamani_sun | SUN Solaris | 2 | 06-03-2008 07:25 AM |
| how to take image of one and installing that on another machine??? Need help | zing_foru | SUN Solaris | 3 | 04-26-2008 03:51 AM |
| Little help needed installing gnuplot on Mac OS X | karman | OS X (Apple) | 1 | 05-31-2007 12:14 AM |
| Urgent Help needed for Installing RPM on HP-UX | sjcekk | HP-UX | 3 | 07-25-2006 05:13 AM |
| Installing Cable Modem on Irix Machine. | Acidjack | UNIX for Dummies Questions & Answers | 1 | 03-09-2004 09:39 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Help needed installing Grace (xmgrace) on Linux machine
I want to install grace (plotting package; formerly called "xmgr"; also called xmgrace) on a standard PC running Red Hat Linux. I was hoping to find someprecompiled executables, but I only found the complete source files with Makefiles, ".rpm" files, and ".so" files, but I am not experienced enough to know what to do with them.
Can anyone point me to precompiled binaries? Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
It's worth trying to build things yourself. Well packaged source normally has the following steps.
1. make new work directory 2. extract source in directory 3. run "./configure" 4. run "make" 5. run "make install" |
|
#3
|
|||
|
|||
|
I tried your steps:
1. configure run ok 2. make did lots of things, but finally stopped with some error messages, and saying something like 'Leaving directory /....../T1lib/t1lib' 3. make install didn't work either. I think compiling/installing it myself is too complicated. |
|||
| Google The UNIX and Linux Forums |