Suresh Govindachar wrote: > > > Solved with help from Brian Dessent on the MinGW mailing list. > > Add -lperl58 at the very end (location matters) of the last command. > > --Suresh
This is understandable by assuming that the linker processes each object file or library once, in the order seen on the command line. Then any symbols unsatisfied so far will be looked for in the next lib at each step: and this implies that a symbol invoked only by a later lib won't be searched again in an earlier lib (unless, of course, its name is repeated further on). Best regards, Tony. -- This message contains 78% recycled characters. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---