This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to learn about compiling openssh?


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@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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]