X-Recipient: archive-cygwin AT delorie DOT 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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=LMseWnflm0jSnnZbshPvlWIqt3H7L dVjkp6LFAUjAKcXW2TB+yKWjjICm1DGh+nPQrVmbuOk1fyxfnuWl9ddZQxd7S4W2 jFNW7F4lDvF07lZPoI/jvWGKz8mDqs/5nT0hJT3o04rVddAVtOVaO5z+q6CdbdoJ OAAZ8d2Hhkvxy4= 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:date:message-id:subject:from:to :content-type; s=default; bh=jzGfXX5mWEenKGGPF5XRTqpwoks=; b=qLH 1TP08MdCn2yJuy1yRVz7FW5liZTvnZFCRh1WURdwOoT9n/CfIYHUrFdrTSMQMU+2 Qn9iXFiw6JyPmuKQPIOFvTAbEQkfo2qfA36qGbaksZrmaXWXwUajiWYvoaRxokoF ZL6tPyHiNYR0TTSNgUf4hXNkdvIOuDidJAAUq9cE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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.112.49.3 with SMTP id q3mr967602lbn.92.1363952899723; Fri, 22 Mar 2013 04:48:19 -0700 (PDT) Date: Fri, 22 Mar 2013 20:48:19 +0900 Message-ID: Subject: perl (why 64int on 32int machine) From: Wynfield Henman To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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. Would this indicate a setup ini problem for perl? Erroneously its using "gcc-4" for the compiler which wont be found. Just mentioning this for those interested. Though I shouldnt have had /usr/lib/perl5/site_perl/5.14/i686-cygwin-threads-64int et al installed. thanks -- 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