public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Help!
@ 2018-10-26  8:35 Tomas Ukkonen
  0 siblings, 0 replies; 57+ messages in thread
From: Tomas Ukkonen @ 2018-10-26  8:35 UTC (permalink / raw)
  To: Tomas Ukkonen, president, careers, Xapo Debit Card, eadam, cia,
	cygwin, sundar.pichai, billg, airlinerelations, Jani Engberg

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 388 bytes --]

My CNS is destroyed somehow!

I’m being murdered.

I have worked as Senior Analytic and Scientist (Itella TGM, TKK)

Tomas Ukkonen
Sent from ProtonMail Mobile\0ТÒÐÐ¥\a&ö&ÆVÒ\a&W\x06÷'G3¢\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒ÷\a&ö&ÆV×2æ‡FÖÀФd\x15\x13¢\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöf\x17\x12ðФFö7VÖVçF\x17F–öã¢\x02\x02\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöFö72æ‡FÖÀÐ¥Vç7V'67&–&R\x06–æfó¢\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöÖÂò7Vç7V'67&–&R×6–×\x06ÆPРÐ

^ permalink raw reply	[flat|nested] 57+ messages in thread

* RE: help!!!!
  2008-01-17 19:04   ` help!!!! Marc/MDPI314
@ 2008-01-17 19:36     ` Dave Korn
  0 siblings, 0 replies; 57+ messages in thread
From: Dave Korn @ 2008-01-17 19:36 UTC (permalink / raw)
  To: cygwin

On 17 January 2008 18:38, Marc/MDPI314 wrote:


> Indeed, I have a similar problem with PATH variable, but I noticed this
> was not caused by spaces,
> but by the fact that Windows PATH is not case sensitive (and may contain
> "program files" or "Program Files") ...
> and it's naturally wrong under cygwin which is case sensitive.
> My errors occured in "configure" scripts (many different applications)
> when configure is searching commands trough PATH variable.
> So I modified the cygwin.bat batch file too force a clean PATH with only
> C:\WINDOWS and C:\WINDOWS\system32, translated into cygwin  by
> /cygdrive/c/WINDOWS and /cygdrive/c/WINDOWS/system32
> 
> There's perhaps something to do about that.

  We could perhaps add an option to cygpath to fix up the case of paths passed in.  In the absence of that, constructs like:

cygpath -p `cygpath -ws 'C:\program files \'`

can work around the problem by using the short name - thus fixing both spaces and cases at the same time!

    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/

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: help!!!!
  2008-01-17 18:45 ` help!!!! Larry Hall (Cygwin)
@ 2008-01-17 19:04   ` Marc/MDPI314
  2008-01-17 19:36     ` help!!!! Dave Korn
  0 siblings, 1 reply; 57+ messages in thread
From: Marc/MDPI314 @ 2008-01-17 19:04 UTC (permalink / raw)
  To: cygwin


Larry Hall (Cygwin) wrote
> octavian andrei wrote:
>> Hi,
>>
>> I installed cygwin in my PC. After that, I also wanted to install "The
>> Jam utility" (http://www.perforce.com/jam/jam.html).  I encountered
>> some problems and the reason is because the PATH variable (printenv
>> PATH) contains some Windows-based directories (like:
>> /usr/X11R6/bin:/cygdrive/c/Programes Files/Common Files/Symbian/Tools)
>
>
> Huh?  Those look like POSIX paths to me.
>
>
>> I tried to run "jam.exe" and the error was "This application has
>> failed because cygwin1.dll was not found. Re-installing the appication
>> may fix this problem"
>>
>> Any suggestion how to remove the space character from the PATH variable?
>
>
> Sounds to me like the problem is that the directory with 'cygwin1.dll'
> in it is missing from your path in whatever shell/console you're
> running 'jam.exe' from.  If that's not true, perhaps it's best to back
> up and provide us with a step-by-step sequence that reproduces the
> problem in context.  Having full path names with spaces in your path
> is not a guaranteed problem.
>
>
Indeed, I have a similar problem with PATH variable, but I noticed this 
was not caused by spaces,
but by the fact that Windows PATH is not case sensitive (and may contain 
"program files" or "Program Files") ...
and it's naturally wrong under cygwin which is case sensitive.
My errors occured in "configure" scripts (many different applications) 
when configure is searching commands trough PATH variable.
So I modified the cygwin.bat batch file too force a clean PATH with only 
C:\WINDOWS and C:\WINDOWS\system32, translated into cygwin  by
/cygdrive/c/WINDOWS and /cygdrive/c/WINDOWS/system32

There's perhaps something to do about that.


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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: help!!!!
  2008-01-17 15:59 help!!!! octavian andrei
@ 2008-01-17 18:45 ` Larry Hall (Cygwin)
  2008-01-17 19:04   ` help!!!! Marc/MDPI314
  0 siblings, 1 reply; 57+ messages in thread
From: Larry Hall (Cygwin) @ 2008-01-17 18:45 UTC (permalink / raw)
  To: cygwin

octavian andrei wrote:
> Hi,
> 
> I installed cygwin in my PC. After that, I also wanted to install "The
> Jam utility" (http://www.perforce.com/jam/jam.html).  I encountered
> some problems and the reason is because the PATH variable (printenv
> PATH) contains some Windows-based directories (like:
> /usr/X11R6/bin:/cygdrive/c/Programes Files/Common Files/Symbian/Tools)


Huh?  Those look like POSIX paths to me.


> I tried to run "jam.exe" and the error was "This application has
> failed because cygwin1.dll was not found. Re-installing the appication
> may fix this problem"
> 
> Any suggestion how to remove the space character from the PATH variable?


Sounds to me like the problem is that the directory with 'cygwin1.dll'
in it is missing from your path in whatever shell/console you're
running 'jam.exe' from.  If that's not true, perhaps it's best to back
up and provide us with a step-by-step sequence that reproduces the
problem in context.  Having full path names with spaces in your path
is not a guaranteed problem.


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

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* help!!!!
@ 2008-01-17 15:59 octavian andrei
  2008-01-17 18:45 ` help!!!! Larry Hall (Cygwin)
  0 siblings, 1 reply; 57+ messages in thread
From: octavian andrei @ 2008-01-17 15:59 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

Hi,

I installed cygwin in my PC. After that, I also wanted to install "The
Jam utility" (http://www.perforce.com/jam/jam.html).  I encountered
some problems and the reason is because the PATH variable (printenv
PATH) contains some Windows-based directories (like:
/usr/X11R6/bin:/cygdrive/c/Programes Files/Common Files/Symbian/Tools)

I tried to run "jam.exe" and the error was "This application has
failed because cygwin1.dll was not found. Re-installing the appication
may fix this problem"

Any suggestion how to remove the space character from the PATH variable?

Thank you for your time
Octavian

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 12995 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Thu Jan 17 16:09:09 2008

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:\Program Files\Common Files\Symbian\Tools
	c:\Program Files\CSL Arm Toolchain\bin
	c:\Program Files\Nokia\Perl\bin\
	c:\Program Files\PC Connectivity Solution\
	c:\texmf\miktex\bin
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\Program Files\Microsoft SQL Server\90\Tools\binn\
	c:\matlabr12\bin\win32
	c:\Program Files\Leica Geosystems\Shared
	c:\Program Files\Leica Geosystems\SkiPro\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1004(admin)    GID: 513(None)
