Delivered-To: listarch-cygwin AT sourceware DOT cygnus DOT com Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <001c01be4fdc$2e45fa50$063b4ec6@hunda> From: "Suhaib M. Siddiqi" To: , Subject: Re: stand alone console app Date: Wed, 3 Feb 1999 20:17:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 ). > > >I have been watching this list for quite some time. I have also tried >to search >the archives. I still have some unanswered questions: > >1. Can mingw32 create a static library. *Not* a dll! I have a bit of >code that > needs to be linked with an application. It cannot be in a dll. (It's >a looong > story). (Oh yeah, for linking with VC++ 4.0) Answer is YES. I do that with PGI (Portland Group Compilers) which are MingW32 compatible. > >2. Can mingw32 create .obj files that can be statically linked with VC++ >4.0 .objs? Again answer is YES, with PGI it works. > >3. Can mingw32 create *any* kind of debug output that can be used with >VC++ 4.0 > Developer Studio? Not sure. > >We use gcc here for solaris, sinix and sometimes sco, but VC++ for win32 >(95/nt). It >would be so great to be able to build for any platform from out solaris >development >machines. As it is, I have boot nt to compile (I usually rin Linux). >It's a real >pain. > >Thanks! > Dale >