Re: extern keyword and dlls

2008-02-10 Thread Václav Haisman
masta uy wrote, On 11.2.2008 0:40: Hello, I am in working on porting some code to cygwin but I am stuck. I need it to be compiled as a dll but gcc gives me a linking error. This code triggers the error: extern int num; int foo() { extern int num; num = 5; } You are missing a definition

Re: Please update to Automake 1.10.1

2008-02-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Sebastian Pipping on 2/10/2008 8:35 PM: | Please update Automake to the latest version with LZMA support. This can't be done until LZMA support is upgraded first (trust me - I installed automake 1.10.1 in my /usr/local, and had to first

Please update to Automake 1.10.1

2008-02-10 Thread Sebastian Pipping
Hello Chuck! I found the line "Cygwin port maintained by: Chuck Wilson " in automake1.10-1.10-1.cygport . Please update Automake to the latest version with LZMA support. Thank you! Best regards, Sebastian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: extern keyword and dlls

2008-02-10 Thread Brian Dessent
masta uy wrote: > I am in working on porting some code to cygwin but I am stuck. I need it to > be compiled as a dll but gcc gives me a linking error. In short, you have to declare num as __declspec(dllimport) if it refers to a variable in another module. See

extern keyword and dlls

2008-02-10 Thread masta uy
Hello, I am in working on porting some code to cygwin but I am stuck. I need it to be compiled as a dll but gcc gives me a linking error. This code triggers the error: extern int num; int foo() { extern int num; num = 5; } the error is: hello.c:(.text+0x5): undefined reference to `_num

RE: Grace does not work

2008-02-10 Thread Tatsuro MATSUOKA
Hello Thank you for your reply. I'll show the result of cygcheck /usr/share/grace/bin/xmgrace.exe /bin/xmgrace.exe *** [EMAIL PROTECTED] ~ $ cygcheck /usr/share/grace/bin/xmgrace.exe /bin/xmgrace.exe C:\programs\cygwin\usr/share/grace/bin/xmgrace.exe C:\programs\cygwin

Re: Unable to get Setup to work...

2008-02-10 Thread DePriest, Jason R.
On Feb 8, 2008 11:29 PM, Mel Rosso-Llopart <> wrote: > Every attempt to get setup to work has failed. Either I get an empty > directory tree for cygwin on my C: drive or setup aborts with the tradition > XP failure window to send a message to Microsoft. Some interesting > symptoms: > 1) Dr. Watso

Re: Unable to get Setup to work...

2008-02-10 Thread Larry Hall (Cygwin)
Mel Rosso-Llopart wrote: Every attempt to get setup to work has failed. Either I get an empty directory tree for cygwin on my C: drive or setup aborts with the tradition XP failure window to send a message to Microsoft. Some interesting symptoms: 1) Dr. Watson also aborts after trying to dump t

Re: Memory leak problem reported with gfortran

2008-02-10 Thread Jerry DeLisle
Corinna Vinschen wrote: On Feb 5 17:23, Jerry DeLisle wrote: Corinna Vinschen wrote: On Feb 4 17:24, Christopher Faylor wrote: On Mon, Feb 04, 2008 at 01:25:27PM -0800, Jerry DeLisle wrote: The test also appears very clean on Linux. The gfortran library is implemented in C. I need to exam

RE: Grace does not work

2008-02-10 Thread Dave Korn
On 10 February 2008 06:38, Tatsuro MATSUOKA wrote: > Hello > > I have installed the grace from cygwin setup. > $ ls -l /bin/grace.exe > lrwxrwxrwx 1 Tatsu Users 32 Feb 10 15:22 /bin/grace.exe -> > /usr/share/grace/bin/xmgrace.exe* > > [EMAIL PROTECTED] ~ > $ ls -l /bin/xmgrace.exe > lrwxrwxrwx

Re: CYGWIN - This Private Key Will Be Ignored

2008-02-10 Thread Greg Chicares
On 2008-02-10 13:49Z, [raw email address removed] wrote: > > For some reason I am now seeing the following in my ssh login screen > and I am unable to use my CVS... > http://www.bodnarchuk.com/GB/cygwin_this_private_key_will_be_ignored.jpg Transcribing from that screenshot (you could cut and pa

Re: CYGWIN - This Private Key Will Be Ignored

2008-02-10 Thread Thorsten Kampe
* (Sun, 10 Feb 2008 08:49:02 -0500) > For some reason I am now seeing the following in my ssh login screen > and I am unable to use my CVS... > http://www.bodnarchuk.com/GB/cygwin_this_private_key_will_be_ignored.jpg We really enjoy this colourful impression of your desktop but I suggest you wou

CYGWIN - This Private Key Will Be Ignored

2008-02-10 Thread webmaster
Hello, Up until, 02/01/2008, I have been a long time user of your product without any problems. For some reason I am now seeing the following in my ssh login screen and I am unable to use my CVS... http://www.bodnarchuk.com/GB/cygwin_this_private_key_will_be_ignored.jpg My ISP tells me th

Re: Cygwin OCFS support (or lack of)

2008-02-10 Thread Robert Pendell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 doron cs wrote: | Hi Corinna | I have performed the strace ls'ing an OCFS partition . | However , we currently dont have gcc installed on our systems . | so compiling the code you sent will take more time . | I have attached the ocfs_debug.txt to this

Re: Premier filmek

2008-02-10 Thread Balogh Zsófi
Szia! http://new.premiersms.eu Én mindig innen töltöm a premier filmeket amikrõl mesélek, de gyakran olyat is találok, amit még be se mutattak a magyar mozik. Szerintem próbáld ki, egy sms-t megér, hatalmas a választék! Üdv: Zsófi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: Cygwin OCFS support (or lack of)

2008-02-10 Thread doron cs
Hi Corinna I have performed the strace ls'ing an OCFS partition . However , we currently dont have gcc installed on our systems . so compiling the code you sent will take more time . I have attached the ocfs_debug.txt to this message It was generated by running the following command : [EMAIL PROTEC