boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - idb problem (转载)
相关主题
gdb cann't display variable value
求 Lahey fortran compiler
Fortran complier
find问题
perl $_ question
awk问题求救
Help: cannot log all output/errors to file using 2>&1
请教一个基础C++问题 (转载)
弱问编译器是executable吗?
about compiling new glibc/gcc in fc14
相关话题的讨论汇总
话题: idb话题: 1111111话题: itt话题: print话题: problem
进入Linux版参与讨论
1 (共1页)
M**********n
发帖数: 432
1
【 以下文字转载自 Computation 讨论区 】
发信人: ManshengChen (像琼瑶一样老去), 信区: Computation
标 题: idb problem
发信站: BBS 未名空间站 (Tue Mar 16 12:47:25 2010, 美东)
I used "ifort -c -g -O0 -i8" to compile a fortran program.
But when I used idb to print out some variables, it gave totally wrong
answers.
Here is some output from "idb a.out"
70253 itt = 1111111
(idb) n
70254 print*,nexcg,itt
(idb) n
1 1111111
As you can see, the program outputs 1 and 1111111
1 (共1页)
进入Linux版参与讨论
相关主题
about compiling new glibc/gcc in fc14
正式加入Mac user行列 (转载)
问问应该学用那个shell?
stdout/stderr redirect
计算软件那个好些?
Unix-Center.Net需要您的帮助
怎样安装java* JRE
调查,最流行10个编程语言,你常用几种?
fortran 编成的问题
请教一个shell的问题
相关话题的讨论汇总
话题: idb话题: 1111111话题: itt话题: print话题: problem