Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
|
02-22-2009, 11:13 AM
|
#46
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
I'm sorry but at this point I'm completely lost. It's difficult to follow you while doing different installations on different machines!
Regarding the "guile-config is broken", take in mind that if you have guile-devel installed, you must have the file /usr/lib/pkgconfig/guile-1.8.pc which should be invoked by the configure script to correctly set up the necessary flag for the compilers. Check it out. Mine is the following:
Code:
$ cat /usr/lib/pkgconfig/guile-1.8.pc
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include
datarootdir=${prefix}/share
datadir=/usr/share
sitedir=/usr/share/guile/site
libguileinterface=19:0:2
Name: GNU Guile
Description: GNU's Ubiquitous Intelligent Language for Extension
Version: 1.8.5
Libs: -L${libdir} -lguile -lgmp -lcrypt -lm -lltdl
Cflags: -I${includedir} -pthread
|
|
|
02-22-2009, 04:02 PM
|
#47
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
Hi minaesm,
just out of curiosity I tried to install mpb on my OpenSuse 11.1 and it resulted in a straightforward installation. Here is my step:
1) Pre-requisites: using Yast Software Manager I installed the following packages:
Code:
blas
libblas3
lapack
liblapack3
fftw
fftw-devel
guile
guile-devel
2) Pre-requisites: I installed libctl from source in /usr/local:
Code:
# tar zxvf libctl-3.0.3.tar.gz -C /usr/local
# cd /usr/local/libctl-3.0.3
# export F77=gfortran
# export CC=gcc
# ./configure
# make
# make check
# make install
3) mpb installation:
Code:
# tar zxvf mpb-1.4.2.tar.gz
# cd mpb-1.4.2
# export F77=gfortran
# export CC=gcc
# ./configure --prefix=/home/colucix/mpb-1.4.2
# make
# make check
**********************************************************
MPB PASSED all tests.
**********************************************************
# make install
I hope this helps a little.
|
|
|
02-22-2009, 06:37 PM
|
#48
|
Member
Registered: Oct 2008
Posts: 38
Original Poster
Rep:
|
Quote:
Originally Posted by colucix
I'm sorry but at this point I'm completely lost. It's difficult to follow you while doing different installations on different machines! 
|
yeah you'r right , it's better just to follow one of them in the moment , sorry for mantioning them all .
|
|
|
02-22-2009, 06:52 PM
|
#49
|
Member
Registered: Oct 2008
Posts: 38
Original Poster
Rep:
|
Quote:
Originally Posted by colucix
if you have guile-devel installed, you must have the file /usr/lib/pkgconfig/guile-1.8.pc [/CODE]
|
ok, i checked it ,though after :
rpm -q guile_devel ,the coammand is " guile-devel-1.8.4-22.1",
it says that it's installed but there is no guile file in the pkgconfig . i've installed all of the prerequisites as you said , but again because of guile problem i can't install libctl .
|
|
|
02-22-2009, 07:28 PM
|
#50
|
Member
Registered: Oct 2008
Posts: 38
Original Poster
Rep:
|
should i install guile manually from the source ? may be it will work ?
|
|
|
02-23-2009, 01:47 AM
|
#51
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
Quote:
Originally Posted by minaesm
should i install guile manually from the source ? may be it will work ?
|
Nope. This is the thing to avoid, accordingly to the installation guide of libctl. To me you have simply a broken guile-devel package. To verify the integrity of the package you can do
In any case, try to uninstall and reinstall it using Yast Software manager and check the presence of /usr/lib/pkgconfig/guile-1.8.pc again. I feel that once you have solved the guile problem, the installation will be straightforward to the end.
|
|
|
02-27-2009, 11:55 PM
|
#52
|
Member
Registered: Oct 2008
Posts: 38
Original Poster
Rep:
|
hi and tahnks for your great helps . at last i could do it with your helps . thnks for them all
|
|
|
03-01-2009, 06:34 AM
|
#53
|
Member
Registered: Oct 2008
Posts: 38
Original Poster
Rep:
|
how can i find in UBUNTU where the package e.g. HDF5 is installed ?
|
|
|
03-01-2009, 10:45 AM
|
#54
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
Hi minaesm, you will never stop to surprise me! Ubuntu now!
Unfortunately, I'm not so experienced with ubuntu. I think the command to list the content of a package is
Code:
dpkg -c package-name
but I'm not sure. I suggest to start new threads for new questions which are not related to this thread title anymore (installing fortran on suse). In this way your questions will have more visibility to all LQ members.
Cheers.
|
|
|
03-01-2009, 11:14 AM
|
#55
|
Member
Registered: Oct 2008
Posts: 38
Original Poster
Rep:
|
Quote:
Originally Posted by colucix
but I'm not sure. I suggest to start new threads for new questions which are not related to this thread title anymore (installing fortran on suse). In this way your questions will have more visibility to all LQ members.
Cheers.
|
yeah you r right , i will start new threads , tnx
|
|
|
All times are GMT -5. The time now is 06:16 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|