X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 	tests=AWL,BAYES_05
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
Date: Sat, 27 Feb 2010 19:19:43 +0100
From: Vincent Richomme <forumer@smartmobili.com>
To: <cygwin@cygwin.com>
Subject: Re: question about cygwin package
In-Reply-To: <4B884EF4.6000401@redhat.com>
References: <37e8e8a340e04c3a4aaeb2e13b9d5818@mail.smartmobili.com> <4B884EF4.6000401@redhat.com>
Message-ID: <7613085146239afe2e5d4544eaecf085@mail.smartmobili.com>
X-Sender: forumer@smartmobili.com
User-Agent: RoundCube Webmail/0.2
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

I have a last question that might reminds you something (at least I hope
so)
and unfortunately that is beyond this mailing list but I chance it
I am working on a msys/mingw installer(EasyMingw) where instead of the
default crappy
toolchain(very personal opinion I encourage you to make yours) I am
integrating mingw-w64 toolchain(32 and 64 bit).
I have one issue about mount point and since msys and cygwin have the same
ancestor maybe you know what is wrong.
So I have adopted the following tree hierarchy :


./bin
./etc
./home
./include
./lib
./mingw{32,64}
./postinstall
./sbin
./share

/mingw{32,64} holds all the "mingw" packages since it's better(not
mandatory) to separate msys from mingw
and I have declared mount points like this :

C:/Developer/EasyMingw/etc /mingw32/etc
C:/Developer/EasyMingw/mingw32/bin   /mingw32/usr/bin
C:/Developer/EasyMingw/mingw32/lib   /mingw32/usr/lib

So following cygwin logic I made my package inside usr folder, however I 
have one issue with gcc because I get 
$ gcc test.c
gcc.exe: CreateProcess: No such file or directory

If instead of putting gcc files inside a usr folder I put it directly the
archive root it works fine.
If you remember that kind of issue, please let me know.


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

