由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - makefile里看到的
相关主题
Re: How to write this makefile?Qt/Windows 开源版本将支持 VS Express
问一个MinGW + CMake 的问题Exporting pattern rules in recursive make
makefile questiongdb debugging issue求助
Makefile疑问关于Makefile的一个问题
c++ compiler under unixmake的时候能不能指定某个路径下的ld? (转载)
Questions about MAKEFILE问个autoconf的问题
make dist 是什么命令阿,能否举个例子a question about makefile
C源程序能不能知道gcc的优化选项呢?A question about Makefile
相关话题的讨论汇总
话题: lnsl话题: ptrrelease话题: ptrdebug
进入Programming版参与讨论
1 (共1页)
e******r
发帖数: 220
1
g++ -ptrRELEASE -lnsl
g++ -ptrDEBUG -lnsl
请问-ptrRELEASE, -ptrDEBUG和 -lnsl是什么意思? 查了没查到.
b******n
发帖数: 592
2
-l is to use library
-ptr not sure, it is not supported by my g++

【在 e******r 的大作中提到】
: g++ -ptrRELEASE -lnsl
: g++ -ptrDEBUG -lnsl
: 请问-ptrRELEASE, -ptrDEBUG和 -lnsl是什么意思? 查了没查到.

1 (共1页)
进入Programming版参与讨论
相关主题
A question about Makefilec++ compiler under unix
难道make没有调试器吗?Questions about MAKEFILE
问一个link的问题make dist 是什么命令阿,能否举个例子
虚心求教,我这样的应该怎么找编程的工作?C源程序能不能知道gcc的优化选项呢?
Re: How to write this makefile?Qt/Windows 开源版本将支持 VS Express
问一个MinGW + CMake 的问题Exporting pattern rules in recursive make
makefile questiongdb debugging issue求助
Makefile疑问关于Makefile的一个问题
相关话题的讨论汇总
话题: lnsl话题: ptrrelease话题: ptrdebug