www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/03/16/13:46:07

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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=ee/YhXemRY3+Z1NI
4nwFj8tngzTW2dkDZprLvXqPkFYP6KFOhNRzcauPBLADljwIRe7mZ4lT9csepNQx
UVw+kBVxjOfjNDft4wFECozvHvj86zQ6XhfcLMVy7x9UnW4mYdrnaggcMqK1psKP
3GraaHF3K0Mt5g2OsMX0C/8HxBM=
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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=5nMlVctNzRY+wwR0EZiwxu
sesko=; b=aM92ii58ncMZ48RFfZ1rRfEJb9MSNUzOxHjSZuAuvPo3sZ/LiaConL
1f9r1qQxvd/CLcfyl0v9mWCsy4T89gTeViLGbaKTid3cT/pDJLWU2Yl4I1XKbddD
AfUl/2Sap3NIygJpyT4kg+8NLV5mN/scvcFR4V0i2DF1X3mBu0vmM=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*u:6.1, H*UA:6.1, HContent-Transfer-Encoding:8bit
X-HELO: mail-wr0-f172.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=7ORbLKQ5SiRULGMhx1/5EmCjC1hfCnB/sGAqUODp6kk=; b=lKvYf4+u/36jG9svtNCNAUpxsu7pG9EYMMxWdY/3+jeeZmF6iG0OTg2GDYyshlp/fa dE+iZIpJjJr+H67AYE4KemPT64Xqv5Ls7jGysvpCtw8W8h8oj4uZASGJhX5f7JmcD4B7 Rfb0lAvcbxRxrAgSpiECQKaqZ38Syn44YBHrf7CKif6EtkZKiwxKMcuPmKJW/EmmHcDb UDsrgkXqoYdvdrH3UrQYz1r/RMV84z3BM81Y5//QIbIm0OsbuzkiPpn4MlJTuxixcgSx QmweNyQKx3IC6R9uGO+BwfxZqEFqcstrDtwHtP6zUMd3e1WTrwB1taC3WC+IKqnvBcOK cmnQ==
X-Gm-Message-State: AElRT7Gy1V6FJqz9OvoFOpkiWivFxCzn0PTyaOutAiva8GAObsqZHX0n Uc1p9Vps4T6ASH7laCt/wQ7jeg==
X-Google-Smtp-Source: AG47ELuhdiE+R69/e+DWKOdSfrCi1nJsp92B8wypBwiRwIP7MXZ9hAMb6Hn+KQozhJAmbSfMgMLHuw==
X-Received: by 10.223.184.188 with SMTP id i57mr2396247wrf.105.1521222309451; Fri, 16 Mar 2018 10:45:09 -0700 (PDT)
Subject: Re: gcc 32-bit compiler returns error 1 immediately
To: cygwin AT cygwin DOT com
References: <d73ebbb7-663a-eca7-4a4d-10710974d65c AT gmail DOT com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <1ccd5c70-4b65-f425-b3b3-7f2efaee6b20@gmail.com>
Date: Fri, 16 Mar 2018 18:45:07 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0
MIME-Version: 1.0
In-Reply-To: <d73ebbb7-663a-eca7-4a4d-10710974d65c@gmail.com>
X-IsSubscribed: yes

On 16/03/2018 16:04, Tim Clarke wrote:
> I have installed the 64 verswon of gcc and it works fine
> I also installed the 32 bit version on a 32-bit laptop and it
> installs ok,  but when atteppting to comple any program with
> gcc it simply returns eiimdiately without doing anything,
> with return-code  1
> 

It seems some library is missing.
Try `cygcheck gcc` to check dependencies


Otherwise follow
Problem reports:       http://cygwin.com/problems.html

and provide the cygcheck.out

Regards
Marco

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019