0(root)             513(None)           544(Administrators) 545(Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1004(admin)    GID: 513(None)
0(root)             513(None)           544(Administrators) 545(Users)

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

USER = 'admin'
PWD = '/cygdrive/e/BOB'
HOME = '/home/admin'
MAKE_MODE = 'unix'

HOMEPATH = '\Documents and Settings\admin'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man:'
APPDATA = 'C:\Documents and Settings\admin\Application Data'
HOSTNAME = 'oapc'
TERM = 'cygwin'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 8 Stepping 1, AuthenticAMD'
WINDIR = 'C:\WINDOWS'
VS80COMNTOOLS = 'C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\'
OLDPWD = '/cygdrive/c'
USERDOMAIN = 'OAPC'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
!:: = '::\'
TEMP = '/cygdrive/c/DOCUME~1/admin/LOCALS~1/Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
USERNAME = 'admin'
PROCESSOR_LEVEL = '6'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Documents and Settings\admin'
CLIENTNAME = 'Console'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\OAPC'
PROCESSOR_ARCHITECTURE = 'x86'
!C: = 'C:\cygwin\bin'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
HOMEDRIVE = 'C:'
PROMPT = '$P$G'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
TMP = '/cygdrive/c/DOCUME~1/admin/LOCALS~1/Temp'
SYSTEMROOT = 'C:\WINDOWS'
PRINTER = 'HP LaserJet 6L'
CVS_RSH = '/bin/ssh'
PROCESSOR_REVISION = '0801'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files'
NUMBER_OF_PROCESSORS = '1'
SESSIONNAME = 'Console'
COMPUTERNAME = 'OAPC'
_ = '/usr/bin/cygcheck'

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 = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
  (default) = '\\.\tape0:'
  unix = '/dev/st0'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
  (default) = '\\.\b:'
  unix = '/dev/fd1'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
  (default) = '\\.\a:'
  unix = '/dev/fd0'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
  (default) = 'C:'
  unix = '/'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = '/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = 'C:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = 'C:\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = 'C:\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D

a:  fd             N/A    N/A                    
c:  hd  NTFS     24999Mb  89% CP CS UN PA FC     
d:  cd  CDFS       568Mb 100%    CS UN           Master2005
e:  hd  NTFS     53160Mb  27% CP CS UN PA FC     Data
g:  fd  FAT        982Mb  39% CP    UN           KINGSTON
x:  net NTFS      4996Mb  99% CP CS UN PA FC     Local Disk

C:\cygwin      /          system  binmode
C:\cygwin/bin  /usr/bin   system  binmode
C:\cygwin/lib  /usr/lib   system  binmode
.              /cygdrive  system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: c:\Program Files\Common Files\Symbian\Tools\cpp.exe
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Found: c:\Program Files\Common Files\Symbian\Tools\gcc.exe
Found: c:\Program Files\Common Files\Symbian\Tools\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Found: c:\Program Files\Common Files\Symbian\Tools\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: c:\Program Files\Common Files\Symbian\Tools\make.exe
Found: C:\cygwin\bin\mv.exe
Found: c:\Program Files\Common Files\Symbian\Tools\patch.exe
Found: c:\Program Files\Nokia\Perl\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Not Found: ssh
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Not Found: vi
Not Found: vim

   61k 2006/11/10 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2006/11/11 1:42
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 10:57
   40k 2006/11/15 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2006/11/15 9:06
   25k 2008/01/04 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2008/1/4 5:31
  271k 2007/08/24 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2007/8/24 10:24
  976k 2006/10/22 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2006/10/23 2:44
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/20 4:04
   31k 2006/10/23 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2006/10/23 3:12
   21k 2006/11/15 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2006/11/15 9:05
   67k 2006/11/15 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2006/11/15 9:13
  237k 2006/11/15 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2006/11/15 9:02
   12k 2006/11/15 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2006/11/15 9:04
  133k 2007/06/27 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2007/6/27 6:49
  303k 2007/06/27 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcrecpp-0.dll" v0.0 ts=2007/6/27 6:50
    7k 2007/06/27 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2007/6/27 6:50
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 8:45
  155k 2008/01/04 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2008/1/4 5:31
 1829k 2007/12/14 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2007/12/14 20:22
    Cygwin DLL version info:
        DLL version: 1.5.25
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 156
        Shared data: 4
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Fri Dec 14 19:21:07 CET 2007
        CVS tag: cr-0x5f1
        Shared id: cygwin1S4


Can't find the cygrunsrv utility, skipping services check.


Cygwin Package Information
Last downloaded files to: C:\cygwin
Last downloaded files from: ftp://ftp.sunet.se/pub/lang/cygwin

Package              Version
_update-info-dir     00575-1
alternatives         1.3.29a-1
ash                  20040127-3
base-files           3.7-1
base-passwd          2.2-1
bash                 3.2.33-18
bzip2                1.0.3-2
coreutils            6.9-5
crypt                1.1-1
cygutils             1.3.2-1
cygwin               1.5.25-7
cygwin-doc           1.4-4
editrights           1.01-2
findutils            4.3.11-1
gawk                 3.1.6-1
grep                 2.5.1a-4
groff                1.18.1-2
gzip                 1.3.12-2
less                 382-1
libbz2_1             1.0.3-2
libiconv2            1.11-1
libintl3             0.14.5-1
libintl8             0.15-1
libncurses8          5.5-3
libpcre0             7.2-1
libpopt0             1.6.4-4
libreadline6         5.2.12-10
login                1.9-7
man                  1.6e-1
mktemp               1.5-4
rebase               2.4.3-1
run                  1.1.10-1
sed                  4.1.5-2
tar                  1.19-1
termcap              20050421-1
terminfo             5.5_20061104-1
texinfo              4.8a-1
tzcode               2007h-2
which                2.18-2
Use -h to see help about each section

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP!!!!!!!!!!!!
  2007-03-16 23:08 HELP!!!!!!!!!!!! Curt
@ 2007-03-16 23:55 ` Larry Hall (Cygwin)
  0 siblings, 0 replies; 57+ messages in thread
From: Larry Hall (Cygwin) @ 2007-03-16 23:55 UTC (permalink / raw)
  To: cygwin

Curt wrote:
> http://cygwin.com/ml/cygwin/2005-10/msg01040.html
> 
> This is the only thing I could find regarding the issue that only admin 
> group can access the server via sshd.
> 
> Unfortunately, it still DON'T WORK!


Curt, you really need to get a grip on yourself.  It's clear that you're
frustrated by the problems you've seen but venting to the list repeatedly
doesn't inspire people to volunteer their time to get involved with you
on your problems.  Also, I would recommend that you choose subjects to
convey more about your issue.  "NEWBIE" and "HELP!!!!!!!!!!!!" don't
really convey much information and may cause readers of this list to
simply pass over the whole thread based on the assumption that if the
subject doesn't grab their interest, there's no need to view the contents.


> I swear I don't recall having this problem with my 2K install but maybe 
> I just let them into the admin group like a moron.
> 
> Probably why that server crashed in the end.
> 
> Anyway, any sugestions?


Sorry, I don't have W2K3 SBS.  I can say that I was able to create a
restricted user on both W2K and XP with which I could ssh into localhost
with just fine.  I, of course, had to regenerate my '/etc/passwd' and
'/etc/group' files.  But otherwise, it worked just as expected, even when
I logged in as that user for the first time through 'ssh'.  I didn't need
to change permissions of any files anywhere in my file system to make
this work.

If you're having trouble with the users you're creating, I'd recommend
that you start from the beginning and document the minimal set of steps
you take.  Perhaps if you post that, someone here may be willing to
follow them and see if there's a missing step or two in the process
that you're missing.


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

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* HELP!!!!!!!!!!!!
@ 2007-03-16 23:08 Curt
  2007-03-16 23:55 ` HELP!!!!!!!!!!!! Larry Hall (Cygwin)
  0 siblings, 1 reply; 57+ messages in thread
From: Curt @ 2007-03-16 23:08 UTC (permalink / raw)
  To: cygwin

http://cygwin.com/ml/cygwin/2005-10/msg01040.html

This is the only thing I could find regarding the issue that only admin 
group can access the server via sshd.

Unfortunately, it still DON'T WORK!
I swear I don't recall having this problem with my 2K install but maybe I 
just let them into the admin group like a moron.

Probably why that server crashed in the end.

Anyway, any sugestions?

Please see my other e-mail dated 3-16-07

THANKS!

Curt


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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* HELP!
@ 2003-11-18 22:02 Philip Kamara
  0 siblings, 0 replies; 57+ messages in thread
From: Philip Kamara @ 2003-11-18 22:02 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 3214 bytes --]




Dear sir,

I am Philip Kamara, the son of Late Director of Finance, Dr.
Cisse Kamara Sierra Leone Diamond and Mining Corporation. I am contacting
you from Ghana. On behalf of my widowed mother Mrs. Juliet Kamara, I
wish to solicit your assistance in transferring the sum US$8.5miilion
(Eight Million Five Hundred Thousand United States Dollars only) to your
bank account. My late father diverted the above mentioned money meant
for the purchase of ammunitions for my country during the peak of a
disastrous war in Sierra Leone The said money was lodged in a Bank in Gambia
through the help of the bank manager. After the death of my father, we
were advised by the Bank Manager to seek the help of a Foreign Partner
who can receive this money in our behalf for investment purposes.

Now the war in Sierra Leone  is over with the help of United Nations
and ECOMOG soldiers, the present government of Sierra-Leone has revoked
the passport of all officers who served under the former regime and now
ask Countries to expel such person at the same time freeze their
account and confiscate their asset, it is on this note that I am contacting
you, all I needed from you is to furnish me with your bank particulars:

1.   Account name
2.   Account number
3.   Bank address, telephone and fax numbers for immediate transfer of
the fund into your  bank account.

I am compensating you with 20% of the total amount, now all my hope is
banked on you and I really wants to invest this money in your country,
were there is stability of Government, political and economic welfare.

Honestly I want you to believe that, this transaction is real and never
a joke. The photocopy of the Certificate of Deposit issued to my late
father by the bank on the date of deposit is still intact with us, for
you to be clarified because, I do not expose my self to anybody I see, I
believed that you will be able to keep this transaction secret for me
because this money is the hope of our life, hope you understand. Please
contact me immediately you have gone through this mail, fill free and
make it urgent. That is the reason why I offered you 20% of the total
amount.

N/B: As soon as this money is transferred to your account, I shall make
arrangements to come to your country with my mother for you to advice
us on a profitable business that we can be able to invest this money
because I believe you know more that us. Transferring of this money to
your account can take only four (4) working days. As soon as we hear from
you, we are going to commence action towards transferring this money to
your bank account.

Further  information and arrangements will commence as soon as trust,
confidence and good relationship are established.  I shall be most
grateful and appreciative if you could maintain the confidentiality in this
matter even if you don’t want to assist us. Looking forward for your
respond.
Yours faithfully,

 Philip Kamara.





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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: help!
       [not found] <20030606212620.13285.qmail@web80512.mail.yahoo.com>
