about runtime lib conflict

2006-10-29 Thread Yixun Liu
Hi, In my application I use two libs. One uses run time lib MSVCPRTD and PETSC uses run time lib LIBCPMTD. The run time lib is determined by the compiler option. The two libs will use different run time libs when they use different compiler option. But this will cause lib conflict. So I need t

about runtime lib conflict

2006-10-29 Thread Satish Balay
>From http://support.microsoft.com/kb/154419/ MSVCRTD.lib: Debug multithreaded DLL (MDd) Basic C Runtime library LIBCPMTD.lib: Debug multithreaded (MTd) Standard C++ library We default to using ' -MT -Z7' compiler options. But looks like you need '-MD -Z7' You can configure PETSc with the ad

about runtime lib conflict

2006-10-29 Thread Yixun Liu
ers/attachments/20061029/1266e48b/attachment.htm>

why i cannot find PetscMapCreateMPI()

2006-10-29 Thread Yixun Liu
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20061029/592e4a5d/attachment.htm>

about runtime lib conflict

2006-10-29 Thread Satish Balay
On Sun, 29 Oct 2006, Yixun Liu wrote: > Hi, > > I use PETSC with other libs, but they use different runtime lib. I don't understand this statement. > I hope to config PETSC with Debug multithread dll runtime lib. How > to do it? 1. Build PETSc libraries with the default configure options [Th