This is the mail archive of the cygwin@cygwin.com 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: Text::Iconv install on cygwin


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
32717569910.20020825002830@familiehaase.de">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/


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