@ 2003-06-09 11:55 ` Jason Tishler
  0 siblings, 0 replies; 57+ messages in thread
From: Jason Tishler @ 2003-06-09 11:55 UTC (permalink / raw)
  To: Valéry Touodop; +Cc: Cygwin

Valéry,

Please post instead of sending private email.

On Fri, Jun 06, 2003 at 11:26:20PM +0200, Valéry Touodop wrote:
> I'm facing a problem when instlling Postgres 7.2.1 on Window Me. after
> the complete setup when I'm trying to start the database (initdb), the
> following error occurs :
> 
> C:\PGSQL\POSTGRES_BETA4\PG_ID.EXE could not retrieve the name of the
> current user Error Code=1245
> 
> initdb could not determine current user name;

The above indicates that your Cygwin environment is not set up
correctly.

> How can I solve this?

Running mkpasswd and/or mkgroup should help.

> Thank U for helping me

You are welcome.

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* RE: help!!
@ 2003-03-24 16:14 lhall
  0 siblings, 0 replies; 57+ messages in thread
From: lhall @ 2003-03-24 16:14 UTC (permalink / raw)
  To: sacuyo, cygwin

My suggestion to you is to pull out your favorite debugger and
start looking at where the problem occurs.  That usually provides
some clues or at least a basis on which you can start asking 
questions that lead to a solution.  If you have a follow-up question
as a result of this analysis, you should visit <http://cygwin.com/bugs.html>
for information on how to report bugs or ask for assistance with problem 
analysis.

Larry

Original Message:
-----------------
From: Sacri Acuyo sacuyo@yahoo.es
Date: Mon, 24 Mar 2003 10:31:59 +0100 (CET)
To: cygwin@cygwin.com
Subject: help!!


Hello, I would like to make you a question:

I'm trying to call to java code from C++ code, so I
have just do it for linux with gcc using gcj and gcjh.
Now, I have been trying the same for Windows 2000,
following these steps:

1.- Write the java file --> prueba_java.java
2.- Compile it with javac --> javac prueba_java.java
3.- Create the header file --> gcjh prueba_java
4.- Create the .o file --> 
          gcj gcj -c -g -O prueba_java.java 
5.- Write the C++ file, from which I call the java
code --> main.cc
6.- Compile it --> gcc -c -I /MinGW/include main.cc
7.- Linking with java code --> 
    gcc -static main.o prueba_java.o -o ejecutable -L
-L/MinGW/lib -lgcj -lmingw32 -lwsock32

   And when I try to execute the executable file (
ejecutable ), but it dies with an abnormal program
termination, because of the following error:

Program received signal SIGSEGV, Segmentation fault.
0x78002320 in _libwsock32_a_iname ()
(gdb) where
#0  0x78002320 in _libwsock32_a_iname ()
#1  0x0043f966 in
java::lang::System::init_properties() ()
#2  0x00413335 in
java::lang::System::getProperty(java::lang::String*)
()
#3  0x00458caa in
java::util::TimeZone::__U3c_clinit__U3e_() ()
#4  0x0040530f in java::lang::Class::initializeClass()
()
#5  0x004d671c in _Jv_InitClass () at {standard
input}:205
#6  0x004543f6 in
java::util::TimeZone::getTimeZone(java::lang::String*)
()
#7  0x00412f79 in
java::lang::System::getDefaultTimeZoneId() ()
#8  0x0043f7ed in
java::lang::System::init_properties() ()
#9  0x00413335 in
java::lang::System::getProperty(java::lang::String*)
()
#10 0x004602b1 in
java::io::PrintStream::__U3c_clinit__U3e_() ()
#11 0x0040530f in java::lang::Class::initializeClass()
()
#12 0x00402c31 in _Jv_AllocObjectNoFinalizer ()
#13 0x004136e7 in
java::lang::System::__U3c_clinit__U3e_() ()
#14 0x0040530f in java::lang::Class::initializeClass()
()
#15 0x004d671c in _Jv_InitClass () at {standard
input}:205
#16 0x004133e0 in
java::lang::System::getSecurityManager() ()
#17 0x0040c81a in java::lang::Thread::checkAccess() ()
#18 0x0040ca24 in java::lang::Thread::setDaemon(bool)
()
#19 0x004127a2 in
gnu::gcj::runtime::FinalizerThread::FinalizerThread()
()
#20 0x0040396f in _Jv_CreateJavaVM(void*) ()
#21 0x004d674d in JvCreateJavaVM(void*) () at
{standard input}:205
#22 0x004012b7 in main ()

I would like you to tell me how to solve this problem,
if it's possible..

Thank you very much for your attention..


___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es

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


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .



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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* help!!
@ 2003-03-24 11:41 Sacri Acuyo
  0 siblings, 0 replies; 57+ messages in thread
From: Sacri Acuyo @ 2003-03-24 11:41 UTC (permalink / raw)
  To: cygwin

Hello, I would like to make you a question:

I'm trying to call to java code from C++ code, so I
have just do it for linux with gcc using gcj and gcjh.
Now, I have been trying the same for Windows 2000,
following these steps:

1.- Write the java file --> prueba_java.java
2.- Compile it with javac --> javac prueba_java.java
3.- Create the header file --> gcjh prueba_java
4.- Create the .o file --> 
          gcj gcj -c -g -O prueba_java.java 
5.- Write the C++ file, from which I call the java
code --> main.cc
6.- Compile it --> gcc -c -I /MinGW/include main.cc
7.- Linking with java code --> 
    gcc -static main.o prueba_java.o -o ejecutable -L
-L/MinGW/lib -lgcj -lmingw32 -lwsock32

   And when I try to execute the executable file (
ejecutable ), but it dies with an abnormal program
termination, because of the following error:

Program received signal SIGSEGV, Segmentation fault.
0x78002320 in _libwsock32_a_iname ()
(gdb) where
#0  0x78002320 in _libwsock32_a_iname ()
#1  0x0043f966 in
java::lang::System::init_properties() ()
#2  0x00413335 in
java::lang::System::getProperty(java::lang::String*)
()
#3  0x00458caa in
java::util::TimeZone::__U3c_clinit__U3e_() ()
#4  0x0040530f in java::lang::Class::initializeClass()
()
#5  0x004d671c in _Jv_InitClass () at {standard
input}:205
#6  0x004543f6 in
java::util::TimeZone::getTimeZone(java::lang::String*)
()
#7  0x00412f79 in
java::lang::System::getDefaultTimeZoneId() ()
#8  0x0043f7ed in
java::lang::System::init_properties() ()
#9  0x00413335 in
java::lang::System::getProperty(java::lang::String*)
()
#10 0x004602b1 in
java::io::PrintStream::__U3c_clinit__U3e_() ()
#11 0x0040530f in java::lang::Class::initializeClass()
()
#12 0x00402c31 in _Jv_AllocObjectNoFinalizer ()
#13 0x004136e7 in
java::lang::System::__U3c_clinit__U3e_() ()
#14 0x0040530f in java::lang::Class::initializeClass()
()
#15 0x004d671c in _Jv_InitClass () at {standard
input}:205
#16 0x004133e0 in
java::lang::System::getSecurityManager() ()
#17 0x0040c81a in java::lang::Thread::checkAccess() ()
#18 0x0040ca24 in java::lang::Thread::setDaemon(bool)
()
#19 0x004127a2 in
gnu::gcj::runtime::FinalizerThread::FinalizerThread()
()
#20 0x0040396f in _Jv_CreateJavaVM(void*) ()
#21 0x004d674d in JvCreateJavaVM(void*) () at
{standard input}:205
#22 0x004012b7 in main ()

I would like you to tell me how to solve this problem,
if it's possible..

Thank you very much for your attention..


___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es

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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Help!!!
@ 2002-05-25  3:30 Baloo Brahm
  0 siblings, 0 replies; 57+ messages in thread
From: Baloo Brahm @ 2002-05-25  3:30 UTC (permalink / raw)
  To: cygwin

I am very new to dlls. I followed the instructions on the cygwin site to 
create a simple dll. It worked perfectly. I wrote a very simple function 
that took a pointer to an integer and added 1 to it. The calling function 
was able to get the modified value. However, when I tried to do strcpy to 
char*, it gives me a segmentation fault. I did malloc space for it before 
passing it to the dll function.

While trying different things, I also did a malloc inside the dll function. 
It seems I can't do any memory operations inside the dll function. I am sure 
there are many experienced people who would be able to help.

Thanks!
BB

_________________________________________________________________
Join the worldÂ’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP!
  2002-04-25 13:59 HELP! Heribert Dahms
@ 2002-04-27  4:14 ` Dave Trollope
  0 siblings, 0 replies; 57+ messages in thread
From: Dave Trollope @ 2002-04-27  4:14 UTC (permalink / raw)
  To: Heribert Dahms; +Cc: cygwin

Hi

I did run it but it was late and I didn't take it in. I just ran it again and
found the new library, renamed it and everything seems ok.

Thanks for pointing out the obvious - next time I'll do it earlier in the
evening.
Dave
Heribert Dahms wrote:

> Hi Dave,
>
> you did run cygcheck?
>
> C:\>net helpmsg 6
>
> The handle is invalid.
>
> Bye, Heribert (heribert_dahms@icon-scm.com)
>
> > -----Original Message-----
> > From: Dave Trollope [SMTP:dave.trollope@worldnet.att.net]
> > Sent: Thursday, April 25, 2002 06:41
> > To:   cygwin@cygwin.com
> > Subject:      HELP!
> >
> >
> > Now its not often I scream like this, but help!
> >
> > I'm getting the following error when I run ps or any number of tools:
> >
> > m.AllocationBase 0x61000000, m.BaseAddress 0x61560000, m.RegionSize
> > 0x87000, m.State 0x1000
> > C:\CYGWIN-MULTI\USR\LOCAL\BIN\PS.EXE: *** Couldn't reserve space for
> > cygwin's heap (0x61560000 <0x83A3F000>) in child, Win32 error 6
> >
> > So how did I get to this point? Well I was building the winsup source. did
> > an install everything seemed fine. The code change didn't work so I tried
> > to revert to the official code, then the build failed because of
> > hundreds of undefined symbols, like _write. It seems like a library got
> > screwed up so I tried to make clean and rebuild from scratch. Still no
> > joy.
> >
> > Decided to reinstall cygwin to a new dir, downloaded base and installed.
> > Moved files from old installation to new making sure NOT to overwrite
> > anything created in the new install.  Error still occurs. Rebooted to make
> > sure old DLL isnt resident, still happens.
> >
> > Checked Windows and Windows/System no cyg*.dlls.
> >
> > Where is the corrupted library coming from? Is there a registery entry
> > pointing it to the old installation or something?
> >
> > Any help would be appreciated.
> > Dave
> >
>
> --
> 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/


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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* RE: HELP!
@ 2002-04-25 13:59 Heribert Dahms
  2002-04-27  4:14 ` HELP! Dave Trollope
  0 siblings, 1 reply; 57+ messages in thread
From: Heribert Dahms @ 2002-04-25 13:59 UTC (permalink / raw)
  To: 'Dave Trollope', cygwin

Hi Dave,

you did run cygcheck?

C:\>net helpmsg 6

The handle is invalid.


Bye, Heribert (heribert_dahms@icon-scm.com)

> -----Original Message-----
> From:	Dave Trollope [SMTP:dave.trollope@worldnet.att.net]
> Sent:	Thursday, April 25, 2002 06:41
> To:	cygwin@cygwin.com
> Subject:	HELP!
> 
> 
> Now its not often I scream like this, but help!
> 
> I'm getting the following error when I run ps or any number of tools:
> 
> m.AllocationBase 0x61000000, m.BaseAddress 0x61560000, m.RegionSize
> 0x87000, m.State 0x1000
> C:\CYGWIN-MULTI\USR\LOCAL\BIN\PS.EXE: *** Couldn't reserve space for
> cygwin's heap (0x61560000 <0x83A3F000>) in child, Win32 error 6
> 
> So how did I get to this point? Well I was building the winsup source. did
> an install everything seemed fine. The code change didn't work so I tried
> to revert to the official code, then the build failed because of
> hundreds of undefined symbols, like _write. It seems like a library got
> screwed up so I tried to make clean and rebuild from scratch. Still no
> joy.
> 
> Decided to reinstall cygwin to a new dir, downloaded base and installed.
> Moved files from old installation to new making sure NOT to overwrite
> anything created in the new install.  Error still occurs. Rebooted to make
> sure old DLL isnt resident, still happens.
> 
> Checked Windows and Windows/System no cyg*.dlls.
> 
> Where is the corrupted library coming from? Is there a registery entry
> pointing it to the old installation or something?
> 
> Any help would be appreciated.
> Dave
> 

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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* HELP!
  2002-04-24 13:31 1.3.10 memcmp() bug C. J.
@ 2002-04-24 23:44 ` Dave Trollope
  0 siblings, 0 replies; 57+ messages in thread
From: Dave Trollope @ 2002-04-24 23:44 UTC (permalink / raw)
  To: cygwin


Now its not often I scream like this, but help!

I'm getting the following error when I run ps or any number of tools:

m.AllocationBase 0x61000000, m.BaseAddress 0x61560000, m.RegionSize 0x87000, m.State 0x1000
C:\CYGWIN-MULTI\USR\LOCAL\BIN\PS.EXE: *** Couldn't reserve space for cygwin's heap (0x61560000 <0x83A3F000>) in child, Win32 error 6

So how did I get to this point? Well I was building the winsup source. did an install everything seemed fine. The code change didn't work so I tried to revert to the official code, then the build failed because of
hundreds of undefined symbols, like _write. It seems like a library got screwed up so I tried to make clean and rebuild from scratch. Still no joy.

Decided to reinstall cygwin to a new dir, downloaded base and installed. Moved files from old installation to new making sure NOT to overwrite anything created in the new install.  Error still occurs. Rebooted to make
sure old DLL isnt resident, still happens.

Checked Windows and Windows/System no cyg*.dlls.

Where is the corrupted library coming from? Is there a registery entry pointing it to the old installation or something?

Any help would be appreciated.
Dave


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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: Help!
  2002-04-08 15:56 Help! Rhomer L Oliveira Jr
@ 2002-04-08 16:14 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 0 replies; 57+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 2002-04-08 16:14 UTC (permalink / raw)
  To: Rhomer L Oliveira Jr, cygwin

At 06:55 PM 4/8/2002, Rhomer L Oliveira Jr wrote:
>Hi,
>
>I Installed the SSHServer3.0.2 in NT Server, where I
>  place the PUB's generated by a client UNIX?
>
>Exemple: id_dsa, id_rsa, identyti
>
>
>I wait reply.


I believe this has already been answered in the last week or two.  Check 
the email archives and see if your answer is there.  I'd look it up for
you but that robs you of all the fun! ;-)



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


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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Help!
@ 2002-04-08 15:56 Rhomer L Oliveira Jr
  2002-04-08 16:14 ` Help! Larry Hall (RFK Partners, Inc)
  0 siblings, 1 reply; 57+ messages in thread
From: Rhomer L Oliveira Jr @ 2002-04-08 15:56 UTC (permalink / raw)
  To: cygwin

Hi,

I Installed the SSHServer3.0.2 in NT Server, where I
 place the PUB's generated by a client UNIX?

Exemple: id_dsa, id_rsa, identyti


I wait reply.


Rhomer Oliveira







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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP !!
  2002-01-01 16:36 ` Tim Prince
