Re: make missing shared libraries: cygguile-3.0-1.dll

2023-11-06 Thread Andrey Repin via Cygwin
Greetings, Bruce Visscher! > As a matter of fact, perhaps I don't need winpty anymore. I used to > have to prefix some windows console apps with this but that doesn't > seem to be necessary now. There have been some progress on Microsoft side regarding console behavior in general, yes. But in g

Re: make missing shared libraries: cygguile-3.0-1.dll

2023-05-18 Thread Bruce Visscher via Cygwin
Brian, On Wed, May 17, 2023 at 7:23 PM Brian Inglis wrote: > You are definitely missing and need to install libffi8 and libgc1. Thanks. After installing these via cygwin setup, make is working well. In fact, the installation also corrected an issue I was having with python. Previously, > whi

Re: make missing shared libraries: cygguile-3.0-1.dll

2023-05-17 Thread Brian Inglis via Cygwin
On 2023-05-17 13:11, Bruce Visscher via Cygwin wrote: On Wed, May 17, 2023 at 10:43 AM Brian Inglis wrote: You need to generate cygcheck output using -hrsv options to include package info for us to help you. I have attached the output of `cygcheck -hrsv`. (Perhaps someone should update the

Re: make missing shared libraries: cygguile-3.0-1.dll

2023-05-17 Thread Bruce Visscher via Cygwin
On Wed, May 17, 2023 at 10:43 AM Brian Inglis wrote: > > Hi Bruse, > > You need to generate cygcheck output using -hrsv options to include package > info > for us to help you. I have attached the output of `cygcheck -hrsv`. (Perhaps someone should update the FAQ?) > You need the library libgui

Re: make missing shared libraries: cygguile-3.0-1.dll

2023-05-17 Thread Brian Inglis via Cygwin
Hi Bruse, You need to generate cygcheck output using -hrsv options to include package info for us to help you. You need the library libguile3.0_1 installed - we can not see if that is the case or if there are any issues. You also need to drop C:\Program Files\Microsoft\jdk-11.0.16.101-hotsp

Re: Make: Issue with $(MAKE) in make includes, when make is not on the default path

2022-10-24 Thread Thomas Wolff
Am 24/10/2022 um 11:36 schrieb marco atzeri: On Sun, Oct 23, 2022 at 7:27 PM Ferenc Valenta wrote: Hi, Just found a possible issue with Cygwin: If cygwin is not on the default path, and make is started by specyfing the path to it (e.g., c:\cygwin64\bin\make), $(MAKE) works in the top-level

Re: Make: Issue with $(MAKE) in make includes, when make is not on the default path

2022-10-24 Thread marco atzeri
On Sun, Oct 23, 2022 at 7:27 PM Ferenc Valenta wrote: > > > Hi, > > Just found a possible issue with Cygwin: > If cygwin is not on the default path, and make is started by specyfing > the path to it (e.g., c:\cygwin64\bin\make), $(MAKE) works in the > top-level makefile, but it does not work in ma

Re: Make Error Report

2019-03-18 Thread cygwinautoreply
>Hey, >I was trying to run the "make" command when installing darknet through the >conda prompt. >Below is the error message >"(NAME) C:\Users\ngingihy\test\test2\imagetool\labelImg\darknet>make > 1 [main] make 23544 find_fast_cwd: WARNING: Couldn't compute FAST_CWD >pointer. Please report

Re: make failing in custom code

2018-09-27 Thread Csaba Raduly
Hi, On Thu, Sep 27, 2018 at 4:31 PM, Tapas Mishra wrote: > Hi, > I am trying to do a project when I do a make on project code > in cygwin environment I get following error > > gcc -Wall -g -c main.c -o main.o > main.c: In function ‘main’: > main.c:50:8: warning: unused variable ‘physmem’ [-Wunus

Re: make failing in custom code

2018-09-27 Thread Mark Geisert
Tapas Mishra wrote: Hi, I am trying to do a project when I do a make on project code in cygwin environment I get following error gcc -Wall -g -c main.c -o main.o main.c: In function ‘main’: main.c:50:8: warning: unused variable ‘physmem’ [-Wunused-variable] char *physmem = page_table_get_phys

Re: make fails loading shared libraries CYGWIN_NT-10.0 x86_64

2018-01-23 Thread Jan Nijtmans
2018-01-22 20:14 GMT+01:00 szgyg: > You should reinstall libgc1. > > https://marc.info/?l=cygwin-apps&m=151603424924010 Yes, that worked! Thank you! Regards, Jan Nijtmans -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Re: make fails loading shared libraries CYGWIN_NT-10.0 x86_64

2018-01-22 Thread szgyg
On 2018-01-22, Michael Demoulin wrote: > The latest Make on the latest 64-bit version of Cygwin fails with the > error 'C:/cygwin64/bin/make.exe: error while loading shared libraries: > ?: cannot open shared object file: No such file or directory' > > I have included a sanitized output of 'cygche

Re: make fails loading shared libraries CYGWIN_NT-10.0 x86_64

2018-01-22 Thread Achim Gratz
Michael Demoulin writes: > The latest Make on the latest 64-bit version of Cygwin fails with the > error 'C:/cygwin64/bin/make.exe: error while loading shared libraries: > ?: cannot open shared object file: No such file or directory' Cannot reproduce. ~ (2001) make --version GNU Make 4.2.1 Built

Re: make fails loading shared libraries CYGWIN_NT-10.0 x86_64

2018-01-22 Thread Jan Nijtmans
2018-01-22 16:28 GMT+01:00 Michael Demoulin: > > The latest Make on the latest 64-bit version of Cygwin fails with the error > 'C:/cygwin64/bin/make.exe: error while loading shared libraries: ?: cannot > open shared object file: No such file or directory' I didn't check the 64-bit version, but t

Re: make command gives: error while loading shared libraries: ?: cannot open shared object file

2016-12-07 Thread Marco Atzeri
On 07/12/2016 07:34, Arnaut B wrote: On Tue, 06 Dec 2016 18:41:25 -0800, Ken Brown wrote: On 12/6/2016 6:54 PM, Arnaut B wrote: Hi All, After updating cygwin to the latest current release, my "make" command is broken. It spits the following error: /usr/bin/cygcrypt-0.dll is provided b

Re: make command gives: error while loading shared libraries: ?: cannot open shared object file

2016-12-06 Thread Arnaut B
On Tue, 06 Dec 2016 18:41:25 -0800, Ken Brown wrote: On 12/6/2016 6:54 PM, Arnaut B wrote: Hi All, After updating cygwin to the latest current release, my "make" command is broken. It spits the following error: C:/cygwin/bin/make.exe: error while loading shared libraries: ?: cannot open sh

Re: make command gives: error while loading shared libraries: ?: cannot open shared object file

2016-12-06 Thread Ken Brown
On 12/6/2016 6:54 PM, Arnaut B wrote: Hi All, After updating cygwin to the latest current release, my "make" command is broken. It spits the following error: C:/cygwin/bin/make.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory My setup-x8

Re: make freezes before end

2016-09-16 Thread David Stacey
On 15/09/16 22:18, Marco Atzeri wrote: On 14/09/2016 18:04, Cesar wrote: Marco, thanks for your response, mosml is a lightweight implemetation of SML -standard ML, a functional programming language similar to Haskell-, i tried running "--trace" and it does the same thing. I've just confirmed tha

Re: make freezes before end

2016-09-15 Thread Marco Atzeri
Cesar, Please bottom post on this list. On 14/09/2016 18:04, Cesar wrote: Marco, thanks for your response, mosml is a lightweight implemetation of SML -standard ML, a functional programming language similar to Haskell-, i tried running "--trace" and it does the same thing. I've just confirmed th

Re: make freezes before end

2016-09-14 Thread Cesar
Marco, thanks for your response, mosml is a lightweight implemetation of SML -standard ML, a functional programming language similar to Haskell-, i tried running "--trace" and it does the same thing. I've just confirmed that is not an issue with the make command since it worked for the M4 macro pro

Re: make freezes before end

2016-09-14 Thread Marco Atzeri
On 14/09/2016 17:01, Cesar wrote: hi, i'm having an issue with make, i'm trying to install mosml and when i type make, it seems to start ok but then it stops at "this is a little endian architecture" and freezes there, it does nothing else. is there something i'm missing? thanks in advance.

Re: make-4.2-1; seeing new "No rule to make target" errors with parallel builds

2016-06-02 Thread Marco Atzeri
On 01/06/2016 20:37, Tony Kelman wrote: Marco and anybody else, Has anyone been seeing issues with the latest make version on big parallel compiles? I'm having trouble with LLVM for example, which I've been building every few days or so on older versions of make with no trouble. e.g. curl -LO

Re: make command is throwing a "cygheap base mismatch detected" error.

2016-04-05 Thread Rory Charles
Looks like I solved the issue by re-installing Docker Toolbox. Thanks. Sorry for the trouble. From: cygwin-ow...@cygwin.com on behalf of Rory Charles Sent: 05 April 2016 11:49 To: cygwin@cygwin.com Subject: Re: make command is throwing a "cygheap

Re: make command is throwing a "cygheap base mismatch detected" error.

2016-04-05 Thread Rory Charles
I would add a cygcheck file for you, but I'm not able to add attachments, it seems. -- 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-s

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-20 Thread Tatsuro MATSUOKA
Dear Achim >Tatsuro MATSUOKA yahoo.co.jp> writes: >> The last step of setup seem to be autorebase then setup command is the > easiest way >> to use "rebase". Am I right? > > Yes. >> After rebase sometime one needs to restart PC. Right? > > No.  You only need to restart if in-use DLL have bee

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-19 Thread Achim Gratz
Tatsuro MATSUOKA writes: > However,I have no confidence that I kill all other cygwin-x86 process > at that time. I will take care during cygwin setup process. Install procps and just issue "pkill ." in an admin shell (or make a shortcut for that) if you want to be sure. Regards, Achim. -- +<[Q

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-19 Thread Andrey Repin
Greetings, Tatsuro MATSUOKA! >> rebase-trigger full >> setup to the last >> rebase-trigger full ? > I started up ash from Windows command prompt and tried to start > $ rebase-trigger full > but > ash: 1: rebase-trigger: not found Then your installation is sorely out of date. $ which rebase

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-19 Thread Andrey Repin
Greetings, Achim Gratz! > Tatsuro MATSUOKA writes: >> However,I have no confidence that I kill all other cygwin-x86 process >> at that time. I will take care during cygwin setup process. > Install procps and just issue "pkill ." in an admin shell (or make a > shortcut for that) if you want to be

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-19 Thread Achim Gratz
Tatsuro MATSUOKA yahoo.co.jp> writes: > The last step of setup seem to be autorebase then setup command is the easiest way > to use "rebase". Am I right? Yes. > After rebase sometime one needs to restart PC. Right? No. You only need to restart if in-use DLL have been replaced during setup. Re

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-19 Thread Tatsuro MATSUOKA
Dear Andrey Repin >That's a bit of a requirement. Considering this can be resolved with no external >packages. It is very useful. Thanks a lot. Tatsuro -- View this message in context: http://cygwin.1069669.n5.nabble.com/make-command-fails-on-cygwin-x86-cyggmp-10-dll-Loaded-to-different-a

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-19 Thread Tatsuro MATSUOKA
- Original Message - > From: Achim Gratz  > To: cygwinm > Cc: > Date: 2016/3/17, Thu 05:13 > Subject: Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to > different address) > >T atsuro MATSUOKA writes: >> However,I have no confidence th

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-18 Thread Tatsuro MATSUOKA
- Original Message - > From: Andrey Repin  > To: Tatsuro MATSUOKA ; cygwin > Cc: > Date: 2016/3/16, Wed 20:51 > Subject: Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to > different address) > >G reetings, Tatsuro MATSUOKA! > >>> r

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-16 Thread Achim Gratz
Tatsuro MATSUOKA yahoo.co.jp> writes: > I started up ash from Windows command prompt and tried to start That's not necessary anymore, but if you do you either need to set PATH or prepend /bin/ to all commands. > $ rebase-trigger full > but > ash: 1: rebase-trigger: not found > > I have instal

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-15 Thread Tatsuro MATSUOKA
rebaseall and restart PC solves the issue. Thanks! Tatsuro -- View this message in context: http://cygwin.1069669.n5.nabble.com/make-command-fails-on-cygwin-x86-cyggmp-10-dll-Loaded-to-different-address-tp125247p125251.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Pr

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-15 Thread Tatsuro MATSUOKA
Thank you for the reply > rebase-trigger full > setup to the last > rebase-trigger full ? I started up ash from Windows command prompt and tried to start $ rebase-trigger full but ash: 1: rebase-trigger: not found I have installed rebase package from the cygwin package. > setup to the las

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-15 Thread Andrey Repin
Greetings, Tatsuro MATSUOKA! > Hello > Today I have check out by setup command on Cygwin-x86. > The make command does not work. > $ LC_ALL=C make >       0 [main] make 8704 child_info_fork::abort: > E:\cygwin\bin\cyggmp-10.dll: Loaded to different address: parent(0x8B) != > child(0x7B)

Re: make android device file system visible as unix path

2015-02-21 Thread Andy
V.99 seznam.cz> writes: >On 14.2.2015 4:25, andy wrote: >> It doesn't have a drive letter in Windows Explorer. The name is >> simply "Moto G". When I "ls /cygdrive", I see on the c-drive. I >> think that the handset's visibility to Windows Explorer is based on >> MTP USB, but that's just someth

Re: Re: make android device file system visible as unix path

2015-02-15 Thread V.99
On 14.2.2015 4:25, andy wrote: It doesn't have a drive letter in Windows Explorer. The name is simply "Moto G". When I "ls /cygdrive", I see on the c-drive. I think that the handset's visibility to Windows Explorer is based on MTP USB, but that's just something I'm learning about right now. H

Re: make android device file system visible as unix path

2015-02-15 Thread Corinna Vinschen
On Feb 14 07:49, Andrey Repin wrote: > Greetings, andy! > > >> > My Moto G connects to the laptop via USB, and can be seen using Windows > >> > Explorer. Is there a way to make it visible as a Unix path? /cygdrive > >> > does > >> > not show it. > >> > >> Are you including the drive letter? I

Re: make android device file system visible as unix path

2015-02-14 Thread Andy
Eliot Moss cs.umass.edu> writes: >On 2/14/2015 1:03 PM, Andy wrote: >> Why would such a person want to access the handset via a unix path? >> Android doesn't have a native Notes app, and if I simply use its >> text editor, that's one more app I can avoid installing. But I >> would want to sync it

Re: make android device file system visible as unix path

2015-02-14 Thread Eliot Moss
On 2/14/2015 1:03 PM, Andy wrote: Why would such a person want to access the handset via a unix path? Android doesn't have a native Notes app, and if I simply use its text editor, that's one more app I can avoid installing. But I would want to sync it with the laptop copy of the text files via

Re: make android device file system visible as unix path

2015-02-14 Thread Andy
Andrey Repin yandex.ru> writes: My Moto G connects to the laptop via USB, and can be seen using Windows Explorer. Is there a way to make it visible as a Unix path? /cygdrive does not show it. >>> >>> Are you including the drive letter? If it’s the G: drive in >>> Windows Explorer

Re: make android device file system visible as unix path

2015-02-13 Thread Andrey Repin
Greetings, andy! >> > My Moto G connects to the laptop via USB, and can be seen using Windows >> > Explorer. Is there a way to make it visible as a Unix path? /cygdrive >> > does >> > not show it. >> >> Are you including the drive letter? If it’s the G: drive in Windows > Explorer, you need t

Re: make android device file system visible as unix path

2015-02-13 Thread andy
Warren Young etr-usa.com> writes: > > > On Feb 13, 2015, at 7:20 PM, andy gmail.com> wrote: > > > > My Moto G connects to the laptop via USB, and can be seen using Windows > > Explorer. Is there a way to make it visible as a Unix path? /cygdrive does > > not show it. > > Are you including t

Re: make android device file system visible as unix path

2015-02-13 Thread Warren Young
> On Feb 13, 2015, at 7:20 PM, andy wrote: > > My Moto G connects to the laptop via USB, and can be seen using Windows > Explorer. Is there a way to make it visible as a Unix path? /cygdrive does > not show it. Are you including the drive letter? If it’s the G: drive in Windows Explorer, you

Re: make install problem for emms (Permission denied)

2014-05-29 Thread Filipp Gunbin
On 30/05/2014 01:53 +0400, Christopher Faylor wrote: > On Fri, May 30, 2014 at 01:50:49AM +0400, Filipp Gunbin wrote: >>Also, it's strange that the install... command above works when run >>directly in shell, but fails when run from make. > > Which implies that you probably are not running /usr/bi

Re: make install problem for emms (Permission denied)

2014-05-29 Thread Christopher Faylor
On Fri, May 30, 2014 at 01:50:49AM +0400, Filipp Gunbin wrote: >Also, it's strange that the install... command above works when run >directly in shell, but fails when run from make. Which implies that you probably are not running /usr/bin/install. cgf -- Problem reports: http://cygwin.com/

Re: make error: *** target pattern contains no `%'. Stop.‏

2014-05-01 Thread Doug Henderson
On Thu, May 1, 2014 at 10:14 AM, Thomas Wolff wrote: > Am 01.05.2014 04:09, schrieb Richard H. McCullough: >> >> ... In the last week, "make" suddenly >> changed -- it does nothing but stop on every makefile. > > Sounds like you changed your PATH and have a different (non-cygwin) version > of make

Re: make error: *** target pattern contains no `%'. Stop.‏

2014-05-01 Thread Thomas Wolff
Am 01.05.2014 04:09, schrieb Richard H. McCullough: ... In the last week, "make" suddenly changed -- it does nothing but stop on every makefile. Sounds like you changed your PATH and have a different (non-cygwin) version of make now. What does `type make` say? --- Diese E-Mail ist frei von Vir

Re: make error: *** target pattern contains no `%'. Stop.‏

2014-04-30 Thread Christopher Faylor
On Wed, Apr 30, 2014 at 07:09:00PM -0700, Richard H. McCullough wrote: >I picked a bad example, since you don't have my source files. >The point is this: I've been using Cygwin "make" for years >and never had a problem.  In the last week, "make" suddenly >changed -- it does nothing but stop on ever

Re: make error: *** target pattern contains no `%'. Stop.‏

2014-04-30 Thread Larry Hall (Cygwin)
On 04/30/2014 01:13 PM, Richard H. McCullough wrote: make no longer works on any of my makefiles. example makefile attached. Trying this make file on Linux and on Cygwin produced the same results. make: *** No rule to make target `merr.icn', needed by `/bin/merr.exe'. Stop. This does not se

Re: make exits with error 127 to shell, 0xc0000022 in gdb.

2013-11-20 Thread Brian Minton
I downloaded dependency walker, but I'm not sure what I'm looking for. On Wed, Nov 20, 2013 at 1:12 PM, Brian Minton wrote: > On Wed, Nov 20, 2013 at 12:48 PM, marco atzeri wrote: >> cygcheck /usr/bin/make > > > $ cygcheck /usr/bin/make > C:\cygwin\bin\make.exe > C:\cygwin\bin\cygwin1.dll

Re: make exits with error 127 to shell, 0xc0000022 in gdb.

2013-11-20 Thread Brian Minton
On Wed, Nov 20, 2013 at 12:48 PM, marco atzeri wrote: > cygcheck /usr/bin/make $ cygcheck /usr/bin/make C:\cygwin\bin\make.exe C:\cygwin\bin\cygwin1.dll C:\Windows\system32\KERNEL32.dll C:\Windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll C:\Windows\system32\ntdll.dll

Re: make exits with error 127 to shell, 0xc0000022 in gdb.

2013-11-20 Thread marco atzeri
Il 11/20/2013 5:48 PM, Brian Minton ha scritto: make (/usr/bin/make.exe) is not working. It immediately exits with a shell return value of 127. If I run it under gdb, it gives: Reading symbols from /usr/bin/make...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/make [N

RE: make-3.82.90-1-use-spawn-on-cygwin.diff

2013-08-05 Thread Pavel Fedin
Hello! > The errors i obtain are as follows: > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 2: > use: command not found > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 3: > use: command not found > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/

RE: make-3.82.90-1-use-spawn-on-cygwin.diff

2013-08-02 Thread Pavel Fedin
Hello! > The errors i obtain are as follows: > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 2: > use: command not found > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 3: > use: command not found > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/

RE: make-3.82.90-1-use-spawn-on-cygwin.diff

2013-08-01 Thread Denis Excoffier
On 2013-08-01 17:09, Denis Excoffier wrote: I did sed -i -e 's/__CYGWIN__/__NOEXIST20130801__/' make-3.99.90/configure as suggested in http://lists.gnu.org/archive/html/bug-make/2013-07/msg00020.html with no improvement for the compilation of cygwin-20130731 (same error messages). Perhaps i sh

RE: make-3.82.90-1-use-spawn-on-cygwin.diff

2013-08-01 Thread webmail
On 2013-08-01 15:09, Pavel Fedin wrote: Hello! The errors i obtain are as follows: /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 2: use: command not found /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 3: use: command not found Yesterday i have

Re: make-3.82.90-1-use-spawn-on-cygwin.diff

2013-08-01 Thread Christopher Faylor
On Thu, Aug 01, 2013 at 05:39:22PM +0400, Pavel Fedin wrote: >> i won't subject if the patch is accepted as part of Cygwin package. I'm >> just not very fond of rebuilding tools manually after every update. > > Ooops, i wanted to say "won't object". I. e. won't mind. :) You don't have to rebuild p

RE: make-3.82.90-1-use-spawn-on-cygwin.diff

2013-08-01 Thread Pavel Fedin
> i won't subject if the patch is accepted as part of Cygwin package. I'm > just not very fond of rebuilding tools manually after every update. Ooops, i wanted to say "won't object". I. e. won't mind. :) Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- P

RE: make-3.82.90-1-use-spawn-on-cygwin.diff

2013-08-01 Thread Pavel Fedin
Hello! > The errors i obtain are as follows: > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 2: > use: command not found > /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line 3: > use: command not found Yesterday i have successfully compiled CVS version of

Re: make hangs when compiling twf-0.4

2013-06-11 Thread Csaba Raduly
On Tue, Jun 11, 2013 at 5:29 AM, Matt D. wrote: > Attempting to compile twf: > > http://gtk-apps.org/content/show.php/?content=83361 > > Configures fine. Then on make it hangs on what appears to be the linking > stage: > > /bin/sh ../libtool --tag=CC --mode=link gcc -rdynamic -g -O2-o twf.exe >

Re: make, PATH & "Win32 error 487"

2013-05-24 Thread Corinna Vinschen
On May 23 17:29, Satish Balay wrote: > On Thu, 23 May 2013, Corinna Vinschen wrote: > > > On May 23 18:07, Corinna Vinschen wrote: > > > On May 23 10:14, Satish Balay wrote: > > > > [...] > > > > - It appears to be related to the huge length of one of the commands - > > > > and > > > > length

Re: make, PATH & "Win32 error 487"

2013-05-23 Thread Satish Balay
On Thu, 23 May 2013, Corinna Vinschen wrote: > On May 23 18:07, Corinna Vinschen wrote: > > On May 23 10:14, Satish Balay wrote: > > > [...] > > > - It appears to be related to the huge length of one of the commands - and > > > length of PATH > > > - I tried it on 3 different machines [with di

Re: make, PATH & "Win32 error 487"

2013-05-23 Thread Corinna Vinschen
On May 23 18:07, Corinna Vinschen wrote: > On May 23 10:14, Satish Balay wrote: > > [...] > > - It appears to be related to the huge length of one of the commands - and > > length of PATH > > - I tried it on 3 different machines [with differences in default installed > > software] > > win200

Re: make, PATH & "Win32 error 487"

2013-05-23 Thread Corinna Vinschen
On May 23 10:14, Satish Balay wrote: > Hi, > > I'm seeing the following behavior with make, PATH on cygwin. Google > brought up a related post [with PATH and same error] > http://comments.gmane.org/gmane.os.cygwin/137168 with reference to > http://cygwin.com/acronyms/#BLODA as the issue - but I do

Re: make, PATH & "Win32 error 487"

2013-05-23 Thread Satish Balay
On Thu, 23 May 2013, Satish Balay wrote: > Hi, > > I'm seeing the following behavior with make, PATH on cygwin. Google > brought up a related post [with PATH and same error] > http://comments.gmane.org/gmane.os.cygwin/137168 with reference to > http://cygwin.com/acronyms/#BLODA as the issue - but

Re: 'make check' fails

2013-01-23 Thread Andreas Steenpass
On 23/01/13 15:01, Christopher Faylor wrote: >> Does anybody have an idea how to fix this and to run the tests? > You can't. The test suite is bit rotted and hasn't worked in a long > time. Oh, thank you for pointing this out. Maybe I wanted to do it too correctly in this case. I would suggest t

Re: 'make check' fails

2013-01-23 Thread Christopher Faylor
On Wed, Jan 23, 2013 at 12:49:04PM +0100, Andreas Steenpass wrote: >Does anybody have an idea how to fix this and to run the tests? You can't. The test suite is bit rotted and hasn't worked in a long time. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cy

Re: make: .exe handling breaks kernel cross-compile

2012-06-11 Thread Christopher Faylor
On Mon, Jun 11, 2012 at 01:04:22AM -0500, Yaakov (Cygwin/X) wrote: >> >On 2012-06-10 23:26, Christopher Faylor wrote: >> If there is a bug it is with make ever equating foo.exe with foo. It's >> undoubtedly happening because of Cygwin's attempts at transparency. >> >> I'm not kidding about EXEEXT.

Re: make: .exe handling breaks kernel cross-compile

2012-06-10 Thread Yaakov (Cygwin/X)
On 2012-06-10 23:26, Christopher Faylor wrote: If there is a bug it is with make ever equating foo.exe with foo. It's undoubtedly happening because of Cygwin's attempts at transparency. I'm not kidding about EXEEXT. Surely you know about this from having maintained cygport. Am I ever, but I

Re: make: .exe handling breaks kernel cross-compile

2012-06-10 Thread Christopher Faylor
On Sun, Jun 10, 2012 at 03:57:33PM -0500, Yaakov (Cygwin/X) wrote: >On 2012-06-10 13:29, Christopher Faylor wrote: >> On Sun, Jun 10, 2012 at 01:06:18PM -0500, Yaakov (Cygwin/X) wrote: >>> I can confirm that this previously reported bug in make .exe handling >>> still affects the cross-compile of t

Re: make: .exe handling breaks kernel cross-compile

2012-06-10 Thread Yaakov (Cygwin/X)
On 2012-06-10 13:29, Christopher Faylor wrote: On Sun, Jun 10, 2012 at 01:06:18PM -0500, Yaakov (Cygwin/X) wrote: I can confirm that this previously reported bug in make .exe handling still affects the cross-compile of the Linux kernel: http://cygwin.com/ml/cygwin/2009-11/msg00935.html Withou

Re: make: .exe handling breaks kernel cross-compile

2012-06-10 Thread Christopher Faylor
On Sun, Jun 10, 2012 at 01:06:18PM -0500, Yaakov (Cygwin/X) wrote: >I can confirm that this previously reported bug in make .exe handling >still affects the cross-compile of the Linux kernel: > >http://cygwin.com/ml/cygwin/2009-11/msg00935.html Without diving into the depths of the linux makefile

Re: [SOLVED:] Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-02 Thread Paul Allen Newell
On 3/2/2012 3:28 AM, Eliot Moss wrote: . Generally, getting " quotes around it will do the trick. Over the years I have managed to make many of my scripts safe for file and directory names that have spaces. It's a pain, but generally possible ... Eliot Moss Eliot: Thanks. I am usually very

Re: [SOLVED:] Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-02 Thread Paul Allen Newell
[sent to wrong email address, apologies] On 3/2/2012 12:43 PM, Paul Allen Newell wrote: On 3/1/2012 11:19 PM, Dave Korn wrote: On 02/03/2012 07:06, Paul Allen Newell wrote: I'll go and figure out some way to filter $(PWD) to be acceptable to basename. It just needs quotes around it to prev

Re: [SOLVED:] Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-02 Thread Eliot Moss
On 3/2/2012 2:06 AM, Paul Allen Newell wrote: On 3/1/2012 10:50 PM, Dave Korn wrote: I'll go and figure out some way to filter $(PWD) to be acceptable to basename. Generally, getting " quotes around it will do the trick. Over the years I have managed to make many of my scripts safe for file

Re: [SOLVED:] Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-01 Thread Dave Korn
On 02/03/2012 07:06, Paul Allen Newell wrote: > I'll go and figure out some way to filter $(PWD) to be acceptable to > basename. It just needs quotes around it to prevent the space being taken as a separator. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html F

Re: [SOLVED:] Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-01 Thread Paul Allen Newell
On 3/1/2012 10:50 PM, Dave Korn wrote: I think it's because aliases are just simple text substitutions. So if you have 'make' being transformed to 'settitle Making $(basename $PWD)&& make "$@"' then you would get 'make>& make.out' becoming 'settitle Making $(basename $PWD)&& make "$@">&

Re: [NEARLY SOLVED:] Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-01 Thread Dave Korn
On 02/03/2012 06:25, Paul Allen Newell wrote: > +++ > type make; which -a make > make is aliased to `settitle Making $(basename $PWD) && make "$@"' > /usr/bin/make > /usr/bin/make > +++ > > I groaned when I saw this as it is obvious the $(PWD) is feeding > basename and that's the "make" error. Th

[NEARLY SOLVED:] Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-01 Thread Paul Allen Newell
On 3/1/2012 10:07 PM, Dave Korn wrote: On 02/03/2012 02:52, Paul Allen Newell wrote: [ weird problem symptoms ] You probably have a script or shell alias getting in between you and the real make. Please run "type make ; which -a make" in a bash shell and show us the results. cheers,

Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-01 Thread Dave Korn
On 02/03/2012 02:52, Paul Allen Newell wrote: > [ weird problem symptoms ] You probably have a script or shell alias getting in between you and the real make. Please run "type make ; which -a make" in a bash shell and show us the results. cheers, DaveK -- Problem reports: htt

Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-01 Thread Paul Allen Newell
On 3/1/2012 7:10 PM, Kenneth Wolcott wrote: On Thu, Mar 1, 2012 at 19:05, Kenneth Wolcott wrote: Is it possible that scripts and executables write to file descripter 3 or 4 or 5? File descriptor 0 is STDIN (normally), and file descriptor 1 is STDOUT (normally) and file descripter 2 is SDTERR

Re: make producing basename error that can't be captured by "make &> make.out"

2012-03-01 Thread Kenneth Wolcott
On Thu, Mar 1, 2012 at 19:05, Kenneth Wolcott wrote: > > > > On Thu, Mar 1, 2012 at 18:52, Paul Allen Newell > wrote: >> >> Cygwin: >> >> I've already run an earlier version of this through the list to see if I >> was dealing with pilot error. Its gotten to the point that it was suggested >> I co

Re: make[4]: cl: Command not found

2012-02-08 Thread Earnie Boyd
On Wed, Feb 8, 2012 at 12:55 AM, Robert Miles wrote: > Gmail does not allow you to receive what appear to be email from yourself, > sent to yourself. > I'm currently using the GMail GUI and have Coversation Mode set on. This allows my response to be stored in the conversation. EZMLM uses the Send

Re: make[4]: cl: Command not found

2012-02-07 Thread Robert Miles
Gmail does not allow you to receive what appear to be email from yourself, sent to yourself. This mailing list is set up in a way that makes it appear that way. You'll probably need a second email address in order to find a way to avoid this problem. On 2/7/2012 11:23 PM, Quinn Wood wrote: I

Re: make[4]: cl: Command not found

2012-02-07 Thread Quinn Wood
I discovered that while the code is designed for Unix like operating system, it was indeed making a call to cl. I apologize for not recognizing that I needed to look at the line in the file it mentioned explicitly as the fail point. I also apologize that these are not reading as follow-ups correct

Re: make[4]: cl: Command not found

2012-02-07 Thread Quinn Wood
On Tue, Feb 7, 2012 at 9:57 PM, Yaakov (Cygwin/X) wrote: > On Tue, 2012-02-07 at 21:36 -0600, Quinn Wood wrote: >> When attempting to compile an application I recieved this error. >> >> make[4]: cl: Command not found >> >> Recognizing the line I'm either toeing or- more accurately- crossing >> the

Re: make[4]: cl: Command not found

2012-02-07 Thread René Berber
On 2/7/2012 9:36 PM, Quinn Wood wrote: > what is "cl?" The Microsoft C compiler. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml

Re: make[4]: cl: Command not found

2012-02-07 Thread Yaakov (Cygwin/X)
On Tue, 2012-02-07 at 21:36 -0600, Quinn Wood wrote: > When attempting to compile an application I recieved this error. > > make[4]: cl: Command not found > > Recognizing the line I'm either toeing or- more accurately- crossing > the line between on- and offtopic here (I apologize) what is "cl?"

Re: make with g++

2011-12-08 Thread Fitzy
>Just for curiosity, try changing your makefile to the following and >running make: >all: which g++ g++ main.cpp -o test >Hope this helps, >Csaba Hi Csaba, When I run that it shows this in the cygwin console: $ make which g++ /user/bin/g++ It doesn't run g++ though, not sure i

Re: make with g++

2011-12-08 Thread Csaba Raduly
Hi, On Thu, Dec 8, 2011 at 4:34 PM, Fitzy wrote: >  Alright so I'm a complete newbie when it comes to anything linux related. > > And so I cannot figure out how make is supposed to work under cygwin, > even creating the simplest makefile produces > > "Error: 'g++' not found" Did you actually run

Re: make 3.81 broken

2011-08-19 Thread Csaba Raduly
On Fri, Aug 19, 2011 at 11:39 AM, Tobias Manthey wrote: > Hi guys, > > I wasted many hours just to find out that make 3.81 does not support MS-DOS > path names. As cygwin is supposed to be the unix-like environment for > Windows, from a dumb users perspective, this is not the expected behavior.

Re: Make on Cygwin Changing Ruby to Jruby executable

2011-05-02 Thread Larry Hall (Cygwin)
On 5/2/2011 8:38 AM, Sayth Renshaw wrote: I am trying to use compile with emacs on windows7. Cygwin is being called as its my make environment. Cygwin seems to be calling ruby.exe judging by the output pasted below, what I want to know is how do i update it to be jruby? My path for jruby is set

Re: make - lots of compile errors

2010-12-23 Thread Christopher Faylor
On Thu, Dec 23, 2010 at 02:17:05PM -0200, Carlos Pfitzner wrote: >I am compliling squid to run on windows - native -or- under cygwin >./configure >runs fine > >however >make >guives a lot off errors and termintates > >I believve is not possible to be c c++ forget to be updated or similar >cause my

Re: make not working in cygwin when trying to install a framework!

2010-08-16 Thread Larry Hall (Cygwin)
On 8/16/2010 12:47 PM, Mahesh P wrote: hi! 1)I unzipped the CUnit test framework from the bash shell in cygwin and tried installing it ./configure-works make command gives me an error saying cd .&& autoheader /bin/sh : autoheader:command not found make:*** [config.h.in]Error 127. make install

Re: make-3.82 available

2010-07-31 Thread Christopher Faylor
On Sat, Jul 31, 2010 at 04:53:56PM -0700, Rob Walker wrote: >http://lists.gnu.org/archive/html/make-w32/2010-07/msg00010.html > >I've downloaded and built GNU make 3.82 for Cygwin. The packages are >available here: > >http://sites.google.com/a/rwalker.com/cygwin/make-381-DOS/make-3.82-1-src.tar.b

Re: make-3.81-4

2009-12-29 Thread Edward Lam
On Tue, December 29, 2009 19:09, Rob Walker wrote: > > Here are links to the patches I've applied to construct this package: > > http://lists.gnu.org/archive/html/make-w32/2006-09/msg00037.html > http://lists.gnu.org/archive/html/make-w32/2007-12/msg00015.html > Ah, ok, the patches are

Re: make-3.81-4

2009-12-29 Thread Rob Walker
Edward Lam wrote: Rob Walker wrote: It's been almost a year and a half since I made a request to have Cygwin's GNU make updated with the upstream patches for colons in dependencies and VPATH directives: Is this patch submitted upstream to the gmake project? I imagine it would be

Re: make-3.81-4

2009-12-29 Thread Edward Lam
Hi Rob, Rob Walker wrote: It's been almost a year and a half since I made a request to have Cygwin's GNU make updated with the upstream patches for colons in dependencies and VPATH directives: Is this patch submitted upstream to the gmake project? I imagine it would be helpful to the HAVE_DO

  1   2   3   4   >