This is the mail archive of the cygwin 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: 1.7 - Problem installing perl modules


Robert Slater schrieb:
In the process of installing perl modules to get an IRC bot working
via cygwin, I'm encountering a
problem with make&  installing ExtUtils::CBuilder and thus the modules
that depend upon it. The
make / install goes through fine, but cygwin doesn't seem to detect it
afterwards.

Same problems as for most perl users here.


You try to compile an extension with gcc-3, but you need gcc-4.
ExtUtils::CBuilder is not really a XS extension, so you get diffeent errors as most others, but ExtUtils::CBuilder is a tool to build XS extensions so you also need the current gcc, which is gcc-4.


--
Reini Urban
http://phpwiki.org/  http://murbreak.at/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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