www.delorie.com/archives/browse.cgi | search |
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:in-reply-to:references:date | |
:message-id:subject:from:to:content-type | |
:content-transfer-encoding; q=dns; s=default; b=dk/2nJybdxsdtFbs | |
q7syoqtLteKwDF+UOOsCwvx9gl7Cp4lnFFN6G6xBZI5LEUChQdCyFHdLkjwxdas/ | |
eDOke9xiyurhe2I4wAIxmerUNy8JFb9A1Nyj63UMKmJmPLyp+RNcMvFAoZLxwO8W | |
x4+XA1IxRecxsqtFd/huPniP/gI= | |
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:in-reply-to:references:date | |
:message-id:subject:from:to:content-type | |
:content-transfer-encoding; s=default; bh=z1nWk2FeLoPyqcXDO+K8IE | |
IDXUE=; b=pWRuAK/d9UesZLapuur7Ro8I3KZE457GCasfIgsmv2DfMs3BJ5KiJv | |
VhfPXI/9TDszxp07GV+JXlG3BUw2Gui6VbSGoPbSPy8rh6N8gT5uLgyqUH/i+JPb | |
HGP7Z1Iaxk415n/uMOWFI1uDEAZcgx/fKS7QriC9d5H01HmFbhXSs= | |
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=1.0 required=5.0 tests=AWL,BAYES_99,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 |
X-HELO: | mail-wg0-f41.google.com |
MIME-Version: | 1.0 |
X-Received: | by 10.194.22.105 with SMTP id c9mr31952253wjf.120.1433069168026; Sun, 31 May 2015 03:46:08 -0700 (PDT) |
In-Reply-To: | <000d01d09b8e$03da8be0$0b8fa3a0$@laposte.net> |
References: | <loom DOT 20150529T231620-469 AT post DOT gmane DOT org> <556A4125 DOT 4000400 AT tiscali DOT co DOT uk> <000d01d09b8e$03da8be0$0b8fa3a0$@laposte.net> |
Date: | Sun, 31 May 2015 12:46:07 +0200 |
Message-ID: | <CAMCbSMog-mD=Lvc=_t76X19Of9b9cGh-pi_fGwV4GSJcVz19Zw@mail.gmail.com> |
Subject: | Re: How ask a question on Tkgate for Cygwin ? |
From: | Arjen Markus <arjen DOT markus895 AT gmail DOT com> |
To: | Andrey Repin <cygwin AT cygwin DOT com> |
X-IsSubscribed: | yes |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id t4VAkQdH012901 |
Hi Rémi, you may need to run autoconf to update the configure file. That may bring in the necessary code to properly identify the platform. Regards, Arjen 2015-05-31 12:39 GMT+02:00 Rémi 2005 <remi2005 AT laposte DOT net>: > Hello, > I've worked hard and I found some responses alone. But it's not enough... > Cygwin doesn't find the make command but I've added to Cygwin the "make" and > the "gcc g++ compiler". And now, when I run "configure", Cygwin try to > compile Tkgate. In contrast, it can't be make it ! And it answer "no > makefile" (" make: *** Pas de cible spécifiée et aucun makefile n'a été > trouvé. Arrêt." In French). Well, I'm blocked now, so it's why I've copied > the results of the compilation of tkgate. > Thanks in advance if you can help me, > Cordially, > Rémi, > PS :Sorry for the English mistake... > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Results of tkgate compilation > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > J AT PC_Salon ~ > $ cd tkgate-2.0-b10 > > J AT PC_Salon ~/tkgate-2.0-b10 > $ ./configure > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for g++... g++ > checking for C++ compiler default output file name... a.exe > checking whether the C++ compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... .exe > checking for suffix of object files... o > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking for style of include used by make... GNU > checking dependency style of g++... gcc3 > checking for gcc... gcc > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking dependency style of gcc... gcc3 > checking for bison... no > checking for byacc... no > checking for flex... no > checking for lex... no > checking whether ln -s works... yes > checking whether make sets $(MAKE)... (cached) yes > checking for ranlib... ranlib > checking how to run the C preprocessor... gcc -E > checking for a BSD-compatible install... /usr/bin/install -c > checking for ranlib... (cached) ranlib > checking build system type... ./config.guess: unable to guess system type > > This script, last modified 2003-07-02, has failed to recognize > the operating system you are using. It is advised that you > download the most up to date version of the config scripts from > > ftp://ftp.gnu.org/pub/gnu/config/ > > If the version you run (./config.guess) is already up to date, please > send the following data and any information you think might be > pertinent to <config-patches AT gnu DOT org> in order to provide the needed > information to handle your system. > > config.guess timestamp = 2003-07-02 > > uname -m = x86_64 > uname -r = 2.0.2(0.287/5/3) > uname -s = CYGWIN_NT-6.1 > uname -v = 2015-05-08 17:00 > > /usr/bin/uname -p = unknown > /bin/uname -X = > > hostinfo = > /bin/universe = > /usr/bin/arch -k = > /bin/arch = x86_64 > /usr/bin/oslevel = > /usr/convex/getsysinfo = > > UNAME_MACHINE = x86_64 > UNAME_RELEASE = 2.0.2(0.287/5/3) > UNAME_SYSTEM = CYGWIN_NT-6.1 > UNAME_VERSION = 2015-05-08 17:00 > configure: error: cannot guess build type; you must specify one > > J AT PC_Salon ~/tkgate-2.0-b10 > $ make > make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt. > > J AT PC_Salon ~/tkgate-2.0-b10 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > End of results tkgate compilation > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > -----Message d'origine----- > De : David Stacey [mailto:drstacey AT tiscali DOT co DOT uk] > Envoyé : dimanche 31 mai 2015 01:01 > À : cygwin AT cygwin DOT com > Cc : remi2005 AT laposte DOT net > Objet : Re: How ask a question on Tkgate for Cygwin ? > > On 29/05/2015 22:23, Rémi Anjou wrote: >> What is the procedure to install Tkgate with the Cygwin version 2.871 ? > > tkgate isn't present as a Cygwin package, so you will have to build it from > source yourself. tkgate compiles out of the box under Cygwin. > However, Fedora carries four patches [1], and you may consider looking at > these to see if they are applicable for Cygwin. > > Here are the commands I used to compile tkgate: > > wget http://www.tkgate.org/downloads/tkgate-2.0-b10.tgz > tar -xf tkgate-2.0-b10.tgz > cd tkgate-2.0-b10/ > ./configure > make > > Then I ran the application like this: > > XWin -multiwindow & > export DISPLAY=:0.0 > ./src/tkgate/tkgate & > > The tkgate application started, and I was presented with a window containing > a number of electrical circuit diagrams. However, tkgate isn't an > application I'm familiar with, so I stopped there. > > You could also install it into your Cygwin installation (although I didn't > try this): > > make install > make install.man > > Hope this helps, > > Dave. > > [1] - http://pkgs.fedoraproject.org/cgit/tkgate.git/tree/ > > > > -- > 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 > -- 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 |