|
From: Jeff B. <jb...@qn...> - 2002-03-28 22:01:24
|
Here's my problem. I have a bunch of (static) libs I've built with gcc using mingw under QNX6 (I built my own mingw gcc for this). Now I want to statically link these libs with a project that I'm building in MS Visual C++ 6.0. The problem is that I get an 'Unable to resolve external symbol' error for '__alloca' for each lib. Is there some magic I need to do while building gcc or can I solve the problem somehow in my MSVC project? |