|
From: <dan...@ya...> - 2000-12-06 20:34:46
|
--- Paul Garceau <pga...@te...> wrote: > Hi Tilman, > > On the other hand, Mingw static libs (.a), afaik, are not > currently compatible with any MS libs of any sort, even if you > do use -fnative-struct switch. Static libs would need to be > rebuilt as (converted to) dynamic libs (.dll). Not quite true. G77-built static libblas.a is (or used to be anyway) compatible with other W32 compilers, including MS. Ditto liblapack.a, if supply GCC version of chkstk.o. I suspect other simple C and F libraries that do not depend heavily on static libgcc.a are also compatabile. Oh yeah -- another condition-- need to use same dynamic CRT heap (msvcrt.dll, not msvcrtd.dll, not libc.lib, etc) when building client code. Danny _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! |