由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - HELP, a question about the library path,
相关主题
怎样改成tcsh?how to fix login problem ( can't read .cshrc file
how to configure networking after installationHow to find a file in the deep children directory?
.cshrc file.cshrc?.login?.profile?
可以看别人的环境变量?How to set environment variables for CGI scripts?
Solaris下指定打印机的环境变量是什么?UNIX dummy Questions?
kde的问题Enviroment Config Help
只能cd了,5555SOLARIS8的几个问题
英雄,救命啊!!!C++5.0的初级问题
相关话题的讨论汇总
话题: path话题: library话题: question话题: cshrc话题: sfw
进入Unix版参与讨论
1 (共1页)
P****r
发帖数: 140
1
due to the NIS service, i can not install
the gcc in the /usr/local as usual,
so it was installed in /opt/sfw
when i tried to complie the DDD, ( ./configure had no question)
i got the error message "fatal error: can not find libncurses.so.4"
i could find this file in /opt/sfw/lib
but the ./configure cannot work this path out
i remembered that there is something like "libpath" in the file
.cshrc,
can any DaXia help me how to set the path of library in the .cshrc
or anything else?
thanks million
I*******y
发帖数: 30
2
I think you can use make file, or just add the path as following:
gcc *** -Lpathname
in your case
gcc *** -L/opt/sfw/lib

【在 P****r 的大作中提到】
: due to the NIS service, i can not install
: the gcc in the /usr/local as usual,
: so it was installed in /opt/sfw
: when i tried to complie the DDD, ( ./configure had no question)
: i got the error message "fatal error: can not find libncurses.so.4"
: i could find this file in /opt/sfw/lib
: but the ./configure cannot work this path out
: i remembered that there is something like "libpath" in the file
: .cshrc,
: can any DaXia help me how to set the path of library in the .cshrc

1 (共1页)
进入Unix版参与讨论
相关主题
C++5.0的初级问题Solaris下指定打印机的环境变量是什么?
unix中文打印之合集 (请补充)kde的问题
傻傻的:打印机文件放在哪?只能cd了,5555
TELNET 老断英雄,救命啊!!!
怎样改成tcsh?how to fix login problem ( can't read .cshrc file
how to configure networking after installationHow to find a file in the deep children directory?
.cshrc file.cshrc?.login?.profile?
可以看别人的环境变量?How to set environment variables for CGI scripts?
相关话题的讨论汇总
话题: path话题: library话题: question话题: cshrc话题: sfw