Re: RFC: linux compatibility

2000-10-16 Thread DJ Delorie
One has timezone as a function, one has timezone as a variable. The DLL can export only one symbol called "timezone". Oh, come on, this one's EASY! ;-): OK, drop a new DLL into a machine with 100 existing applications which are expecting the old API. What happens? -- Want to

Re: Solution: Exporting symbols from an executable

2000-10-16 Thread DJ Delorie
Discussions of linker changes should go to [EMAIL PROTECTED] 1. a command line option? Yup. Unless you can automatically detect when exports exist, which might be a good automatic feature. 2. in the code, where the default for a dll is to export everything, for an exe is to export

Re: distribution suggestion

2000-10-16 Thread DJ Delorie
[the cygwin list has heard this a bazillion times; reply privately for a detailed discussion if you want - DJ] (Note that I would argue that the web is "a medium customarily used for software interchange", but if you guys don't agree, then that's fine.) The original intent of that is that,

Re: rxvt SEGV (Win98, 1.1.5s/2000-10-08)

2000-10-17 Thread DJ Delorie
Surely you're not asserting that "using common debugging methods [to] figure out what's wrong" within the complex internals of Cygwin is an easy task. If gdb works, it should be: $ gdb hello.exe ... (gdb) run ... (gdb) thread 1 (gdb) where It used to be harder, but gdb has come a long way

Re: bugs in zip and bash

2000-10-17 Thread DJ Delorie
Easy patch - feel free to try changing it yourself; you might surprise yourself ;-) Hmmm, I thought setup.exe was a windows-API program, so I didn't even think of trying to fix it. Is it buildable under cygwin? How can I get setup.exe to install the source (for any of the cygwin

Re: setup.exe incorrectly identifies build versions?

2000-10-17 Thread DJ Delorie
I got the same error using the new GUI setup program, and was only able to fix it by deleting HKLM\Software\Cygnus Solutions\Cygwin\Installed Components\c:/cygwin\bash. At that point it installed bash-0002.0004.0002 properly. Is this a known issue? The "new GUI setup program" doesn't use

Re: Does Cygwin's `-mno-cygwin' need Mingw?

2000-10-18 Thread DJ Delorie
- Is there much difference between the two? There should be no difference between the resulting executables, provided someone merges the two runtimes again. The big difference is that "cygwin" is a collection of GNU programs that use the cygwin runtime, while "mingw" is a collection of

Re: Adding Cygwin FAQ to distro

2000-10-18 Thread DJ Delorie
You realize that a FAQ included in a distribution is guaranteed to be out-of-date almost immediately, right? However, if we add a cygwin/cygwin-faq-MMDD.tar.gz to latest, it can be updated as it changes, and setup will keep everyone up-to-date with the latest FAQ. It doesn't have to go

Re: Adding Cygwin FAQ to distro

2000-10-18 Thread DJ Delorie
It doesn't matter. It will still be out of date on the user's machine unless they remember to update. Of course, the opening page of the faq must say "this document is obsolete. Upgrade to the latest at http://..." -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: Help!

2000-10-20 Thread DJ Delorie
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

Re: Why does ls report some directory dates as future?

2000-10-20 Thread DJ Delorie
OK, I think I figured out why this is happening. On FAT filesystems, there is no directory entry for the root directory, so there is no place to store the timestamp. Sorry, just isn't there. Win32 returns a zero when asked for it. However, there was a bug in cygwin in that it was incorrectly

Re: setup choices screen questions

2000-10-20 Thread DJ Delorie
So what is special about these three that they each have different representations? Those have more than one version available; you must choose which you want to be installed. The default is the recommended choice, based on whether you select prev (for previously known stable), curr (for

Re: setup choices screen questions

2000-10-21 Thread DJ Delorie
I've been looking at the setup sources (I see my last patch in there :) and trying to work out how the gui is built... I've got an idea for a bit of a facelift that I think will be easier for new users to understand, but I'll be darned if I can figure out that windows api crud. What do you

Re: newbie cygwin install

2000-10-22 Thread DJ Delorie
... (about 50 pages more of Installing - hope the foregoing is enough) Nope. Please don't edit the file; just post it as-is. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: [SETUP BIG BUG] setup.exe v2.22 *BROKEN* with package without number.

2000-10-22 Thread DJ Delorie
Using setup v2.22: package without number in name are NOT INSTALLED!! *I* can install them. Are you "installing from internet" or something else? Like always, please post setup.log.full (UNEDITED) to me or this list. Griping without evidence is useless to me - I need to see what happened

Re: [SETUP BIG BUG] setup.exe v2.22 *BROKEN* with package without number.

2000-10-22 Thread DJ Delorie
Never mind, I fixed it. Setup 2.23 is out there. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: source for setup.exe?

2000-10-24 Thread DJ Delorie
Obviously my needs are going to be different from other people's. So rather than me hacking in just my changes (and having them rejected :-), it would be nice to hear others and see where DJ wants the program to go. If I remember correctly, DJ said prior versions of setup were scriptable

Re: Problem Starting up Cygwin bash

2000-10-24 Thread DJ Delorie
target: 'd:\cygwin\etc\profile', This should be d:\cygwin\bin\bash.exe You can delete the shortcut and re-run setup, and setup will build you a new one. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: SCP

2000-10-25 Thread DJ Delorie
to the box I get this error: //test: No such file or directory . I'm Check the home directory fields in /etc/passwd. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: cygwin redistribution license ?

2000-10-26 Thread DJ Delorie
Does anybody know if we need license to redistribute cywin on our product CD? No, but you must distribute the full sources for cygwin along with the binaries, and you must distribute the sources for any parts of your product built with the cygwin runtime. GPL terms attached (I trimmed off

Re: Cygwin wishlist

2000-10-27 Thread DJ Delorie
Let's not bother them with petty feature requests and bug reports. "Petty" requests are OK. They provide projects for others who wish to join the project and want something `easy' to start with. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: Default location for src install

2000-10-30 Thread DJ Delorie
If I select src's in new setup, they are installed under cygwin root. Is it intentional? It looks, like /usr/src is better (default) choice. They install wherever the tarball says to install them. We've been following the GNU convention of source tarballs installing in a subdirectory named

Re: setup.exe aborting at the end of an update

2000-10-30 Thread DJ Delorie
maybe I should be sending this to DJ only, No! Sending to the list is best. end of the installation phase (after installing zlib), setup.exe causes a "OleMainThreadWndName: setup.exe - Application Error". The full description Nope, haven't heard of this one yet. The instruction at

Re: setup.exe aborting at the end of an update

2000-10-30 Thread DJ Delorie
Where are the sources? In with the cygwin sources - http://sources.redhat.com/cygwin/cvs.html I remember once reading on the mailing list that you use VisualC++ to build it, right? No! I only use VC to edit the dialogs. I use cygwin to build it, with -mno-cygwin. Some additional

Re: setup.exe aborting at the end of an update

2000-10-30 Thread DJ Delorie
You mean the "select install root directory" prompt? It points to c:\cygwin, and Windows' "find" command reports there are no .ini files under this tree. No, "Local Package Directory" If you don't have this dialog, get a new setup.exe from http://sources.redhat.com/cygwin/ -- Want to

Re: Setup 2.24 - sometimes silently downgrades versions

2000-11-01 Thread DJ Delorie
ash20001012 - 2823 binutils 20001029-1 - 2722-1 termcap 20001020-1 - 2630 A few setup problems indicated here: 1. If a change is the default, it should be on the short list. 2. Since the listed test version was installed, that should be the default. 3. setup.ini has a [prev]

Re: Formatting PS1

2000-11-01 Thread DJ Delorie
What´s the correct format to make PS1 to display soem parts of it (e.g. \u) in another color (lets say blue) and in bold? Where can i get the documentation for this? The man-page of bash is not very helpful i this task... You have to embed ANSI escape codes. Setup should have installed an

Re: Using fork() in Cygwin

2000-11-02 Thread DJ Delorie
Does Cygwin support the fork() system call? Yes. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: Newbie half off topic: '*' substituted by 'c'

2000-11-07 Thread DJ Delorie
I made a simple code to examplify, a calculation program, but when you do: "conta 2 * 4" it doesn't do the multiplication, after making a printf call to see what argc[2] contains, it appears 'c'. Anyone knows what is happening? The '*' is being treated like a file wildcard. You need to

Re: using non-versioned tar.gz file with new setup.exe

2000-11-09 Thread DJ Delorie
ash-20001109.tar.gz) but it still isn't apparently noticed by setup. Is there a supported way to do this? I'm pretty sure that editing setup.ini to try to indicate there's a different version present is not the way to go. If you *have* a setup.ini, it controls *everything*. If you *don't*

Re: Where are the Man Pages

2000-11-10 Thread DJ Delorie
I can not use the man pages if I was to do say 'man cd' although /usr/man contains contents. Secondly, is "cd" isn't a separate command. Try "man bash". there a 'pkginfo' equivalent to see which (or pkgmk and pkgrm) packages have been installed. cat /etc/setup/installed.db Sorry for my

Re: long double support in cygwin

2000-11-12 Thread DJ Delorie
Well, the code I could supply that is not glibc was formally placed in the public domain so that the FSF could adopt it and install it into gcc. The gcc changes are owned by FSF but I would guess what was in the public domain is still in the public domain. Does that sound like something

Re: long double support in cygwin

2000-11-12 Thread DJ Delorie
I link my program with a library that has been GPL'ed -- what do I do? * You must make available the source code to the *LIBRARY*. * Due to derivation, you must make your program's source available as well. I link my program with a library that has been LGPL'ed -- what do I do? * You

Re: Setup 2.25: GUI crash (Win2000)

2000-11-12 Thread DJ Delorie
Problem: Setup.exe version 2.25 crashes ("setup.exe has generated errors and will be closed...") in the "Select packages to install" part, if i click somewhere in the white box where there is no content. In other words, it crashes if i click an empty row in the white box. Or at least it does

Re: setup drops mount?

2000-11-13 Thread DJ Delorie
D: /varsystem binmode the last entry is not there anymore when setup finishes. There are certain key mounts that setup removes always, /var is one of them. If you look in install.cc, you'll see the whole list: remove_mount ("/"); remove_mount

Re: Updated: Cygwin 1.1.5-7... grrrrrrrrrrrrr...

2000-11-13 Thread DJ Delorie
I'm not sure how I managed to toggle a 4 to a 5 and back again. Sigh. Wow, double-bit error. Better get yourself serviced. =) We tried adding more digits for error correction, but his family complained so we went back to the default ten. -- Want to unsubscribe from this list? Send a

Re: docs

2000-11-13 Thread DJ Delorie
what exactly packages do i need? You need docbook and jade for the sgml files, and probably texinfo and texi2html for the texi files. Read the Makefile to see. can i find anywhere the already compiled documentation (ps or html)? Yes! Go to the cygwin home page and click on

Re: setup drops mount?

2000-11-13 Thread DJ Delorie
Should we now modify this to conditionally remove these based on whether the installation is into a new root directory? If I'm updating I would be very upset to learn that my now mounted /bin directory had been removed. I have it mounted per CGF's suggestion for cygexec bit switch. Setup

Re: setup drops mount?

2000-11-13 Thread DJ Delorie
No, but it would know if it had to create a new root directory or even a new /etc/setup directory or even a new /etc/setup/installed.db file. The point is, if this is an update then the mount points are already set and there is no need to unmount and remount. No, I meant setup isn't a

Re: setup drops mount?

2000-11-13 Thread DJ Delorie
Assuming what? That the bin directory isn't relative to the user selected root mount path? Or that the mounted bin directory is actually not contained within the d:\foo (where d:\foo is the user chosen root mount path) directory but is mounted somewhere else? The way setup operates today,

Re: setup drops mount?

2000-11-14 Thread DJ Delorie
That is all very well and fine, but it would be nice of setup to restore my /var mount when it is done. The problem is that some packages might put files in /var. If I restored your mount, those files would be inaccessible to cygwin programs. I mean, who's the boss around here? If you use

Re: included headers with mno-cygwin

2000-11-14 Thread DJ Delorie
There has been at least one update since then that I am aware of. At any rate. The setup.exe, apparently, is not smart enough to change the currently existing directory structure in order to accomodate the latest directory structure layout for Cygwin install (ie delete directories

Re: setup drops mount?

2000-11-15 Thread DJ Delorie
You're right: restoring mounts would lead to trouble. But what would happen if setup would honor my /var mount instead of reverting back to the var subdirectory in the cygwin root? Or any other mounts for that matter. That would work, but setup doesn't even know about mounts. If someone

Re: Questions and observations of Cygwin Tools on the NT shell command line

2000-11-15 Thread DJ Delorie
For starters, you need to know *which* sort you're running. You're likely running cygwin's sort, which takes different options than the DOS sort. Type "type sort" to see which it's running. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: Can cygwin be used on windows 2000 ?

2000-11-15 Thread DJ Delorie
Corinna Vinschen [EMAIL PROTECTED] writes: Does Cygwin really run on ME? No, Cygwin does not run on YOU. It runs on COMPUTERS. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: Can cygwin be used on windows 2000 ?

2000-11-15 Thread DJ Delorie
Only on computers, hah! Now I'm discriminated because my brain has the wrong OS. You need more silicon in your diet. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: symlink's

2000-11-16 Thread DJ Delorie
I installed cygwin (1.1.5) on a 'samba' drive which works fine except for symlinks. I suppose this can not be fixed (easily) I don't suppose you looked up "samba" in the FAQ? It says exactly what you need to do to samba's configuration to support cygwin-style symlinks on a samba

Re: Minor updates should not break existing programs (Was Re: OpenGL packaging)

2000-11-19 Thread DJ Delorie
Maybe. If we feel like it. Probably not, though. If the expressed attitude was actually the way things are done, cygwin would annoy users very quickly and would loose its user base. The underlying problem is that we have an extremely limited number of people working on cygwin, and a

Re: setup.exe should remove the tar.gz files of old packages

2000-11-19 Thread DJ Delorie
It is enough for the users to keep just the tar.gz files the latest packages for the reinstallation of cygwin. Watch out for users that add their own tar.gz files to a download area. You don't want to delete those. -- Want to unsubscribe from this list? Send a message to [EMAIL

Re: setup.exe should remove the tar.gz files of old packages

2000-11-19 Thread DJ Delorie
Perhaps we should have a wish list for improvements to the setup.exe program as I have seen at least 4 posted to this mailing list recently. As the developers of Cygwin pointed out patches are very welcome. We have two wish lists. 1. The todo list at cygwin.com 2. The README in setup's

Re: setup.exe should remove the tar.gz files of old packages

2000-11-19 Thread DJ Delorie
Perhaps there should be an option (like a checkbox) for specifying whether or not the user wishes to delete the files after the installation. Perhaps the user can just delete the files they don't want? It's not a big deal, and we already have more options than I'm comfortable with. -- Want

Re: setup.exe should remove the tar.gz files of old packages

2000-11-19 Thread DJ Delorie
An 'rm -r' after installation should not be that big a deal. Carefully making sure you're deleting the download area, not the installation ;-) -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: setup.exe improvements

2000-11-20 Thread DJ Delorie
Setup.exe could store the location of the installed packages. It uses whatever the working directory of setup.exe is. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: Reason for cygwin GCC 2.97 non-bootstrap found

2000-11-20 Thread DJ Delorie
IMO there's no pressing reason to do _any_ of it in libiberty, The original patches included an implementation of valloc() in libiberty, for systems that didn't have one, so that ggc could rely on a working valloc. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: Reason for cygwin GCC 2.97 non-bootstrap found

2000-11-20 Thread DJ Delorie
The point being? There's _still_ no reason it _must_ be done in libiberty. No, but a generic valloc would make sense in libiberty. If the final solution includes a generic valloc implementation, it might make more sense to put that in libiberty rather than gcc. You're right that it's not a

Re: setup request:

2000-11-21 Thread DJ Delorie
Lazy reason: I have setup, it tells me I can get a new one, why can't I use it to get the new one :-] Because windows won't let you overwrite an executable that's currently running. Besides, we normally advise people to run setup by clicking on the icon on the cygwin home page, which always

Re: cygwin users guide

2000-11-21 Thread DJ Delorie
is it possible to get the cygwin users guide (as found on http://sources.redhat.com/cygwin/cygwin-ug-net/cygwin-ug-net.html) as one single file (whatever format) rather than split up onto several web pages? It would be much easier then to print it out. Did you try the "documentation" link

Re: setup request:

2000-11-21 Thread DJ Delorie
Setup is the one program that has a direct link off the cygwin home page. I don't think we really need to package it up too. If you ran an installed version, you wouldn't be able to install any updates because of Windows (this bites me every time I upgrade bash, because I run setup from a bash

Re: Reason for cygwin GCC 2.97 non-bootstrap found

2000-11-21 Thread DJ Delorie
Could you [since Kelley is out of town till Sunday, this "you" is anyone with a convenient cygwin installation] please compile and run the appended test program under cygwin? It should either exit successfully, or crash; I need to know which. It runs OK. #include sys/types.h #include

Re: newbie: Out of order execution in script

2000-11-22 Thread DJ Delorie
I guess I'm confused as to why one should expect things exec'd to run in a certain sequence. Isn't that the point of execing? If you're going to You're thinking of fork() (or perhaps spawn()). What exec() does is replace the current process with a new one, which obviously must be done in

Re: serial port and unwanted NL - CR/LF tranlastion

2000-11-22 Thread DJ Delorie
open( name, O_RDWR | O_NOCTTY | O_NONBLOCK ) #ifndef O_BINARY #define O_BINARY 0 #endif open( name, O_RDWR | O_NOCTTY | O_NONBLOCK | O_BINARY ) -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: serial port and unwanted NL - CR/LF tranlastion

2000-11-22 Thread DJ Delorie
#ifndef O_BINARY #define O_BINARY 0 #endif open( name, O_RDWR | O_NOCTTY | O_NONBLOCK | O_BINARY ) Wouldn't this just be OR'ing a 0 into the flags? Not on platforms that support O_BINARY, like cygwin and djgpp. Don't forget to #include fcntl.h. The #define in the sample is for

Re: How can I help, if I cn

2000-11-26 Thread DJ Delorie
Now my question is the following. How can I add my contribution to your project. See the to-do list at cygwin.com. So let me know if I can help perhaps as QA for the begining. Just using Cygwin and reporting problems is better than nothing. Just click on the "exp" button in the chooser box

Re: Subscribers to cygwin mailing list can post regardless of spam blocks

2000-11-26 Thread DJ Delorie
ORBS blocks spam. Anything else is just a beneficial side-effect. That's a very selfish view DJ, Yes, it is. Your point? -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: Source of setup.exe

2000-11-29 Thread DJ Delorie
Is the source of setup.exe available? I could not find on the mirrors? setup is part of cygwin. Download the cygwin (winsup) sources, and setup's sources are in there too. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

Re: Two solutions for setup.exe windows hiding

2000-11-29 Thread DJ Delorie
Also: Any problems arise if NetIO_HTTP uses HTTP/1.1 instead of HTTP/1.0? Read the HTTP/1.1 spec carefully and make sure you'll be able to handle any transfer encodings they might throw at you. Also, check apache and see if it supports the things you need with HTTP/1.0. -- Want to

Re: sysexits.h not found

2000-12-08 Thread DJ Delorie
You can't just copy files from other places into cygwin; there are licensing issues. If you could document the needed constants in a source-independent way (or point to a spec that says what they should be), perhaps someone else could create a new sysexits.h just for Cygwin that is free of

Re: Downloading cygwin

2000-12-08 Thread DJ Delorie
Is this file DELETED immediately after use? Yes. I couldn't either find mirrors.lst in my Trashcan and my hard disk. I think it makes sense to keep it on the disk because if something goes wrong, you can manually resume a download or things like that. I think I have patch on my todo list

Re: Utilities Bundling

2000-12-08 Thread DJ Delorie
Again, we only want to use the make utility. We are doing nothing with the glib library. Make itself is GPL; you would be required to at least include the sources to make itself. If your make is built with cygwin, you need to include the sources to cygwin also. If *your* application isn't

Re: Setup update.

2000-12-09 Thread DJ Delorie
There was some discussion recently on having setup.exe update itself. I have deleted the thread and couldn't find it in the archive and can't remember how this finished up. I recall that, though technically feasible, it wasn't really needed for a proper installation of cygwin, and in the

Re: zup and unzip ?? plans to include them in cygwin

2000-12-09 Thread DJ Delorie
Is there any plans to include zip and unzip into Cygwin distribution? "Plans" are made by volunteers. If you'd like to be one, and prepare a zip/unzip package for the cygwin net release, everyone would appreciate that. -- Want to unsubscribe from this list? Send a message to [EMAIL

Re: How the cygwin version of gcc calls the assembler

2000-12-14 Thread DJ Delorie
If you're creating a compiler for "foo", it assumes that the tools will be called foo-as, foo-ld, foo-ranlib, etc, and will create a foo-gcc to go with them. These tools should be in your path. It also expects to be able to find foo's headers and libraries, but you can use the --with-includes

Re: Patch for setup window hiding

2000-12-16 Thread DJ Delorie
Is there some step in the process that I've missed? Patience. I'm very busy, and nobody else has time either, to do work on setup at the moment. I've got the patch, it's on the list, I'll get to it eventually. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]

delete old version?

2000-12-16 Thread DJ Delorie
The pub/cygwin/old directory has about 330Mb of obsolete software, including b19 (47Mb) and b20 (135Mb). This accounts for a third of the stuff in pub/cygwin, and it would be a benefit to our mirror sites if we deleted it. Does anyone have any compelling reason to keep any of that stuff? --

Re: delete old version?

2000-12-16 Thread DJ Delorie
The only thing I can see objectionable would be the time limit for source distribution; but, you would know better about that than I would. There is no minimum time limit when you distribute the source with the binary. See GPL 3a. You're thinking of GPL 3b, which requires a *written*

Re: cygwin idea #2

2000-12-26 Thread DJ Delorie
where are these ideas listed at please? http://cygwin.com/cgi-bin/cygwin-todo.cgi Setup's list is in src/winsup/cinstall/README in the sources. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

Re: cygwin setup

2000-12-26 Thread DJ Delorie
hopefully this doesnt turn out to be a silly question, but is the source for the setup utility available? Yes. Get the cygwin sources, and it's in src/winsup/cinstall. also, is there any interest to use (real) packages in cygwin? There was, until we added .tar.gz support to setup :-)

Re: cygwin idea #2

2000-12-26 Thread DJ Delorie
the "notes" form needs to clip at 80 chars or use p or something. the ends of lines go off the page. look and see. Hmmm... I hate that. OK, I fixed it. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

Re: Static version of Cygwin DLL?

2000-12-27 Thread DJ Delorie
By forcing the elimination of cygwin1.dll using -mno-cygwin, you can then do this: gcc -ofoo.exe foo.c -mno-cygwin -lcygwin The default paths already scan the usr/lib directory. It is the usr/lib directory that has the static version of cygwin (libcygwin.a). I'm

Re: Keeping *.tar.gz files?

2000-12-28 Thread DJ Delorie
Is there any benefit from keeping all those archives? If you want to re-install, like if you try an experimental version and want to revert, or if you want to wipe out and reinstall your cygwin installation. Or if you want to install cygwin on a second machine, you can do it right out of that

Re: dealing with removing open files

2001-01-02 Thread DJ Delorie
I just noticed some strange behavior while using rm that i suspect is the fault of Windows and not of cygwin, but i thought i'd float it by here to make sure. It's the best Cygwin can do with NT's file permissions. NT won't let you delete an open file. So, Cygwin just keeps a list of files

Re: First Cygwin Installation

2001-01-04 Thread DJ Delorie
Will any version work as a first time install or do I have to have something else ?? For a first-time install, go to http://cygwin.com/ and click on the "Install Cygwin Now" icon. The only choices you should have to make are (0) that you want to install from the internet, (1)

Re: cygwin 1.1.7

2001-01-08 Thread DJ Delorie
What are the chances of Cygwin creating a cross-compiler toolchain to generate code for (and eventually migrate to) WinCE? It's been done before, everything you need should be on sourceware. I don't think anyone's done it *with* sourceware, though. Good luck. Depending on the CE device,

Re: cygwin 1.1.7

2001-01-08 Thread DJ Delorie
No, I meant the API is missing lots of things that cygwin relies on. This has come up before; it's not feasible to host a cygwin environment in CE. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

Re: cygwin 1.1.7

2001-01-08 Thread DJ Delorie
CE uses PE format, just like cygwin. We "just" had to add support for the different relocs and stubs that the other microprocessors use. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

Re: cygwin 1.1.7

2001-01-08 Thread DJ Delorie
Then gcc object modules targeted to pe-arm could be linked by the EVT linker to create WinCE EXEs? Since I don't know what an "EVT" linker is, I can't answer that. You'll just have to try it and see, rather than relying on us to be omniscient mind readers. Besides, gcc has its own linker

Re: Pushing out Cygwin installations

2001-01-11 Thread DJ Delorie
Got a plain vanilla install. Copy the Cygwin directory to the new server. Create the mount points and I am done? Yes. Assuming the user accounts all match, else re-run mkpasswd/mkgroup and/or edit /etc/passwd and /etc/group. Do I need to copy HKLM\Software\Cygnus Solutions ??? No.

Re: Moving from textmode to binmode: mount: resource busy

2001-01-12 Thread DJ Delorie
mount -b -s d:\cygwin\bin /usr/bin mount -f -b -s d:\cygwin\bin /usr/bin -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

Re: The PATH problem

2001-01-12 Thread DJ Delorie
Hm, this really frightens me. We'll be taking a collection later for Chris's long overdue (and much deserved) vacation ;-) -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

Re: The PATH problem

2001-01-12 Thread DJ Delorie
I'll chip in the profits from all the programs I've sold based on Cygwin Oops! I guess I shouldn't have said that. Now the GNU police will be looking for me!;-) Jokes aside, there's no problem if you profit from selling cygwin-based programs (or even cygwin itself). GNU only cares

Re: Query on programs marked as test

2001-01-22 Thread DJ Delorie
Is it a bug in this case that causes setup to try to install it? No. If there's only one version available, that's the one that gets installed by default. We don't have a mechanism to decide if a package is or isn't installed by default, just which of several choices is installed. -- Want

Re: Questions about Cygwin's setup...

2001-01-24 Thread DJ Delorie
* If you use the Setup.exe program to install Cygwin, does that update the Windows-NT registry in any meaningful way? Yes. It installs the initial mount points. * Could I use the Setup program to install Cygwin on a Windows-NT share and would that be immediately useable by others

Re: Questions about Cygwin's setup...

2001-01-24 Thread DJ Delorie
* Does Setup remove old files during update? Yes. OK, I'm going to qualify this. It does remove installed files that are obsoleted by new versions of packages. It does not remove the tarballs corresponding to old installations when new tarballs are downloaded. -- Want to

Re: Questions about Cygwin's setup...

2001-01-24 Thread DJ Delorie
Hmmm. The cygwin mailer does some strange things with Reply-to. Your message has a Reply-to of "Earnie Boyd [EMAIL PROTECTED]". Is this intentional? Users do this to avoid getting personal replies. It keeps the topic in the forum. With respect to my message, it should be obvious that

Re: setup

2001-01-26 Thread DJ Delorie
I have a symlink from /bin to /usr/bin. Then don't use setup. Sorry, we can't support nonstandard installations. There are a lot of things setup can't do, but that keeps setup small and simple. Once you start doing nonstandard things, you lose your right to complain. I can't imagine that

Re: Setup.exe?

2001-01-27 Thread DJ Delorie
What I don't understand is what does the setup.exe program do? Setup.exe is currently downloading all the packages (seems as though it's gonna take forever!). Then what will setup.exe? . Setup will give you a cygwin environment, which is a posix-like development and runtime environment.

Re: Cygwin lib files

2001-01-29 Thread DJ Delorie
It ocurred to me that, if there were a .lib file for the cygwin dll, that it could be linked in with and used by VS6 exes that were compiled using the cygwin headers. Cygwin is more than just a library. You can't build cygwin programs with MSVC because MSVC will use the MS runtime; you

Re: Updated: expect-20010117-1, dejagnu-20010117-1

2001-01-29 Thread DJ Delorie
You know, rather than put up with pressure on the mirror sites, wouldn't it be better to put out a CD ROM ? Sure, go ahead. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple

Re: Cygwin lib files

2001-01-29 Thread DJ Delorie
But, that doesn't mean you couldn't use the MSVC utilities to create an import library named CYGWIN.LIB if you want to go to the trouble and there will be problems giving you trouble I would assume. Note there are static items also in libcygwin.a and those static items will need to exist

Re: Updated: expect-20010117-1, dejagnu-20010117-1

2001-01-29 Thread DJ Delorie
I had high hopes for this thread... I was hoping someone would drop some hints as to when we could expect Cygwin 1.2. :) What, and make it easy for you? :-) I think now that the product is mostly stable that Red Hat could start doing every-six-months releases like they do with their

  1   2   3   >