Error: procedure entry point in cygreadline6.dll

2006-08-13 Thread doublehelix

Hello

I'm a novice cygwin user running cygwin on a Dell PC with Windows XP.
A couple of months ago an unrelated software package I tried to
install on my machine must have corrupted cygwin, because since then I
have been unable to run it.  Now when I try to start cygwin with
cygwin.bat, I always get the error from the bash.exe window:

The procedure entry point rl_variable_value could not be located in the dynamic
link library cygreadline6.dll

I've tried to uninstall and reinstall cygwin, but I get the exact same
message during the
preremove script runs.  A similar entry point error question in the
archive suggested that
an extra copy of the .dll caused the problem, but my searches yield
only one cygreadline6.dll.I also get a bash.exe.stackdump file after I
attempt to open cygwin, which I've included below.

Any suggestions on how to fix this problem, or cleanly
uninstall/reinstall cygwin without
using setup.exe or cygwin bash (since this error persists on these actions)?

Thanks,
Kate


Exception: STATUS_ACCESS_VIOLATION at eip=7C90EAE0eax=
ebx=00010002 ecx=00226020 edx=004C esi=6115C834 edi=C000
ebp=00226040 esp=00226028 program=C:\cygwin\bin\bash.exe, pid 3616,
thread main cs=001B ds=0023 es=0023 fs=003B gs= ss=0023   Stack
trace:   Frame Function Args

00226040 7C90EAE0 (, 6002, 00010002, )

0022E420 610207A6 (6115BA94, , 0003, 7C90D592)

0022E520 6101336C (0022E578, 0061004D, 00680063, 006E0069)

0022F530 61005EB3 (, , , )

End of stack trace

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Error: procedure entry point in cygreadline6.dll

2006-08-13 Thread René Berber
doublehelix wrote:

 Hello
 
 I'm a novice cygwin user running cygwin on a Dell PC with Windows XP.
 A couple of months ago an unrelated software package I tried to
 install on my machine must have corrupted cygwin, because since then I
 have been unable to run it. 

Do you know what package was that?   There are known problems with some
packages, so it may be helpful.

 Now when I try to start cygwin with
 cygwin.bat, I always get the error from the bash.exe window:
 
 The procedure entry point rl_variable_value could not be located in the
 dynamic link library cygreadline6.dll
 
 I've tried to uninstall and reinstall cygwin, but I get the exact same
 message during the preremove script runs.  A similar entry point error 
 question in the
 archive suggested that an extra copy of the .dll caused the problem, but my 
 searches yield
 only one cygreadline6.dll.I also get a bash.exe.stackdump file after I 
 attempt to open cygwin, which I've included below.
 
 Any suggestions on how to fix this problem, or cleanly uninstall/reinstall 
 cygwin without
 using setup.exe or cygwin bash (since this error persists on these actions)?
[snip]

Look for duplicates of cygwin1.dll, that's what usually other packages install
and is what breaks a Cygwin installation.

I've cc'ed this reply to the main Cygwin list because this has nothing to do
with cygwin-xfree.
-- 
René Berber


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Mrxvt requires the X Window System libraries and headers.

2006-08-13 Thread Larry Hall (Cygwin X)

bin wang wrote:

Hi

I try to install mrxvt from source code into cygwin. When I ./configure, 
I have the following errors in the config.log.


configure:3653: gcc -c -g -O2  conftest.c 5
conftest.c:2: error: parse error before me
configure:3659: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3803: checking for style of include used by make
configure:3831: result: none
configure:3859: checking dependency style of gcc
configure:3949: result: none
configure:3969: checking whether make sets $(MAKE)
configure:3993: result: no
configure:4011: checking for a BSD-compatible install
configure:4066: result: /usr/bin/install -c
configure:4242: checking how to run the C preprocessor
configure:4277: gcc -E  conftest.c
configure:4283: $? = 0
configure:4315: gcc -E  conftest.c
conftest.c :51:28: ac_nonexistent.h: No such file or directory
configure:4321: $? = 1
configure: failed program was:
| /* confdefs.h.  */


configure:4472: checking for X
configure:4577: gcc -E  conftest.c
configure:4583: $? = 0
configure:4633: gcc -o conftest.exe -g -O2 -Wall -fPIC   conftest.c 
-lXt  5
conftest.c:1: warning: -fPIC ignored for target (all code is position 
independent)
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: 
cannot find -lXt

collect2: ld returned 1 exit status
configure:4639: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME mrxvt
| #define PACKAGE_TARNAME mrxvt
| #define PACKAGE_VERSION 0.4.2
.
configure:4692: result: no
configure:4707: error: Mrxvt requires the X Window System libraries and 
headers.


