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:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=ytcRcnH
	BU7hzRRJGFyYsVcTRmSBok7KEcJVVFbx7jpv+KVkk7xz2IC+DfGhbK0Nk03g9R2F
	YiTybPZuTTi+5BWy36YG3xzYwHXtdQe5kcozz76AXtin1UHkMrcEc1EDOBIdE4i6
	1eTUhNZwJKqEACmVOHti7tIxMbqJQ3sqEOfE=
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:from:date
	:message-id:subject:to:content-type; s=default; bh=n0YAdcg9ignbz
	vGkFTVihQ3ItB0=; b=YdqwQWDE071CANlfjQYfs0VwzTK/BOrBi5IQ5CYWGHBTy
	ZqAIOBRfdABo4whBAjjiOFHmY4p26o3URNpCUmF0t6kioZjFQPNwX45gU76BIioS
	F/rVTmZXtUjjXI/fbgCBpLnmqY/ycJ3t4WZW+P3OOiHxq4khiG+EHrTd5YLJ3Y=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:1299, tao, disagree, namely
X-HELO: mail-qk0-f180.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to;        bh=L7PFWvGn9IUjewPoAVS4NnEqh2QDZP6/YwiBOiyqJto=;        b=Oh2Py3qt36UGqp3vTe14uZ90Pz5hnQcyo2SIIwIIiizsPGKZJ3ojPvlx+Tyfzo0Oah         DNPEQ6hLAXeZKveUsoTs0OHozz3mblp2FhueQIgrpYVn/aTX3ouhjJv4ULh4cYpACujZ         xqJHbCCpjEP9xsyw8340ddYkUQVJPBJN/IrB5FsZ90Ir7YEGU9hvw5nawoCkIGQIetRl         zA5qkrIJkh1+pcKCDoRS7dc8rJYkcLkx5VNUAE2Xg0A7gq1KgjMUDIbDSJsWsCC1MJtv         gD4fScRHQxr8YxK9yrhPYFQVJqQch5Ij7GMsJP+zCLsclTs9Ie8/Ey/BHmHL+Jqs+SP+         REvA==
X-Gm-Message-State: AKS2vOzd4QdyuT6hSn5UQhA95prcw3N54QkL4ZvC80YwQYwJDpZQxb6K	4aJOAD5aXupk3eWhh40dkSmsEzZBaj9o
X-Received: by 10.55.43.214 with SMTP id r83mr42370964qkr.59.1499150099221; Mon, 03 Jul 2017 23:34:59 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <f6a81778d5f45db0a05f72baea2842a3@openmailbox.org>
References: <f6a81778d5f45db0a05f72baea2842a3@openmailbox.org>
From: Csaba Raduly <rcsaba@gmail.com>
Date: Tue, 4 Jul 2017 08:34:58 +0200
Message-ID: <CAEhDDbD=R8G6kWVkMDikTyNfiqM7vFWP_dXC4dq95jLBW7_MMA@mail.gmail.com>
Subject: Re: GCC Compiler can't seem to find linker
To: cygwin list <cygwin@cygwin.com>
Content-Type: text/plain; charset="UTF-8"

Hi,

On Mon, Jul 3, 2017 at 11:52 PM,  starz0rdesign wrote:
> Hello.
>
> I'm having a bit of an issue trying to compile LibArchive 3.3.1 for Windows.
> I have Mingw64 with GCC7.1 installed to prevent the Cygwin installer from
> linking it's DLL.

Maybe you should ask on the Mingw mailing list.

> At the end of the make process I seem to get this error:
> make  all-am
> make[1]: Entering directory '/home/nobodyimportant/libarchive-3.3.1'
>   CCLD     libarchive.la

It would be helpful to show the full command line. Add V=1 to the make
invocation:

make V=1 (other make parameters, if any)

> C:/Program
> Files/mingw-w64/x86_64-7.1.0-posix-seh-rt_v5-rev0/mingw64/bin/../lib
> /gcc/x86_64-w64-mingw32/7.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
> cannot
>  find -link

This doesn't mean that the compiler didn't find the linker. This error
message means that the linker (ld.exe) didn't find a library, namely
libink.a



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

