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 Date: Sun, 28 Oct 2001 11:04:14 -0500 From: Jason Tishler To: egor duda Cc: n matrix Subject: Re: compiling snmp under cygwin Message-ID: <20011028110414.C2232@dothill.com> Mail-Followup-To: egor duda , n matrix Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="39zY4XYQwkQtpdgF" Content-Disposition: inline In-Reply-To: <158860737.20011028181539@logos-m.ru> User-Agent: Mutt/1.3.18i --39zY4XYQwkQtpdgF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Oct 28, 2001 at 06:15:39PM +0300, egor duda wrote: > nm> and I was wondering if you have managed to successfully compile > nm> and and install snmp under cygwin 1.3.3. Right now Iam trying to > nm> install snmp Version 4.2.2 I was wondering how did u install snmp > nm> was it a native install or did you actually install under cygwin? > nm> Iam actually trying to install snmp under cygwin/Xfree86 which is > nm> running under win2k. I would really appreciate if you could give > nm> and tips or info on how to install snmp under cygwin. If by "snmp Version 4.2.2" you mean net-snmp 4.2.2, then it builds OOTB under both Cygwin and Win32. For Cygwin, see my attached build recipe -- note that make install is a little testy. For Win32, use MS VisualStudio and do the point and grunt thing. Jason --39zY4XYQwkQtpdgF Content-Type: message/rfc822 Content-Disposition: inline Return-Path: Received: from mh13-tx.mail.home.com ([65.10.73.167]) by femail29.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011017113403 DOT BYMI21044 DOT femail29 DOT sdc1 DOT sfba DOT home DOT com AT mh13-tx DOT mail DOT home DOT com> for ; Wed, 17 Oct 2001 04:34:03 -0700 Received: from mx13-tx.mail.home.com (mx13-tx.mail.home.com [65.10.73.163]) by mh13-tx.mail.home.com (8.9.3/8.9.0) with ESMTP id EAA29562 for ; Wed, 17 Oct 2001 04:34:02 -0700 (PDT) Received: from lmg01.affinity.com (lmg.ahnet.net [207.150.192.13]) by mx13-tx.mail.home.com (8.11.1/8.11.1) with ESMTP id f9HBY1208527 for ; Wed, 17 Oct 2001 04:34:01 -0700 (PDT) Received: from mail.ahnet.net ([207.150.192.80]) by lmg.ahnet.net with ESMTP id <288708-357>; Wed, 17 Oct 2001 04:33:33 -0700 Received: from lmg01.affinity.com (lmg.ahnet.net [207.150.192.13]) by mail.ahnet.net (Postfix) with ESMTP id 4A91FA9E9 for ; Wed, 17 Oct 2001 04:33:29 -0700 (PDT) Received: from femail27.sdc1.sfba.home.com ([24.254.60.17]) by lmg.ahnet.net with ESMTP id <290279-360>; Wed, 17 Oct 2001 04:32:46 -0700 Received: from althea.tishler.net ([24.3.200.94]) by femail27.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011017113244 DOT BNHR12089 DOT femail27 DOT sdc1 DOT sfba DOT home DOT com AT althea DOT tishler DOT net> for ; Wed, 17 Oct 2001 04:32:44 -0700 Received: by althea.tishler.net (sSMTP sendmail emulation); Wed, 17 Oct 2001 07:34:27 -0400 Date: Wed, 17 Oct 2001 07:34:27 -0400 From: Jason Tishler To: jason AT tishler DOT net Subject: net-snmp (aka ucd-snmp) build instructions Message-ID: <20011017073427 DOT B1396 AT dothill DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.18i configure make make MAKE='make prefix=/tmp/ucd-snmp/usr/local exec_prefix=/tmp/ucd-snmp/usr/local' install cd /usr/local/include find ucd-snmp -type f | cpio -pdmv /tmp/ucd-snmp/usr/local/include strip /tmp/ucd-snmp/usr/local/bin/*.exe tar -cvjf ucd-snmp-4.2.2-1.tar.bz2 usr --39zY4XYQwkQtpdgF Content-Type: text/plain; charset=us-ascii -- 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/ --39zY4XYQwkQtpdgF--