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:content-type; q=dns; s=default; b=PU
	gm5aPB+HEI98XVx9TDmDLgthJPh1xuEmohGxprxArkNI2LsFv5UtJCBWP6BaIMja
	RhS+r5KwjhyrZPnmJSF6k4RGDoHS44/nXvm4oAL2NifsdxymuOuctJK6MLnLPz2g
	vuwuw/k4GRt9Tp1F6RQRYXOoY4Ufnrl9F/4mn15XY=
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:content-type; s=default; bh=qstCSPh5
	aIabAmWy7SgBOceP/lI=; b=pUvf4CUsgitxpnDZCrg6ZiBvvQNmpB4cDlkXNgew
	qN1nzN7OOki1OTYY5Qa8K/TwCfABf1EwpRzoZa+bnhRKzR/t7WvV9t81/nxvBjr2
	Mn/E/b3vLW8mcvaZwstCDXY9mGKAfHuIWZGla7kz+BQna+FWecj+AB8Amu+yIHr4
	kTA=
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.9 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.77.110 with SMTP id r14mr5208137wjw.2.1363978203297; Fri, 22 Mar 2013 11:50:03 -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 13:50:03 -0500
Message-ID: <CAHiT=DFC_zCYRfYvUEBOzkPECfh7mdHCVpTu1vpE2FxskGLB4g@mail.gmail.com>
Subject: Re: perl (why 64int on 32int machine)
From: Reini Urban <rurban@x-ray.at>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1

On Fri, Mar 22, 2013 at 6:48 AM, 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"

So you need to install gcc-4

> 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.
> Would this indicate a setup ini problem for perl?

No, i686 is 32bit, optimized for i686.
64bit would be x86_64

-64int means that the internal int size is 8 byte and optimized for
64bit systems.
but it works also on pure non-pentium 32bit intel CPUs.
-- 
Reini Urban
http://cpanel.net/   http://www.perl-compiler.org/

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

