Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <20010930152103.72115.qmail@web20208.mail.yahoo.com> Date: Sun, 30 Sep 2001 08:21:03 -0700 (PDT) From: MindTerm Subject: Can't build openssl 0.9.6b in cygwin, winmain AT 16 undefined error. To: cygwin AT sources DOT redhat DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Dear all, I want to build openssl 0.9.6b in cygwin under win2k. I got error when building /test directory . root AT XX /cygdrive/c/learning/openssl-0.9.6b/test $ make (cd ..; make -f Makefile.ssl DIRS=test all) make[1]: Entering directory `/cygdrive/c/learning/openssl-0.9.6b' + rm -f libcrypto + rm -f libssl making all in test... make[2]: Entering directory `/cygdrive/c/learning/openssl-0.9.6b/test' gcc -o bntest -I../include -DDSO_WIN32 -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall bntest.o -L.. -lcrypto /usr/lib/libcygwin.a(libcmain.o): In function `main': /cygnus/netrel/src/cygwin-1.3.3-2/winsup/cygwin/lib/libcmain.c:31: undefined ref erence to `WinMain AT 16' collect2: ld returned 1 exit status make[2]: *** [bntest] Error 1 make[2]: Leaving directory `/cygdrive/c/learning/openssl-0.9.6b/test' make[1]: *** [sub_all] Error 1 make[1]: Leaving directory `/cygdrive/c/learning/openssl-0.9.6b' make: *** [top] Error 2 any idea ? M.T. __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/