On 2005-05-20, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Trying to make a library by some obj file under GNU environment > and using Ar i found the following error: > > > duplicate symbol _CardStatusCode_parsedump in modules > > > I know this function has been defined twice but I cannot modify > the cpp files. > > > I need, if exists, an ar option wich allows me to ignore the > problem. Does it exist?
You need to decide which of the functions shall actually be used when your archive is linked against. Then take the object file that defines the function that you don't want and use objcopy with -L option. This will make conflicting option local to that object file. -- Minds, like parachutes, function best when open _______________________________________________ help-gnu-utils mailing list help-gnu-utils@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-utils