From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NrtSm-0006tx-Gb for garchives@archives.gentoo.org; Wed, 17 Mar 2010 13:39:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B347E0BD3; Wed, 17 Mar 2010 13:39:01 +0000 (UTC) Received: from mail-pw0-f53.google.com (mail-pw0-f53.google.com [209.85.160.53]) by pigeon.gentoo.org (Postfix) with ESMTP id A989EE0994 for ; Wed, 17 Mar 2010 13:38:33 +0000 (UTC) Received: by pwj10 with SMTP id 10so675010pwj.40 for ; Wed, 17 Mar 2010 06:38:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=6Z9wBilmspexYIRABtX0lpZrr7n2owmbmcphEnVdFy0=; b=LHoUWZ9OXPZUAytwnKwKcYDqAAyTdaVDyx53J1UpiLK6NRQzSANY/aDLTBDV3MRmwR EgetNDfDX4rAAnD57WU4DgHMKHFkuWzXvnGhkp4Zwrg8iOWRFQJTUuB9kg/QtF1KLhF5 qhPIyZcn+lgLvI8RZ+ckg9qHKXAVtnL8TvIuU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=mfJytkp+jP0sE550nVgSnZlNjY9N2LD3x4sVSfCWG6jHjxhMARMh0Ffe4xEuXbsVur aQDXosmvxUnrsvfnZmWfC5/TuJ1PO5T5OdlMw5pcystMGjaRpMZUk9jNhdaSBUL07K9+ bYmvThTSbc33d4a3dlKQkgZdirzsQVdR+78zo= Received: by 10.142.122.5 with SMTP id u5mr399908wfc.19.1268833113032; Wed, 17 Mar 2010 06:38:33 -0700 (PDT) Received: from mars.lan (CPE0014bf895399-CM0014f8c19014.cpe.net.cable.rogers.com [99.246.237.4]) by mx.google.com with ESMTPS id cp29sm1457505ibb.19.2010.03.17.06.38.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Mar 2010 06:38:31 -0700 (PDT) Date: Wed, 17 Mar 2010 10:38:31 -0300 From: Mansour Al Akeel To: gentoo-dev Subject: [gentoo-dev] MinGW for windows - creating dlls Message-ID: <20100317133830.GA10920@mars.lan> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Archives-Salt: 96fb07be-26cb-46f1-8a7c-8caf299a6df2 X-Archives-Hash: b4155b7b4017f90b369b11122500dd74 Hello all, I am not sure if this is the best list to ask, but I will ask here since it's related to development and cross compilation. I have setup a 32 bit chroot environment to be able to cross develop for windows. I followed this guide: http://www.gentoo.org/proj/en/base/embedded/cross-development.xml and Things are working ok, however, I am unable to install libraries and generate dlls. The guide describes setting up the environment to cross compile for other OSs and Archs, but nothing mentioned about mingw. Can someone kindly suggest to me what are the variables for : arch-vendor-OS-libc I am working under 32 bit env, so I would i686 and "pc" for the vendor, but what about the Os and libc ? Do I need /usr/i686-mingw32/etc/make.conf and what to put in it ? Thank you.