由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - How do you change the linker with configure script?
相关主题
问问g++, gcc, cc之间的关系linker problem in VC
《Windows Powershell 实战 (第2版)》[PDF]should the .dll and .lib have the same name?
cvs configurationmake的时候能不能指定某个路径下的ld? (转载)
Software Configuration Management (转载)问一个Visual Studio 2003 到 2005的问题
哪里能看一下fedora glibc 的 make configuration (转载)有人说这个办法可以解决栈溢出
laptop 可以连到学校的wireless, 但是不能连到家里的,什么原因啊?谁给科普一下Linux里lib search怎么运作的?
g++ problem!!!!用extern keyword定义的变量
Re: [转载] 问一问题弱问一句关于pthread的
相关话题的讨论汇总
话题: linker话题: configure话题: change话题: do话题: script
进入Programming版参与讨论
1 (共1页)
a*****i
发帖数: 4391
1
What is the common way to do this?
c*****g
发帖数: 119
2
what do you mean?

【在 a*****i 的大作中提到】
: What is the common way to do this?
a*****i
发帖数: 4391
3
I wanna change the linker configure uses from /usr/bin/ld to
/opt/fips/bin/fipsld...

【在 c*****g 的大作中提到】
: what do you mean?
c********e
发帖数: 383
4
easy way is to just change ld to ld_backup and fipsld to ld
a*****i
发帖数: 4391
5
err, but I don't want to mess with the build system.

【在 c********e 的大作中提到】
: easy way is to just change ld to ld_backup and fipsld to ld
c********e
发帖数: 383
6
google --with-ld for gcc configuration

【在 a*****i 的大作中提到】
: err, but I don't want to mess with the build system.
c********e
发帖数: 383
7
http://gcc.gnu.org/install/configure.html#with-as

【在 c********e 的大作中提到】
: google --with-ld for gcc configuration
1 (共1页)
进入Programming版参与讨论
相关主题
弱问一句关于pthread的哪里能看一下fedora glibc 的 make configuration (转载)
c的memory layout和c++的memory layout有什么不同?laptop 可以连到学校的wireless, 但是不能连到家里的,什么原因啊?
Intel C++ compiler 求教g++ problem!!!!
恨透了以linux为首的open source (转载)Re: [转载] 问一问题
问问g++, gcc, cc之间的关系linker problem in VC
《Windows Powershell 实战 (第2版)》[PDF]should the .dll and .lib have the same name?
cvs configurationmake的时候能不能指定某个路径下的ld? (转载)
Software Configuration Management (转载)问一个Visual Studio 2003 到 2005的问题
相关话题的讨论汇总
话题: linker话题: configure话题: change话题: do话题: script