Re: dlopen(0, RTLD_LAZY) doesn't work?

2002-02-08 Thread Pavel Tsekov
Well, I think the problem is that you specify __declspec(dllexport) in the function declaration. If you do this then you're supposed to do extern __declspec(dllimport) void foo(void) in the source file which uses this function. If you want to use load library you have to remove the __declspec(dlle

libgcc exception handling not thread safe

2002-02-08 Thread Andreas Damm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 libgcc.a in the gcc package does not seem to be thread safe with regards to c++ exception handling. Doing a nm libgcc.a does not show any dependencies on Windows synchronisation and thread functions (e.g. InterlockedIncrement and TlsAlloc). When comp

RE: Token ring / OpenSSH

2002-02-08 Thread Bladt Norbert (NBL)
Hello again, the problem (W2K, Openssh, cygwin) is solved. The lesson is: The DNS (or hosts) entries are very important for OpenSSH. If they are wrong or look suspicious: Fix them, first. The system had, in fact, even three interfaces (one token-ring and two ethernet). Now the

Re: libgcc exception handling not thread safe

2002-02-08 Thread Robert Collins
=== - Original Message - From: "Andreas Damm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 8:47 PM Subject: libgcc exception handling not thread safe > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > libgcc.a in the gcc package does not seem to be thre

Re: libgcc exception handling not thread safe

2002-02-08 Thread Andreas Damm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, putting libgcc.a from the Mingw distribution into /lib/mingw seems to do the trick (another library to salvage from that distribution is libstdc++.a which also goes into /lib/mingw). On Fri, 8 Feb 2002, Robert Collins wrote: > Date: Fri, 8 Feb

Re: [ANNOUNCEMENT] Updated: wget-1.8-1

2002-02-08 Thread Max Bowsher
I didn't mean to be pushy, just wondering if there was a reason for not jumping directly to the latest release. Max - Original Message - From: "Hack Kampbjørn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 7:34 PM Subject: Re: [ANNOUNCEMENT] Updated: wget-

Re: SSHD configuration

2002-02-08 Thread Corinna Vinschen
On Thu, Feb 07, 2002 at 10:09:58PM -0500, Ilya Sterin wrote: > Hello all. I am trying to set up sshd on my win2k box and everything is > successful. But I have a question... > Is there a way to restrict the users as well as directories per user. > Although my win box has a few users, I only want

Re: dlopen(0, RTLD_LAZY) doesn't work?

2002-02-08 Thread PsychoSphere
This is wrong... the .def file is never used when gcc is not linking a shared lib. You can see this by using a nonsense .def file, no errors are reported unless -shared is used. I believe the __declspec(...) has a similar effect, in that it is ignored unless -shared is specified, or -mdll is used

Re: dlopen(0, RTLD_LAZY) doesn't work?

2002-02-08 Thread Pavel Tsekov
PsychoSphere wrote: > This is wrong... the .def file is never used when gcc > is not linking a shared lib. You can see this by using > a nonsense .def file, no errors are reported unless > -shared is use > > I believe the __declspec(...) has a similar effect, in > that it is ignored unless -s

Re: dlopen(0, RTLD_LAZY) doesn't work?

2002-02-08 Thread Robert Collins
=== - Original Message - From: "Pavel Tsekov" <[EMAIL PROTECTED]> > > I believe the __declspec(...) has a similar effect, in > > that it is ignored unless -shared is specified, or > > -mdll is used. > > Ok, I didn't know that, but hey ... you learn almost every day > something new :) Do

OT: MS Visual C++ Makefiles

2002-02-08 Thread Simon McCaughey
Has anyone ever written a makefile converter so that a project written in MS VC++ can be compiled with gcc? Would anyone else find this useful? Having searched the archives, and the web I haven't had any success. Thanks Simon -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: unix domain socket with shared memory ?

2002-02-08 Thread Corinna Vinschen
On Thu, Feb 07, 2002 at 11:55:31PM +0100, Ralf Habacker wrote: > One question: Does unix domain sockets uses localhost address ? >net.cc:cygwin_socketpair() seems to use first an ip > adress of zero and later the loopback address. Could this have an effect ? Nope. It's probably more secure to u

Re: OT: MS Visual C++ Makefiles

