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

make fails loading shared libraries CYGWIN_NT-10.0 x86_64

2018-01-22 Thread 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 have included a sanitized output of 'cygcheck -s -v -r ' Thanks for any help Cygwin Con

Re: cygwin make fails when calling mkdir in Windows 7

2013-01-04 Thread Greg Chicares
On 2013-01-04 16:34Z, cpow wrote: [...] > Warren Young wrote >> What happens if you just re-start the make operation? Does it persist >> in failing to get past that point, or does re-starting it sometimes get >> you past the problem? > > If I restart the make operation without doing mkdir mysel

Re: cygwin make fails when calling mkdir in Windows 7

2013-01-04 Thread cpow
Young wrote > Is it always the same paths, or is it random? Same. -- View this message in context: http://cygwin.1069669.n5.nabble.com/cygwin-make-fails-when-calling-mkdir-in-Windows-7-tp95185p95208.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports:

Re: cygwin make fails when calling mkdir in Windows 7

2013-01-04 Thread Earnie Boyd
On Fri, Jan 4, 2013 at 11:02 AM, David Stacey wrote: > On 03/01/13 22:49, Warren Young wrote: >> >> If this were affecting everyone, you'd be seeing a lot of yelling on this >> list. (More than normal I mean. :) ) Those of us who maintain Cygwin >> packages would all be affected, for instance. >

Re: cygwin make fails when calling mkdir in Windows 7

2013-01-04 Thread David Stacey
On 03/01/13 22:49, Warren Young wrote: If this were affecting everyone, you'd be seeing a lot of yelling on this list. (More than normal I mean. :) ) Those of us who maintain Cygwin packages would all be affected, for instance. I may have run into this problem earlier in the week - I wanted

Re: cygwin make fails when calling mkdir in Windows 7

2013-01-03 Thread Warren Young
On 1/3/2013 14:50, cpow wrote: cygwin1.dll version is 1.7.13. Is there a particularly good reason you haven't tried upgrading yet? Not that I have any specific reason to believe there is a fix in the past three versions you have skipped, but it shows a willingness to help diagnose it on your

cygwin make fails when calling mkdir in Windows 7

2013-01-03 Thread cpow
View this message in context: http://cygwin.1069669.n5.nabble.com/cygwin-make-fails-when-calling-mkdir-in-Windows-7-tp95185.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentatio

Re: make fails to change directory.

2008-05-25 Thread Christopher Faylor
On Sun, May 25, 2008 at 11:30:27AM -0400, Christopher Faylor wrote: >On Sun, May 25, 2008 at 12:07:10PM +0300, Gadi Oron wrote: >>Hi Dave, >> >>I made some more tests and I've found the root cause: in fact >> >>/bin/sh -c "cd " >> >>will not work for a directory in $pwd unless it has a leading "./"

Re: make fails to change directory.

2008-05-25 Thread Christopher Faylor
On Sun, May 25, 2008 at 12:07:10PM +0300, Gadi Oron wrote: >Hi Dave, > >I made some more tests and I've found the root cause: in fact > >/bin/sh -c "cd " > >will not work for a directory in $pwd unless it has a leading "./" > >Only bash - when disguised as sh - has this issue, ash for example >does

RE: make fails to change directory.

2008-05-25 Thread Gadi Oron
Hi Dave, I made some more tests and I've found the root cause: in fact /bin/sh -c "cd " will not work for a directory in $pwd unless it has a leading "./" Only bash - when disguised as sh - has this issue, ash for example does not behave like this. Do you have an idea how to bypass this? Ciao

RE: make fails to change directory.

2008-05-25 Thread Gadi Oron
Hi Dave, and thank you for your help. Concerning your comment - here is the data, but from another project I am trying to compile (sox) because the source tree is a little simpler. 1. ./configure --prefix=/usr : pass Ok 2. make returns $ make Making all in lpc10 /bin/sh: line 17: cd: lpc10: No s

RE: make fails to change directory.

2008-05-20 Thread Dave Korn
Gadi Oron wrote on 20 May 2008 15:54: > Whenever I am compiling something with "make" and there is somekind of > nested make, it fails with the following error: > > cd fdlibm; make -f Makefile.ref all > /bin/sh: line 0: cd: fdlibm: No such file or directory > make[2]: *** [all] Error 1 > > This

Re: make fails always on invalid path "C:cygwinusrinclude"

