X-Spam-Check-By: sourceware.org X-DN-AuthenticatedSender: KHP4FFR6EFCRWRUHUHPAUL9TY3J7M6YN-EfYTik0VuLYzt8UPv mY4qQuqfocTvnyVUYOkrst+0/KxPLdgstrCcxSjakLEceyoOjx QsoP4Cy0=--- From: "siegfried" To: Subject: How to learn about compiling openssh? Date: Tue, 20 Mar 2007 15:46:28 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Message-Id: <200703201548640.SM01108@mail2.creativeconsulting.com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Where is the best place to post queries about compiling components of cygwin like openssh? Should I post here or in the developers mailing list? I've downloaded the source to openssh and openssl and I would like to build them in debug mode and single step thru them with a GUI debugger. (1) What gui debugger do you recommend? Does eclipse work well for cygwin projects? What about bloodshed? I'm guessing visual studio is far to tedious to use since it does not use the gnu compilers. (2) I typed ./configure (which seemed to work fine) and make and received the errors below. What am I doing wrong? Thanks, Siegfried (cd openbsd-compat && make) make[1]: Entering directory `/usr/src/openssh-4.6p1-1/openbsd-compat' gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -I. -I.. -I. -I ./.. -DHAVE_CONFIG_H -c bsd-arc4random.c In file included from ../openbsd-compat/openbsd-compat.h:45, from ../includes.h:167, from bsd-arc4random.c:17: ../openbsd-compat/getrrsetbyname.h:57:26: arpa/nameser.h: No such file or direct ory ../openbsd-compat/getrrsetbyname.h:59:20: resolv.h: No such file or directory make[1]: *** [bsd-arc4random.o] Error 1 make[1]: Leaving directory `/usr/src/openssh-4.6p1-1/openbsd-compat' make: *** [openbsd-compat/libopenbsd-compat.a] Error 2 sheintze AT shenitze-xp-hp /usr/src/openssh-4.6p1-1 $ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/