Does anyone know if it's possible to build a project that references a library module and have ld override the build with a user module of the same name?

E.g. if a standard library has a function foo() and the user creates their own function foo(), how do you instruct the linker to use the user's function in place of the library function, and not issue warnings / errors, etc?

Thanks,
--
 ______________________________________
  Andrew E. Kalman, Ph.D.   [email protected]

Reply via email to