由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Wierd...
相关主题
where is libstdc++bash script question: read in text
Re: [转载] 请问:装了GCC以后One shell question
急:ld.so.1的问题how to get the backgroup run state?
SunOS 5.8, ld.so.1, fatal: libstdc++.so.5 open failed...coconut 申请 unix BZ
[转载] About the history[转载] Re: 请问unix下如何编写图形界面
how to install matlab6.5 under linux?C++ Help under UNIX
HELPS!! PC+Solaris+DlinkRouterC++ std lib help?
Re: how to print out man result?How to send email in C program.
相关话题的讨论汇总
话题: c++话题: libstd话题: gcc话题: wierd话题: pr02001
进入Unix版参与讨论
1 (共1页)
w*******g
发帖数: 99
1
I just installed gcc 3.2. For a very simple C++ program, the following error
resulted:
ld.so.1: pr02001: fatal: libstdc++.so.5: open failed: No such file or directory
Killed
libstdc++.so.5 is part of gcc 3.2 installation and I checked, it is physically
there. I also included in the lib path. Perhaps, I just neglected something...
Help me out please...
p****s
发帖数: 3184
2

whenever debugging gcc/g++,
use -v option to see the compilation details.

【在 w*******g 的大作中提到】
: I just installed gcc 3.2. For a very simple C++ program, the following error
: resulted:
: ld.so.1: pr02001: fatal: libstdc++.so.5: open failed: No such file or directory
: Killed
: libstdc++.so.5 is part of gcc 3.2 installation and I checked, it is physically
: there. I also included in the lib path. Perhaps, I just neglected something...
: Help me out please...

w*******g
发帖数: 99
3
The library is included in the search path using -v option. It still does not work...
Thank you...

【在 p****s 的大作中提到】
:
: whenever debugging gcc/g++,
: use -v option to see the compilation details.

1 (共1页)
进入Unix版参与讨论
相关主题
How to send email in C program.[转载] About the history
Does Linux support thread?how to install matlab6.5 under linux?
How to debug C program in UnixHELPS!! PC+Solaris+DlinkRouter
How can run fortran language in Window NT?Re: how to print out man result?
where is libstdc++bash script question: read in text
Re: [转载] 请问:装了GCC以后One shell question
急:ld.so.1的问题how to get the backgroup run state?
SunOS 5.8, ld.so.1, fatal: libstdc++.so.5 open failed...coconut 申请 unix BZ
相关话题的讨论汇总
话题: c++话题: libstd话题: gcc话题: wierd话题: pr02001