@ 2002-01-01 16:38   ` Christopher Faylor
  0 siblings, 0 replies; 57+ messages in thread
From: Christopher Faylor @ 2002-01-01 16:38 UTC (permalink / raw)
  To: cygwin

On Tue, Jan 01, 2002 at 04:36:24PM -0800, Tim Prince wrote:
>When installing, did you click on the Devel category and select
>binutils, gcc, and any other necessary components?

Actually just 'gcc' is all that should be necessary.  Anything necessary
to support gcc should be included automatically.

cgf

>----- Original Message ----- 
>From: "Marios Karagiannopoulos" <mkara@teiath.gr>
>To: <cygwin@cygwin.com>
>Sent: Tuesday, January 01, 2002 3:37 PM
>Subject: HELP !!
>
>
>> First of all I wish you all Happy Happy the New Year !!
>> 
>> I have installed the latest cygwin version and when I am 
>> 
>> Trying to execute the ./configure command for the gmp
>> 
>> Library I get the following..
>> 
>>  
>> 
>> administrator@MARIOS /cygdrive/d/temp/gmp-4.0
>> 
>> $ ./configure
>> 
>> checking build system type... no_compiler_found: not found
>> 
>> i686-pc-cygwin
>> 
>> checking host system type... i686-pc-cygwin
>> 
>> checking for a BSD compatible install... /usr/bin/install -c
>> 
>> checking whether build environment is sane... yes
>> 
>> checking for mawk... no
>> 
>> checking for gawk... gawk
>> 
>> checking whether make sets ${MAKE}... yes
>> 
>> checking whether to enable maintainer-specific portions of Makefiles...
>> no
>> 
>> checking compiler gcc -g -O2 -fomit-frame-pointer ... no
>> 
>> checking compiler cc -O ... no
>> 
>> configure: error: could not find a working compiler
>> 
>>  
>> 
>> I don't know what else to do.Please help me !!
>> 
>> 
>> --
>> 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/
>> 
>
>
>--
>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/

-- 
cgf@redhat.com                        Red Hat, Inc.
http://sources.redhat.com/            http://www.redhat.com/

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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP !!
  2002-01-01 15:38 HELP !! Marios Karagiannopoulos
@ 2002-01-01 16:36 ` Tim Prince
  2002-01-01 16:38   ` Christopher Faylor
  0 siblings, 1 reply; 57+ messages in thread
From: Tim Prince @ 2002-01-01 16:36 UTC (permalink / raw)
  To: Marios Karagiannopoulos, cygwin

When installing, did you click on the Devel category and select binutils, gcc, and any other necessary components?
----- Original Message ----- 
From: "Marios Karagiannopoulos" <mkara@teiath.gr>
To: <cygwin@cygwin.com>
Sent: Tuesday, January 01, 2002 3:37 PM
Subject: HELP !!


> First of all I wish you all Happy Happy the New Year !!
> 
> I have installed the latest cygwin version and when I am 
> 
> Trying to execute the ./configure command for the gmp
> 
> Library I get the following..
> 
>  
> 
> administrator@MARIOS /cygdrive/d/temp/gmp-4.0
> 
> $ ./configure
> 
> checking build system type... no_compiler_found: not found
> 
> i686-pc-cygwin
> 
> checking host system type... i686-pc-cygwin
> 
> checking for a BSD compatible install... /usr/bin/install -c
> 
> checking whether build environment is sane... yes
> 
> checking for mawk... no
> 
> checking for gawk... gawk
> 
> checking whether make sets ${MAKE}... yes
> 
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> 
> checking compiler gcc -g -O2 -fomit-frame-pointer ... no
> 
> checking compiler cc -O ... no
> 
> configure: error: could not find a working compiler
> 
>  
> 
> I don't know what else to do.Please help me !!
> 
> 
> --
> 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/
> 


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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* HELP !!
@ 2002-01-01 15:38 Marios Karagiannopoulos
  2002-01-01 16:36 ` Tim Prince
  0 siblings, 1 reply; 57+ messages in thread
From: Marios Karagiannopoulos @ 2002-01-01 15:38 UTC (permalink / raw)
  To: cygwin

First of all I wish you all Happy Happy the New Year !!

I have installed the latest cygwin version and when I am 

Trying to execute the ./configure command for the gmp

Library I get the following..

 

administrator@MARIOS /cygdrive/d/temp/gmp-4.0

$ ./configure

checking build system type... no_compiler_found: not found

i686-pc-cygwin

checking host system type... i686-pc-cygwin

checking for a BSD compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for mawk... no

checking for gawk... gawk

checking whether make sets ${MAKE}... yes

checking whether to enable maintainer-specific portions of Makefiles...
no

checking compiler gcc -g -O2 -fomit-frame-pointer ... no

checking compiler cc -O ... no

configure: error: could not find a working compiler

 

I don't know what else to do.Please help me !!


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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP!!!
  2001-10-28  6:48 HELP!!! Sascha Hoeche
@ 2001-10-28  7:27 ` Gerrit P. Haase
  0 siblings, 0 replies; 57+ messages in thread
From: Gerrit P. Haase @ 2001-10-28  7:27 UTC (permalink / raw)
  To: cygwin

Hallo Sascha,

Am 2001-10-28 um 15:50 schriebst du:

> code of a email rpg called German Atlantis V6.6

[...]

> gcc -lm -oatlantis atlantis.o build.o combat.o constant.o contact.o
> creation.o economic.o give.o indicato.o language.o laws.o magic.o main.o
> monster.o movement.o reports.o save.o study.o terrain.o translate.o
> main.o: In function `main':
> /cygdrive/c/atlantis/prog/main.c(.text+0xdf8): multiple definition of `main'
> /usr/lib/libm.a(libcmain.o)(.text+0x0):
> /cygnus/netrel/src/cygwin-1.3.3-2/winsup/cygwin/lib/libcmain.c: first defined here
> /usr/lib/libm.a(libcmain.o): In function `main':
> /cygnus/netrel/src/cygwin-1.3.3-2/winsup/cygwin/lib/libcmain.c:31: 
> undefined reference to `WinMain@16'
> collect2: ld returned 1 exit status
> make: *** [atlantis] Error 1

> so i hope anyone of you can tell what that are supposed to be

Makefile:
=========
OBJECTS = atlantis.o build.o combat.o constant.o contact.o \
          creation.o economic.o give.o indicato.o language.o \
          laws.o magic.o main.o monster.o movement.o reports.o \
          save.o study.o terrain.o translate.o

gcc $(OBJECTS) -o atlantis.exe

remove '-lm' from the link line or at least put it at the end instead
of the beginning of the line.

Ciao,

Gerrit P. Haase                            mailto:gp@familiehaase.de
-- 
=^..^=


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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* HELP!!!
@ 2001-10-28  6:48 Sascha Hoeche
  2001-10-28  7:27 ` HELP!!! Gerrit P. Haase
  0 siblings, 1 reply; 57+ messages in thread
From: Sascha Hoeche @ 2001-10-28  6:48 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1662 bytes --]

hi guys,

im a totally newbee in unix systems (in cygwin too). But i got i source 
code of a email rpg called German Atlantis V6.6
after i have unzipped the code ive started cygwin and used the ´make´ 
command. cygwin compiled the files, but than, following error appeared:

...
gcc -g -Wall -W   -c -o laws.o laws.c
gcc -g -Wall -W   -c -o magic.o magic.c
gcc -g -Wall -W   -c -o main.o main.c
gcc -g -Wall -W   -c -o monster.o monster.c
gcc -g -Wall -W   -c -o movement.o movement.c
gcc -g -Wall -W   -c -o reports.o reports.c
gcc -g -Wall -W   -c -o save.o save.c
gcc -g -Wall -W   -c -o study.o study.c
gcc -g -Wall -W   -c -o terrain.o terrain.c
gcc -g -Wall -W   -c -o translate.o translate.c
gcc -lm -oatlantis atlantis.o build.o combat.o constant.o contact.o 
creation.o e
conomic.o give.o indicato.o language.o laws.o magic.o main.o monster.o 
movement.
o reports.o save.o study.o terrain.o translate.o
main.o: In function `main':
/cygdrive/c/atlantis/prog/main.c(.text+0xdf8): multiple definition of `main'
/usr/lib/libm.a(libcmain.o)(.text+0x0):/cygnus/netrel/src/cygwin-1.3.3-2/winsup/
cygwin/lib/libcmain.c: first defined here
/usr/lib/libm.a(libcmain.o): In function `main':
/cygnus/netrel/src/cygwin-1.3.3-2/winsup/cygwin/lib/libcmain.c:31: 
undefined ref
erence to `WinMain@16'
collect2: ld returned 1 exit status
make: *** [atlantis] Error 1


so i hope anyone of you can tell what that are supposed to be


LittleBuddha



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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* RE: help!
@ 2001-08-15  9:52 Troy Noble
  0 siblings, 0 replies; 57+ messages in thread
From: Troy Noble @ 2001-08-15  9:52 UTC (permalink / raw)
  To: 'Liu Wang', Troy Noble; +Cc: 'cygwin@cygwin.com'

gcc is doing the right thing.  you don't want
gcc to be trying to search for includes in /usr.
It is trying to include from /usr/include
as is proper, in other words.

> ----------------------------------------------------
> $mount
> c:\cygwin\usr\include on /usr type user <textmode>
> c:\cygwin\usr\include on /lib type user <textmode>
> C:\cygwin\bin on /usr/bin type system <binmode>
> C:\cygwin\bin on /usr/lib type system <binmode>
> C:\cygwin on / type system <binmode>
> c: on /cygdrive/c type user <binmode, noumount>
> s: on /cygdrive/s type user <binmode, noumount>
> u: on /cygdrive/u type user <binmode, noumount>
> -----------------------------------------------------

Your mount points are wrong.  Did you change them
at all?  That doesn't look like the standard
setup that cygwin's setup.exe creates.

Specifically, based on the mount list you sent,
if you do the following I would think it would
start working:

$ cd /bin
$ umount /usr
$ umount /lib
$ umount /usr/lib
$ mount C:\\cygwin\\lib /usr/lib
$ mount
C:\cygwin\bin on /usr/bin type system <binmode>
C:\cygwin\lib on /usr/lib type system <binmode>
C:\cygwin on / type system <binmode>
c: on /cygdrive/c type user <binmode, noumount>
s: on /cygdrive/s type user <binmode, noumount>
u: on /cygdrive/u type user <binmode, noumount>

Then /usr/include will map to c:\cygwin\usr\include
and /usr/lib will map to c:\cygwin\lib
as it should.  And your problems should go away.

Or re-run setup so it can re-create your mount points
correctly.  Which is probably the safest bet all
the way around.  And don't change the mounts
that cygwin creates.  And don't add new ones
like /usr unless you are really sure it is in
your best interest ;->

If setup is creating the mount points incorrectly
as you've shown below, please let the list know
because that might be a bug.

Troy

-----Original Message-----
From: Liu Wang [ mailto:Wang@sigprowireless.com ]
Sent: Wednesday, August 15, 2001 9:38 AM
To: 'Troy Noble'
Subject: RE: help!


Dear Troy Noble,

Thanks for your so kind help.

My mount points look like the following:

----------------------------------------------------
$mount
c:\cygwin\usr\include on /usr type user <textmode>
c:\cygwin\usr\include on /lib type user <textmode>
C:\cygwin\bin on /usr/bin type system <binmode>
C:\cygwin\bin on /usr/lib type system <binmode>
C:\cygwin on / type system <binmode>
c: on /cygdrive/c type user <binmode, noumount>
s: on /cygdrive/s type user <binmode, noumount>
u: on /cygdrive/u type user <binmode, noumount>
-----------------------------------------------------

I tried "gcc --verbose hello.c -o hello" and found the
following:
------------------------------------------------------
/usr/lib/gcc-lib/i686-pc-cygwin/w.95.3-5/cpp0.exe ....
/usr/local/include -idirafter /usr/include -idirafter 
/usr/include/w32api /cygdrive/c/hello/hello.c ...
------------------------------------------------------


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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* RE: help!
@ 2001-08-15  7:30 Troy Noble
  0 siblings, 0 replies; 57+ messages in thread
From: Troy Noble @ 2001-08-15  7:30 UTC (permalink / raw)
  To: 'Liu Wang', 'cygwin@cygwin.com'

stdio.h is in /usr/include

An explicit -I/usr/include should pick it up.  But
you shouldn't need to do that.  gcc searches /usr/include
by default.

What do your mount points look like?

bash$ mount
c:\cygwin\bin on /usr/bin type user (textmode)
c:\cygwin\lib on /usr/lib type user (textmode)
c:\cygwin on / type user (textmode)

Also try a gcc --verbose hello.c -o hello

and see what include directories gcc is trying to use,
and make sure they map to valid mount points.

I guess you could have forgotten to install a package?
Did you install all packages via setup as recommended by the
instructions?

Troy

-----Original Message-----
From: Liu Wang [ mailto:Wang@sigprowireless.com ]
Sent: Wednesday, August 15, 2001 8:20 AM
To: 'cygwin@cygwin.com'
Subject: help!


Dear Sir/Madam,

I've just installed the cygwin with "setup" .
I failed to compile the "Hello world" with the following information:
----------------------------------------------------------------------------
----------------
c:\cygwin\bin\>gcc hello.c -o hello.exe
hello.c:1: stdio.h: No such file or directory.
----------------------------------------------------------------------------
----------------
May I expect somebody's help in configuring the make file ?

Sincerely,

Liu

Software Engineer
Sigpro Wireless Inc.
Tel: 7271161 Ext.117
wang@sigprowireless.com



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

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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* help!
@ 2001-08-15  7:22 Liu Wang
  0 siblings, 0 replies; 57+ messages in thread
From: Liu Wang @ 2001-08-15  7:22 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

Dear Sir/Madam,

I've just installed the cygwin with "setup" .
I failed to compile the "Hello world" with the following information:
----------------------------------------------------------------------------
----------------
c:\cygwin\bin\>gcc hello.c -o hello.exe
hello.c:1: stdio.h: No such file or directory.
----------------------------------------------------------------------------
----------------
May I expect somebody's help in configuring the make file ?

Sincerely,

Liu

Software Engineer
Sigpro Wireless Inc.
Tel: 7271161 Ext.117
wang@sigprowireless.com



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

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP!
  2001-05-18  2:09 ` HELP! Abhishek Gupta
@ 2001-05-18  6:02   ` Earnie Boyd
  0 siblings, 0 replies; 57+ messages in thread
From: Earnie Boyd @ 2001-05-18  6:02 UTC (permalink / raw)
  To: abhishekg; +Cc: cygwin

Abhishek Gupta wrote:
> 
> Hi,
>         I installed cygwin a couple of days back on my machine( NT 4).  Just
> yesterday i noticed my build( my java application compilation using "make")
> did not work anymore and the makefile gave some weird error. A simple mkdir
> was'nt working and things like that.
> I realised it was cygwin and removed its bin from the PATH.
> Well that worked but there is still a problem. The makefile when it
> executes, treats '\' as an escape character!!
> so somthing like
> xcopy .\*.xml \temp
> is not working. It seyz cant find file .*.xml
> 
> How do I set this right ?
> 
> Please reply as soon as possible !
> 

http://www.google.com/search?q=make+win32+site%3Acygwin.com

-- 
Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 57+ messages in thread

* HELP!
       [not found] <990176609.30786.ezmlm@sources.redhat.com>
@ 2001-05-18  2:09 ` Abhishek Gupta
  2001-05-18  6:02   ` HELP! Earnie Boyd
  0 siblings, 1 reply; 57+ messages in thread
From: Abhishek Gupta @ 2001-05-18  2:09 UTC (permalink / raw)
  To: cygwin

Hi,
	I installed cygwin a couple of days back on my machine( NT 4).  Just
yesterday i noticed my build( my java application compilation using "make")
did not work anymore and the makefile gave some weird error. A simple mkdir
was'nt working and things like that.
I realised it was cygwin and removed its bin from the PATH.
Well that worked but there is still a problem. The makefile when it
executes, treats '\' as an escape character!!
so somthing like
xcopy .\*.xml \temp
is not working. It seyz cant find file .*.xml

How do I set this right ?

Please reply as soon as possible !

Thankyou
Abhishek Gupta


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: Help!
  2001-02-16  2:33 Help! Joop van Gent
@ 2001-02-16  4:13 ` Corinna Vinschen
  0 siblings, 0 replies; 57+ messages in thread
From: Corinna Vinschen @ 2001-02-16  4:13 UTC (permalink / raw)
  To: cygwin

On Fri, Feb 16, 2001 at 11:36:46AM +0000, Joop van Gent wrote:
> Dear adressee,
> 
> I am sorry for this Subject, but we really need to draw some conclusions on 
> the following topic soon.
> 
> We are a Dutch software company that took the decision to adopt most of the 
> open source protocols, the GNU environment, because we wanted (a) to 
> support portability, particularly betwen Windows and UNIX platforms, and 
> (b) a good environment that developers feel happy with.
> 
> However, our company has to live from software sales, so we cannot deliver 
> our own source code to customers. For this reason we chose to compile with 
> Mingwin instead of Cygwin libraries after we read the license constraints 
> for Cygwin, and found out that we couldn't get the debugger (gdb) to work 
> under Windows 98/NT/2000, neither the tool we thought we could use for 
> memory leaks: MPatrol.
> 
> I am ever so willing to spend money on a good development platform with 
> support, but found out that there is no place to get that. So my main 
> question now is: is it possible to get a complete and working package of 
> software (gcc,gdb,cvs,mpatrol, etc.) on a commercial basis that allows us 
> to sell software products without having to deliver our own source code? Of 
> course we have no problem to deliver the source code that comes from the 
> GPL, it is our own software we have to protect.
> 
> Thanks in advance for your answer.
> 
> Kind regards,
> 
> Joop van Gent
> CEO Irion Technologies BV
> http://www.irion.nl

Hello Joop,

You may redistribute the Cygwin DLL with your proprietary product when
purchasing a special license. At the bottom of the URL
	http://www.cygwin.com/licensing.html
you will find a contact address.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Help!
@ 2001-02-16  2:33 Joop van Gent
  2001-02-16  4:13 ` Help! Corinna Vinschen
  0 siblings, 1 reply; 57+ messages in thread
From: Joop van Gent @ 2001-02-16  2:33 UTC (permalink / raw)
  To: cygwin

Dear adressee,

I am sorry for this Subject, but we really need to draw some conclusions on 
the following topic soon.

We are a Dutch software company that took the decision to adopt most of the 
open source protocols, the GNU environment, because we wanted (a) to 
support portability, particularly betwen Windows and UNIX platforms, and 
(b) a good environment that developers feel happy with.

However, our company has to live from software sales, so we cannot deliver 
our own source code to customers. For this reason we chose to compile with 
Mingwin instead of Cygwin libraries after we read the license constraints 
for Cygwin, and found out that we couldn't get the debugger (gdb) to work 
under Windows 98/NT/2000, neither the tool we thought we could use for 
memory leaks: MPatrol.

I am ever so willing to spend money on a good development platform with 
support, but found out that there is no place to get that. So my main 
question now is: is it possible to get a complete and working package of 
software (gcc,gdb,cvs,mpatrol, etc.) on a commercial basis that allows us 
to sell software products without having to deliver our own source code? Of 
course we have no problem to deliver the source code that comes from the 
GPL, it is our own software we have to protect.

Thanks in advance for your answer.

Kind regards,

Joop van Gent
CEO Irion Technologies BV
http://www.irion.nl


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: Help!
  2000-10-19 22:32 Help! streetstories
@ 2000-10-20  9:01 ` DJ Delorie
  0 siblings, 0 replies; 57+ messages in thread
From: DJ Delorie @ 2000-10-20  9:01 UTC (permalink / raw)
  To: streetstories; +Cc: cygwin

> Tonight I downloaded two softwares, GMT and Cygwin.  Apparently I need
> Cygwin to operate GMT.  When I tried to download Cywgin, I got the
> message:  "unable to down load latest opengl/opengl.10-2tar.gz.  I don't
> know what that means but I am unable to operate either Cygwin or GMT. 

The correct file name is "opengl-1.1.0-2.tar.gz" and unless GMT
specifically requires OpenGL, it shouldn't hurt to not have it.
You'll have to be more specific about "unable to operate" if you
expect further help.  Your setup.log.full may have some clues.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Help!
@ 2000-10-19 22:32 streetstories
  2000-10-20  9:01 ` Help! DJ Delorie
  0 siblings, 1 reply; 57+ messages in thread
From: streetstories @ 2000-10-19 22:32 UTC (permalink / raw)
  To: cygwin

Oct. 18, 2000

Hi,

Tonight I downloaded two softwares, GMT and Cygwin.  Apparently I need
Cygwin to operate GMT.  When I tried to download Cywgin, I got the
message:  "unable to down load latest opengl/opengl.10-2tar.gz.  I don't
know what that means but I am unable to operate either Cygwin or GMT. 

Please help.

Bryce A. Suderow
________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj .

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* RE: Help!
  2000-10-03 17:19   ` Help! Chris Faylor
@ 2000-10-05  1:46     ` Laurence F. Wood
  0 siblings, 0 replies; 57+ messages in thread
From: Laurence F. Wood @ 2000-10-05  1:46 UTC (permalink / raw)
  To: cygwin

Thank-you very much!! :)
 
 
Laurence F. Wood
Chief Science Officer
Sunyata Systems Corporation
Tel: 732-701-9746
Fax: 732-701-9748
www.sunyatasystems.com

"Pioneers in High Fidelity Computational Biochemistry 
for Lead Optimization and Compound Synthesis"



