由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Questions about libg++
相关主题
[转载] Anyone ever installed Solaris 8 on PC?about gcc installation
question about install lapack 帮我看看我的GCC怎么了!谢谢
How to install gcc under Solaris 2.5?How to install a lib in my own home path?
how to use gzip at Solaris2.6?\help: how to install the gnu make .
Where to download Sun UNIX?getting connected to Oracle in Perl
who has irix6.5 install cd?GCC的编译?
Solaris x86 machineSunfreeware.com (?)
help me again! Re: how to configure networking after installationInvalid ELF header Re: 问一个shell script的问题
相关话题的讨论汇总
话题: libg话题: install话题: installed话题: debian话题: questions
进入Unix版参与讨论
1 (共1页)
g******a
发帖数: 730
1
I need to have libg++2.7.2 installed on my Debian Linux3. The sysadmin has g++
installed but not libg++. I guess Debian itself has libg++ with it(Debian2 has
libg++2.7.2). But now how can I install libg++2.7.2 by myself? I downloaded
gcc-2.95.1-3.src.rpm but failed to install it. Anyone knows how to have libg++
2.7.2 installed without conflict with current g++? //bow~~~~
t**c
发帖数: 97
2
apt-get libg++27

【在 g******a 的大作中提到】
: I need to have libg++2.7.2 installed on my Debian Linux3. The sysadmin has g++
: installed but not libg++. I guess Debian itself has libg++ with it(Debian2 has
: libg++2.7.2). But now how can I install libg++2.7.2 by myself? I downloaded
: gcc-2.95.1-3.src.rpm but failed to install it. Anyone knows how to have libg++
: 2.7.2 installed without conflict with current g++? //bow~~~~

g******a
发帖数: 730
3
I did this and got "permission denied"
55555555

【在 t**c 的大作中提到】
: apt-get libg++27
t**c
发帖数: 97
4

it's" apt-get install libg++27", anyway, you need to have root permissioin
to do it.

【在 g******a 的大作中提到】
: I did this and got "permission denied"
: 55555555

g******a
发帖数: 730
5
I emailed out sysadmin again. They are really slow in doing stuff. Bleah...

【在 t**c 的大作中提到】
:
: it's" apt-get install libg++27", anyway, you need to have root permissioin
: to do it.

w**n
发帖数: 88
6
The source rpm probably is not what you want.
you could get the binary rpm from www.rpmfind.net
extract the libg++ file you want and put to a directory that your LD_LIBRARY_PATH
covers

【在 g******a 的大作中提到】
: I need to have libg++2.7.2 installed on my Debian Linux3. The sysadmin has g++
: installed but not libg++. I guess Debian itself has libg++ with it(Debian2 has
: libg++2.7.2). But now how can I install libg++2.7.2 by myself? I downloaded
: gcc-2.95.1-3.src.rpm but failed to install it. Anyone knows how to have libg++
: 2.7.2 installed without conflict with current g++? //bow~~~~

g******a
发帖数: 730
7
Thank you very much. :P

【在 w**n 的大作中提到】
: The source rpm probably is not what you want.
: you could get the binary rpm from www.rpmfind.net
: extract the libg++ file you want and put to a directory that your LD_LIBRARY_PATH
: covers

w**n
发帖数: 88
8
sure, libstdc++2.10-2.96-0.83mdk.i586.rpm probably fits your need.
rpm2cpio libstdc++2.10-2.96-0.83mdk.i586.rpm | cpio -idv ./usr/lib/libg++.so.2.7.2.8
libg++.so.2.7.2 is a sym link to this file.
you should be able to do this without root privilege

【在 g******a 的大作中提到】
: Thank you very much. :P
t**c
发帖数: 97
9
btw, your should look for gcc 2.7.2 rpm instead of gcc 2.95. if you want to
install by yourself.
Can you ask for a root account for your dept? Guess if you've more stuff to
install, you will messed up with all kinds of weired library settings.

【在 g******a 的大作中提到】
: Thank you very much. :P
g******a
发帖数: 730
10
3x
I get things done now.@@
get pissed off by all these stuff.

【在 t**c 的大作中提到】
: btw, your should look for gcc 2.7.2 rpm instead of gcc 2.95. if you want to
: install by yourself.
: Can you ask for a root account for your dept? Guess if you've more stuff to
: install, you will messed up with all kinds of weired library settings.

g******a
发帖数: 730
11
3x again. Learn a lot from u guys. :P
I fit my problem leh.

【在 w**n 的大作中提到】
: sure, libstdc++2.10-2.96-0.83mdk.i586.rpm probably fits your need.
: rpm2cpio libstdc++2.10-2.96-0.83mdk.i586.rpm | cpio -idv ./usr/lib/libg++.so.2.7.2.8
: libg++.so.2.7.2 is a sym link to this file.
: you should be able to do this without root privilege

1 (共1页)
进入Unix版参与讨论
相关主题
Invalid ELF header Re: 问一个shell script的问题Where to download Sun UNIX?
an interesting questionwho has irix6.5 install cd?
About Chinese in SolarisSolaris x86 machine
One question on installing Solaries 8 on PC?help me again! Re: how to configure networking after installation
[转载] Anyone ever installed Solaris 8 on PC?about gcc installation
question about install lapack 帮我看看我的GCC怎么了!谢谢
How to install gcc under Solaris 2.5?How to install a lib in my own home path?
how to use gzip at Solaris2.6?\help: how to install the gnu make .
相关话题的讨论汇总
话题: libg话题: install话题: installed话题: debian话题: questions