设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
编程开发讨论区 —— LinuxSir.cn
›
C\C++
›
gcc中带的几个参数
返回列表
查看:
1007
|
回复:
1
gcc中带的几个参数
[复制链接]
sybaselu
sybaselu
当前离线
积分
642
IP卡
狗仔卡
发表于 2006-3-2 20:27:43
|
显示全部楼层
|
阅读模式
这里的libdemo-debug.a是一部分源码编译出来的静态库,demo-debug.o是用gcc加 -o从原文件demo.cpp(调用静态库的一个演示版)编译出来的“.o" 文件。这个静态库是向他人提供的接口(不想给源码)。不明白这里的参数:-pthread -rdynamic的作用。知道-pthread是使demo支持多线程。
g++ -o demo-debug -g -pthread -rdynamic demo-debug.o libdemo-debug.a -ldl
复制代码
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
x11
x11
当前离线
积分
2823
IP卡
狗仔卡
发表于 2006-3-3 09:18:12
|
显示全部楼层
man gcc:
-pthread
Adds support for multithreading with the pthreads library. This
option sets flags for both the preprocessor and linker.
-rdynamic 好像没有
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表