Help needed installing Grace (xmgrace) on Linux machine


 
Thread Tools Search this Thread
Operating Systems Linux Help needed installing Grace (xmgrace) on Linux machine
# 1  
Old 07-11-2007
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.
# 2  
Old 07-11-2007
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  
Old 07-11-2007
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.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Installing Linux on Vmware - Help needed

Hi Friends I am trying to install linux (32 bit) on windows. so i used Oracle virtual box and Vmware player in windows and installed them. but there is no category to select Linux version 7. how to install it pls help here. (7 Replies)
Discussion started by: ded325
7 Replies

2. Solaris

Old Sun machine documentation needed

Hi all. Last year, after registering on Sun support site, I downloaded for free all available documentation (in PDF) and support files of a couple of old Sun workstations (Ultra 5 and Ultra 10). Now I need the documentation and support files of other old Sun workstations (SPARCstation 20 and... (4 Replies)
Discussion started by: wisechip
4 Replies

3. Shell Programming and Scripting

shell script to copy files frm a linux machine to a windows machine using SCP

I need a shell script to copy files frm a linux machine to a windows machine using SCP. The files keeps changing day-to-day. I have to copy the latest file to the windows machine frm the linux machine. for example :In Linux, On July 20, the file name will be 20.txt and it should be copied to... (3 Replies)
Discussion started by: nithin6034
3 Replies

4. Solaris

help needed to put machine in domain

Hi All, I am working on Solaris sparc 9 and my computer name is mgsun. I want to bring this machine to a specific domain (e.g.-xx.xx.org). So please help me to do the same.. thanks in Advance... (4 Replies)
Discussion started by: smartgupta
4 Replies

5. Shell Programming and Scripting

SSH into a linux machine from a windows machine

I basically want to login into different linux machines( on the same network) from a windows machine. I know i can use ssh <machine name>. But i want to automate this process. I dont want to enter the username and password. Is there any way to do it. Can i make some sort of a batch script for it. (4 Replies)
Discussion started by: lassimanji
4 Replies

6. Debian

Problem installing Debian5 on an ultra sparc machine

Comments/Problems: Machine boots from CDROM, starts SILO Version 1.4.13, display welcome message (welcome to Debian GNU/Linux lenny! built on 20081218-10:06 ). boot: Allocated 8 Megs of memory at 0x40000000 for kernel Loaded kernel version 2.6.26 Loading initial ramdisk... (3 Replies)
Discussion started by: mtk
3 Replies

7. IP Networking

Installing NS2 On Ubuntu Machine

I have to work with NS2 (Network Simulator)and i have to install it beforeusing it on Manets Simulations. Can some one Help me on this topic? Thank's (1 Reply)
Discussion started by: hakim19
1 Replies

8. Solaris

Installing CVS package on solaris machine

Hi all, I am tring to install CVS on my solaris machine. so, I got a package cvs-1.11.22-sol10-x86-local from internet, and did this "pkgadd -d cvs-1.11.22-sol10-x86-local" and the output I got is The following packages are available: 1 SMCcvs cvs (x86)... (2 Replies)
Discussion started by: eamani_sun
2 Replies

9. Solaris

how to take image of one and installing that on another machine??? Need help

Hi, How can I have a clone of one solaris machine on another? I have two sun solaris machines with same hardware and same OS but one has few other software installed. Now I want to take a backup (image) of one machine remotely because the tape drive is configured on some other LANed machine.... (3 Replies)
Discussion started by: zing_foru
3 Replies

10. UNIX for Dummies Questions & Answers

Installing Cable Modem on Irix Machine.

Ok I am new to this and wondering if there is any way of connecting a cable modem to an SGI that is running IRIX 6.5 and how to do it... (1 Reply)
Discussion started by: Acidjack
1 Replies
Login or Register to Ask a Question