Re: command please help me

2023-03-24 Thread Mark Hansen via Cygwin

On 3/24/2023 6:23 AM, blockold wolf uchiwa via Cygwin wrote:

I don't know how to crack a .rar file please help me




https://lmgtfy.app/#gsc.tab=0=RAR%20file%20extractor

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


command please help me

2023-03-24 Thread blockold wolf uchiwa via Cygwin
I don't know how to crack a .rar file please help me

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


Re: Please help me unsubscribe from cygwin-dig...@cygwin.com (unsubscribe wb0...@yahoo.com)

2020-03-06 Thread Eliot Moss

You can also try via the form on this page:

https://cygwin.com/lists.html#unsubscribe-simple

Did you try that already?   Regards - EM

--
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



Please help me unsubscribe from cygwin-dig...@cygwin.com (unsubscribe wb0...@yahoo.com)

2020-03-06 Thread wb0gaz.yahoo.com via cygwin
This is not working:

To unsubscribe from the digest, e-mail:
cygwin-digest-unsubscr...@cygwin.com

--
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



Re: please help me

2019-02-19 Thread cygwinautoreply
>I installed ns2.35 for windows 7 package i miss bashrc file and cygwin
>desktop shortcut shows that couldn't compute FAST_CWD pointer so please
>show me how to solve this problem and where i get bashrc file


https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings

--
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



please help me

2019-02-19 Thread Mesfin Amezene
I installed ns2.35 for windows 7 package i miss bashrc file and cygwin
desktop shortcut shows that couldn't compute FAST_CWD pointer so please
show me how to solve this problem and where i get bashrc file

--
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



can some one please help me fix compiling errors related to winsock and sys/types and fd_set...etc

2009-12-24 Thread Josh

I have a 64bit Vista machine.

Please help me fix these two errors so I can compile, they seem to be related 
to winsock in some way

PLEASE HELP

I'm trying to compile a C program and here is what I'm getting:

bash-3.2$ make -f Makefile
gcc -O3 -oibsp.exe main.c gl.c string.c physics.c camera.c interface.c model.c t
iming.c light.c ext.c os.c net.c crypt.c -L./gl -lopengl32 -lglu32 -lkernel32
-luser32 -lgdi32 -lwinmm -lcomdlg32 -lws2_32 -lzdll
In file included from net.h:7,
/usr/lib/gcc/i686-pc-cygwin/4.3.2/../../../../include/w32api/winsock2.h:103:2: w
arning: #warning fd_set and associated macros have been defined in sys/types.
    This may cause runtime problems with W32 sockets
In file included from main.c:22:
net.h:30: warning: empty declaration
main.c: In function
 'main':
main.c:3456: warning: incompatible implicit declaration of built-in function 'si
n'
main.c:3458: warning: incompatible implicit declaration of built-in function 'co
s'
main.c:3479: warning: incompatible implicit declaration of built-in function 'si
n'
main.c:3481: warning: incompatible implicit declaration of built-in function 'co
s'
main.c:3502: warning: incompatible implicit declaration of built-in function 'co
s'
main.c:3504: warning: incompatible implicit declaration of built-in function 'si
n'
main.c:3522: warning: incompatible implicit declaration of built-in function 'co
s'
main.c:3524: warning: incompatible implicit declaration of built-in function 'si
n'
main.c:3793: warning: incompatible implicit declaration of built-in function 'co
s'
main.c:3795: warning: incompatible implicit declaration of built-in function 'si
n'
main.c:3837: warning: incompatible implicit declaration
 of built-in function 'co
s'
main.c:3839: warning: incompatible implicit declaration of built-in function 'si
n'
main.c:3877: warning: incompatible implicit declaration of built-in function 'si
n'
main.c:3879: warning: incompatible implicit declaration of built-in function 'co
s'
main.c:3920: warning: incompatible implicit declaration of built-in function 'si
n'
main.c:3922: warning: incompatible implicit declaration of built-in function 'co
s'
gl.c: In function 'matrix_rotate_x':
gl.c:833: warning: incompatible implicit declaration of built-in function 'cosf'

gl.c:834: warning: incompatible implicit declaration of built-in function 'sinf'

gl.c: In function 'matrix_rotate_y':
gl.c:855: warning: incompatible implicit declaration of built-in function 'cosf'

gl.c:856: warning: incompatible implicit declaration of built-in function 'sinf'

gl.c: In function 'matrix_rotate_z':
gl.c:876:
 warning: incompatible implicit declaration of built-in function 'cosf'

gl.c:877: warning: incompatible implicit declaration of built-in function 'sinf'

gl.c: In function 'matrix_perspective':
gl.c:898: warning: incompatible implicit declaration of built-in function 'tanf'

physics.c: In function 'length':
physics.c:53: warning: incompatible implicit declaration of built-in function 's
qrtf'
interface.c: In function 'draw_arrow':
interface.c:3392: warning: incompatible implicit declaration of built-in functio
n 'acosf'
In file included from net.h:7,
 from net.c:1:
/usr/lib/gcc/i686-pc-cygwin/4.3.2/../../../../include/w32api/winsock2.h:103:2: w
arning: #warning fd_set and associated macros have been defined in sys/types.
    This may cause runtime problems with W32 sockets
In file included
 from net.c:1:
net.h:30: warning: empty declaration
net.c: In function 'net_init':
net.c:112: error: 'struct _types_fd_set' has no member named 'fd_count'
net.c:113: error: 'struct _types_fd_set' has no member named 'fd_array'
crypt.c: In function 'init_md5':
crypt.c:69: warning: incompatible implicit declaration of built-in function 'flo
or'
crypt.c:69: warning: incompatible implicit declaration of built-in function 'sin
'
crypt.c:69: warning: incompatible implicit declaration of built-in function 'pow
'
make: *** [ibsp.exe] Error 1

Alright I was able get Cygwin working and GCC and the makefile program 
installed and the path variable set with
export PATH=$PATH:/bin:/usr/bin

for command like ls and such

and

export PATH=$PATH:/lib

for gcc

then I made a directory in /usr/ibs
I put all of the ibs stuff there to be compiled.

I did:

make -f Makefile

to run
 the make file.

It gave me several warnings and two errors. 

The two errors are:

net.c:112: error: 'struct _types_fd_set' has no member named 'fd_count'
net.c:113: error: 'struct _types_fd_set' has no member named 'fd_array'

I have done some research and I think it is due to the winsock stuff in the 
win32 api not compiling properly for some reason. I'm thinking there is some 
other version of the winsock.h and winsock2.h I need other then the ones that 
came by default in C:\cygwin\usr\include\w32api . Soo this is what I'm trying 
to figure out.

Can someone please help =)? Well that's where I got so far in compiling I'll 
continue to research for a fix for this.

I wanted add about the:

net.c:112: error

Re: can some one please help me fix compiling errors related to winsock and sys/types and fd_set...etc

2009-12-24 Thread Mark Geisert
Josh writes:
[...a bunch of detailed stuff...]

If this were really a Cygwin program you likely wouldn't be #include-ing
winsock.h.  Is this a native Windows program you're just trying to build with
gcc?  If so, you likely don't want Cygwin, you want MinGW, a separate project
with different goals.  Look it up.

If that's not the case, you're going to have to slow down... you've got more
than two errors to worry about.  What I would do is forget '-O3' until stuff
builds and use '-c' on each source file one at a time to make sure each
compiles.  In any case with Cygwin you don't want to be linking against winsock
anyway; Cygwin supplies the network functions itself.

You'll need more assistance than I can give, so good luck.  Others here may be
able to help.
Cheers,

..mark




--
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



Re: can some one please help me fix compiling errors related to winsock and sys/types and fd_set...etc

2009-12-24 Thread Andy Koppe
2009/12/25 Mark Geisert:
 Josh writes:
 [...a bunch of detailed stuff...]

 If this were really a Cygwin program you likely wouldn't be #include-ing
 winsock.h.  Is this a native Windows program you're just trying to build with
 gcc?  If so, you likely don't want Cygwin, you want MinGW, a separate project
 with different goals.  Look it up.

Cygwin ships with MinGW as part of the gcc (not gcc-4) package. To use
it, you need to invoke gcc-3 with the -mno-cygwin option.

Andy

--
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



Please, Help me!

2009-10-07 Thread Luis Junior
Hello, (Excuse me for my bad English)  


I am from Brazil and I am asking for a small help.  
  
I could invent histories, but I think the truth works better! I am without 
work and I lost the hopes, this is last resource asking for donation 
through internet.
  
I never thought that I would ask for donations, because I always worked a 
lot, but I had some big problems.  


This help will make me to work again, I worked in home before, and this was 
impossible... now I don't get to think in anything, because I don't have 
not even how to to maintain my house.
  
My happiness is that I have friends that help me, besides a friend is 
helping each other me now with the sending of these emails.  
  

If you can help, even with a small value I will be eternally thankful.  
  
I am receiving donations through Paypal.com, for safety. 

If you can help me with just $1, It will be a great help, because I believe 
that many can help.


For donations:
My Paypal.com Account:  luisj...@gmail.com
  
  
  
Thank you very much and excuse me.

Luis Junior
luisj...@gmail.com


--
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/



Please, Help me!

2009-10-07 Thread Luis Junior
Hello, (Excuse me for my bad English)  


I am from Brazil and I am asking for a small help.  
  
I could invent histories, but I think the truth works better! I am without 
work and I lost the hopes, this is last resource asking for donation 
through internet.
  
I never thought that I would ask for donations, because I always worked a 
lot, but I had some big problems.  


This help will make me to work again, I worked in home before, and this was 
impossible... now I don't get to think in anything, because I don't have 
not even how to to maintain my house.
  
My happiness is that I have friends that help me, besides a friend is 
helping each other me now with the sending of these emails.  
  

If you can help, even with a small value I will be eternally thankful.  
  
I am receiving donations through Paypal.com, for safety. 

If you can help me with just $1, It will be a great help, because I believe 
that many can help.


For donations:
My Paypal.com Account:  luisj...@gmail.com
  
  
  
Thank you very much and excuse me.

Luis Junior
luisj...@gmail.com


--
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



Fatal error while trying to use X11 in Cygwin... Please help me! Thank you!

2004-10-14 Thread Philippe Wang
Hello,
I have just installed Cygwin and it works for what I really need to do.
However, when I want to try X11 with the command x, a fatal error 
occurs.
Could you help me please ?

Thank you very much,
Philip
(novice user of Linux- and any other related things...)
---
The log file :
$ cat XWin.log
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.1.0-1
Contact: [EMAIL PROTECTED]
XWin was started with the following command line:
x -br
ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
(WW) /tmp mounted int textmode
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to lack of 
shar
ed memory support in the kernel
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: 040C (040c)
(--) Using preset keyboard for French (Standard) (40c), type 4
(--) 5 mouse buttons found
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing 
from li
st!

Fatal server error:
could not open default font 'fixed'
winDeinitMultiWindowWM - Noting shutdown in progress
_
Trouvez l'âme soeur sur MSN Rencontres http://g.msn.fr/FR1000/9551


Re: Fatal error while trying to use X11 in Cygwin... Please help me! Thank you!

2004-10-14 Thread Alexander Gottwald
Philippe Wang wrote:


 Fatal server error:
 could not open default font 'fixed'

Can you please try running font-update. What does it output?

bye
ago
NP: NamNamBulu - Forgiving (Transformation Mix)
-- 
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723


please help me

2004-09-20 Thread electa
If I try to retrieve again all my installed packets, using download from
internet and the reinstall option, which marks all my packages with
retrieve, I get An error occurred while
downloading (in the window the bar was near end, and the package name is
_update_info_dir...ecc)
Setup tries to re-download all, and again the same error.

How to solve it?




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



Re: please help me

2004-09-20 Thread Larry Hall
At 01:03 PM 9/20/2004, you wrote:
If I try to retrieve again all my installed packets, using download from
internet and the reinstall option, which marks all my packages with
retrieve, I get An error occurred while
downloading (in the window the bar was near end, and the package name is
_update_info_dir...ecc)
Setup tries to re-download all, and again the same error.

How to solve it?

Try installing from your local directory.  That might work/avoid the problem.


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


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



