Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com From: Christian Weinberger Subject: Re: scponly for chrooted sftp server in cygwin Date: Mon, 14 Feb 2005 10:43:20 +0000 (UTC) Lines: 18 Message-ID: References: <42122CD7 AT webmail DOT ualberta DOT ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 62.180.31.25 (Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.5) Gecko/20041122 Firefox/1.0) X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-MailScanner-From: goc-cygwin AT m DOT gmane DOT org X-MailScanner-To: cygwin AT cygwin DOT com X-IsSubscribed: yes > > [snip] > > and I really had to specify liberty.a manually in the Makefile: > > > > scponly: scponly.o helper.o > > ${CC} ${CFLAGS} ${DEFS} -o $ scponly.o helper.o /usr/lib/libiberty.a > > FWIW, the "approved" way of doing this is > > ${CC} ${CFLAGS} ${DEFS} -o $ scponly.o helper.o -L/usr/lib -liberty > > HTH, > Igor Thank you Igor! I was quite sure that my solution was a bit crappy. -- 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/