This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: scponly for chrooted sftp server in cygwin
On Thu, 10 Feb 2005, Christian Weinberger wrote:
> [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
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_ pechtcha@cs.nyu.edu
ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com
|,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D.
'---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT
--
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/