Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <3717DEDD.7A4B7B40@direct.ca> Date: Fri, 16 Apr 1999 18:07:41 -0700 From: Tim Baker X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: "Vincent P. LaBella" CC: Cygwin List Subject: Re: VGUI v 1.21 problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit If you look at the top of v121bfix.zip/v/srcwin/vapp.cpp you'll see these lines: #ifdef __CYGWIN32__ extern int vFORCE_TO_INCLUDE_MODULE; // bug in cygwin? #endif Now look down at the CMain() routine, it is missing these lines: #ifdef __CYGWIN32__ vFORCE_TO_INCLUDE_MODULE = 0; #endif -- Tim Baker "Vincent P. LaBella" wrote: > Hello, > I'm trying to compile the V C++ GUI library version 1.21. I > dowloaded both the full package v-1.21.tar.gz and the latest fix > v121bfix.zip. > > They compile fine but I get the error: > > /home/noer/src/b20/comp-tools/devo/winsup/libcmain.cc:38: undefined > reference to > `WinMain AT 16' > collect2: ld returned 1 exit status > > when It tries to build the executable. I emailed the V people and they > said this should be fixed. I tried deleteing and reinstalling everything, > but I still get the same problem. Anyone else have this problem and know > a workaround? > > thanks > > Vince > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com