Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi all, I'm a computer-challenged physics student using Scientific Linux 6.2 through a virtual machine (on my Windows laptop), and since it was installed for me by others I don't really know what's on it (yes, I was stupid). I'm trying to install the software on this page: http://laplace.physics.ubc.ca/People/matt/rnpletal.html
When I follow the instructions, installation appears to fail because there is no working C compiler. I tried to install gcc, which I thought would include a C compiler, but configuration also seemed to fail because it couldn't find a C compiler, rather like opening a box which holds its own key... Is it possible that the compiler is there on the system but I don't know where it is? If so, how could I find it, and if not where do I get a compiler? I'm probably being really really stupid, but I would really appreciate some help. Thanks!
Thanks amani and knudfl, I was able to get the C compiler working that way. However, I still don't have a Fortan compiler, which I thought was supposed to come with gcc? Also, xforms was not recognized as a package, so I don't know how to get its dependencies. How can I find what packages are available?
Thanks a lot knudfl, that was really helpful. However, RNPL didn't install correctly for me, I think because it couldn't find the bbhutil.h library. I'm not sure what that refers to? This was also a problem when I tried to install xvs. Also, I need version 6.2 of the jpeg libraries and headers. I have the latest version, but only the earlier version is compatible with what I'm trying to install. How do I find and download older versions? Sorry about all the stupid questions...
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,492
Rep:
# 7
The install command(s) example : 1) su
2) cd rpnletal/ && ./Install.gnu /usr/local
.... ( The test install, ref.post #5 : xforms-devel was installed.
But none of mpeg_encode-1.5c, xvs, DV were installed.)
The header "bbhutil.h" ( Not a library ) is located in :
rnpletal/rnpl/src/bbhutil.h
Finding files : The find command ...
cd rpnletal/ && find . -name "bbhutil.h"
P.S. : About xvs : Please read the file README, line 47.
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,492
Rep:
# 7
Quote:
I need version 6.2 of the jpeg libraries and headers.
I have the latest version, but only the earlier version
is compatible with what I'm trying to install.
Which application / library is requiring "jpeg-6.2" ? ?
'xvs' prerequisites :
1) A full install of "rnpletal" to /usr/local/.
2) # yum install \
libXpm-devel libXmu-devel compat-gcc-34-g77 compat-libf2c-34 \
mesa-libGL-devel mesa-libGLU-devel libjpeg-devel
3) cd /usr/lib/ ; # ln -s libg2c.so.0.0.0 libg2c.so
Thanks again, knudfl. I thought you would be sick of answering my questions by now. You were right that I didn't need that specific version of the JPEG headers and libraries. RNPL was fome after I installed the parser-generator bison, and I think xvs and the mpeg_encode installed after that. However, I'm still having problems with DV. It seems to work for a while, but eventually there's a series of lines like this:
ctoirang.f.text+0x534): undefined reference to `_gfortran_string_index'
with string index replaced with other terms including compare_string, st_read, etc. After that, make error 1 appears several times and ultimately installation fails. What could be causing this?
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,492
Rep:
# 11.
I worked on DV too : No luck.
The errors "undefined reference to `_gfortran_string_index' " etc.
can be avoided by not using gfortran : # yum remove gfortran
# yum install compat-gcc-34-g77 : /usr/bin/g77 (f77) will be used.
... But then ( starting from scratch with a new unpacked DV ),
some other errors will appear.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.