2002-02-08 Thread Corinna Vinschen
On Fri, Feb 08, 2002 at 11:21:55AM -, Simon McCaughey wrote: > Has anyone ever written a makefile converter so that a project written in MS > VC++ can be compiled with gcc? > > Would anyone else find this useful? This *might* be OT but actually I would find that useful, yes. I have no idea i

Re: dlopen(0, RTLD_LAZY) doesn't work?

2002-02-08 Thread PsychoSphere
--- Robert Collins <[EMAIL PROTECTED]> wrote: > > === > - Original Message - > From: "Pavel Tsekov" <[EMAIL PROTECTED]> > > > > I believe the __declspec(...) has a similar > effect, in > > > that it is ignored unless -shared is specified, > or > > > -mdll is used. > > > > Ok, I didn't k

gdi+ question

2002-02-08 Thread vipin aravind
The following code snippet is failing when I use local variable for Pen and Graphics instead of dynamically allocating them. Can someone help me out with a reason? StartDoc(dlg.hDC, &di); StartPage(dlg.hDC); GdiplusStartup(&gdiplusToken, &gdiplusStartupInput

Re: looking for mailcap entries to start office attachments directly

2002-02-08 Thread Jason Tishler
Olaf, On Wed, Feb 06, 2002 at 11:02:13AM +0100, Olaf Foellinger wrote: > I'm looking for a mailcap entry to start office documents directly from > the attachments. I've looked through the archives but didn't find > anything. I use the attached mailcap with mutt. It relies on the attached shell

Re: dlopen(0, RTLD_LAZY) doesn't work?

2002-02-08 Thread vipin aravind
__declspec is used as an information to the compiler, don'tdo double jumps. one jumpto a stub and then from the stub-code to the actual code. mere optimization nothing else. > --- Robert Collins <[EMAIL PROTECTED]> > wrote: > > > > === > > - Original Messa

Porting SSHD to WinNT

2002-02-08 Thread Niclas Bäckman (ERA)
Hi ! I'm currently working with porting a sshd server to WinNT. I have compiled it using Cygwin, but what about the user authentication? Is it mapped to Windows authentication in Cygwin, when I try to log in with my \ the authentication fails on the server side. Do I need to use the windows API f

Re: Set up and remove registry

2002-02-08 Thread rotaiv
At 02/07/2002 11:21 AM, Christopher Faylor wrote: >You really should investigate "regtool". > >cgf You are right, I should look at regtool as I had no idea that utility existed (I'm fairly new to cygwin). Having said that, the whole purpose of the uninstall.reg file is to remove entries "aft

rxvt and (again)

2002-02-08 Thread fergus at bonhard dot uklinux dot net
I am not dead certain quite what has occurred here. I was rather fed up after the rxvt version upgrade from 2.7.2-6 to 2.7.2-9 (or 8, as it seemed to be announced). What was advertised as a "fix" (and presumably really _was_ some kind of a fix) to key configuration caused me a lot of grief when a

Re: looking for mailcap entries to start office attachments directly

2002-02-08 Thread Olaf Foellinger
Hi Jason, On Fri, Feb 08, 2002 at 07:08:42AM -0500, Jason Tishler wrote: > Olaf, > > On Wed, Feb 06, 2002 at 11:02:13AM +0100, Olaf Foellinger wrote: > > I'm looking for a mailcap entry to start office documents directly from > > the attachments. I've looked through the archives but didn't find

problem with libz.a

2002-02-08 Thread Prateek, Arora (MED)
Hi I have a big problem with the libz.a , I have used the gzopen , gzseek, gzread command which are define in the libz.a In the compile time I don,t get any error but the link time my application doesnot found this function can you please tell me what should I do thanks with regards Prateek

RE: unix domain socket with shared memory ?

2002-02-08 Thread Ralf Habacker
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Corinna Vinschen > Sent: Friday, February 08, 2002 12:56 PM > To: cygwin > Subject: Re: unix domain socket with shared memory ? > > > On Thu, Feb 07, 2002 at 11:55:31PM +0100, Ralf Habacker wrote: > > O

RE: unix domain socket with shared memory ?

2002-02-08 Thread Ralf Habacker
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Corinna Vinschen > Sent: Friday, February 08, 2002 12:56 PM > To: cygwin > Subject: Re: unix domain socket with shared memory ? > > > On Thu, Feb 07, 2002 at 11:55:31PM +0100, Ralf Habacker wrote: > > O

Re: Porting SSHD to WinNT

2002-02-08 Thread Hack Kampbjørn
Niclas Bäckman (ERA) wrote: > > Hi ! > I'm currently working with porting a sshd server to WinNT. Why, port it? Doesn't openssh work for you? Install openssh and read `/usr/doc/Cygwin/openssh-3.0.2p1-5.README´ > > I have compiled it using Cygwin, but what about the user authentication? > Is i

Re: opengl and cygwin

2002-02-08 Thread Antonio MATTA
Hi, I have been working OpenGl and Cygwin for some time now. You do not have to install xfree in order to make it work. Just download the Package : http://atlas.puj.edu.co/~amatta/tesis/OpenGl/Windows/cygwin/OpenGLPackage.zip It includes all the necesary libraries to make OpenGl and Cygwin wor

Re: /etc/hosts.allow & /etc/hosts.deny

2002-02-08 Thread Prentis Brooks
Not a problem, as I obviously did not follow through ;) Building up the distro now, should have it available this weekend, I may not make it in today as I have a full schedule. On Thursday 07 February 2002 02:52 pm, you wrote: > On Thu, Feb 07, 2002 at 11:12:17AM -0500, Prentis Brooks wrote: >

Re: rxvt and (again)

2002-02-08 Thread Michael Schaap
At 13:57 8-2-2002, fergus at bonhard dot uklinux dot net wrote: >(Snip drone) First try: $ man rxvt Then try: $ rxvt --backspacekey ^H HTH, - Michael -- I always wondered about the meaning of life. So I looked it up in the dictionary under "L" and there it w

Re: opengl and cygwin

2002-02-08 Thread Andre Bleau
>Hi, > >I have been working OpenGl and Cygwin for some time now. >You do not have to install xfree in order to make it work. >Just download the Package : > >http://atlas.puj.edu.co/~amatta/tesis/OpenGl/Windows/cygwin/OpenGLPackage.zip > >It includes all the necesary libraries to make OpenGl and C

Re: gdi+ question

2002-02-08 Thread Larry Hall (RFK Partners, Inc)
At 07:04 AM 2/8/2002, vipin aravind wrote: >The following code snippet is failing when I use >local variable for Pen and Graphics instead of >dynamically allocating them. Can someone help me out with a reason? Perhaps but I implore anyone who does wish to help to take i

Re: rxvt and (again)

2002-02-08 Thread fergus at bonhard dot uklinux dot net
>> Then try: >> >> $ rxvt --backspacekey ^H >> >> HTH It did. Thank you. Fergus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.

Re: OT: MS Visual C++ Makefiles

2002-02-08 Thread Christopher Faylor
On Fri, Feb 08, 2002 at 12:57:17PM +0100, Corinna Vinschen wrote: >On Fri, Feb 08, 2002 at 11:21:55AM -, Simon McCaughey wrote: >>Has anyone ever written a makefile converter so that a project written >>in MS VC++ can be compiled with gcc? >> >>Would anyone else find this useful? > >This *migh

Re: OT: MS Visual C++ Makefiles

2002-02-08 Thread Robert Praetorius
> On Fri, Feb 08, 2002 at 11:21:55AM -, Simon McCaughey wrote: > > Has anyone ever written a makefile converter so that a project written in MS > > VC++ can be compiled with gcc? > > > > Would anyone else find this useful? > > This *might* be OT but actually I would find that useful, yes. >

RE: OT: MS Visual C++ Makefiles

2002-02-08 Thread Norman Vine
Christopher Faylor writes: > >On Fri, Feb 08, 2002 at 12:57:17PM +0100, Corinna Vinschen wrote: >>On Fri, Feb 08, 2002 at 11:21:55AM -, Simon McCaughey wrote: >>>Has anyone ever written a makefile converter so that a project written >>>in MS VC++ can be compiled with gcc? >>> >>>Would anyone e

Re: OT: MS Visual C++ Makefiles

2002-02-08 Thread Tim Heath
Yes someone has. It was in the automake email list. Please search there. Christopher Faylor wrote: > > On Fri, Feb 08, 2002 at 12:57:17PM +0100, Corinna Vinschen wrote: > >On Fri, Feb 08, 2002 at 11:21:55AM -, Simon McCaughey wrote: > >>Has anyone ever written a makefile converter so that

Re: dlopen(0, RTLD_LAZY) doesn't work?

2002-02-08 Thread Charles Wilson
Use the (kernel) source, luke. In winsup/cygwin/include/dlfcn.h, you see a comment that "the following don't exist in win32 API". Since cygwin's dlopen stuff is built on top of windows shared lib (DLL) support, the definitions which appear in that header file: #define RTLD_LAZY 1 #define R

Re: OT: MS Visual C++ Makefiles

2002-02-08 Thread Daniel Adams
I can vouch for myself as a mere user that ejoys dabbling in the programming stuff, this could be very useful adding to the fact that if whoever finds this possible might be able to have it using shell variables for the makefiles, then they would not only be useful on multiple cygwin style systems

Re: Set up and remove registry

2002-02-08 Thread [EMAIL PROTECTED]
On Thu, 7 Feb 2002, Christopher Faylor wrote: > You really should investigate "regtool". As should the people hammering on about /proc/registry. regtool's very easy to use in scripts. Keith -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwi

Re: Question on cygwin

2002-02-08 Thread Charles Wilson
Christopher Faylor wrote: > On Thu, Feb 07, 2002 at 02:16:28PM -0800, [EMAIL PROTECTED] wrote: > >>I am trying to find Win32 compatible versions of the following UNIX >>commands: >> head >> tail >> sort >> cat >> mv >> >>Does Cygwin include these utilities? If so, do I have to run a special >>

Re: Setup Program

2002-02-08 Thread Charles Wilson
Laurence F. Wood wrote: > After reading the FAQ again I see that the setup program is not capable of > installing everything at once. However, I would like to email some > suggestions to the microsoft engineer WTF? Are you TRYING to be obnoxious? You do realize that in free software circles

Re: gcc-2.95.3-5.tar.bz2 is BROKEN

2002-02-08 Thread Charles Wilson
Laurence F. Wood wrote: > > By any chance did the person that broke gcc also work on (and break) > bison-1.31-1? add(LaurenceWood) killfile. Welcome to the world of McNulty. --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

Re: problem with libz.a

2002-02-08 Thread Charles Wilson
Prateek, Arora (MED) wrote: > Hi >I have a big problem with the libz.a , I have used the gzopen , gzseek, > gzread command which are define in the libz.a In the compile time I don,t > get any error but the link time my application doesnot found this function > can you please tell me what sho

Checking for CC

2002-02-08 Thread Regnirps
Hi all. I am having trouble with generating gnu tools with Cygwin As a first step, I'm tracking down a persistent error that cc is not connected to a valid compiler. I need a way to test the Cywin install to see it the compiler is there (seems to be in the /user/bin directory but fails to be i

Re: OT: MS Visual C++ Makefiles

2002-02-08 Thread Ames Andreas (PN-SYS/A)
Hi, this may not nearly be what you are looking for but I went my current project from Visual Studio C++ to cygwin make some time ago (when it was smaller). I exported an nmake makefile from VS and produced my makefile manually. This was easy because the project was smaller then. The nmake mak

Stop Software Piracy with PirateStop!

2002-02-08 Thread Bob Day
Stop pirates from stealing your software! Stop purchasers of a single copy of your software from passing it around the office or distributing it over the Internet! Protect your software with PirateStop! PirateStop(tm) is a certificate based software protection method that binds your software prod

TERM=cygwin colors

2002-02-08 Thread Christopher Cobb
Hi, I am using cygwin on W2K. The color display seems to be off. I believe this to be a termcap/terminfo problem. For example: * When I use 'ls --color=auto', directories are dark blue, executables are green, but 'normal' files are light cyan. I thought they used to be white.

RE: Strange output from ps -W, (\\?\?, \??\)

2002-02-08 Thread Markus K. E. Kommant
> \??\C:\WIN2KPRO\system32\winlogon.exe the \??\ could by "something" very special in the bootstrap of the system. I belive, that it could be a \\?\?\ which will be chown as \??\ (\? interpreted as the escape sequence for ?) The path \\?\?\ could be: \\? = do not use "path parsing" and stay

cygwin redistribution and gpl requirements

2002-02-08 Thread Jon Allen
My company wants to re-distribute some of the pre-compiled cygwin utilities, e.g. grep.exe. These utilities will be distributed without modification, and to make them run we will copy the needed cygwin dll's. I assume we will maintain GPL compliance if we: 1. Include a copy of the GPL with the

ksh

2002-02-08 Thread hongxun lee
Is ksh available now? nobody talks about it recently -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: dlopen(0, RTLD_LAZY) doesn't work?

2002-02-08 Thread Stephano Mariani
That is because all dlopen calls are in RTLD_LAZY equivalent mode. The win32 api does not even support any other mode. The fact that a DLL can be dlopend the way that we are trying to NULL (which should resolve to itself) shows that it is possible. The second argument to dlopen is only available s

Re: problem with libz.a

2002-02-08 Thread Charles Wilson
Please keep replies on the list. Prateek, Arora (MED) wrote: > The exact error is > unresolved external symbole gzseek Okay, that's half of what I asked for. > I am using the cygwin tool , which contain the libz.a lib file > > Can you tell me how I resolved this Problem Now, what

Re: cygwin redistribution and gpl requirements

2002-02-08 Thread Charles Wilson
Jon Allen wrote: > My company wants to re-distribute some of the pre-compiled cygwin utilities, > e.g. grep.exe. These utilities will be distributed without modification, > and to make them run we will copy the needed cygwin dll's. I assume we will > maintain GPL compliance if we: > > 1. Inclu

RE: cygwin redistribution and gpl requirements

2002-02-08 Thread Jon Allen
Chuck, Thanks for your information. After several close readings of the GPL I could not determine this. Jon > Jon Allen wrote: > > > My company wants to re-distribute some of the pre-compiled > cygwin utilities, > > e.g. grep.exe. These utilities will be distributed without > modification,

[ANNOUNCEMENT] Updated: jbigkit-1.2-6

2002-02-08 Thread Charles Wilson
The jbigkit package has been updated to version 1.2-6. JBIG is a lossless, bilevel image compression format with better compression than TIFF-LZW (for bilevel images), and is patent-unencumbered. It is an 'official' standard image format -- ITU-T Recommendation T.82. (The JBIG group is a sister o

[ANNOUNCEMENT] Updated: jpeg-6b-6

2002-02-08 Thread Charles Wilson
The jpeg package has been updated to version 6b-6. The jpeg package contains the Independent JPEG Group's libjpeg library and various utility programs for manipulating jpeg files and images. CHANGES (relative to jpeg-6b-4): (6b-5 was not released) 1. Internal changes to facilitate easier bui

Re: cygwin redistribution and gpl requirements

2002-02-08 Thread Lapo Luchini
> 1. Include a copy of the GPL with the programs. > 2. Reference source code availability at http://cygwin.com > Is this sufficient? You should also have a copy of the source of the distributed version on your website (maybe next year you will be using grep version 1.0-1 while cygwin.com will onl

Re: dlopen(0, RTLD_LAZY) doesn't work?

2002-02-08 Thread Kent Watsen
True, the second parameter is ignored by cygwin's dlopen(), but I did reproduce the exact same problem using win32's GetModuleHandle() and GetProcAddress() - the bug is not in the code but the compiler. The code works fine when compiled on linux via "gcc -rdynamic foo.c -ldl" or "gcc -export-dyn

Re: dlopen(0, RTLD_LAZY) doesn't work?

2002-02-08 Thread Robert Collins
=== - Original Message - From: "PsychoSphere" <[EMAIL PROTECTED]> > > Don't learn this one - it's incorrect. Linking with > > cygwin1.dll would > > fail if it were correct. > > Wrong... declspec is ignored, as you will see if you > nm the exe produced. On what basis do you say this? I ju

Re: 1.3.9: rsync daemon 2.5.1 broken

2002-02-08 Thread Pat
On Thu, Feb 07, 2002 at 07:40:34PM +, David Starks-Browning wrote: > > >From the rsync man page: > >--modify-window > When comparing two timestamps rsync treats the > timestamps as being equal if they are within the > value of modify

Re: cygwin reinstall problem

2002-02-08 Thread Christopher Faylor
Please check out the project web page for links to available information and ports: http://cygwin.com/ . If you don't see what you need there, then the cygwin mailing list is the best place to make observations or get questions answered. Information on the mailing list is available at the projec

Re: hwaddr

2002-02-08 Thread Christopher Faylor
Please check out the project web page for links to available information and ports: http://cygwin.com/ . If you don't see what you need there, then the cygwin mailing list is the best place to make observations or get questions answered. Information on the mailing list is available at the projec

"cygregex.dll could not be found"

2002-02-08 Thread ROHIT X SINGH
Hi, I'm getting the following error when I try to use ssh client using cygwin: "cygregex.dll could not be found" Where can I get the cygregex.dll ? Thanks, Rohit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentatio

Re: "cygregex.dll could not be found"

2002-02-08 Thread Larry Hall (RFK Partners, Inc)
At 05:10 PM 2/8/2002, ROHIT X SINGH wrote: >Hi, > >I'm getting the following error when I try to use ssh client using cygwin: > >"cygregex.dll could not be found" > >Where can I get the cygregex.dll ? See: What packages should I download? http://cygwin.com/faq/faq_2.html#SEC13 Larry Hall

Re: "cygregex.dll could not be found"

2002-02-08 Thread ROHIT X SINGH
Oh, I did install the packages which out to get it to work... openssh, openssl, perl, even openssl-devel . If there's any other dependency, where can I find it(though this should actually be done by the installer) ? Thanks, Rohit "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> on 02/08/

Re: "cygregex.dll could not be found"

2002-02-08 Thread Christopher Faylor
On Fri, Feb 08, 2002 at 05:20:15PM -0500, ROHIT X SINGH wrote: >Oh, I did install the packages which out to get it to work... openssh, >openssl, perl, even openssl-devel . If there's any other dependency, where >can I find it(though this should actually be done by the installer) ? If you are gett

Re: "cygregex.dll could not be found"

2002-02-08 Thread ROHIT X SINGH
Thanks for the comment. I got the version from mirrors.rcn.net about 1 hour ago. The versions I have are : openssh 3.0.2p1-4 openssl 0.9.6c-2 openssl-devel 0.9.6c-2 perl5.6.1-2 Cygwin DLL version info: DLL version: 1.3.9 DLL epoch: 19

Re: "cygregex.dll could not be found"

2002-02-08 Thread Larry Hall (RFK Partners, Inc)
I'm not going to argue that setup.exe shouldn't have installed this package for you if others that you have installed depend on it. That's a given and if it's really the problem, you should report the package(s) that depend on cygregex.dll to the list, since their dependencies will need to be

Re: IPv6 struct sockaddr_storage

2002-02-08 Thread Christopher Faylor
Please check out the project web page for links to available information and ports: http://cygwin.com/ . If you don't see what you need there, then the cygwin mailing list is the best place to make observations or get questions answered. Information on the mailing list is available at the projec

Re: "cygregex.dll could not be found"

2002-02-08 Thread Christopher Faylor
On Fri, Feb 08, 2002 at 05:31:09PM -0500, ROHIT X SINGH wrote: > > > >Thanks for the comment. > I got the version from mirrors.rcn.net about 1 hour ago. > >The versions I have are : >openssh 3.0.2p1-4 Wow, what a lot of effort to reinforce the point. The above version of openssh is O

Re: IPv6 struct sockaddr_storage

2002-02-08 Thread Lapo Luchini
> >I am working on an IPv6 project. This project includes a TCP server But again, do we have support for IPv6 yet? Reading http://sources.redhat.com/ml/cygwin/2001-08/msg00503.html seems that there exist an old Kame patch for IPv6 but it's not yet in the distro (and so not supported). Here it i

Re: TERM=cygwin colors

2002-02-08 Thread alper
Hi, On Fri, Feb 08, 2002 at 01:07:15PM -0500, Christopher Cobb wrote: > Hi, > > I am using cygwin on W2K. The color display seems to be off. I believe > this to be a termcap/terminfo problem. For example: > >* When I use 'ls --color=auto', directories are dark blue, > executables ar

Re: "cygregex.dll could not be found"

2002-02-08 Thread ROHIT X SINGH
I found the dll as part of the following package: regex/regex-4.4-2 POSIX compliant regular expression library Thanks Larry and Christopher

Re: "LINES" environment variable

2002-02-08 Thread alper
On Thu, Feb 07, 2002 at 11:39:02PM -, Stephano Mariani wrote: > Where can I override the LINES environment variable? I need to run some > programs that use this value to determine the display characteristics. > You may run your programs from shell prompt as follows: $ LINES=XX Another opti

Re: ksh

2002-02-08 Thread Paul McFerrin
Yes. The Public Domain ksh is available at: http://www.cs.mun.ca/~michael/pdksh/ It has been the ONLY shell I've run on my cygwin. It is close to the 1988 version of the real ksh but today lacks some compatabilities of the 1993 version. The latest version is pdksh-5.2.14 dated Jul of 1999. I'

Re: [ANNOUNCEMENT] Updated: jbigkit-1.2-6

2002-02-08 Thread Charles Wilson
> CHANGES (from jbigkit-1.2-4): (1.2-5 was not released) > >1. Internal changes to facilitate easier building/maintainance >2. readline is now built using the 'auto-import' features of jbigkit --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Re: [ANNOUNCEMENT] Updated: jpeg-6b-6

2002-02-08 Thread Charles Wilson
> CHANGES (relative to jpeg-6b-4): (6b-5 was not released) > >1. Internal changes to facilitate easier building/maintainance >2. readline is now built using the 'auto-import' features of jpeg dagnabbit. @#$ cut n paste #@! --Chuck -- Unsubscribe info:

FW: ksh

2002-02-08 Thread Karsten Fleischer
Oops, my original reply was rejected somehow... > > Is ksh available now? nobody talks about it recently > > Glenn Fowler has made workarounds inside the AST libraries for my > Cygwin fixes, especially for that ones that would not get > accepted for Cygwin. > He furnished this source file with

Re: OT: MS Visual C++ Makefiles

2002-02-08 Thread Ryan T. Sammartino
On Fri, Feb 08, 2002 at 11:21:55AM +, Simon McCaughey wrote: > Has anyone ever written a makefile converter so that a project written in MS > VC++ can be compiled with gcc? > > Would anyone else find this useful? > At the risk of going even further off topic... I'm working on a system wher

FW: bison 1.31 is broken...

2002-02-08 Thread Gary R. Van Sickle
Please keep your correspondence confined to the mailing list Lenny, so the rest of the world can see what a dick you are too. You wouldn't want to waste these gems on just me! > -Original Message- > From: Laurence F. Wood [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 11:

[ANNOUNCEMENT] Updated: jpeg-6b-7

2002-02-08 Thread Charles Wilson
The jpeg package has been updated to version 6b-7. When I released 6b-6, I forgot to include a few small corrections that folks had pointed out to me over the eight months since 6b-4 had been released. CHANGES (relative to jpeg-6b-4): 1. Internal changes to facilitate easier building/maintai

Re: cygwin + libjpeg [C++] linking problem

2002-02-08 Thread Charles Wilson
Fixed in jpeg-6b-7 --Chuck Charles Wilson wrote: > Please keep cygwin related topics on the cygwin list. I've redirected > this mail there, and reset the Reply-To address for your convenience. > > The jpeg library, as distributied by the official "Independent Jpeg > Group" and by cygwin, is

how can I compile my code to run in windows ??

2002-02-08 Thread jinhyuk choi
when I run a program that is compiled by cygwin in windows by double clicking it without cygwin bash it complaints that there is no cygwin.dll. how can I make it to run on windows?? _ ¸Àº¸±â °­Á¸¦ µè°í ¼ö°­¼Ò°¨À» ÀûÀ¸¸é °æÇ°ÀÌ ¿

Re: /dev/registry

2002-02-08 Thread Robert Collins
=== - Original Message - From: "Randall R Schulz" <[EMAIL PROTECTED]> > The suggestion about ioctl() begs the question of where to get the file > descriptor to which to apply the ioctl() call, and does not open the > registry to scripting languages that have no direct access to the Cygwin

Close to libiconv now?

2002-02-08 Thread Soren Andersen
Hello, With the newest autotools in the official Cygwin packages, are we now close to being able to build gnu libiconv o-o-b? I am trying to build gcc-3.0.3 and it suggests that i might want to install libiconv. I understand from reading list archives that Chuck Wilson built an experimental libi

Re: unix domain socket with shared memory ?

2002-02-08 Thread Robert Collins
=== - Original Message - From: "Ralf Habacker" <[EMAIL PROTECTED]> To: "cygwin" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 1:17 AM Subject: unix domain socket with shared memory ? > Hi all, > > cfg has told me about the current process of cygwin daemon implementation with ipc