Mail Archives: cygwin/2002/08/25/14:11:30
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 AT familiehaase DOT de> wrote in message
news:32717569910 DOT 20020825002830 AT familiehaase DOT 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/
- Raw text -