-----Original Message-----
From: cygwin-owner@sources.redhat.com
[ mailto:cygwin-owner@sources.redhat.com]On Behalf Of Chris Faylor
Sent: Tuesday, October 03, 2000 8:19 PM
To: cygwin@sources.redhat.com
Subject: Re: Help!


On Tue, Oct 03, 2000 at 07:04:55PM -0400, Erdely, Michael wrote:
>At your prompt type:
>mount -s c:/cygwin/ /
>mount -s c:/cygwin/bin/ /usr/bin
>mount -s c:/cygwin/lib/ /usr/lib

You might also want to include a '-b' there if you use binary mounts.
Also, the inclusion of a '-x' for /usr/bin will force everything in
/usr/bin to be considered executable which speeds things up a little
when things like bash search for executables to run.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: Help!
  2000-10-03 16:06 ` Help! Erdely, Michael
@ 2000-10-03 17:19   ` Chris Faylor
  2000-10-05  1:46     ` Help! Laurence F. Wood
  0 siblings, 1 reply; 57+ messages in thread
From: Chris Faylor @ 2000-10-03 17:19 UTC (permalink / raw)
  To: cygwin

On Tue, Oct 03, 2000 at 07:04:55PM -0400, Erdely, Michael wrote:
>At your prompt type:
>mount -s c:/cygwin/ /
>mount -s c:/cygwin/bin/ /usr/bin
>mount -s c:/cygwin/lib/ /usr/lib

You might also want to include a '-b' there if you use binary mounts.
Also, the inclusion of a '-x' for /usr/bin will force everything in
/usr/bin to be considered executable which speeds things up a little
when things like bash search for executables to run.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: Help!
  2000-10-03 15:31 Help! Laurence F. Wood
@ 2000-10-03 16:06 ` Erdely, Michael
  2000-10-03 17:19   ` Help! Chris Faylor
  0 siblings, 1 reply; 57+ messages in thread
From: Erdely, Michael @ 2000-10-03 16:06 UTC (permalink / raw)
  To: Laurence F. Wood, cygwin

At your prompt type:
mount -s c:/cygwin/ /
mount -s c:/cygwin/bin/ /usr/bin
mount -s c:/cygwin/lib/ /usr/lib

-ME

----- Original Message ----- 
From: "Laurence F. Wood" <LaurenceWood@SunyataSystems.Com>
To: <cygwin@sourceware.cygnus.com>
Sent: Tuesday, October 03, 2000 6:28 PM
Subject: Help!


> Hello,
> 
> I accidentally umounted all mounts.  How do I get back to the default
> mounts, i.e. /bin etc.
> 
> 
> 
> 
> Laurence F. Wood
> Chief Science Officer
> Sunyata Systems Corporation
> Tel: 732-701-9746
> Fax: 732-701-9748
> www.sunyatasystems.com
> 
> "Pioneers in High Fidelity Computational Biochemistry
> for Lead Optimization and Compound Synthesis"
> 
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 
> 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Help!
@ 2000-10-03 15:31 Laurence F. Wood
  2000-10-03 16:06 ` Help! Erdely, Michael
  0 siblings, 1 reply; 57+ messages in thread
From: Laurence F. Wood @ 2000-10-03 15:31 UTC (permalink / raw)
  To: cygwin

Hello,

I accidentally umounted all mounts.  How do I get back to the default
mounts, i.e. /bin etc.




Laurence F. Wood
Chief Science Officer
Sunyata Systems Corporation
Tel: 732-701-9746
Fax: 732-701-9748
www.sunyatasystems.com

"Pioneers in High Fidelity Computational Biochemistry
for Lead Optimization and Compound Synthesis"



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP!!!
  2000-09-28 20:22 HELP!!! MustangLyf
@ 2000-09-28 20:29 ` Chris Faylor
  0 siblings, 0 replies; 57+ messages in thread
From: Chris Faylor @ 2000-09-28 20:29 UTC (permalink / raw)
  To: MustangLyf; +Cc: cygwin

On Thu, Sep 28, 2000 at 11:21:49PM -0400, MustangLyf@aol.com wrote:
>I have a problem.  I have (on several occasions) downloaded the cygnusb20.exe 
>file from my university website.  upon running the program, during the 
>unpacking process it stops and gives me the error message....
>
>package for the web error
>corrupt cabinet file!
>
>I have checked everything you could think of on my system and found nothing.  
>Please help in any way that you can.

Cygwin B20 is pretty old now and it is unlikely that anyone will be able
to offer insight into your problem.  You might have better luck using the
latest net release available at http://www.cygwin.com/ .

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* HELP!!!
@ 2000-09-28 20:22 MustangLyf
  2000-09-28 20:29 ` HELP!!! Chris Faylor
  0 siblings, 1 reply; 57+ messages in thread
From: MustangLyf @ 2000-09-28 20:22 UTC (permalink / raw)
  To: cygwin

I have a problem.  I have (on several occasions) downloaded the cygnusb20.exe 
file from my university website.  upon running the program, during the 
unpacking process it stops and gives me the error message....

package for the web error
corrupt cabinet file!

I have checked everything you could think of on my system and found nothing.  
Please help in any way that you can.
Thank you,
Jesse

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP!!!
@ 2000-08-28 10:14 Earnie Boyd
  0 siblings, 0 replies; 57+ messages in thread
From: Earnie Boyd @ 2000-08-28 10:14 UTC (permalink / raw)
  To: Peter Pendlebury, cygwin

--- Peter Pendlebury <peter.Pendlebury@ic24.net> wrote:
> I have downloaded Cygwin in order to write Assembler programs in Linux.
> 
> Unfortunately I cannot find the exectutable creator "gcc"
> 
> the compiler "as" is there but i need gcc to create executables. Where is
> it??
> 

If you installed correctly then "gcc" should be in the same directory as "as". 
Did you use the "setup" program found at http://sources.redhat.com/cygwin/
didn't you?

Cheers,

=====
---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* HELP!!!
@ 2000-08-28  9:24 Peter Pendlebury
  0 siblings, 0 replies; 57+ messages in thread
From: Peter Pendlebury @ 2000-08-28  9:24 UTC (permalink / raw)
  To: cygwin

I have downloaded Cygwin in order to write Assembler programs in Linux.

Unfortunately I cannot find the exectutable creator "gcc"

the compiler "as" is there but i need gcc to create executables. Where is it??

Thankyou

^ permalink raw reply	[flat|nested] 57+ messages in thread

* RE: help!!
@ 2000-05-30 10:56 Parker, Ron
  0 siblings, 0 replies; 57+ messages in thread
From: Parker, Ron @ 2000-05-30 10:56 UTC (permalink / raw)
  To: Shxin YU, cygwin

> I just installed the lastest setup.exe for cygwin,
> but every time when I lanuch the bash,and find
> the pwd is /cygdrive/c/WINNT/Profiles/Yu.000/Desktop
> so how can I chang my home directory?

Set the HOME environment variable for your account.  If you don't know how
to do this email me directly.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* help!!
@ 2000-05-28  5:22 Shxin YU
  0 siblings, 0 replies; 57+ messages in thread
From: Shxin YU @ 2000-05-28  5:22 UTC (permalink / raw)
  To: cygwin

hi,dear all:
I just installed the lastest setup.exe for cygwin,
but every time when I lanuch the bash,and find
the pwd is /cygdrive/c/WINNT/Profiles/Yu.000/Desktop
so how can I chang my home directory?
Thanks,
shixin

____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com .

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: Help!
  1999-12-27 16:56 ` Help! Christopher Faylor
@ 1999-12-31 13:28   ` Christopher Faylor
  0 siblings, 0 replies; 57+ messages in thread
From: Christopher Faylor @ 1999-12-31 13:28 UTC (permalink / raw)
  To: Darin S. Ramzinski; +Cc: cygwin

On Mon, Dec 27, 1999 at 05:46:05PM -0600, Darin S. Ramzinski wrote:
>I'm trying to conigure CPAN in order to retrieve modules.  I keep getting
>the following after I answer all the questions by invoking "perl -MCPAN -e
>shell":
>
>Issuing "/contrib/bin/ftp -n"
>    0       0 [main] d:\Cygwin\contrib\bin\perl.exe 1008 fork_copy: loaded
>dll data/bss pas
>s 0 failed, 0x14043000..0x1404300C, done 0, Win32 error 487
>Caught SIGINT
>    0 1956583 [main] perl 1008 fork_copy: loaded dll data/bss pass 0
>failed, 0x14043000..0x
>1404300C, done 0, Win32 error 487
>218182 2174765 [main] perl 1008 fork_copy: loaded dll data/bss pass 0
>failed, 0x14043000..0
>x1404300C, done 0, Win32 error 487
>.
>.
>.
>
>
>I'm running Windows NT 4.0 with Service Pack 6a installed on a
>Dell Optiplex GXpro (PPro 200 with 150 MB RAM, 8 GB HD).
>
>Any help will be appreciated.

If you're using the version of Cygwin which was released on the Cygwin
CD, then it has problems with perl's method of loading dlls.  I've
added a workaround in newer cygwin snapshots.  You can download snapshots
from:

	http://sourceware.cygnus.com/cygwin/snapshots/

but please read *all* of the information on that web page before downloading.

You'll need to replace the cygwin1.dll on your hard disk with the one you
download.  I'd recommend making a backup copy (i.e. ren cygwin1.dll cygwinsaf.dll).

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Help!
  1999-12-27 15:46 Help! Darin S. Ramzinski
  1999-12-27 16:56 ` Help! Christopher Faylor
@ 1999-12-31 13:28 ` Darin S. Ramzinski
  1 sibling, 0 replies; 57+ messages in thread
From: Darin S. Ramzinski @ 1999-12-31 13:28 UTC (permalink / raw)
  To: cygwin

I'm trying to conigure CPAN in order to retrieve modules.  I keep getting
the following after I answer all the questions by invoking "perl -MCPAN -e
shell":

Issuing "/contrib/bin/ftp -n"
    0       0 [main] d:\Cygwin\contrib\bin\perl.exe 1008 fork_copy: loaded
dll data/bss pas
s 0 failed, 0x14043000..0x1404300C, done 0, Win32 error 487
Caught SIGINT
    0 1956583 [main] perl 1008 fork_copy: loaded dll data/bss pass 0
failed, 0x14043000..0x
1404300C, done 0, Win32 error 487
218182 2174765 [main] perl 1008 fork_copy: loaded dll data/bss pass 0
failed, 0x14043000..0
x1404300C, done 0, Win32 error 487
.
.
.


I'm running Windows NT 4.0 with Service Pack 6a installed on a
Dell Optiplex GXpro (PPro 200 with 150 MB RAM, 8 GB HD).

Any help will be appreciated.

-Darin


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: Help!
  1999-12-27 15:46 Help! Darin S. Ramzinski
@ 1999-12-27 16:56 ` Christopher Faylor
  1999-12-31 13:28   ` Help! Christopher Faylor
  1999-12-31 13:28 ` Help! Darin S. Ramzinski
  1 sibling, 1 reply; 57+ messages in thread
From: Christopher Faylor @ 1999-12-27 16:56 UTC (permalink / raw)
  To: Darin S. Ramzinski; +Cc: cygwin

On Mon, Dec 27, 1999 at 05:46:05PM -0600, Darin S. Ramzinski wrote:
>I'm trying to conigure CPAN in order to retrieve modules.  I keep getting
>the following after I answer all the questions by invoking "perl -MCPAN -e
>shell":
>
>Issuing "/contrib/bin/ftp -n"
>    0       0 [main] d:\Cygwin\contrib\bin\perl.exe 1008 fork_copy: loaded
>dll data/bss pas
>s 0 failed, 0x14043000..0x1404300C, done 0, Win32 error 487
>Caught SIGINT
>    0 1956583 [main] perl 1008 fork_copy: loaded dll data/bss pass 0
>failed, 0x14043000..0x
>1404300C, done 0, Win32 error 487
>218182 2174765 [main] perl 1008 fork_copy: loaded dll data/bss pass 0
>failed, 0x14043000..0
>x1404300C, done 0, Win32 error 487
>.
>.
>.
>
>
>I'm running Windows NT 4.0 with Service Pack 6a installed on a
>Dell Optiplex GXpro (PPro 200 with 150 MB RAM, 8 GB HD).
>
>Any help will be appreciated.

If you're using the version of Cygwin which was released on the Cygwin
CD, then it has problems with perl's method of loading dlls.  I've
added a workaround in newer cygwin snapshots.  You can download snapshots
from:

	http://sourceware.cygnus.com/cygwin/snapshots/

but please read *all* of the information on that web page before downloading.

You'll need to replace the cygwin1.dll on your hard disk with the one you
download.  I'd recommend making a backup copy (i.e. ren cygwin1.dll cygwinsaf.dll).

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Help!
@ 1999-12-27 15:46 Darin S. Ramzinski
  1999-12-27 16:56 ` Help! Christopher Faylor
  1999-12-31 13:28 ` Help! Darin S. Ramzinski
  0 siblings, 2 replies; 57+ messages in thread
From: Darin S. Ramzinski @ 1999-12-27 15:46 UTC (permalink / raw)
  To: cygwin

I'm trying to conigure CPAN in order to retrieve modules.  I keep getting
the following after I answer all the questions by invoking "perl -MCPAN -e
shell":

Issuing "/contrib/bin/ftp -n"
    0       0 [main] d:\Cygwin\contrib\bin\perl.exe 1008 fork_copy: loaded
dll data/bss pas
s 0 failed, 0x14043000..0x1404300C, done 0, Win32 error 487
Caught SIGINT
    0 1956583 [main] perl 1008 fork_copy: loaded dll data/bss pass 0
failed, 0x14043000..0x
1404300C, done 0, Win32 error 487
218182 2174765 [main] perl 1008 fork_copy: loaded dll data/bss pass 0
failed, 0x14043000..0
x1404300C, done 0, Win32 error 487
.
.
.


I'm running Windows NT 4.0 with Service Pack 6a installed on a
Dell Optiplex GXpro (PPro 200 with 150 MB RAM, 8 GB HD).

Any help will be appreciated.

-Darin


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* RE: Help!
  1999-11-13 16:44 ` Help! Suhaib M. Siddiqi
@ 1999-11-30 23:39   ` Suhaib M. Siddiqi
  0 siblings, 0 replies; 57+ messages in thread
From: Suhaib M. Siddiqi @ 1999-11-30 23:39 UTC (permalink / raw)
  To: Javier Gil; +Cc: Cygwin@Sourceware. Cygnus. Com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1728 bytes --]

Cygwin related issues should be discussed at Cygwin users mailing list.
Therefore, I am forwarding your message to the list.

The precompiled lapack libraries are available from my URL, but
I do not have time to work on someone else code. Sorry
Please take your problem to a proper mailing list.

Suhaib


> -----Original Message-----
> From: Javier Gil [ mailto:javier.gil@unavarra.es ]
> Sent: Saturday, November 13, 1999 7:52 AM
> To: Ssiddiqi@InspirePharm.Com
> Subject: Help!
>
>
> Dear sir :
>
> I´m a research student at the Public University of Navarra (Spain).
> At the moment we are developing software to simulate thermal flow
> processes for simple geometries such as cilinders, spheres, ...
> We have decided to use Clapack package to solve linear systems.I have
> downloaded the Clapack package including Blas routines and have
> installed without problems in a LINUX sysyem.Unfortunately I am now
> working with Cygwin in a NT system and I have several problems compiling
> the BLAS library.
> I have attach a txt file with the error message I obtain when I try to
> compile it. I think there must be a problem with Cygwin´s C-lib, but I´m
> not sure.
> I know that there is a Cygwin lapack package avaliable, but I´m not so
> keen on fortran. I have thought about compiling lapack and then using
> f2clibs in order to translate the routines into C, but I´m afraid I need
> some help.I would be most pleased if you could find some time to attend
> my request.
>
> Thank you in advance.
>
>
>
> José Javier Gil Soto
> Mechanical engineering department
> Public University of Navarra (Spain).
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* RE: Help!
       [not found] <382D5EDA.A2961B62@unavarra.es>
@ 1999-11-13 16:44 ` Suhaib M. Siddiqi
  1999-11-30 23:39   ` Help! Suhaib M. Siddiqi
  0 siblings, 1 reply; 57+ messages in thread
From: Suhaib M. Siddiqi @ 1999-11-13 16:44 UTC (permalink / raw)
  To: Javier Gil; +Cc: Cygwin@Sourceware. Cygnus. Com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1728 bytes --]

Cygwin related issues should be discussed at Cygwin users mailing list.
Therefore, I am forwarding your message to the list.

The precompiled lapack libraries are available from my URL, but
I do not have time to work on someone else code. Sorry
Please take your problem to a proper mailing list.

Suhaib


> -----Original Message-----
> From: Javier Gil [ mailto:javier.gil@unavarra.es ]
> Sent: Saturday, November 13, 1999 7:52 AM
> To: Ssiddiqi@InspirePharm.Com
> Subject: Help!
>
>
> Dear sir :
>
> I´m a research student at the Public University of Navarra (Spain).
> At the moment we are developing software to simulate thermal flow
> processes for simple geometries such as cilinders, spheres, ...
> We have decided to use Clapack package to solve linear systems.I have
> downloaded the Clapack package including Blas routines and have
> installed without problems in a LINUX sysyem.Unfortunately I am now
> working with Cygwin in a NT system and I have several problems compiling
> the BLAS library.
> I have attach a txt file with the error message I obtain when I try to
> compile it. I think there must be a problem with Cygwin´s C-lib, but I´m
> not sure.
> I know that there is a Cygwin lapack package avaliable, but I´m not so
> keen on fortran. I have thought about compiling lapack and then using
> f2clibs in order to translate the routines into C, but I´m afraid I need
> some help.I would be most pleased if you could find some time to attend
> my request.
>
> Thank you in advance.
>
>
>
> José Javier Gil Soto
> Mechanical engineering department
> Public University of Navarra (Spain).
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP!!!!
  1999-10-12  5:32 HELP!!!! N8TM
@ 1999-10-31 19:54 ` N8TM
  0 siblings, 0 replies; 57+ messages in thread
From: N8TM @ 1999-10-31 19:54 UTC (permalink / raw)
  To: earnie_boyd, 666FallenAngel, cygwin

In a message dated 10/12/99 7:18:05 AM EST, earnie_boyd@yahoo.com writes:

>  (i want to use
>  > it directly from the DOS prompt in a Win98 windows)
Does he mean he wants it to work in a non-Cygwin window?  I don't know how to 
do that in W9x.

Tim
tprince@computer.org

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP!!!!
  1999-10-12  5:16 HELP!!!! Earnie Boyd
@ 1999-10-31 19:54 ` Earnie Boyd
  0 siblings, 0 replies; 57+ messages in thread
From: Earnie Boyd @ 1999-10-31 19:54 UTC (permalink / raw)
  To: FallenAngel, cygwin

--- FallenAngel <666FallenAngel@gmx.net> wrote:
> ok:
> I'm an absolute newcomer to C/C++ and I'm too studpid to compile a
> "hello-world prog": i've got the .c file and i was able to compile it
> with LCC but how to do it with g++? I used a #include < stdio.h > in
> my prog. but g++ doesn't find this file although it's in the cygwin...
> standard dir. where do i have to put the stdio.h so that i can compile
> my prog? or do i have to start g++ with a special flag? (i want to use
> it directly from the DOS prompt in a Win98 windows)

This should work.  Hmm... try `gcc -o hello_world hello_world.c' just for
kicks.  Gcc is meant to be the front-end to the "C" compiler while g++ is meant
to be the front-end to the "C++" compiler.

Also, try removing the spaces within the angle brackets.  I.E. write it as
#include <stdio.h> instead of #include < stdio.h >.

Q: Will this fix the problems?
A: I don't know, these are merely suggestions not known workarounds.

If you still have problems paste or attach a plain text file of the output of
`cygcheck -s -v -r'.  Also, since you're not interested in emulating UNIX you
might be best served by the Mingw32 version of GCC which can be found on Mumits
pages whose URL you can find on my page.


=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* HELP!!!!
  1999-10-11 23:21 HELP!!!! FallenAngel
@ 1999-10-31 19:54 ` FallenAngel
  0 siblings, 0 replies; 57+ messages in thread
From: FallenAngel @ 1999-10-31 19:54 UTC (permalink / raw)
  To: cygwin

ok:
I'm an absolute newcomer to C/C++ and I'm too studpid to compile a
"hello-world prog": i've got the .c file and i was able to compile it
with LCC but how to do it with g++? I used a #include < stdio.h > in
my prog. but g++ doesn't find this file although it's in the cygwin...
standard dir. where do i have to put the stdio.h so that i can compile
my prog? or do i have to start g++ with a special flag? (i want to use
it directly from the DOS prompt in a Win98 windows)



---please excuse my bad english---

Best regards,
 FallenAngel (german C newcomer)                         mailto:666FallenAngel@gmx.net



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP!!!!
@ 1999-10-12  5:32 N8TM
  1999-10-31 19:54 ` HELP!!!! N8TM
  0 siblings, 1 reply; 57+ messages in thread
From: N8TM @ 1999-10-12  5:32 UTC (permalink / raw)
  To: earnie_boyd, 666FallenAngel, cygwin

In a message dated 10/12/99 7:18:05 AM EST, earnie_boyd@yahoo.com writes:

>  (i want to use
>  > it directly from the DOS prompt in a Win98 windows)
Does he mean he wants it to work in a non-Cygwin window?  I don't know how to 
do that in W9x.

Tim
tprince@computer.org

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP!!!!
@ 1999-10-12  5:16 Earnie Boyd
  1999-10-31 19:54 ` HELP!!!! Earnie Boyd
  0 siblings, 1 reply; 57+ messages in thread
From: Earnie Boyd @ 1999-10-12  5:16 UTC (permalink / raw)
  To: FallenAngel, cygwin

--- FallenAngel <666FallenAngel@gmx.net> wrote:
> ok:
> I'm an absolute newcomer to C/C++ and I'm too studpid to compile a
> "hello-world prog": i've got the .c file and i was able to compile it
> with LCC but how to do it with g++? I used a #include < stdio.h > in
> my prog. but g++ doesn't find this file although it's in the cygwin...
> standard dir. where do i have to put the stdio.h so that i can compile
> my prog? or do i have to start g++ with a special flag? (i want to use
> it directly from the DOS prompt in a Win98 windows)

