First off, are you sure you wanted to install libgcc and not
libstdc++?  Your most recent message mentioned the former, your
original the latter.

If so... Sounds to me like the 31-bit version of libgcc is already installed.

Try running this:

rpm -qa --queryformat "%{NAME} %{VERSION}-%{RELEASE} %{ARCH}\n" | grep libgcc

And see what you get for results (try repeating for libstdc++ and
compat-libstdc++ to see what you're missing).

Typically the easiest way to tell if a package is installed is by
doing an `rpm -qa | grep <pkgname>` and seeing if you get two
identical lines of output (31 and 64-bit).  Of course if you only get
one line of output it means you have only the s390 or s390x version
installed (but not both), hence the longer command above.

ks


On 4/16/07, Kelly F. Hickel <[EMAIL PROTECTED]> wrote:


I already had the 390 RPMs locally, so I tried that and got this:
[EMAIL PROTECTED] RPMS]# rpm -i libgcc-3.4.6-3.s390.rpm
        package libgcc-3.4.6-3.1 (which is newer than libgcc-3.4.6-3) is
already installed

What am I missing?
-Kelly

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to