Ojbects
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 2 articles for 0.000 sec
Re: Wrapping routines     

Group: comp.lang.fortran · Group Profile · Search for Ojbects in comp.lang.fortran
Author: Arjen Markus
Date: Nov 12, 2007 21:31

... not only keeps track of function names but also the type of a name. In your case, there is no mod_a_sub_a defined (normally marked 't') in mod_c.o, it's probably a stub mod_b_sub_a ('U') in the ojbect file, do a 'nm' to see what's going on. Also you can experiment by creating a real mod_a_sub_a in mod_c.o, in which case I expect the linker to issue a name ambiguity error. Fei...
Show full article (3.03Kb) · Show article thread
Re: Wrapping routines     

Group: comp.lang.fortran · Group Profile · Search for Ojbects in comp.lang.fortran
Author: Fei Liu
Date: Nov 12, 2007 13:23

.... A linker not only keeps track of function names but also the type of a name. In your case, there is no mod_a_sub_a defined (normally marked 't') in mod_c.o, it's probably a stub mod_b_sub_a ('U') in the ojbect file, do a 'nm' to see what's going on. Also you can experiment by creating a real mod_a_sub_a in mod_c.o, in which case I expect the linker to issue a name ambiguity error. Fei
Show full article (2.53Kb) · Show article thread