| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| To: | cygwin AT cygwin DOT com |
| X-Injected-Via-Gmane: | http://gmane.org/ |
| Path: | not-for-mail |
| From: | "xiao-jun ma" <xma AT san DOT rr DOT com> |
| Newsgroups: | gmane.os.cygwin |
| Subject: | Re: Text::Iconv install on cygwin |
| Date: | Sun, 25 Aug 2002 11:11:25 -0700 |
| Lines: | 58 |
| Message-ID: | <akb6hl$h6l$1@main.gmane.org> |
| References: | <ak8smv$ag7$1 AT main DOT gmane DOT org> <ak9081$g0p$1 AT main DOT gmane DOT org> <32717569910 DOT 20020825002830 AT familiehaase DOT de> |
| NNTP-Posting-Host: | dt0111n6f.san.rr.com |
| X-Trace: | main.gmane.org 1030298997 17621 24.94.29.111 (25 Aug 2002 18:09:57 GMT) |
| X-Complaints-To: | usenet AT main DOT gmane DOT org |
| NNTP-Posting-Date: | Sun, 25 Aug 2002 18:09:57 +0000 (UTC) |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 6.00.2600.0000 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |