public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Note to Cygwin wget maintainer - please add libiconv to the build dependencies in the readme file (nt)
@ 2002-07-17 11:42 Max Bowsher
  2002-07-17 14:56 ` Hack Kampbjørn
  0 siblings, 1 reply; 5+ messages in thread
From: Max Bowsher @ 2002-07-17 11:42 UTC (permalink / raw)
  To: cygwin




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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Note to Cygwin wget maintainer - please add libiconv to the build  dependencies in the readme file (nt)
  2002-07-17 11:42 Note to Cygwin wget maintainer - please add libiconv to the build dependencies in the readme file (nt) Max Bowsher
@ 2002-07-17 14:56 ` Hack Kampbjørn
  2002-07-17 17:07   ` Max Bowsher
  0 siblings, 1 reply; 5+ messages in thread
From: Hack Kampbjørn @ 2002-07-17 14:56 UTC (permalink / raw)
  To: cygwin

Max Bowsher wrote:
> Note to Cygwin wget maintainer - please add libiconv to the build
> dependencies in the readme file (nt)


Runtime requirements:
  see 'setup.hint'

Build Dependencies:
  gcc-2.95.3-5 or later
  binutils-20020706-2 or later 
  gettext-0.11.2-2 or later
  gettext-devel-0.11.2-2 or later
  openssl-devel-0.96d-1 or later

This is implicit as both gettext and gettext-devel requires libiconv2.
I've also always thought of the Build dependency list as an extension to
the runtime list, but this isn't obvious after I changed it to only be a
ref. to setup.hint.
 
I'll reinsert the runtime list and add it to the build list.

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

-- 
Med venlig hilsen / Kind regards

Hack Kampbjørn

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Note to Cygwin wget maintainer - please add libiconv to the build  dependencies in the readme file (nt)
  2002-07-17 14:56 ` Hack Kampbjørn
@ 2002-07-17 17:07   ` Max Bowsher
  2002-07-17 18:11     ` Hack Kampbjørn
  0 siblings, 1 reply; 5+ messages in thread
From: Max Bowsher @ 2002-07-17 17:07 UTC (permalink / raw)
  To: cygwin

Hack Kampbjørn wrote:
> Max Bowsher wrote:
>> Note to Cygwin wget maintainer - please add libiconv to the build
>> dependencies in the readme file (nt)
>
>
> Runtime requirements:
>   see 'setup.hint'
>
> Build Dependencies:
>   gcc-2.95.3-5 or later
>   binutils-20020706-2 or later
>   gettext-0.11.2-2 or later
>   gettext-devel-0.11.2-2 or later
>   openssl-devel-0.96d-1 or later
>
> This is implicit as both gettext and gettext-devel requires libiconv2.
> I've also always thought of the Build dependency list as an extension
> to the runtime list, but this isn't obvious after I changed it to
> only be a ref. to setup.hint.
>
> I'll reinsert the runtime list and add it to the build list.

libiconv2 is the run-time only portion of libiconv. The main libiconv (no 2)
package is required at link-time.

Max.


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Note to Cygwin wget maintainer - please add libiconv to the build   dependencies in the readme file (nt)
  2002-07-17 17:07   ` Max Bowsher
@ 2002-07-17 18:11     ` Hack Kampbjørn
  2002-07-18  4:08       ` Max Bowsher
  0 siblings, 1 reply; 5+ messages in thread
From: Hack Kampbjørn @ 2002-07-17 18:11 UTC (permalink / raw)
  To: cygwin

Max Bowsher wrote:
> 
> Hack Kampbjørn wrote:
> > Max Bowsher wrote:
> >> Note to Cygwin wget maintainer - please add libiconv to the build
> >> dependencies in the readme file (nt)
> >
> >
> > Runtime requirements:
> >   see 'setup.hint'
> >
> > Build Dependencies:
> >   gcc-2.95.3-5 or later
> >   binutils-20020706-2 or later
> >   gettext-0.11.2-2 or later
> >   gettext-devel-0.11.2-2 or later
> >   openssl-devel-0.96d-1 or later
> >
> > This is implicit as both gettext and gettext-devel requires libiconv2.
> > I've also always thought of the Build dependency list as an extension
> > to the runtime list, but this isn't obvious after I changed it to
> > only be a ref. to setup.hint.
> >
> > I'll reinsert the runtime list and add it to the build list.
> 
> libiconv2 is the run-time only portion of libiconv. The main libiconv (no 2)
> package is required at link-time.

Sorry, yes my mistake I also have the libiconv package installed.
Somehow I installed it without updating the README file, time to review
my release procedure 8-(

Thanks for the report I'll update the README file for the next wget
release.

> 
> Max.

-- 
Med venlig hilsen / Kind regards

Hack Kampbjørn

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Note to Cygwin wget maintainer - please add libiconv to the build   dependencies in the readme file (nt)
  2002-07-17 18:11     ` Hack Kampbjørn
@ 2002-07-18  4:08       ` Max Bowsher
  0 siblings, 0 replies; 5+ messages in thread
From: Max Bowsher @ 2002-07-18  4:08 UTC (permalink / raw)
  To: cygwin

Hack Kampbjørn wrote:
> Max Bowsher wrote:
>> libiconv2 is the run-time only portion of libiconv. The main
>> libiconv (no 2) package is required at link-time.
>
> Sorry, yes my mistake I also have the libiconv package installed.
> Somehow I installed it without updating the README file, time to
> review my release procedure 8-(

Hey, no problem - build time deps must be a fairly hard thing to keep track of,
unless you keep uninstalling/installing bits of Cygwin.

> Thanks for the report I'll update the README file for the next wget
> release.

Thanks,

Max.


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-07-18  9:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-17 11:42 Note to Cygwin wget maintainer - please add libiconv to the build dependencies in the readme file (nt) Max Bowsher
2002-07-17 14:56 ` Hack Kampbjørn
2002-07-17 17:07   ` Max Bowsher
2002-07-17 18:11     ` Hack Kampbjørn
2002-07-18  4:08       ` Max Bowsher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).