This is the mail archive of the cygwin-apps 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]

Re: [ITP] wput 0.6.1 -- A tiny wget-like ftp-client for uploading files


* Tue 2007-12-04 Dr Dr <Dr.Volker.Zell-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
* Message-Id: 82r6i272ak.fsf@vzell-de.de.oracle.com
> Why is it linking to the static intl and iconv libs (see below) ?
>
> gcc -o ../wput wput.o netrc.o ftp.o ftplib.o utils.o progress.o socketlib.o queue.o ftp-ls.o   /usr/lib/libintl.a /usr/lib/libiconv.a  

Thanks, now fixed.

Jari

a) manual

  wget        \
    http://cygwin.cante.net/wput/setup.hint \
    http://cygwin.cante.net/wput/wput-0.6.1-2-src.tar.bz2 \
    http://cygwin.cante.net/wput/wput-0.6.1-2.tar.bz2 \

b) automatic

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir wput ; cd wput
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/wput/get.sh \
          http://cygwin.cante.net/wput/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


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