| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT 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 AT smartmobili DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | Re: question about cygwin package |
| In-Reply-To: | <4B884EF4.6000401@redhat.com> |
| References: | <37e8e8a340e04c3a4aaeb2e13b9d5818 AT mail DOT smartmobili DOT com> <4B884EF4 DOT 6000401 AT redhat DOT com> |
| Message-ID: | <7613085146239afe2e5d4544eaecf085@mail.smartmobili.com> |
| X-Sender: | forumer AT smartmobili DOT com |
| User-Agent: | RoundCube Webmail/0.2 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT 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 |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |