Re: Entry point not found issues with cygwin DLLs

2018-07-02 Thread Brian Inglis
On 2018-07-02 14:36, Heavenly Avenger wrote: > On 7/2/2018 5:02 PM, Brian Inglis wrote: >> On 2018-07-02 13:35, Ken Brown wrote: >>> On 7/2/2018 3:08 PM, Heavenly Avenger wrote: I'm having hard times with cygwin here, random libraries stop working once I update or install new ones.

Re: Entry point not found issues with cygwin DLLs

2018-07-02 Thread Brian Inglis
On 2018-07-02 13:35, Ken Brown wrote: > On 7/2/2018 3:08 PM, Heavenly Avenger wrote: >> I'm having hard times with cygwin here, random libraries stop working once I >> update or install new ones. > This can happen if you update a package without updating its dependencies.  > For > example, the dep

Re: Entry point not found issues with cygwin DLLs

2018-07-02 Thread Ken Brown
On 7/2/2018 3:08 PM, Heavenly Avenger wrote: I'm having hard times with cygwin here, random libraries stop working once I update or install new ones. This can happen if you update a package without updating its dependencies. For example, the dependency might have introduced a new API. If I

Fwd, Solved: Entry point not found issues with cygwin DLLs

2018-07-02 Thread Heavenly Avenger
---- Forwarded Message ---- Subject:Entry point not found issues with cygwin DLLs Date: Mon, 2 Jul 2018 16:08:06 -0300 From: Heavenly Avenger To: cygwin@cygwin.com Hello! First post in the list, I hope I am not mistaken in the place to post the question, but let's give

Entry point not found issues with cygwin DLLs

2018-07-02 Thread Heavenly Avenger
Hello! First post in the list, I hope I am not mistaken in the place to post the question, but let's give it a try. I'm having hard times with cygwin here, random libraries stop working once I update or install new ones. Today I run 'rebaseall' and it detected a lot of completely missing DL

Re: subversion 1.7.10-1 failure: CRYPTO_memcmp entry point not found in cygcrypto-1.0.0.dll

2013-06-19 Thread Csaba Raduly
Hi Pascal, On Wed, Jun 19, 2013 at 1:51 AM, Yaakov (Cygwin/X) wrote: > > > First, be sure to exit ALL Cygwin processes, including services. (Failure to > do so is what causes these installation hiccups in the first place.) The easiest way I found for this is to install Process Explorer from http

Re: subversion 1.7.10-1 failure: CRYPTO_memcmp entry point not found in cygcrypto-1.0.0.dll

2013-06-18 Thread Yaakov (Cygwin/X)
On 2013-06-18 12:05, Pascal Dupuis wrote: OK, found the culprit. It seems some update process went wrong, and there were a few files under /usr/bin with name like f.i. libz.dll.new. I made a script to rename file.dll.new into file.dll ... and found myself into more troubles, because sometimes th

Re: subversion 1.7.10-1 failure: CRYPTO_memcmp entry point not found in cygcrypto-1.0.0.dll

2013-06-18 Thread Pascal Dupuis
OK, found the culprit. It seems some update process went wrong, and there were a few files under /usr/bin with name like f.i. libz.dll.new. I made a script to rename file.dll.new into file.dll ... and found myself into more troubles, because sometimes the file.dll was newer than the file.dll.new !

Re: subversion 1.7.10-1 failure: CRYPTO_memcmp entry point not found in cygcrypto-1.0.0.dll

2013-06-18 Thread David Rothenberger
On 6/18/2013 3:25 AM, Pascal Dupuis wrote: > I produced a complete cygcheck output, the entry about cygcrypto-1.0.0.dll is > 1516k 2012/09/01 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0 > "cygcrypto-1.0.0.dll" v0.0 ts=2012-09-01 11:06 That DLL is out-of-date. Here

Re: libintl8 0.18.1.1-2: entry point not found - cygcheck-svr.out (0/1)

2011-10-20 Thread Andrew Schulman
> All I can figure is that your cygintl-8.dll is corrupt -- maybe you > manually copied the 0.17 version into place, during the period where > everyone was complaining about the $LANG behavior of 0.18? :) No, I didn't. I didn't even notice that... > Try reinstalling libintl8. OK, I reinstalled

Re: libintl8 0.18.1.1-2: entry point not found - cygcheck-svr.out (0/1)

2011-10-20 Thread Charles Wilson
On 10/20/2011 10:14 AM, Andrew Schulman wrote: > Cygwin 1.7.9, libintl8 0.18.1.1-2, wget 1.13.4-1. wget aborts: > > $ wget -h > Aborted > $ echo $? > 134 > > When I run > > $ strace wget -h > > I get a popup dialog titled "wget - Entry Point No

libintl8 0.18.1.1-2: entry point not found - cygcheck-svr.out (0/1)

2011-10-20 Thread Andrew Schulman
Cygwin 1.7.9, libintl8 0.18.1.1-2, wget 1.13.4-1. wget aborts: $ wget -h Aborted $ echo $? 134 When I run $ strace wget -h I get a popup dialog titled "wget - Entry Point Not Found". The message in it says, "The procedure entry point libintl_setlocale could not be located in t

Re: Entry point not found

2004-11-22 Thread Larry Hall
At 04:23 PM 11/22/2004, you wrote: >All, > >I'm running cygwin on my win 2000 PC and >I keep getting the following pop-up error when compiling a bunch of C++ >code >that I know other people compile fine on their cygwin/win 2000 machines. > >Cc1plus.exe - Entry poin

Entry point not found

2004-11-22 Thread Crescioli, Phil
All, I'm running cygwin on my win 2000 PC and I keep getting the following pop-up error when compiling a bunch of C++ code that I know other people compile fine on their cygwin/win 2000 machines. Cc1plus.exe - Entry point not found The procedure entry point putc_unlocked coul

Re: cygwin v1.5.5-1: g++ produces "Entry Point Not Found" error

2003-09-27 Thread Christopher Faylor
On Sat, Sep 27, 2003 at 10:33:38AM -0400, Igor Pechtchanski wrote: >Ken, > >Adding a "." to the end of your PATH and then running "cygcheck -svr" >*from the directory where the problem occurs* would have shown that extra >cygwin1.dll (and its version) in the output. > >As a general advice (and I gu

Re: Cygwin v1.5.5-1: g++ produces "Entry Point Not Found" error

2003-09-27 Thread Igor Pechtchanski
l" the files. I wonder if this has anything to do > > > with the problem because I only found 1 copy of cygwin1.dll inside the > > > installed cygwin directory. > > > > > > Ken > > > > > > > > > > On Fri, 26 Sep 2003, Kin Ming N

Re: Cygwin v1.5.5-1: g++ produces "Entry Point Not Found" error

2003-09-26 Thread Kin Ming Ng
cessfully compiled several programs with g++ under > > > > Cygwin v1.3.20-1. But upon upgrading to Cygwin v1.5.5-1, the same > > > > programs that are compiled with the new g++ produces the error: > > > > "cc1plus.exe - Entry Point Not Found" - in a

Re: Cygwin v1.5.5-1: g++ produces "Entry Point Not Found" error

2003-09-26 Thread Kin Ming Ng
with the problem because I only found 1 copy of cygwin1.dll inside the > > installed cygwin directory. > > > > Ken > > > > > > > On Fri, 26 Sep 2003, Kin Ming Ng wrote: > > > > > > > I had successfully compiled several programs with g+

Re: Cygwin v1.5.5-1: g++ produces "Entry Point Not Found" error

2003-09-26 Thread Igor Pechtchanski
26 Sep 2003, Kin Ming Ng wrote: > > > > > I had successfully compiled several programs with g++ under > > > Cygwin v1.3.20-1. But upon upgrading to Cygwin v1.5.5-1, the same > > > programs that are compiled with the new g++ produces the error: > > > "

Re: Cygwin v1.5.5-1: g++ produces "Entry Point Not Found" error

2003-09-26 Thread Kin Ming Ng
w g++ produces the error: > > "cc1plus.exe - Entry Point Not Found" - in a popup window > > Inside the error window, it details: > > "The procedure entry point __getreent could not be located in the > > dynamic link library cygwin1.dll" > > > >

Re: Cygwin v1.5.5-1: g++ produces "Entry Point Not Found" error

2003-09-26 Thread Igor Pechtchanski
On Fri, 26 Sep 2003, Kin Ming Ng wrote: > I had successfully compiled several programs with g++ under > Cygwin v1.3.20-1. But upon upgrading to Cygwin v1.5.5-1, the same > programs that are compiled with the new g++ produces the error: > "cc1plus.exe - Entry Point Not Fo

Cygwin v1.5.5-1: g++ produces "Entry Point Not Found" error

2003-09-26 Thread Kin Ming Ng
I had successfully compiled several programs with g++ under Cygwin v1.3.20-1. But upon upgrading to Cygwin v1.5.5-1, the same programs that are compiled with the new g++ produces the error: "cc1plus.exe - Entry Point Not Found" - in a popup window Inside the error window,

Re: emacs - Entry Point not found error

2003-06-03 Thread Mani Krishnan Venkatachari
Hi Joe, Thanks for giving me a lead on the error. I noticed that the name conflicted with an existing application that had the same name for the libSM.dll and that created the problem. When, I uninstalled the application, emacs works fine. Regards, Mani. - Original Message -

Re: emacs - Entry Point not found error

2003-06-03 Thread Igor Pechtchanski
On Tue, 3 Jun 2003, Joe Buehler wrote: > Mani Krishnan Venkatachari wrote: > > > I installed the new version of cygwin recently. When I try to load > > emacs, it gives a dialog box with the following error. > > > > "The procedure entry point SmClientID could not be located in the dynamic link >

Re: emacs - Entry Point not found error

2003-06-03 Thread Joe Buehler
Mani Krishnan Venkatachari wrote: I installed the new version of cygwin recently. When I try to load emacs, it gives a dialog box with the following error. "The procedure entry point SmClientID could not be located in the dynamic link lilbrary lilbSM.dll" That library is in the Xfree86-bin pack

emacs - Entry Point not found error

2003-06-03 Thread Mani Krishnan Venkatachari
Hi, I installed the new version of cygwin recently. When I try to load emacs, it gives a dialog box with the following error. "The procedure entry point SmClientID could not be located in the dynamic link lilbrary lilbSM.dll" After this, the emacs doesn't load at all. Kindly help me ou

Re: gawk - cygwin1.dll error - Entry point not found islower()

2003-04-02 Thread Igor Pechtchanski
On Wed, 2 Apr 2003, Corinna Vinschen wrote: > On Wed, Apr 02, [EMAIL PROTECTED]:48:15PM +0200, [EMAIL PROTECTED] wrote: > > $ gawk --version > > gawk.exe - Entry point not found > > The Procedure entry point iswlower could not be located in > &g

Re: gawk - cygwin1.dll error - Entry point not found islower()

2003-04-02 Thread Corinna Vinschen
On Wed, Apr 02, 2003 at 12:48:15PM +0200, [EMAIL PROTECTED] wrote: > $ gawk --version > gawk.exe - Entry point not found > The Procedure entry point iswlower could not be located in > the dynamic link library cygwin1.dll > > Any ideas how to p

gawk - cygwin1.dll error - Entry point not found islower()

2003-04-02 Thread letters
After I updated all of my Cygwin, running the gawk binary gives very strange error message. A Windows dialog alert pops up saying: $ gawk --version => gawk.exe - Entry point not found The Procedure entry point iswlower could not be located in

Re: cpp0.exe- entry point not found

2003-02-28 Thread Max Bowsher
> On Fri, 28 Feb 2003, xiao chen wrote: > >> dear everyone, >> can anyone help me to handle this error? >> " the prodedure entry point _ctype_ could not be located in the >> dynamic link library cygwin1.dll" >> >> i guess the problem comes due to the mismatch of cygwin1.dll in my >> enviroment an

Re: cpp0.exe- entry point not found

2003-02-27 Thread Igor Pechtchanski
Chenxiao, On Fri, 28 Feb 2003, xiao chen wrote: > dear everyone, > can anyone help me to handle this error? > " the prodedure entry point _ctype_ could not be located in the dynamic link > library cygwin1.dll" > > i guess the problem comes due to the mismatch of cygwin1.dll in my > enviroment and

cpp0.exe- entry point not found

2003-02-27 Thread xiao chen
dear everyone, can anyone help me to handle this error? " the prodedure entry point _ctype_ could not be located in the dynamic link library cygwin1.dll" i guess the problem comes due to the mismatch of cygwin1.dll in my enviroment and in my project..they have different size and version. how can

Re: gcc installation problem - entry point not found

2003-01-16 Thread Max Bowsher
Steve Marks wrote: > I just installed gcc as part of a new cygwin installation. I did a > very simple test of gcc (compiling "Hello world") to see if it works. > I get a error pop up. The header says "cc1.exe - Entry Point Not > Found". The message is "The proc

gcc installation problem - entry point not found

2003-01-16 Thread Steve Marks
I just installed gcc as part of a new cygwin installation. I did a very simple test of gcc (compiling "Hello world") to see if it works. I get a error pop up. The header says "cc1.exe - Entry Point Not Found". The message is "The procedure entry point putc_unlocked co

Re: Error compiling: "cc1plus.exe - Entry Point Not Found" entry point putc_unlocked could not be located

2002-11-19 Thread Daryl Drome
--- Max Bowsher <[EMAIL PROTECTED]> wrote: > Daryl Drome <[EMAIL PROTECTED]> wrote: > > Sorry, I had the version number wrong. I just checked, > > and according to cygwin setup, I do have 1.3.15-2. > > Then you must have an old version of cygwin1.dll > somewhere in the PATH > before the correct on

Re: Error compiling: "cc1plus.exe - Entry Point Not Found" entry point putc_unlocked could not be located

2002-11-19 Thread Max Bowsher
Daryl Drome <[EMAIL PROTECTED]> wrote: > --- Max Bowsher <[EMAIL PROTECTED]> wrote: >> Daryl Drome <[EMAIL PROTECTED]> wrote: >>> The cygwin1.dll version is 1.3.15-1. >> >> putc_unlocked is present in 1.3.15-2. Get the latest >> version of Cygwin and >> the problem will probably go away. > > Sorry

Re: Error compiling: "cc1plus.exe - Entry Point Not Found" entry point putc_unlocked could not be located

2002-11-19 Thread Daryl Drome
--- Max Bowsher <[EMAIL PROTECTED]> wrote: > Daryl Drome <[EMAIL PROTECTED]> wrote: > > The cygwin1.dll version is 1.3.15-1. > > putc_unlocked is present in 1.3.15-2. Get the latest > version of Cygwin and > the problem will probably go away. Sorry, I had the version number wrong. I just checked

Re: Error compiling: "cc1plus.exe - Entry Point Not Found" entry point putc_unlocked could not be located

2002-11-19 Thread Max Bowsher
Daryl Drome <[EMAIL PROTECTED]> wrote: > I get a pop-up window with > the title "cc1plus.exe - Entry Point Not Found" and > the text "The procedure entry point putc_unlocked > could not be located in the dynamic link library > cygwin1.dll" > > The

Error compiling: "cc1plus.exe - Entry Point Not Found" entry point putc_unlocked could not be located

2002-11-19 Thread Daryl Drome
title "cc1plus.exe - Entry Point Not Found" and the text "The procedure entry point putc_unlocked could not be located in the dynamic link library cygwin1.dll" The cygwin1.dll version is 1.3.15-1. gcc is version 3.2 20020927. Looking through the cygwin mailing-list archives I f