Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" Newsgroups: gmane.os.cygwin Subject: Re: Text::Iconv install on cygwin Date: Sun, 25 Aug 2002 11:11:25 -0700 Lines: 58 Message-ID: References: <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" 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/