Cygwin
https://www.google.com/search?q=cygwin@cygwin.com
Mike
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
r is, not much. There are some open issues
which include discussion of possible Windows Hello into Windows
OpenSSH [1], but they haven't made much headway for some time...
ht
[1]
https://github.com/PowerShell/Win32-OpenSSH/issues/1804#issuecomment-850500721
--
Henry S. Thompson, School
On 2021/09/15 12:53, Henry S. Thompson via Cygwin wrote:
frankly, it seems like a bug, and
if Microsoft succeeds in moving more people to using PINs for login,
it will surely begin to bite others...
Isn't the idea of using the PIN login to get rid of the use (and the
ability) to use pas
Brian Inglis writes:
> On 2021-09-12 16:05, Henry S. Thompson via Cygwin wrote:
>> Running cygwin 3.2.0-1 on Windows 10 Pro 21H1
>> Since changing my login from local User to Windows Hello PIN, I can't
>> ssh in to my machine using a password: neither the PIN n
On 2021-09-12 16:05, Henry S. Thompson via Cygwin wrote:
Running cygwin 3.2.0-1 on Windows 10 Pro 21H1
Since changing my login from local User to Windows Hello PIN, I can't
ssh in to my machine using a password: neither the PIN nor my old
password work:
1) If from my machine
Henry S. Thompson via Cygwin writes:
> Running cygwin 3.2.0-1 on Windows 10 Pro 21H1
>
> Since changing my login from local User to Windows Hello PIN, I can't
> ssh in to my machine using a password: neither the PIN nor my old
> password work:
>
> 1) If from my machi
Andrey Repin writes:
> Greetings, Henry S. Thompson!
>
>> Running cygwin 3.2.0-1 on Windows 10 Pro 21H1
>
>> Since changing my login from local User to Windows Hello PIN, I can't
>> ssh in to my machine using a password: neither the PIN nor my old
>> p
Greetings, Henry S. Thompson!
> Running cygwin 3.2.0-1 on Windows 10 Pro 21H1
> Since changing my login from local User to Windows Hello PIN, I can't
> ssh in to my machine using a password: neither the PIN nor my old
> password work:
> 1) If from my machine I d
Running cygwin 3.2.0-1 on Windows 10 Pro 21H1
Since changing my login from local User to Windows Hello PIN, I can't
ssh in to my machine using a password: neither the PIN nor my old
password work:
1) If from my machine I do
ssh -o PreferredAuthentications=password localhost
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
I frequently cannot contribute discussion to Cygwin topics, but due to
my work porting a database (fis-gtm) to Cygwin, I can chime in here.
This is a good article to give you an overview of the different
calling conventions out there:
https://eli.thegreenplace.net/2011/09/06/stack-frame-layout-on-
>Please help, how can solve "rar2john 17932 find_fast_cwd: WARNING: couldnt
>compute FAST_CWD pointer
https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
Please help, how can solve "rar2john 17932 find_fast_cwd: WARNING: couldnt
compute FAST_CWD pointer
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml
On 4/26/2019 5:04 PM, Jesse Thompson wrote:
Ultimately what I am trying to research is how to begin building a simple
compilation system of my own, so how do the *makers* of compilers deal with
these differences in calling convention?
They make parts of the compilers conditional on the overall
Just two thoughts:
1. You probably know that 'cc -S foo.c' produces foo.s which is the
assembler output. Might be worthwhile examining how the experts who
wrote the C compiler handle all this. The output is usually quite
readable for someone prone to reading such things.
2. Rather than generati
On Fri, 26 Apr 2019 at 15:04, Jesse Thompson <> wrote:
>
> > From: Eliot Moss <>
> > To: cygwin@cygwin.com
> > Date: Fri, 26 Apr 2019 07:16:38 -0400
> > Subject: Re: Request for an example x68 assembler portable Hello World
> Ultimately what I am try
> From: Eliot Moss
> To: cygwin@cygwin.com
> Date: Fri, 26 Apr 2019 07:16:38 -0400
> Subject: Re: Request for an example x68 assembler portable Hello World
script
>
> Der Jesse -- Someone else may be able to speak to the specifics, but
> register use and calling convention
; First argument is address
of message
callputs; puts(message)
add rsp, 20h; Remove shadow space
ret
message:
db 'Hello', 0 ; C strings need a zero
byte at the
callputs; puts(message)
add rsp, 20h; Remove shadow space
ret
message:
db 'Hello', 0 ; C strings need a zero
byte at the end
```
but it segfaults in Linux (and complains about
On Sat, 23 Mar 2019 at 10:33, Houder wrote:
> Compiled "hello.c" on my 32-bits setup of Cygwin ...
>
> @@ gcc -Wall -o hello-32 hello.c # prompt indicates 32-bits setup of Cygwin
>
> Ran it on my 64-bits setup of Cygwin ...
>
> 64-@@ ./hello-32 # prompt indicates 64
On Sat, 23 Mar 2019 09:33:10, Houder wrote:
> On Sat, 23 Mar 2019 09:16:53, Houder wrote:
>
> > Q: where is your compiler (gcc)? Evidently you are not using the compiler
> > from the 64-bits setup ...
> >
> > Btw, you are using an old version of Cygwin (cygwin1.dll) ... Why do you
> > not updat
version of the compiler).
>
> I may be wrong though (as I only skimmed your posts and the cygcheck.out
> file).
Compiled "hello.c" on my 32-bits setup of Cygwin ...
@@ gcc -Wall -o hello-32 hello.c # prompt indicates 32-bits setup of Cygwin
Ran it on my 64-bits setup of Cyg
modified version of cygcheck.out. Mostly sensitive letter
> sequences have been
> replaced by 6 X's: "XX". And user groups in was all replaced by
> "/// User group names and numbers omitted ///"
Vesa,
>From your previous post it was clear that your prog
Vesa P. writes:
> --- Process 10312 thread 24044 created
> --- Process 10312 loaded C:\Users\XX\cygwin64\bin\cygwin1.dll at
> 00ae
> --- Process 10312 unloaded DLL at 00ae
> --- Process 10312 thread 24044 exited with status 0x0
> --- Process 10312 exited with status 0xc
>
> strace -f ./hello
Thanks, that was helpful. A dialog titled "hello.exe - Application
Error" appeared, saying
"The application was unable to start correctly (0xc07b).
Click OK to close the application." The console contained the following output:
$ stra
On 2019-03-19 15:31, Vesa P. wrote:
> Hi all,
>
> Cygwin works great for me in providing POSIX tools for Windows, but
> when I tried to to compile something of my own, I immediately ran into
> problems.
>
> Compiling my Hello World application didn't complain but when
On 3/19/2019 2:31 PM, Vesa P. wrote:
>
> Compiling my Hello World application didn't complain but when running
> it I didn't get any output. My compilation command was like this:
> gcc -Wextra -Wall -o hello hello.c
> And my source code is be
Am 19.03.2019 um 22:31 schrieb Vesa P.:
Hi all,
Cygwin works great for me in providing POSIX tools for Windows, but
when I tried to to compile something of my own, I immediately ran into
problems.
Compiling my Hello World application didn't complain but when running
it I didn't get
Hi all,
Cygwin works great for me in providing POSIX tools for Windows, but
when I tried to to compile something of my own, I immediately ran into
problems.
Compiling my Hello World application didn't complain but when running
it I didn't get any output. My compilation command was
Greetings, Native!
> I have a problem with JohnTheRipper, it says I can't compute Fast_CWD
> pointer. What do I do?
Report it to whoever distribute that program.
And in the meantime, check the
https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings
--
With best regards,
Andrey Rep
I have a problem with JohnTheRipper, it says I can't compute Fast_CWD
pointer. What do I do?
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsub
hi Cygwin
https://goo.gl/D43ZM9
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
sup cygwin
http://www.cheeringpixels.com/traffic.php?garden=1t7cdcxnkq8ckn61
Chiedu Oranye
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsu
Thomas Koenig writes:
[…]
Can you please post cygcheck output as per
https://cygwin.com/problems.html
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
--
Prob
6.1.0-1
libgmpxx4 6.1.0-1
libmpfr-devel 3.1.3-1
libmpfr43.1.3-1
mpfr3.1.3-1
$ gfortran -ffree-form helloworld.f -o helloworld-f77-gcc
$ ./helloworld-f77-gcc.exe
H
Thomas Koenig writes:
> The warnings on the GMP and MPFR headers make me suspect that some
> dependency may be broken.
No, they simply have been updated after gcc was built.
> warning: GMP header version 6.0.0 differs from library version 6.1.0.
Can you downgrade to libgmp10-6.0.0a-2 and check i
Hi,
Cygwin64 now offers a choice among 4.9.2-3, 4.9.3-1, and 5.2.0-1. I
have the last one installed, and in addition a recently built 6.0 on my
Haswell laptop. I’m fairly certain I have used the 4.9.3 successfully
in the past. It looks like you need to update to the current gmp and
mpfr. Nor
On 11/18/2015 5:26 PM, Thomas Koenig wrote:
Hi,
gfortran appears to be broken (segfault) with the newest cygwin
version I just downloaded. It segfaults on a "Hello, world" program.
gcc works fine.
The warnings on the GMP and MPFR headers make me suspect that some
dependency may
Hi,
gfortran appears to be broken (segfault) with the newest cygwin
version I just downloaded. It segfaults on a "Hello, world" program.
gcc works fine.
The warnings on the GMP and MPFR headers make me suspect that some
dependency may be broken.
Here's what happens:
$ gfort
On Nov 2 10:14, Greg Freemyer wrote:
> On Mon, Nov 2, 2015 at 7:48 AM, cyg Simple wrote:
> > On 11/1/2015 11:09 PM, Darik Horn wrote:
> >>
> >> Unless there is a specific reason to cross through Cygwin, it could be
> >> easier to use the native MinGW environment directly:
> >>
> >> * http://www.m
On Mon, Nov 2, 2015 at 10:14 AM, Greg Freemyer wrote:
>
> The last time I checked (a few years ago), my understanding was the
> cygwin dll's were licensed such that any programs using them had to be
> GPL (or equivalent).
>
> Is that wrong?
No, that is still the case:
* https://cygwin.com/licens
On Mon, Nov 2, 2015 at 7:48 AM, cyg Simple wrote:
> On 11/1/2015 11:09 PM, Darik Horn wrote:
>>
>> Unless there is a specific reason to cross through Cygwin, it could be
>> easier to use the native MinGW environment directly:
>>
>> * http://www.mingw.org/wiki/Getting_Started
>>
>
> Poppycock! Ther
On 11/1/2015 11:09 PM, Darik Horn wrote:
>
> Unless there is a specific reason to cross through Cygwin, it could be
> easier to use the native MinGW environment directly:
>
> * http://www.mingw.org/wiki/Getting_Started
>
Poppycock! There is no reason that the user couldn't use Cygwin as the
one
On 11/1/2015 10:04 PM, Daniel Goldman wrote:
>
> $ gcc ncurses-1.c -lncurses
>
> $ ./a.exe # runs perfectly under cygwin
>
A Cygwin build using the Cygwin runtime should work.
> $ i686-pc-mingw32-gcc -I /usr/include ncurses-1.c -L /lib -lncurses
>
> $ ./a.exe
> Segmentation fault
>
A MinGW
On Sun, Nov 1, 2015 at 10:04 PM, Daniel Goldman wrote:
>
> What am I doing wrong? How do I use cygwin to compile the test ncurses
> program so it can run in a dos terminal, independent of cygwin? I looked
> around the docs and archives and could not figure out.
Was libncurses built for the MinGW
()
{
initscr(); /* Start curses mode */
printw("Hello World !!!"); /* Print Hello World */
refresh(); /* Print it on to the real screen */
getch(); /* Wait for user input */
endwin(); /* End curses mode */
return 0;
}
$ gcc ncurses-1.c -lncurses
$ ./a.exe # runs perfectly under cygw
On 12 June 2012 14:13, marco atzeri wrote:
> On 6/12/2012 1:52 PM, Peter Ross wrote:
>>
>> On 12 June 2012 12:35, Earnie Boyd wrote:
>>>
>>> On Tue, Jun 12, 2012 at 4:45 AM, Peter Ross wrote:
>>>
If I downgrade from 1.7.15 to 1.7.14 then it runs as expected
>>>
>>> And if you upgrade
On 6/12/2012 1:52 PM, Peter Ross wrote:
On 12 June 2012 12:35, Earnie Boyd wrote:
On Tue, Jun 12, 2012 at 4:45 AM, Peter Ross wrote:
If I downgrade from 1.7.15 to 1.7.14 then it runs as expected
And if you upgrade to the newest cygwin.com/snapshots what happens?
Replacing cygwin1.dll wit
On 12 June 2012 12:35, Earnie Boyd wrote:
> On Tue, Jun 12, 2012 at 4:45 AM, Peter Ross wrote:
>
>>
>> If I downgrade from 1.7.15 to 1.7.14 then it runs as expected
>>
>
> And if you upgrade to the newest cygwin.com/snapshots what happens?
>
Replacing cygwin1.dll with cygwin1-20120611.dll.bz2 and i
On Tue, Jun 12, 2012 at 4:45 AM, Peter Ross wrote:
>
> If I downgrade from 1.7.15 to 1.7.14 then it runs as expected
>
And if you upgrade to the newest cygwin.com/snapshots what happens?
--
Earnie
-- https://sites.google.com/site/earnieboyd
--
Problem reports: http://cygwin.com/problems.
I compiled the following simple C# program using Mono 2.10.8
public class Hello {
public static void Main() {
System.Console.WriteLine("hello");
}
}
I then attempt to run it under mono and native .net
# mcs Hello.cs
# mono Hello.exe
hello
# ./Hello.
Please do not send spam!
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
http://bit.ly/fPYrbE
Charge yourself for passion ingenuity. Cried sam weller to remain at length
semwbff.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygw
On 9/6/2010 1:50 PM, Linux User wrote:
...
So I decided to try to compile the newest version of PHP available, epic
failure because apparently, PHP ./configure doesn't support autoconf 2.65,
only 2.13 which isn't available in the repos...
I see it. Pick the autoconf2.1 package.
--
Larry Hall
I have research this issue over google and mailing list and I haven't been able
to find a solution to my problem. I want to write a PHPProxyServer under CYGWIN
since I don't have access to a linux box. I need the PCTNL functions so I could
fork() processes, which is not supported under windows.
* wynfi...@gmail.com (Wed, 16 Jun 2010 18:38:40 +0900)
> Thorsten, don't use Microsoft Windows style of pathnames! Use POSIX
> compliant pathnames.
Wynfield, I don't use "Microsoft Windows style of pathnames". I just
pointed out that they work.
Thorsten
--
Problem reports: http://cygwin.
Thorsten, don't use Microsoft Windows style of pathnames! Use POSIX compliant
pathnames.
E.g. Do the following
$ cd /cygdrive/c/Program\ Files
or alternatively try
$ cd "`cygpath -u "C:\Program Files"`"
Note the backslash is to escape the space in the pathname in the 1st case,
quotes
in the
* Matthew Thornton (Tue, 15 Jun 2010 09:56:26 -0700)
> I just recently upgraded to the newer version of cygwin and I am not
> unable to change directory into Program Files or My Documents using
> the forward slash. This was working before the upgrade and I was
> wondering what I should check to see
On 6/15/2010 11:56 AM, Matthew Thornton wrote:
> Hello!
>
> I just recently upgraded to the newer version of cygwin and I am not
> unable to change directory into Program Files or My Documents using the
> forward slash. This was working before the upgrade and I was wondering
Matthew Thornton wrote:
> I just recently upgraded to the newer version of cygwin and I am not
> unable to change directory into Program Files or My Documents using the
> forward slash. This was working before the upgrade and I was wondering
> what I should check to see how it was disabled. I ha
Hello!
I just recently upgraded to the newer version of cygwin and I am not
unable to change directory into Program Files or My Documents using the
forward slash. This was working before the upgrade and I was wondering
what I should check to see how it was disabled. I have also tried using
On Thu, Apr 15, 2010 at 5:23 PM, Christopher Faylor
wrote:
> On Thu, Apr 15, 2010 at 05:02:50PM -0400, NightStrike wrote:
>>Ok, I'll bite.
>
> Your biting is off-topic and responding to spam is just plain stupid.
>
> Stop it.
Hmm.. I didn't realize the reply-to was set to cygwin. Sorry :(
Somet
On Thu, Apr 15, 2010 at 05:02:50PM -0400, NightStrike wrote:
>Ok, I'll bite.
Your biting is off-topic and responding to spam is just plain stupid.
Stop it.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin
Ok, I'll bite.
On Wed, Apr 14, 2010 at 3:58 PM, farhad Fai wrote:
> Hello Sir/Ma,
>
>
> My name is farhad Fai from I newly established a art gallery here in Mumbai
> India, I saw some beautiful artworks which am interested to buy on the
> internet and I contacte
On 09/14/2009 02:04 AM, Dave Korn wrote:
Dave Korn wrote:
Nah, hang on, I'll give the psychic debugging a go. I'm getting something the spirits are talking... or
maybe it's just the beer... and they tell me: The problem is that the CPUID
instruction in your virtual machine is returnin
Dave Korn wrote:
> Nah, hang on, I'll give the psychic debugging a go. forehead, covering eyes, waves other hand out in front of me in a
> mystical-looking way> I'm getting something the spirits are talking... or
> maybe it's just the beer... and they tell me: The problem is that the CPU
Dave Korn wrote:
> Jerry DeLisle wrote:
>
>> gdb says:
>> (gdb) r
>> Starting program: /home/jerry/prs/test/a.exe
>> [New thread 162.0xa9]
>> [New thread 162.0x8e]
>>
>> Program received signal SIGILL, Illegal instruction.
>> set_fpu () at ./fpu-target.h:80
>> 80 ./fpu-target.h: No such file
Jerry DeLisle wrote:
> gdb says:
> (gdb) r
> Starting program: /home/jerry/prs/test/a.exe
> [New thread 162.0xa9]
> [New thread 162.0x8e]
>
> Program received signal SIGILL, Illegal instruction.
> set_fpu () at ./fpu-target.h:80
> 80 ./fpu-target.h: No such file or directory.
> in ./
--- Lun 14/9/09, Jerry DeLisle ha scritto:
> Da: Jerry DeLisle
> Oggetto: Core dump on hello world.
> A: cygwin@cygwin.com
> Data: Lunedì 14 settembre 2009, 06:45
> I first noticed this when trying to
> build and run gfortran 4.5 for my development work on cygwin
> 1
hello.f90
program hello
print *, "Hello World!"
end program hello
$ gfortran-4.exe hello.f90
$ ./a.exe
Illegal instruction (core dumped)
gdb says:
(gdb) r
Starting program: /home/jerry/prs/test/a.exe
[New thread 162.0xa9]
[New thread 162.0x8e]
Program received signal SIGILL, Illegal i
ken j wrote:
>
> Christopher Faylor-8 wrote:
>>
>> I've been hoping that I won't have to step in and be mean but I would
>> appreciate it if you would find some other forum for working out your
>> beginner programming issues.
>>
>>
>
> Sorry for pursuing a meaningful dialogue with a helpful fello
Christopher Faylor-8 wrote:
>
>
> I've been hoping that I won't have to step in and be mean but I would
> appreciate it if you would find some other forum for working out your
> beginner programming issues.
>
>
Sorry for pursuing a meaningful dialogue with a helpful fellow user in the
wrong
On Fri, Aug 28, 2009 at 10:05:50AM -0700, Gary Johnson wrote:
>On 2009-08-28, Christopher Faylor wrote:
>>I'm not seeing a whole-lot of cygwin-specific issues here. The cygwin
>>list is not here to help people get up to speed on how to program or
>>how to use UNIX.
>>
>>I've been hoping that I won
On 2009-08-28, Christopher Faylor wrote:
> I'm not seeing a whole-lot of cygwin-specific issues here. The cygwin
> list is not here to help people get up to speed on how to program or how
> to use UNIX.
>
> I've been hoping that I won't have to step in and be mean but I would
> appreciate it if
On Fri, Aug 28, 2009 at 09:42:57AM -0700, ken j wrote:
>
>
>Mark J. Reed wrote:
>>
>> On Fri, Aug 28, 2009 at 10:34 AM, ken j wrote:
>>>BTW I've found that I do NOT need to type './' but
>>> rather only '/' to get an exe file to run in Cygwin.
>>
>> That's only true if the executable is in the ro
Mark J. Reed wrote:
>
> On Fri, Aug 28, 2009 at 10:34 AM, ken j wrote:
>>BTW I've found that I do NOT need to type './' but
>> rather only '/' to get an exe file to run in Cygwin.
>
> That's only true if the executable is in the root directory (c:\cygwin
> in Windows, / in Cygwin).
OK I see th
On Fri, Aug 28, 2009 at 10:34 AM, ken j wrote:
>BTW I've found that I do NOT need to type './' but
> rather only '/' to get an exe file to run in Cygwin.
That's only true if the executable is in the root directory (c:\cygwin
in Windows, / in Cygwin).
> Also, all of my compiled executables go to c
OK that helps. I'm new to Linux/Unix but I have some experience with DOS and
batch files, etc. Some things in Cygwin don't follow the same conventions as
DOS (or a DOSBox), obviously, like for example in DOS if an exe file is in
the directory you are in, you can just type the file name and it will
ken j schrieb:
> Hi, I am a COMPLETE newby at programming but am trying hard to get as far as
> I can on my own. I have installed Cygwin, with the gcc compiler package, and
> it all seems to be working OK. I'm using the 'Hello World' sample program
> used in the tutorial
On Fri, Aug 28, 2009 at 8:51 AM, ken j wrote:
> That was it - using g++ as the compiler and changing the file name to .cpp
> The executable file was placed in my cygwin/home/username folder. Do I have
> to specify that folder in the set path variable for Cygwin to see it? I'm
> not entirely clear
That was it - using g++ as the compiler and changing the file name to .cpp
The executable file was placed in my cygwin/home/username folder. Do I have
to specify that folder in the set path variable for Cygwin to see it? I'm
not entirely clear on this issue.
I really appreciate the help!
Ken
Mar
You named your program with a .c and ran gcc on it. Both of those mean
C, which is a different language from C++. A C++ compiler will
compile a C program, but not the other way around.
Rename your file to end in .cc, .c++, .cpp, or .cxx, your choice (or
capital .C if you have case sensitivity tu
Hi, I am a COMPLETE newby at programming but am trying hard to get as far as
I can on my own. I have installed Cygwin, with the gcc compiler package, and
it all seems to be working OK. I'm using the 'Hello World' sample program
used in the tutorial at cplusplus.com - code is as
Hi all,
I'm sorry for posting this here if it's inappropriate for the list, but I already tried
the correct list (I think) with a reply to post it here.
So I'll re-post here in the hopes I can't get some instruction as to what I
should
do or a reply from a developer.
Thanks,
-Ben
===
Hello,
Would you like to download thousands of movies, games, applications, music, and
more at fast speeds? then we have the answer for you
visit
http://sam281091.shrconsole.hop.clickbank.net/ to find out more!
Also visit
http://fulldlaccess.com/ to get unlimited files at the fastest speeds
Hi Tatayna,
Few questions, are you a geek? Whats your favorite Linux distro and do
you know how to compile from source? If you can answer this, the whole
cygwin community will fall in line for you :D
On Dec 8, 2007 12:56 PM, <[EMAIL PROTECTED]> wrote:
>
> Hello!
> I have seen y
Hello!
I have seen yours profile on Match-seeker! Success also has decided to
try and to write to you!! My name is Tatyana to me of 29 years Hope I
will be lucky :-)
I don't think that the age and appearance is so important though I am
rather pretty. The most important what is insid
only
add packages as you find that programs you need were not
installed by default.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, May 08, 2006 5:48 PM
To: Harig, Mark
Subject: RE: make v3.80: *** [hello] Error 255
Mark,
Yeah,
Yeah, I read that thread, and it refers to a problem with very long command
lines. I don't think "gcc -o hello hello.c" qualifies.
cygcheck says:
$ cygcheck -s -v -r
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Mon May 08 14:39:55 2006
Windows XP Professiona
ource of the
problem you're having. Please see also:
http://cygwin.com/problems.html
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Harold Rabbie
Sent: Monday, May 08, 2006 3:39 PM
To: cygwin@cygwin.com
Subject: make v3.80: *** [hello] Error 255
This i
This is the dumbest thing. The makefile couldn't be simpler:
$ cat makefile
hello: hello.c
gcc -o hello hello.c
When I run this, I get:
$ make
gcc -o hello hello.c
make: *** [hello] Error 255
If I do a dry run and pass the output to the shell it works just fine:
$ make -n >
On Tue, 26 Apr 2005, Igor Pechtchanski wrote:
> [snip]
> (but beware -- the -X flag is not faithfully reproduced by "mount -m").
Ok, strike this one. The rest still applies, though. :-D
Igor
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_
Ugh. Top posting. Reformatted.
On Tue, 26 Apr 2005, Hans Horn wrote:
> Jesper Vad Kristensen wrote:
> > Mills wrote:
> >
> >> My question: I need to install Cygwin on systems with no net access
> >> and am having problems building a CD fileset from which to install on
> >> other machines.
> >
Hi Jesper,
If I follow the instructions on the line you provided below, and burn a CD
with that custom installation, what do users have left to do to get a
working installation on their machine?
Just copying from the inst CD to a local drive would not suffice, would it?
H.
Jesper Vad Kristens
Norman Virus Control a supprimé le message original qui contenait le virus
[EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http:/
Mills wrote:
>My question: I need to install Cygwin on systems with no net
>access and am
>having problems building a CD fileset from which to install on other
>machines.
Just a quickie, gotta run :)
http://marc.theaimsgroup.com/?l=cygwin&m=110538795118459&w=2
Regards,
Jesper Vad Kristensen
D
All -
First, 'Hello' from a new subscriber (though not a new user). I use Cygwin
primarily for cross-development from a Win32 host and find it impressively
functional. Now I need to bring some other developers on-board.
My question: I need to install Cygwin on systems with no net acc
Hello ,
after used ./configure --without-server then i continue with make
command but i got error when using make.see this screenshot :
http://img12.exs.cx/img12/7594/cygwin15qr.jpg
compiling using:
Wixp Xp Pro SP2
The latest Cygwin Component
GCC & G++ 3.3.3-3
Perl 5.8
>bingo! Thanks to your hint my cygwin is working now perfectly on an
>external disk drive (Momobay CX-2 with a 40GB 2,5" disk, >Firewire/USB2.0
>:-)) The only thing still to improve is to mount a Firewire or USB 2.0
>card in the PC to connect the drive (with USB 1.1 it is quite slow)
>Thanks again
1 - 100 of 146 matches
Mail list logo