Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
runtime libraries not found
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mgilson  
View profile  
 More options Mar 7 2012, 11:44 am
From: mgilson <m.gils...@gmail.com>
Date: Wed, 7 Mar 2012 08:44:36 -0800 (PST)
Local: Wed, Mar 7 2012 11:44 am
Subject: runtime libraries not found
I have previously installed gfortran using my package manager (apt-get
on Ubuntu 10.02 [Lucid]).  Today I tried to build a fresh copy of
gcc-4.6.3 by downloading the tarball, unzipping it, and running
configure in a separate directory.

e.g.

>> ../gcc-4.6.3/configure --prefix=${HOME} --program-suffix=-4.6.3
>> make
>> make install

This all works fine (I get ~/bin/gfortran-4.6.3) which seems to
*work*.  (It produces an executable on a very simple test program).
The problem is when I try to run the test program.

First, the runtime library complains that it can't find libquadmath.so.
0 ...

Naively, I soft linked the one that I found in $(build_dir)/x86_64-
unknown-linux-gnu/libquadmath/.libs/libquadmath.so to /lib/.

Now I have the error:

>> ./junk.exe

./junk.exe: /usr/lib/libgfortran.so.3: version `GFORTRAN_1.4' not
found (required by ./junk.exe)

I could again symlink the library from the build-tree (and so on), but
I'm cautious to do that since I don't want to replace any of the
runtime libraries my old version of gfortran relies on.

Is there a better way to do this?  What am I missing here?
(Of course, I could just set LD_LIBRARY_PATH -- but the install
doesn't seem to have installed all of the libraries anywhere ... The
all just live in /path/to/.libs/lib*.so* ...)

Any help would be greatly appreciated.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »