Re: Close to libiconv now?

2002-02-09 Thread Charles Wilson
I've rebuilt it using the latest (cygwin-devel) libtool. It seems fine -- passes all the tests. It's packaged using "my" script mechanism, and only needs some Cygwin-specific documentation and prefix changed from /usr/local to /usr and it would be ready for inclusion in cygwin. HOWEVER I ca

Re: OT: MS Visual C++ Makefiles

2002-02-09 Thread Simon McCaughey
> I'm just in the final stages of cleaning it up and finding a > home for it (probably will end up on savannah). > these responses are all very interesting, currently at work we seem to have standardised on MS VC++ so within the next few months I *will* be finding or making a system that does this

Free 30 Day Trial (Business Opportunity)

2002-02-09 Thread David L. Wynn
Greetings: This message is being sent to you because you have either sent or requested information regarding business opportunities. My name is David Wynn and I am offering you the opportunity to own your very own business. This business requires that you have a computer, be familiar with I

Free 30 Day Trial (Business Opportunity)

2002-02-09 Thread David L. Wynn
Greetings: This message is being sent to you because you have either sent or requested information regarding business opportunities. My name is David Wynn and I am offering you the opportunity to own your very own business. This business requires that you have a computer, be familiar with I

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

2002-02-09 Thread Randall R Schulz
Hello, You must make it possible for Windows to locate the cygwin1.dll. If your binary is in the same directory as cygwin1.dll, the system will find it (so apparently the two are not co-located). Putting the name of your Cygwin bin directory (in Windows format, e.g. "D:\cygwin\bin") in your s

at + bash

2002-02-09 Thread David
Hello I am having a problem running perl in an at command on windows nt because perl says it can't find some @INC libs I added. So, I'm trying to run perl in a bash shell: at 12:00 /every:M,T cmd /c "bash -c 'perl script.pl'" However, bash will not start, saying: bash.exe: warn

I SAW YOUR AD

2002-02-09 Thread francesnow2002
ÐÏࡱá, how could I have more than paid members under me in a program that I had never promoted?   I took the time to check out the site...and saw that these were paid members and not just free sign-ups...like me :)   Well, it was true...I had paid members in my downline. This in a program that

Program behaves differently when called from script.

