Quantcast
Channel: Fortran
Viewing all articles
Browse latest Browse all 3108

LNK4099 PDB vc100.pdb' was not found - nothing works. Intel fortran evaluation

$
0
0

I am evaluating Fortran Composer XE 2013 SP1 and trying to look at the debugger.  This is a fortran project converted from Compaq Visual fortran. All sorts of problems trying to look at variables, but probably related to these warnings:

utl_cfgfasc.obj : warning LNK4099: PDB 'vc100.pdb' was not found with 'utl_cfgfasc.obj' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info EXG_.lib(exg_xindex.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'EXG_.lib(exg_xindex.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info EXG_.lib(exg_cindex.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'EXG_.lib(exg_cindex.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info EXG_.lib(exg_inpdes.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'EXG_.lib(exg_inpdes.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info OS_.lib(os_str.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'OS_.lib(os_str.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info OS_.lib(os_prc.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'OS_.lib(os_prc.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info OS_.lib(os_init.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'OS_.lib(os_init.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info OS_.lib(os_for.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'OS_.lib(os_for.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info OS_.lib(os_trnlnm.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'OS_.lib(os_trnlnm.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info OS_.lib(os_tim.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'OS_.lib(os_tim.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info OS_.lib(os_fil.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'OS_.lib(os_fil.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info FIL_.lib(fil_r.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'FIL_.lib(fil_r.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info FIL_.lib(fil_a.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'FIL_.lib(fil_a.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info FIL_.lib(fil_n.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'FIL_.lib(fil_n.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info FIL_.lib(fil_l.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'FIL_.lib(fil_l.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info FIL_.lib(fil_c.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'FIL_.lib(fil_c.obj)' or at 'H:\ETP\EXPC\CFGFASC\Debug\vc100.pdb'; linking object as if no debug info

Whole program Optimization is NO. I tried changing Fotran|output Files| Program Database File name to $(TargetDir)\vc100.pdb instead of $(Intdir).

I deleted all pdb and obj files before doing a clean and rebuild.

When I look at the workspace, I see vc100.pdb does in fact live in the same directory (/debug) as the obj and either the exe or lib file.

So what have I done wrong?


Viewing all articles
Browse latest Browse all 3108

Trending Articles