delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/10/19/02:13:23

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:from:date:message-id:subject:to
:content-type:content-transfer-encoding; q=dns; s=default; b=vPJ
LWUjybrdU7lvFY89NzhRfqgOxjTuv0fWiHprunXUlxzWn2Ni/szxlxjxW32vcjuH
kKGVXTbkT+Cg2kwtkKd/CS94WeEsK2oImqfoHhX/A5FErBEL7T+IdQfT2JWPx0pi
CKgEFfVAO9KfLZS1lRXEWFBwsCJd3pdq76FX6mwI=
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:from:date:message-id:subject:to
:content-type:content-transfer-encoding; s=default; bh=vkiMBlxW9
H/m5g2UJhNx2Nfaftk=; b=oPKBEUmKEb8wbsjI99xfiE/jXpCEYgtk33cVkcTeK
TikZPexhDmteecrU9sJQ3C4W8UKGbx3v7vKBzmd2AR9sTiMCGp7R4Ku9r2Avx1Zf
LL0HZqiu9+qv4MbJTaCmEVC6zqbzNijccDIkWhw9ZVC+u3BO+buD+UUFFi2hIZmM
3k=
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=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-qa0-f44.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=tKiF5faLklIvTqGSl0fH9AtL+ZgNKg7CP5l35C6CUkw=; b=Uny8yFfEIkrQ2Lp11k4wh7EDDWc0EFbp2xaodXDfdAkkg6K1ZmCeF2IQ1vOXVTxZ45 3xpUPn1o2SSvF4S+6worVZawlugS8/5EXZ9HJDG0JQ5WcRQ61BZzUXeDzOmyZKW+Uw22 wahGoMpTZWaP+l/z7BOYPvbHu/miiwmcCtEIPS41hIqpwvhyijfYtWfMd/Q0NIZ+p+xv kjgI0/dCblt6e1XJfpaHn1ZrEKgYfL//FHB0rmDU5mr0MxHap+IPCdjkUlHVCTRfE0iJ IeVB/smZexquCyzgohoQZh61tqd4CKRWNUHmGP+BXH1BOk1zNJAQax+a/136gfFcG+Mg EegQ==
X-Gm-Message-State: ALoCoQlrfto4G9J6BKxNAsbe5yBtn/HGv4UM3Izkun+XJa2EP1uR8ETCLrONcKHZZrYL+wpHUsCV
X-Received: by 10.224.89.73 with SMTP id d9mr9283199qam.5.1382163182253; Fri, 18 Oct 2013 23:13:02 -0700 (PDT)
MIME-Version: 1.0
From: =?ISO-8859-1?Q?Fr=E9d=E9ric_Bron?= <frederic DOT bron AT m4x DOT org>
Date: Sat, 19 Oct 2013 08:12:22 +0200
Message-ID: <CAPw2spjBZUJrOfyGSD6LPSd-wt-ECq7aA78am4v=7OUxwWpMZg@mail.gmail.com>
Subject: [x86_64] x86_64-w64-mingw32 compiler issue with wxWidgets
To: cygwin <cygwin AT cygwin DOT com>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r9J6DKQN012350

I have used x86_64-w64-mingw32-g++ (4.8.1) cross compiler from
cygwin64 to build wxWidgets (2.9.5 with some patches). When I link to
my project, I get a lot of errors like:
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libuuid.a(lib64_libuuid_a-uuid.o):uuid.c:(.rdata+0x0):
multiple definition of `FOLDERID_Windows'
/cygdrive/c/Softs/mingw64-4.8.1-c++98-release/wx/lib/libwx_mswu_core-2.9-x86_64-w64-mingw32.a(corelib_msw_textentry.o):textentry.cpp:(.rdata$FOLDERID_Windows[FOLDERID_Windows]+0x0)>

This has already been reported:
http://lists.gnu.org/archive/html/mingw-cross-env-list/2013-04/msg00006.html
http://forums.wxwidgets.org/viewtopic.php?f=19&t=37278

The strange thing here is that I have also built a
x86_64-w64-mingw32-g++ cross compiler on linux and it works perfectly
well.
Could somebody give me the scripts used to build the cygwin cross
compiler so that I can compare with mines and try to figure out where
the differences come from?

Regards,

Frédéric

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