2005-06-27 Thread Larry Hall
At 04:39 PM 6/27/2005, you wrote: >Where does this weird include path come from? Is there something >misconfigured in my Cygwin environment? Here is the line that is printed >by various makefiles: > >gcc: C:cygwinusrinclude: No such file or directory Please read and follow the problem reporting

Re: make fails always on invalid path "C:cygwinusrinclude"

2005-06-27 Thread Ross Smith
Patrick Graebel wrote: Where does this weird include path come from? Is there something misconfigured in my Cygwin environment? Here is the line that is printed by various makefiles: gcc: C:cygwinusrinclude: No such file or directory I'd bet that, somewhere in your setup, you've got "C:\cygwi

make fails always on invalid path "C:cygwinusrinclude"

2005-06-27 Thread Patrick Graebel
Where does this weird include path come from? Is there something misconfigured in my Cygwin environment? Here is the line that is printed by various makefiles: gcc: C:cygwinusrinclude: No such file or directory -Patrick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: problem compiling cygwin, make fails in winsup/cygwin

2003-08-25 Thread Igor Pechtchanski
On Mon, 25 Aug 2003, Max Bowsher wrote: > peter garrone wrote: > > Hi, > > I am attempting to build cygwin from source. > > The make fails in i686-pc-cygwin/winsup/cygwin, error is > > make: *** No rule to make target `/usr/lib/w32api/Makefile', needed by >

Re: problem compiling cygwin, make fails in winsup/cygwin

2003-08-25 Thread Max Bowsher
peter garrone wrote: > Hi, > I am attempting to build cygwin from source. > The make fails in i686-pc-cygwin/winsup/cygwin, error is > make: *** No rule to make target `/usr/lib/w32api/Makefile', needed by `/lib/'. Stop. ... > To reach this, i did the following >

problem compiling cygwin, make fails in winsup/cygwin

2003-08-25 Thread peter garrone
Hi, I am attempting to build cygwin from source. The make fails in i686-pc-cygwin/winsup/cygwin, error is make: *** No rule to make target `/usr/lib/w32api/Makefile', needed by `/lib/'. Stop. Before this point, the following messages were also emitted. Making each object: cc1(plu

make fails.

2003-01-22 Thread lu fang
hi, all I got the problem as follow: $make '-c' is not recognized as an internal or external command, operable program or batch file. make: *** [blib\lib\Net\.exists] Error 1 I have no any idea about why does this happen and how to solve it. Can anyone help me? thanks a lot! kaguya ___

Re: Make fails for various programs

2003-01-19 Thread Petrik Galvosas
Igor, bash is currently used. However, I have to investigate further on. * Autotools works if and only if CYGWIN = nontsec. * makewhatis fails (see also http://cygwin.com/ml/cygwin/2003-01/msg00829.html) * login does not work as expected * export does not work There is a lot to do and may I

Re: Make fails for various programs

2003-01-15 Thread Randall R Schulz
Igor, Your information is out-of-date. Ash does now support combined set-and-export using the "export VAR=value" syntax. Randall Schulz At 07:52 2003-01-15, Igor Pechtchanski wrote: Petrik, 'export VAR="value"' works in bash and ksh, but doesn't in ash (you need to use 'VAR="value"; export VA

Re: Make fails for various programs

2003-01-15 Thread Igor Pechtchanski
On Wed, 15 Jan 2003, Petrik Galvosas wrote: > Max Bowsher wrote: > > Try reinstalling autoconf-stable. > > > > Whilst your at it, you might as well reinstall autoconf*, automake*, and > > libtool* (all 9 autotool packages). > > > > Max. > > Thank for the hint. I have done this - unfortunately with

Re: Make fails for various programs

2003-01-15 Thread Petrik Galvosas
Max Bowsher wrote: > Try reinstalling autoconf-stable. > > Whilst your at it, you might as well reinstall autoconf*, automake*, and > libtool* (all 9 autotool packages). > > Max. Thank for the hint. I have done this - unfortunately without success. But may be I found the reason for this error: E

Re: Make fails for various programs

2003-01-14 Thread Max Bowsher
Petrik Galvosas wrote: > With the latest CygWin release I try to compile programs like gnuplot, > gamma, emacs, aspell etc. I did this successfully in the past with a > older CygWin release. > > The story is always the same ./configure works (at least in my > opinion)- make f

Make fails for various programs

2003-01-14 Thread Petrik Galvosas
Hello, With the latest CygWin release I try to compile programs like gnuplot, gamma, emacs, aspell etc. I did this successfully in the past with a older CygWin release. The story is always the same ./configure works (at least in my opinion)- make fails with messages like: $ ./missing --run