From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4408 invoked by alias); 31 Jul 2011 12:34:29 -0000 Received: (qmail 4293 invoked by uid 22791); 31 Jul 2011 12:34:27 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_DB X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 31 Jul 2011 12:34:11 +0000 Received: by iyb14 with SMTP id 14so7221799iyb.0 for ; Sun, 31 Jul 2011 05:34:11 -0700 (PDT) Received: by 10.143.27.8 with SMTP id e8mr2234186wfj.402.1312115650736; Sun, 31 Jul 2011 05:34:10 -0700 (PDT) Received: from [192.168.1.102] ([125.121.228.27]) by mx.google.com with ESMTPS id o3sm2429906wfd.21.2011.07.31.05.34.08 (version=SSLv3 cipher=OTHER); Sun, 31 Jul 2011 05:34:09 -0700 (PDT) Message-ID: <4E354C1E.20100@gmail.com> Date: Sun, 31 Jul 2011 12:34:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Eli Zaretskii CC: tromey@redhat.com, gdb@sourceware.org Subject: Re: Windows build cookbook References: <83zkjzempb.fsf@gnu.org> <83pqkvejfq.fsf@gnu.org> <4E34BBCE.4040700@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00124.txt.bz2 On 2011-7-31 13:40, Eli Zaretskii wrote: > Looking at your page, I see the following differences between your > recommended setup and what I used: > > . You use a mingw-w64 version of MSYS, while I used the 32-bit > version (as my machine is a 32-bit one). There is not such "mingw-w64 MSYS", all the MSYS is 32bit. look at the folder of the link, the link name is: External binary packages (Win64 hosted) which means all the packages is from other site, and only hosted on the mingw64 site. So, the MSYS package was took from the official MSYS site. (as the official MSYS installer use the MinGW-get to fetch all the tools and libraries. Some developer of MinGW64 project just put a full MSYS package contains all the MSYS tools, and put it in the MinGW64 site) In-fact, I use Windows XP 32bit too. I do not have a 64bit Windows system. > . You mounted the root directory of the MinGW installation on /mingw, > while I didn't (I thought the fact that its bin/ subdirectory being > on PATH will do the job). That's the official way of using MinGW compiler suite under MSYS, because the path "/mingw" will have the highest priority on the MSYS's search path. If you have many MinGW pathes on your Windows PATH variable, that maybe cause some problem.:-) Nowadays, I use the PCX's 32bit MinGW package, which contains all the necessary libraries to build the GDB. see: http://code.google.com/p/pcxprj/downloads/list asmwarrior ollydbg from codeblocks' forum