On Jan 3, 7:32 pm, techtech <shawn.yarbro...@gmail.com> wrote:
> On Jan 3, 12:25 pm, Cactus <rieman...@googlemail.com> wrote:
>
> > If you have a small example that fails to link, I will be happy to
> > have a look at it.
>
> >    Brian
>
> Unfortunately my app depends on several third-party libraries like SDL
> and Boost.  I'm stuck in the middle trying to guess which lib is truly
> the cause of the conflict.  MSVS 2008 points to MPIR but that probably
> doesn't count for much.
>
> Does MSVS 2008 come with any tool to query a .lib file and tell me
> what Runtime the .lib will try to link with?  Maybe similar to ldd or
> nm under Linux?

Not that I am aware of. But you could force a link by adding

/FORCE:multiple

in the additonal options on your apps linker property page command
line property and then see what gets linked in by dumping the exe with
DUMPBIN.

Your app might even work since the mutiple definitions might not
interfere with each other in practice (I have seen apps delivered by
doing this although I wouldn't recommedn it!).

    Brian

--

You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.


Reply via email to