Text::Iconv install on cygwin

xiao-jun ma xma@san.rr.com
Sun Aug 25 11:11:00 GMT 2002


Here's the soultion:

In the Makefile.PLfile, supply the lib name iconv to to LIBS as showm in the
diff:

*** Makefile.PL.2       Sun Aug 25 11:07:34 2002
--- Makefile.PL Sun Feb 27 08:01:06 2000
***************
*** 4,10 ****
  WriteMakefile(
      'NAME'       => 'Text::Iconv',
      'VERSION_FROM' => 'Iconv.pm', # finds $VERSION
!     'LIBS'       => ['-liconv'],   # e.g., '-lm'
      'DEFINE'     => '',     # e.g., '-DHAVE_SOMETHING'
      'INC'        => '',     # e.g., '-I/usr/include/other'
      'dist'         => {COMPRESS => 'gzip', SUFFIX => 'gz'},
--- 4,10 ----
  WriteMakefile(
      'NAME'       => 'Text::Iconv',
      'VERSION_FROM' => 'Iconv.pm', # finds $VERSION
!     'LIBS'       => [''],   # e.g., '-lm'
      'DEFINE'     => '',     # e.g., '-DHAVE_SOMETHING'
      'INC'        => '',     # e.g., '-I/usr/include/other'
      'dist'         => {COMPRESS => 'gzip', SUFFIX => 'gz'},



Xiao-Jun





"Gerrit P. Haase" <gp@familiehaase.de> wrote in message
news: 32717569910.20020825002830@familiehaase.de ...
> Hallo xiao-jun,
>
> Am Sonntag, 25. August 2002 um 00:12 schriebst du:
>
> > Resolved!
>
> How?
>
>
> Gerrit
> --
> =^..^=
>
>
> --
> 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/
>
>





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



More information about the Cygwin mailing list