Please Help me....

2004-07-27 Thread utomo restu
Dear All

I'm a newbe, now i want to use postgresql on windows,
1. i install Cygwin on windows XP... after that
2. i run the command  /usr/sbin/cygwin  ... and than
3. i run the command  inittdb -D /usr/local/pgsql/data -W -E LATIN1, but
   the output is ... inittdb failed, but directory pgsql no data
i hope any one from all can help me.
thank a lot for help me..

best regards

Andhie
-- 
__
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze

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



Re: Please Help me....

2004-07-27 Thread Carlo Florendo
utomo restu wrote:
Dear All
I'm a newbe, now i want to use postgresql on windows,
1. i install Cygwin on windows XP... after that
2. i run the command  /usr/sbin/cygwin  ... and than
 

There is no command named cygwin.  You might have meant cygserver. 
 

3. i run the command  inittdb -D /usr/local/pgsql/data -W -E LATIN1, but
  the output is ... inittdb failed, but directory pgsql no data
i hope any one from all can help me.
thank a lot for help me..
best regards
Andhie
 

When posting for inquiries in this list, you should be more specific.  
See http://cygwin.com/problems.html

Regarding you postgresql inquiry, see 
http://www.cygwin.com/ml/cygwin/2004-07/msg00785.html

Thanks!
Best Regards,
Carlo Florendo y Flora
Astra Philippines Inc.
www.astra.ph


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


MySQL Doesn't Respond After Cygwin Install, Please Help Me.

2004-07-22 Thread Will Martell
Hello All,
Thank you for reading this email.
I have the following Configuration
Windows 2000 Server
MySQL Win32 Binaries Installed
Current Release of Cygwin installed
I am trying to access  mysql from the bash shell rather than the command 
line.
It was working fine until now, but for some reason I can't issue 
commands to mysql from the bash shell.
I have tried to uninstall and reinstall Cygwin.
I have tried to uninstall and reinstall MySQL.

But the problem is still there.
I can connect from the C: prompt and I can issue a select statement from 
the BASH shell if I put the -e flag after mysql., but I can not just 
type mysql and get the standard, Welcome to MySQL blah blah..

example.
$ mysql
nothing happens. But if I do this
$ mysql -e select * from user mysql
I get rows returned.

If anyone can shed some light on this problem, I would appreciate it.  I 
am a newbie at GNU Shells.

Thanks

+-+-+
| Variable_name   | Value  
   
  |
+-+-+
| back_log| 50 
   
  |
| basedir | C:\mysql\  
   
  |
| binlog_cache_size   | 32768  
   
  |
| character_set   | latin1 
   
  |
| character_sets  | latin1 big5 czech euc_kr gb2312 gbk sjis tis620 
ujis dec8 dos german1 hp8 koi8_ru latin2 swe7 usa7 cp1251 danish hebrew win1251 
estonia hungarian koi8_ukr win1251ukr greek win1250 croat cp1257 latin5 |
| concurrent_insert   | ON 
   
  |
| connect_timeout | 5  
   
  |
| datadir | C:\mysql\data\ 
   
  |
| delay_key_write | ON 
   
  |
| delayed_insert_limit| 100
   
  |
| delayed_insert_timeout  | 300
   
  |
| delayed_queue_size  | 1000   
   
  |
| flush   | OFF
   
  |
| flush_time  | 1800   
   
 

RE: MySQL Doesn't Respond After Cygwin Install, Please Help Me.

2004-07-22 Thread Dave Korn
 -Original Message-
 From: cygwin-owner On Behalf Of Will Martell
 Sent: 22 July 2004 12:35

 Hello All,
 
 Thank you for reading this email.
 
 I have the following Configuration
 Windows 2000 Server
 MySQL Win32 Binaries Installed
 Current Release of Cygwin installed


 I can connect from the C: prompt and I can issue a select 
 statement from the BASH shell if I put the -e flag 
 after mysql., 
  ^^^
  You omitted to mention that bit last time, which caused me some confusion!

 but I can not just 
 type mysql and get the standard, Welcome to MySQL blah blah..

  Hmm.  Two thoughts:

#1.  Maybe something's gone wrong with the cygwin ttymode/terminfo stuff,
and MySQL is actually printing that out and working in general, but
nothing's being displayed.  You could find that out by trying to enter a few
commands typing blind that maybe create or delete a table or record and
see if they turn out to have the actual effect on the database/tables that
you'd expect.

#2.  Is the MySQL Win32 binary install perhaps built under cygwin, and maybe
installs its own version of the dll?  Run cygcheck -s -v -r  cygcheck.out
in a bash shell, then send the cygcheck.out file - as an attachment please!
- to the list.  Maybe we'll see something in your environment that explains
it all.


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


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



RE: MySQL Doesn't Respond After Cygwin Install, Please Help Me.

2004-07-22 Thread Will Martell
Thank you very very much for responding.

:You could find that out by trying to enter a few commands typing 
:blind that maybe create or delete a table or record and see if they 
:turn out to have the actual effect on the database/tables that you'd 
:expect.

I performed the typing blind test and everyone went as expected.
I created a table then I populated the table with one row.
I have attached my session from the bash shell for your review.

:Is the MySQL Win32 binary install perhaps built under cygwin??
No, I installed the binary seperate.  Then I installed Cygwin.
And I was able to see the connection to mysql for a few days with
no problems at all.  But.. I got greedy, and excited about learning
the new Cygwin Environment. In hopes that I could make the full 
migration to Linux from Win32.  After I installed the FULL Cygwin
install with all the packages, I lost my ability to see the connection 
to mysql.

:Run cygcheck -s -v -r  cygcheck.out in a bash shell, then send the 
:cygcheck.out file - as an attachment please!- to the list.  Maybe we'll 
:see something in your environment that explains it all.

OK.  I ran the cygcheck and I have attached that for your review.
Thanks again for your help.
William Martell
Dallas Texas

Cygwin Configuration Diagnostics
Current System Time: Thu Jul 22 07:54:43 2004

Windows 2000 Server Ver 5.0 Build 2195 

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\Program Files\PHP\cli\
c:\Program Files\PHP
c:\Program Files\Oracle\jre\1.1.7\bin
c:\EGCS-1.1.2\Bin
c:\Program Files\Borland\bcc55\Bin
c:\Program Files\Perl\bin
c:\MySQL\bin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
c:\WINNT\system32\nls
c:\WINNT\system32\nls\ENGLISH
c:\Program Files\IGC\DWG Viewer
c:\PROGRA~1\COMMON~1\CYCOSH~1
c:\PROGRA~1\COMMON~1\AUTODE~1
c:\cygwn\bin
Z
.\
Y
.\
X
.\

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 500(Administrator) GID: 513(None)
513(None)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 500(Administrator) GID: 513(None)
0(root) 513(None)
544(Administrators) 546(Guests)
545(Users)  1011(ORA_DBA)

SysDir: C:\WINNT\System32
WinDir: C:\WINNT

