[EMAIL PROTECTED] wrote:
[Snip]
So is there a Linux version of setup.exe and if not, how do I populate
the Linux filesystem from which the DOS box will install Cygwin?
Cygwin needs still Windows environment, not DOS environment. And for
Linux and Windows co-operation you could use NetBIOS (Samba o
Hi,
I would like to install Cygwin on a DOS box that doesn't have an
Internet connection but that does have a network connection to a Linux
box. The Linux box is dual-homed (Internet and the private lan) but
does not route between the two networks. It does export a filesystem
to the DOS box. If
Brian Dessent wrote:
Yitzchak Scott-Thoennes wrote:
On Fri, Jun 11, 2004 at 05:42:38AM -0700, Brian Dessent wrote:
reserved for real-time processes. The remaining range 1-15 are the
regular (dynamic) priorities that most processes run with. In reality
you don't set the priority directly this way,
I am having problems trying to use cvs under Win98.
Everything seems to work fine except when I commit a file and then I get
the error message of the form
cvs [commit aborted]: cannot change mode for /d/cvs/unittest/,OTATester.py,:
Permission denied
Everything used to work correctly (some checked
Below are more traces of the bash processes hanging on my machine.
These bash process are running scripts to execute a java command line
utility, we have instrumented the bash process to make sure it is not hanging
inside of the java call and are certain they are not. There are 2 bash
processes ex
On Mon, 14 Jun 2004 09:20:34 +0800, rudolf <[EMAIL PROTECTED]> wrote:
> How can I use gcc to compile into dll file?
Please at least look at the User's Guide before posting this
high-volume mailing list:
http://cygwin.com/cygwin-ug-net/dll.html
Also note this is does not appear to be a Cygwin-sp
> Hello from Gregg C Levine
> Actually Gary, its called SP2 RC1, for XP. Its going through that
> phase, with SP1 RC2 due out towards the end of the month, and the
> actual SP2 going to the RTM phase so that its in time to be released
> by the 21 July, date. (If you can believe that.)
>
I of cour
On Mon, 14 Jun 2004 09:52:58 +0900, Jacob Levine
<[EMAIL PROTECTED]> wrote:
> While waiting for your excellent program to install its packages I
> was browsing through your FAQ and came upon a mispelling at
>
> http://www.cygwin.com/faq/faq_toc.html#TOC82
>
> where "priveledge" should be "privil
hello there sorry i need help here!
when apache well installed in cygwin and the
servername is localhost.
can i open that site by internet-explore not use
lynx http://localhost
thank you
__
Do you Yahoo!?
Friends. Fun. Try the all-new Y
At 12:36 PM 6/13/2004, you wrote:
>I wrote a bit ago about sys.executable returning the current working
>directory. I am happy to report that the problem is solved, but I am
>not sure what caused the problem in the first place.
>
>The permissions on python2.3 were mode 000. This allowed python to
>
At 12:29 PM 6/13/2004, you wrote:
>Browsing through the mingw header files (/usr/include/mingw), I've
>noticed a number of functions that seem unique to mingw. Is there a
>Cygwin-style API reference
>(http://cygwin.com/cygwin-api/cygwin-api.html) for mingw that lists the
>functions included from ot
Yitzchak Scott-Thoennes wrote:
>
> On Fri, Jun 11, 2004 at 05:42:38AM -0700, Brian Dessent wrote:
> > reserved for real-time processes. The remaining range 1-15 are the
> > regular (dynamic) priorities that most processes run with. In reality
> > you don't set the priority directly this way, rat
All.
How can I use gcc to compile into dll file?
The probem is below.
3) Create a file "my_crt0.c" with the following contents
#include
#include
typedef int (*MainFunc) (int argc, char *argv[], char **env);
void
my_crt0 (MainFunc f)
{
cygwin_crt0(f);
}
4) Use gcc in a Cygwin prompt to
Greetings,
While waiting for your excellent program to install its packages I
was browsing through your FAQ and came upon a mispelling at
http://www.cygwin.com/faq/faq_toc.html#TOC82
where "priveledge" should be "privilege".
Keep up the good work!
-Jacob Levine
--
Unsubscribe info: htt
> > I have a feeling that information is out of date. Do I have to build
> > DBD::ODBC?
>
> AFAIK, yes. Though it looks as if you already have (if in fact you
> are running the cygwin perl). I'm a little confused as to how you
> could have modules but not know you installed them.
I recently lear
On Sun, Jun 13, 2004 at 02:04:01AM -0400, Barry wrote:
> I have ActivePerl installed along with Cygwin's Perl. When I
> configured ActivePerl, I had .pl files be associated with it, and I'm not
> sure what Perl is used when I paste "perl " in Cygwin, or if there's
> a conflict, or if my error is ca
On Fri, Jun 11, 2004 at 05:42:38AM -0700, Brian Dessent wrote:
> reserved for real-time processes. The remaining range 1-15 are the
> regular (dynamic) priorities that most processes run with. In reality
> you don't set the priority directly this way, rather you choose a
> priority class (realtim
> Well, attrib does work from cmd.exe as well as from within cygwin.
Weird. Did it work with older versions of cygwin or coreutils, or is
this the first time you tried it?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Doc
Andreas Pack wrote:
> I looked in the archive and with google, but I found no solution for
> my problem:
>
> I installed the OpenSSH for Windows package
> ("setupssh371-20031015.exe") by Michael Johnson, because I only need
> SFTP-functionality in Windows and not the hole Cygwin-Package.
>
> Ok,
Hello fellow computer user,
Imagine you having an on line computer technical support
24 hours a day, 7 days a week wherever you are in the world.
Imagine not paying anymore hundreds of dollars for the service
of a computer technician to troubleshoot your computer.
Imagine if the answer to your
At 12:02 AM 6/14/2004 +0900, Jaeho Shin wrote:
>On Sun, Jun 13, 2004 at 03:30:00AM +0900, Jaeho Shin
([EMAIL PROTECTED]) wrote:
>> As I remember, there wasn't any problem like this before my update few
>> days ago. Not sure, but since I remember the last time I had an update
>> was near Apr 20, I
Hi List!
I looked in the archive and with google, but I found no solution for
my problem:
I installed the OpenSSH for Windows package
("setupssh371-20031015.exe") by Michael Johnson, because I only need
SFTP-functionality in Windows and not the hole Cygwin-Package.
Ok, here is my problem: the Se
> From: John P. Rouillard
>
> The permissions on python2.3 were mode 000. This allowed python to
> run, but didn't allow it to do other things like resolve its own
> name. chmod 755 /usr/bin/python2.3.exe fixed the sys.executable problem.
$ python -V
Python 2.3.4
$ ls -liash /usr/bin/python2.3.e
Browsing through the mingw header files (/usr/include/mingw), I've
noticed a number of functions that seem unique to mingw. Is there a
Cygwin-style API reference
(http://cygwin.com/cygwin-api/cygwin-api.html) for mingw that lists the
functions included from other APIs (ANSI C, SUS/Linux, etc.) and
I wrote a bit ago about sys.executable returning the current working
directory. I am happy to report that the problem is solved, but I am
not sure what caused the problem in the first place.
The permissions on python2.3 were mode 000. This allowed python to
run, but didn't allow it to do other thi
Hello from Gregg C Levine
Actually Gary, its called SP2 RC1, for XP. Its going through that
phase, with SP1 RC2 due out towards the end of the month, and the
actual SP2 going to the RTM phase so that its in time to be released
by the 21 July, date. (If you can believe that.)
Also, can you tell me
Sean,
On Sat, Jun 12, 2004 at 11:56:54PM -0700, Sean Gugler wrote:
> I've just updated my entire Cygwin installation, and LilyPond now
> crashes inside a Python2 call -- I'm not even sure where to START
> looking for how to fix this, any tips?
No, but the README indicates the following:
Unde
On Sat, Jun 12, 2004 at 06:22:49PM +0200, Thorsten Kampe wrote:
> * Jason Tishler (2004-06-11 20:17 +0100)
> > New News:
> > ===
> > I have updated the version of Python to 2.3.4-1. The tarballs
> > should be available on a Cygwin mirror near you shortly.
> [snip]
>
> There is an issue with
On Sun, Jun 13, 2004 at 03:30:00AM +0900, Jaeho Shin ([EMAIL PROTECTED]) wrote:
> As I remember, there wasn't any problem like this before my update few
> days ago. Not sure, but since I remember the last time I had an update
> was near Apr 20, I should have been using cygwin dll 1.5.9 then.
>
Y
29 matches
Mail list logo