X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:cc:content-type; q=dns; s=default; b=
	UmpC4pDSTJVP7imxPWbNFi5oA/3qKCW7VECrILRxazT66hI35VmfoDN/RMZRxEdd
	4CBpCY7OLYQEL6VbqsjVP6VnQECcUpzjFGQFLX1d4N86qitnXT3yQw7hi+DTU7ZU
	CcyHQQGultPDL4UKsDeL2+60XpB7/+2h668il063SX8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:cc:content-type; s=default; bh=twgdW
	ERbHDYv4hgyyrHv/HOZPOE=; b=LpO9qAgKKiovNBnLA/zovEhGSRBpcDa1XLwn4
	QcJECWQ1zWGmiO5dxGpIOgZU3ov51zcPlJ6T0YBzqY3MjD/TBCKbJkBRkguD4dEn
	Wlxavk7MoRoA+TyDF5F/0EkINg/pt4b0h1B2k6Bswy3z8aQHoXaiDZ1rxOqhKYWx
	3zsX3I=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1
MIME-Version: 1.0
X-Received: by 10.194.7.131 with SMTP id j3mr3844706wja.23.1363965550628; Fri, 22 Mar 2013 08:19:10 -0700 (PDT)
In-Reply-To: <CAM-A7MCvn2aDg_sgp3kBRfspfF4=ABBspbXBXHfM9DZh+PCfFQ@mail.gmail.com>
References: <CAM-A7MCvn2aDg_sgp3kBRfspfF4=ABBspbXBXHfM9DZh+PCfFQ@mail.gmail.com>
Date: Fri, 22 Mar 2013 16:19:10 +0100
Message-ID: <CAEhDDbCt6hjDM9qJnSHJb3R0u1pE+vqvM3jP-5G5BpyXvsv_yA@mail.gmail.com>
Subject: Re: perl (why 64int on 32int machine)
From: Csaba Raduly <rcsaba@gmail.com>
To: cygwin@cygwin.com
Cc: wynfield@gmail.com
Content-Type: text/plain; charset=ISO-8859-1

Hi Wynfield,

On Fri, Mar 22, 2013 at 12:48 PM, Wynfield Henman  wrote:
> I just downloaded and tried to build and install Perl's Database
> Interface, DBI (yes the hard way, using Marefile.PL).
>
> Configure completed fine, but make fails with:
> " make
> gcc-4 -c    -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -g
> -fno-strict-aliasing -pipe -fstack-protector -DUSEIMPORTLIB -O3
> -DVERSION=\"1.623\"  -DXS_VERSION=\"1.623\"
> "-I/usr/lib/perl5/5.14/i686-cygwin-threads-64int/CORE"  -W -Wall
> -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare
> -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter Perl.c
> /bin/sh: gcc-4: command not found
> Makefile:625: recipe for target `Perl.o' failed"
>
> The above also mentions
> "/usr/lib/perl5/site_perl/5.14/i686-cygwin-threads-64int"
> which I do have on my system.  I did not select it and I don't have a
> 64 bit system.

You may have a different Perl. Please follow the problem reporting
guidelines described here:
> Problem reports:       http://cygwin.com/problems.html


> Would this indicate a setup ini problem for perl?
>
> Erroneously its using "gcc-4" for the compiler which wont be found.

That's not erroneous; you need to install the gcc4  package:
http://cygwin.com/packages/gcc4
(and optionally the gcc4-g++ : http://cygwin.com/packages/gcc4-g++)

HTH,
Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
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