I also add this environment variables.
export CYGWIN_LIBX11=/usr/X11R6/lib
export LD_LIBRARY_PATH=/usr/X11R6/lib
:$LD_LIBRARY_PATH

But it still doesn't work. What's the problem?



Perhaps you didn't install the xorg-x11-devel package?  Kind of hard to tell
without the information requested in the problem reporting guidelines:


Problem reports:   http://cygwin.com/problems.html



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Mrxvt requires the X Window System libraries and headers.

2006-08-13 Thread bin wang

Thank for reply.

I did install xorg-x11-devel binary. I try to install its source code a 
couple times. Installation looks succesful, but it isn't there when I rerun 
the Setup.exe. I attach the cygcheck.out.


Kind Regards,
Bin



From: Larry Hall (Cygwin X) [EMAIL PROTECTED]
Reply-To: cygwin-xfree@cygwin.com
To: cygwin-xfree@cygwin.com
Subject: Re: Mrxvt requires the X Window System libraries and headers.
Date: Sun, 13 Aug 2006 21:24:52 -0400

bin wang wrote:

Hi

I try to install mrxvt from source code into cygwin. When I ./configure, I 
have the following errors in the config.log.


.
configure:4692: result: no
configure:4707: error: Mrxvt requires the X Window System libraries and 
headers.


I also add this environment variables.
export CYGWIN_LIBX11=/usr/X11R6/lib
export LD_LIBRARY_PATH=/usr/X11R6/lib
:$LD_LIBRARY_PATH

But it still doesn't work. What's the problem?



Perhaps you didn't install the xorg-x11-devel package?  Kind of hard to 
tell

without the information requested in the problem reporting guidelines:


Problem reports:   http://cygwin.com/problems.html



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


Cygwin Configuration Diagnostics
Current System Time: Mon Aug 14 11:30:55 2006

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
.
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\oracle\product\10.2.0\db_1\bin
c:\oracle\ora92\bin
c:\Program Files\Oracle\jre\1.3.1\bin
c:\Program Files\Oracle\jre\1.1.8\bin
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\ATI Technologies\ATI Control Panel
c:\Program Files\QuickTime\QTSystem\
C:\cygwin\usr\X11R6\bin
C:\cygwin\usr\X11R6\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 13677(WangB)   GID: 10513(Domain Users)
544(Administrators) 545(Users)
10513(Domain Users) 11650(GG-AllUsers)
13644(GG-Citrix-Sportex-Access) 13689(GG-DBA)
11619(GG-Engineering)   11625(GG-Infrastructure)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 13677(WangB)   GID: 10513(Domain Users)
544(Administrators) 545(Users)
10513(Domain Users) 11650(GG-AllUsers)
13644(GG-Citrix-Sportex-Access) 13689(GG-DBA)
11619(GG-Engineering)   11625(GG-Infrastructure)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'WangB'
PWD = '/cygdrive/c/binw_home'
HOME = '/cygdrive/c/binw_home'
MAKE_MODE = 'unix'

HOMEPATH = '\'
MANPATH = 
'/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/share/qt3/doc/man'

APPDATA = 'C:\Documents and Settings\wangb\Application Data'
HOSTNAME = 'GLELAP-0196'
XKEYSYMDB = '/usr/X11R6/lib/X11/XKeysymDB'
TERM = 'xterm'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 14 Stepping 8, GenuineIntel'
WINDIR = 'C:\WINDOWS'
PERL5LIB = 
'C:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86;C:\oracle\product\10.2.0\db_1\perl\5.8.3\lib;C:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86;C:\oracle\product\10.2.0\db_1\perl\site\5.8.3;C:\oracle\product\10.2.0\db_1\perl\site\5.8.3\lib;C:\oracle\product\10.2.0\db_1\sysman\admin\scripts;'

WINDOWID = '14680078'
QTDIR = '/usr/lib/qt3'
OLDPWD = '/'
USERDOMAIN = 'AU'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
XAPPLRESDIR = '/usr/X11R6/lib/X11/app-defaults'
XTERM_SHELL = '/usr/bin/bash'
XCMSDB = '/usr/X11R6/lib/X11/Xcms.txt'
!:: = '::\'
TEMP = '/cygdrive/c/DOCUME~1/wangb/LOCALS~1/Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
XNLSPATH = '/usr/X11R6/lib/X11/locale'
TERMCAP = 'xterm-r6|xterm|xterm X11R6 
version:am:km:mi:ms:xn:co#80:it#8:li#24:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\EOB:ke=\E[?1l\E:kh=\E[1~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:us=\E[4m:kb=\010:'

QTJAVA =