CYGWIN = `ntsec tty'
HOME = `C:\cygwin\home\Administrator'
MAKE_MODE = `unix'
PWD = `/home/Administrator'
USER = `Administrator'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Administrator\Application Data'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `B06SQU'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
FSCFG = `L:\MFGSYS\FS.CFG'
HOMEDRIVE = `C:'
HOMEPATH = `\'
HOSTNAME = `b06squ'
INFOPATH = 
`/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LOGONSERVER = `\\B06SQU'
MANPATH = 
`/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man:/usr/X11R6/man'
NUMBER_OF_PROCESSORS = `1'
NWLANGUAGE = `ENGLISH'
OLDPWD = `/usr/bin'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.PHP;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PKG_CONFIG_PATH = `/usr/X11R6/lib/pkgconfig'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 3 Stepping 1, AuthenticAMD'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0301'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
[EMAIL PROTECTED] \[\033[33m\w\033[0m\]
$ '
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
S_USER = `wmartell'
TEMP = `C:\WINNT\TEMP'
TERM = `cygwin'
TEXMF = `{/usr/share/lilypond/2.2.2,/usr/share/texmf}'
TMP = `C:\WINNT\TEMP'
USERDOMAIN = `B06SQU'
USERNAME = `Administrator'
USERPROFILE = `C:\Documents and Settings\Administrator'
WINDIR = `C:\WINNT'
WINDOWS_LOGIN = `0'
WKSNAME = `Will Martell'
_ = `/usr/bin/cygcheck'
POSIXLY_CORRECT = `1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
  (default) = `\\.\tape1:'
  unix = `/dev/st1'
  fbinary = 0x
  fsilent = 0x0001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
  (default) = `\\.\tape0:'
  unix = `/dev/st0'
  fbinary = 0x
  fsilent = 0x0001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
  (default) = `\\.\b:'
  unix = `/dev/fd1'
  fbinary = 0x
  fsilent = 0x0001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL 

RE: MySQL Doesn't Respond After Cygwin Install, Please Help Me.

2004-07-22 Thread Dave Korn
 -Original Message-
 From: Will Martell 
 Sent: 22 July 2004 14:07

 :You could find that out by trying to enter a few commands typing 
 :blind that maybe create or delete a table or record and see if they 
 :turn out to have the actual effect on the database/tables that you'd 
 :expect.
 
 I performed the typing blind test and everyone went as expected.
 I created a table then I populated the table with one row.
 I have attached my session from the bash shell for your review.

snip
[EMAIL PROTECTED] ~
$ mysql -e create table cygwin(test varchar(25) not null default
'test')Type=MyISAM mysql

[EMAIL PROTECTED] ~
$ mysql -e insert into cygwin(test) values ('test works') mysql

[EMAIL PROTECTED] ~
$ mysql -e select * from cygwin mysql
test
test works

snip

That's not what I meant; we know that using mysql -e works, what I meant
was to just run mysql, and then, even though you can't see any output from
it, try typing those commands, just in case it is actually working but all
the output is getting lost.

 :Is the MySQL Win32 binary install perhaps built under cygwin??
 
 No, I installed the binary seperate.  

  That's not the point.  The question is, did the people who you got it from
build it with/under cygwin, because if so, their binary install might have
part of the cygwin package in it, and that could clash with your main cygwin
install.

 OK.  I ran the cygcheck and I have attached that for your review.

   c:\cygwn\bin

  What's this?  An old partial install of cygwin or something?  That could
cause problems.

   c:\EGCS-1.1.2\Bin

  What's this?  A very very old MinGW compiler install or something?  That
could cause problems.

  653k 1998/10/30 c:\MySQL\bin\cygwinb19.dll - os=4.0 img=1.0 sys=4.0
  cygwinb19.dll v0.0 ts=1998/7/15 12:50

  Yes, as I thought.  The version of MySQL you installed is in fact a cygwin
executable, compiled under cygwin, and it comes with an out-of-date version
of the cygwin dll, and quite possibly a number of other executables that are
clashing with the cygwin versions.  That could also cause problems.

  So, resolving it.  Hmm.  Basically, that MySQL binary install is never
going to be compatible with the cygwin on your system.  If I were you I'd
try building MySQL from source code, using your current and up-to-date
cygwin installation, and if that works, get rid of the old one.


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


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



Please help me

2003-03-04 Thread Joshua S. Abbott
could some please create a rsa key pair and send it to me please
i'm having major trouble

Thanks


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Please help me

2003-03-04 Thread Max Bowsher
Joshua S. Abbott wrote:
 could some please create a rsa key pair and send it to me please

That would rather defeat the point of security. You wouldn't ask someone
you've never met to choose a password for you, would you?


Max.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



I'm having trouble again... Please help me...

2002-03-28 Thread WayharenMudding

I loved this cygwin compiler before my computer crashed, and now I cannot get 
it to work...  I installed from the internet and get no cygwin1.dll file with 
it.  I downloaded the dll from the internet, and it still doesn't work... It 
gives me this error...

$ make
gcc -c -Wall -O -g  act_comm.c
gcc: installation problem, cannot exec 
`/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5
/cpp0.exe': Permission denied
make: *** [act_comm.o] Error 1

If I just compile the program I'm making, and try to run the .exe, it prompts 
me with Missing required cygwin1.dll... Do you know how I can get this to 
work?  Thanks.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/