2002-02-09 Thread Rodrigo Medina
Hello, I want to report a very strange behavior of bash (?, I really don't know), that appeared after installing the last version of cygwin (the cygwin1.dll is of Jan 21 2002, the previous one was of Dec. 2001). Everything was OK with the new version, (I actually compiled succesfully xdvik), exe

Re: IPv6 struct sockaddr_storage

2002-02-09 Thread Christopher Faylor
On Fri, Feb 08, 2002 at 11:59:34PM +0100, Lapo Luchini wrote: >>>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 IPv

Re: "cygregex.dll could not be found"

2002-02-09 Thread Christopher Faylor
On Fri, Feb 08, 2002 at 07:27:36PM -0500, ROHIT X SINGH wrote: > >I found the dll as part of the following package: > > regex/regex-4.4-2 POSIX compliant regular > expression library >

Re: Program behaves differently when called from script.

2002-02-09 Thread Lapo Luchini
> I want to report a very strange behavior of bash (?, I really don't know), that > rmedina@LIMON ~ > $ xmodmap .Xmodmap This is /bin/bash executing. > $ cat script > #!/bin/sh > xmodmap .Xmodmap > exit > rmedina@LIMON ~ > $ ./scri

Re: FW: ksh

2002-02-09 Thread Christopher Faylor
On Sat, Feb 09, 2002 at 03:35:15AM +0100, Karsten Fleischer wrote: >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 woul

Re: /dev/registry

2002-02-09 Thread Christopher Faylor
On Sat, Feb 09, 2002 at 06:43:15PM +1100, Robert Collins wrote: > >=== >- 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 >>regi

Re: cygwin redistribution and gpl requirements

2002-02-09 Thread Christopher Faylor
On Fri, Feb 08, 2002 at 08:44:51PM +0100, Lapo Luchini wrote: >> 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

Re: at + bash

2002-02-09 Thread David Means
Try: mkdir /tmp mount /cygdrive/c/tmp /tmp David wrote: > > Hello > > I am having a problem running perl in an at command on windows nt > because perl says it can't find some @INC libs I added. So, I'm > trying to run perl in a bash shell: > > at 12:00 /every:M,T cmd /c "bash -c 'p

"Best" way to build a DLL?

2002-02-09 Thread Nousiainen
This seems to be the most complicated thing .. building a DLL file. So, what is the best and recommended way to do the job using recent cygwin tools? I've read autobook (http://sources.redhat.com/autobook/autobook/autobook_toc.html) and it gives some good advice (I'm using autotools in my projec

Re: /dev/registry

2002-02-09 Thread Robert Collins
=== - Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> > >Yah. I've been quite on this one. I'd like to point out that Cygwin > >has had a patch for /dev/registry some time ago. > > I just did a search and I can't see any formal submittal of a pa

Re: Cygwin CVS

2002-02-09 Thread Charles Wilson
Please keep all cygwin-related email on the cygwin list. I've redirected replies to go there. Currently, cvs on cygwin is only supported as an interactive (e.g. non-service) application. It is *possible* to have the inetd daemon run it in :pserver: mode, but that takes some effort -- see the

home directory problems

2002-02-09 Thread Mattias Brändström
Hi! Today I installed the latest version of cygwin. I have one problem, my home directory ended up in /usr/bin and not /home. As far as I could see from /etc/profile it should be created in /home. Has anyone else encountred this problem? Any help would be appriciated! Regards, Mattias -- U

Re: at + bash

2002-02-09 Thread Christopher Faylor
On Sat, Feb 09, 2002 at 02:34:11PM -0500, David Means wrote: >Try: > >mkdir /tmp > >mount /cygdrive/c/tmp /tmp Uh, no. There is no need for the mount command. It will royally confuse things if you use it. /tmp is created by setup.exe. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsub

TCSH startup scripts failure

2002-02-09 Thread Michael
Hi As of the latest version of Cygwin, there is a flaw in the tcsh startup scripts in /etc and /etc/profile.d that causes tcsh to fail if $HOME contains a space (eg "/home/John Smith") Lines such as if ( -r $HOME/.cshrc ) ... will cause errors unless changed to if ( -r "$HOME/.cs

Quick question, please help!

2002-02-09 Thread Simara
Christopher, I've read your posts about Interix, and I know you are not happy about it, but here comes the ugly question again: How could I compile or use Xfree with Interix, I sure would use cygwin but my boss really digs Interix because it is not emulated, and our tests with most ported apps i

RE: FW: ksh

2002-02-09 Thread Karsten Fleischer
> >>That source file is available for viewing at > >>http://www.research.att.com/sw/download/win32/omitted.c > >> > >>Chris, could you check that the disclaimer is OK? > > This file isn't intended for the Cygwin DLL so my opinion on this > doesn't really matter. My original patches were inside th

Re: Quick question, please help!

2002-02-09 Thread Charles Wilson
Simara wrote: > Christopher, Why are you writing directly to Chris? This is a public mailing list. > I've read your posts about Interix, and I know you are not happy about it, > but here comes the ugly question again: > > How could I compile or use Xfree with Interix, This is a public ma

Re: Quick question, please help!

2002-02-09 Thread Christopher Faylor
On Sat, Feb 09, 2002 at 10:23:01PM -0500, Simara wrote: >Christopher, > >I've read your posts about Interix, and I know you are not happy about it, >but here comes the ugly question again: > >How could I compile or use Xfree with Interix, I sure would use cygwin but >my boss really digs Interix be

Re: Quick question, please help!

2002-02-09 Thread Christopher Faylor
On Sat, Feb 09, 2002 at 10:52:52PM -0500, Christopher Faylor wrote: >On Sat, Feb 09, 2002 at 10:23:01PM -0500, Simara wrote: >>I've read your posts about Interix, and I know you are not happy about >>it, but here comes the ugly question again: >> >>How could I compile or use Xfree with Interix, I

undefined reference to `_dll_a_iname' using dllwrap

2002-02-09 Thread Andrej Falout
Hello *, I have a dll (libSQL_nosql.dll), that gets loaded in run-time, with dlopen(). I cannot link this one. This DLL uses some functions in another DLL (-laclshared = libaclshared.dll), that is always linked with client program (.exe) via it's export library (libaclshared.dll.a), and with f

RE: home directory problems

2002-02-09 Thread fergus at bonhard dot uklinux dot net
Yes. You are probably installing on W98? I believe the problem has been identified and solved in principle and (presumably?) the solution will at some stage be implemented. For the moment you can get round things as follows: mkdir /home/{yourname} and move anything there that you need to, in

Re: Quick question, please help!

2002-02-09 Thread Simara
Please forgive me all, my mistake to write to the mailing list alias instead of Christopher directly. Also forgive me for bringing up a way off-topic to the list. Let me shot a different question: Are there plans to make Cygwin a windows Subsystem? I truly like Cygwin, I'm sorry If I bothered th

Re: Quick question, please help!

2002-02-09 Thread Christopher Faylor
On Sun, Feb 10, 2002 at 02:14:43AM -0500, Simara wrote: >Please forgive me all, my mistake to write to the mailing list alias instead >of Christopher directly. Also forgive me for bringing up a way off-topic to >the list. Asking me personally for help with a competing product would be just as "of