This should work.  Hmm... try `gcc -o hello_world hello_world.c' just for
kicks.  Gcc is meant to be the front-end to the "C" compiler while g++ is meant
to be the front-end to the "C++" compiler.

Also, try removing the spaces within the angle brackets.  I.E. write it as
#include <stdio.h> instead of #include < stdio.h >.

Q: Will this fix the problems?
A: I don't know, these are merely suggestions not known workarounds.

If you still have problems paste or attach a plain text file of the output of
`cygcheck -s -v -r'.  Also, since you're not interested in emulating UNIX you
might be best served by the Mingw32 version of GCC which can be found on Mumits
pages whose URL you can find on my page.


=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* HELP!!!!
@ 1999-10-11 23:21 FallenAngel
  1999-10-31 19:54 ` HELP!!!! FallenAngel
  0 siblings, 1 reply; 57+ messages in thread
From: FallenAngel @ 1999-10-11 23:21 UTC (permalink / raw)
  To: cygwin

ok:
I'm an absolute newcomer to C/C++ and I'm too studpid to compile a
"hello-world prog": i've got the .c file and i was able to compile it
with LCC but how to do it with g++? I used a #include < stdio.h > in
my prog. but g++ doesn't find this file although it's in the cygwin...
standard dir. where do i have to put the stdio.h so that i can compile
my prog? or do i have to start g++ with a special flag? (i want to use
it directly from the DOS prompt in a Win98 windows)



---please excuse my bad english---

Best regards,
 FallenAngel (german C newcomer)                         mailto:666FallenAngel@gmx.net



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 57+ messages in thread

* HELP !!!
@ 1999-01-31 23:52 JPhelps
  1999-01-31 23:52 ` Heinz-Juergen Oertel
  0 siblings, 1 reply; 57+ messages in thread
From: JPhelps @ 1999-01-31 23:52 UTC (permalink / raw)
  To: gnu-win32

Hi there,

I am trying to build a duplicate of a machine that was built in 1997.  The 
machine runs Windows NT Workstation 4.0 and has Cygnus GNU-Win32 User tools 
installed on it.  As far as I know it is beta 18.

We do not have a copy of this, but have the notes from the person who built 
the original machine, saying that installation was simple via a "setup.exe" 
provided with the package.

Can we still get this version ?

I have downloaded the beta 20.1 version, but can't make the "user.exe" file 
work, and the source code file "xba, xbb,....etc" will only download as .htm 
files.

I have read the "readme" document, but can't make it work.  Is this a more 
complicated process than the installation for the beta 18 version ?

What am I doing wrong ?  HELP !!!

Thanks

Jon Phelps

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: HELP !!!
  1999-01-31 23:52 HELP !!! JPhelps
@ 1999-01-31 23:52 ` Heinz-Juergen Oertel
  0 siblings, 0 replies; 57+ messages in thread
From: Heinz-Juergen Oertel @ 1999-01-31 23:52 UTC (permalink / raw)
  To: m Cygwin-32

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1679 bytes --]

JPhelps@aca.gov.au wrote:
> 
> Hi there,
> 
> I am trying to build a duplicate of a machine that was built in 1997.  The
> machine runs Windows NT Workstation 4.0 and has Cygnus GNU-Win32 User tools
> installed on it.  As far as I know it is beta 18.
> 
> We do not have a copy of this, but have the notes from the person who built
> the original machine, saying that installation was simple via a "setup.exe"
> provided with the package.
> 
> Can we still get this version ?
> 
> I have downloaded the beta 20.1 version, but can't make the "user.exe" file
> work, and the source code file "xba, xbb,....etc" will only download as .htm
> files.
> 
> I have read the "readme" document, but can't make it work.  Is this a more
> complicated process than the installation for the beta 18 version ?
> 
> What am I doing wrong ?  HELP !!!
> 
> Thanks
> 
> Jon Phelps
> 
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
> \x01\x01\x01\x01
> \x01\x01\x01\x01
Please read the 

Subject: 
       Announcing Cygwin B20!
From: 
       Geoffrey Noer <noer@cygnus.com>


-- Which a have attached at the mail to him ---






-- 
with best regards / mit freundlichen Grüßen

  Heinz-Jürgen Oertel

==========================================
Heinz-Juergen Oertel
port GmbH            phone +49 3493 743-10
Antonienstr. 3       fax   +49 3493 743-15
D-06749 Bitterfeld   mailto:service@port.de
Germany              http://www.port.de
==========================================
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 57+ messages in thread

* RE: Help!
@ 1998-02-19 14:40 "Zow" Terry Brugger
  0 siblings, 0 replies; 57+ messages in thread
From: "Zow" Terry Brugger @ 1998-02-19 14:40 UTC (permalink / raw)
  To: 'Amy Wells', gnu-win32

-----Original Message-----
From:	Amy Wells

I have a Compaq Presario with Windows 95 and I got the Teach Yourself
C++ in 24 hOurs.  The thing is that I can't get it to start.  somewhere
it said I needed to open alltar but I couldn't find it on my CD Rom.  I
am new to this and would like some HELP please!

Well, first of all, those "Teach yourself C/C++ in x time-units" don't 
work. I was an infamous hacker amongst the freshmen my first year at Purdue 
when I tried to learn C from one of those books. The levels of indirections 
when you start to get into deep pointer stuff are just too complicated to 
be explained without human interaction. I ended up taking freshmen 
programming my Sophomore year, and I ended up changing majors and now I 
crunch C/C++ code for a living. So my first recommendation is to find a 
knowledgeable friend or take a class at your local vo-tec.
	You're still going to need a compiler though. What exactly is it that you 
can't get to start? What is this CD-ROM and alltar that you refer to? Where 
does GNU-Win32 fit into your problems? If you want to use gcc from 
GNU-Win32 (which I would recommend: it's every bit as good as a commercial 
compiler and in fact, MS apparently used it as the basis for VC++ 1.0), 
download cdk.exe from www.cygnus.com/misc/gnu-win32 . While it's 
downloading (it's 14MB, so it'll take a while), read the FAQ. You won't 
understand a lot of it, but it should answer a lot of your questions. That 
should get you rolling.
	I'm sure other people have other recomendations on what you could use 
(like the minimalist GNU-Win32), but I'm just recomending what I know. If 
after reading the FAQ you still have questions, we'd be happy to answer 
them. There are probably better venues for C++ questions: Yahoo! has a ton 
of C++ resources (including links to the C++ FAQs), I'm sure you can find 
something there.

Amy

Hope this helps!
Terry

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Help!
@ 1998-02-18  3:00 Amy Wells
  0 siblings, 0 replies; 57+ messages in thread
From: Amy Wells @ 1998-02-18  3:00 UTC (permalink / raw)
  To: gnu-win32

I have a Compaq Presario with Windows 95 and I got the Teach Yourself 
C++ in 24 hOurs.  The thing is that I can't get it to start.  somewhere 
it said I needed to open alltar but I couldn't find it on my CD Rom.  I 
am new to this and would like some HELP please!

Amy

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 57+ messages in thread

end of thread, other threads:[~2018-10-26  8:35 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26  8:35 Help! Tomas Ukkonen
  -- strict thread matches above, loose matches on Subject: below --
2008-01-17 15:59 help!!!! octavian andrei
2008-01-17 18:45 ` help!!!! Larry Hall (Cygwin)
2008-01-17 19:04   ` help!!!! Marc/MDPI314
2008-01-17 19:36     ` help!!!! Dave Korn
2007-03-16 23:08 HELP!!!!!!!!!!!! Curt
2007-03-16 23:55 ` HELP!!!!!!!!!!!! Larry Hall (Cygwin)
2003-11-18 22:02 HELP! Philip Kamara
     [not found] <20030606212620.13285.qmail@web80512.mail.yahoo.com>
2003-06-09 11:55 ` help! Jason Tishler
2003-03-24 16:14 help!! lhall
2003-03-24 11:41 help!! Sacri Acuyo
2002-05-25  3:30 Help!!! Baloo Brahm
2002-04-25 13:59 HELP! Heribert Dahms
2002-04-27  4:14 ` HELP! Dave Trollope
2002-04-24 13:31 1.3.10 memcmp() bug C. J.
2002-04-24 23:44 ` HELP! Dave Trollope
2002-04-08 15:56 Help! Rhomer L Oliveira Jr
2002-04-08 16:14 ` Help! Larry Hall (RFK Partners, Inc)
2002-01-01 15:38 HELP !! Marios Karagiannopoulos
2002-01-01 16:36 ` Tim Prince
2002-01-01 16:38   ` Christopher Faylor
2001-10-28  6:48 HELP!!! Sascha Hoeche
2001-10-28  7:27 ` HELP!!! Gerrit P. Haase
2001-08-15  9:52 help! Troy Noble
2001-08-15  7:30 help! Troy Noble
2001-08-15  7:22 help! Liu Wang
     [not found] <990176609.30786.ezmlm@sources.redhat.com>
2001-05-18  2:09 ` HELP! Abhishek Gupta
2001-05-18  6:02   ` HELP! Earnie Boyd
2001-02-16  2:33 Help! Joop van Gent
2001-02-16  4:13 ` Help! Corinna Vinschen
2000-10-19 22:32 Help! streetstories
2000-10-20  9:01 ` Help! DJ Delorie
2000-10-03 15:31 Help! Laurence F. Wood
2000-10-03 16:06 ` Help! Erdely, Michael
2000-10-03 17:19   ` Help! Chris Faylor
2000-10-05  1:46     ` Help! Laurence F. Wood
2000-09-28 20:22 HELP!!! MustangLyf
2000-09-28 20:29 ` HELP!!! Chris Faylor
2000-08-28 10:14 HELP!!! Earnie Boyd
2000-08-28  9:24 HELP!!! Peter Pendlebury
2000-05-30 10:56 help!! Parker, Ron
2000-05-28  5:22 help!! Shxin YU
1999-12-27 15:46 Help! Darin S. Ramzinski
1999-12-27 16:56 ` Help! Christopher Faylor
1999-12-31 13:28   ` Help! Christopher Faylor
1999-12-31 13:28 ` Help! Darin S. Ramzinski
     [not found] <382D5EDA.A2961B62@unavarra.es>
1999-11-13 16:44 ` Help! Suhaib M. Siddiqi
1999-11-30 23:39   ` Help! Suhaib M. Siddiqi
1999-10-12  5:32 HELP!!!! N8TM
1999-10-31 19:54 ` HELP!!!! N8TM
1999-10-12  5:16 HELP!!!! Earnie Boyd
1999-10-31 19:54 ` HELP!!!! Earnie Boyd
1999-10-11 23:21 HELP!!!! FallenAngel
1999-10-31 19:54 ` HELP!!!! FallenAngel
1999-01-31 23:52 HELP !!! JPhelps
1999-01-31 23:52 ` Heinz-Juergen Oertel
1998-02-19 14:40 Help! "Zow" Terry Brugger
1998-02-18  3:00 Help! Amy Wells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).