Re: missing exported function from cygwin1.dll

2003-07-27 Thread H Q
Thanks to Larry and Igor. I was indeed wondering why the "current" and "new" columns for vim and tcsh appeared to be versionally reversed in the cygwin setup.exe program. I didn't see "test" anywhere but I now understand the context. It now also appears clear why setup.exe insists on "upgra

Re: Local printer access question..

2003-07-27 Thread Rick Rankin
Try setting your PRINTER environment variable to LPT1 or LPT2, whichever is appropriate. --Rick --- Ishwar Rattan <[EMAIL PROTECTED]> wrote: > Hello, > > I am using cygwin (dll 1.3.22) under Windows 2K Pro. > > An attempt to use lpr results in: > > lpr: can't open 'prn' for writing > lpr: The p

Re: missing exported function from cygwin1.dll

2003-07-27 Thread Larry Hall
Ah, you still have the test (Cygwin 1.5) versions of vim and tcsh. You need to downgrade those to the current version if you're not going to use the Cygwin 1.5 DLL. Larry H Q wrote: Thanks, I've attached the text output of cygcheck, with the hostname asterisked for privacy. Regarding the functio

Re: missing exported function from cygwin1.dll

2003-07-27 Thread Igor Pechtchanski
Your cygcheck output indicates that you've installed the "test" releases of vim and tcsh: > tcsh6.12.00-6 > vim 6.2-2 These releases were compiled against (and thus require) cygwin 1.5.0. The most up-to-date releases usually mean the ones marked "curr". If

Re: missing exported function from cygwin1.dll

2003-07-27 Thread H Q
Thanks, I've attached the text output of cygcheck, with the hostname asterisked for privacy. Regarding the functions stated as "missing" in the error message: For vim, the file needed was _getreent (decoration retained) For tcsh, the file was _fstat64 " I'm also concerned abo

Re: missing exported function from cygwin1.dll

2003-07-27 Thread Martin Gainty
What is the missing exported function? -M - Original Message - From: "H Q" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 27, 2003 6:04 PM Subject: missing exported function from cygwin1.dll > > > Hi, > > I've looked through all the faqs and have searched the archives, but

Re: Assembler messaes:FATAL can't create /cygdrive....

2003-07-27 Thread Christopher Faylor
On Sun, Jul 27, 2003 at 10:26:47PM -0400, Larry Hall wrote: >>You didn't -- Windows did. I'm not quite sure why /cygdrive/c/TEMP >>as the value for TEMP doesn't work for you (works for me)... See guesses >>above. > >Or . Also verify that c:\temp actually exists.

Re: Local printer access question..

2003-07-27 Thread Igor Pechtchanski
On Sun, 27 Jul 2003, Ishwar Rattan wrote: > Hello, > I am using cygwin (dll 1.3.22) under Windows 2K Pro. > An attempt to use lpr results in: > > lpr: can't open 'prn' for writing > lpr: The printer name is invalid > > Is there a way to access the printer (Deskjet 694C on parallel port)?? > > Than

Re: Assembler messaes:FATAL can't create /cygdrive....

2003-07-27 Thread Larry Hall
Igor Pechtchanski wrote: Hi, Replies inline below. On Mon, 28 Jul 2003, Guy wrote: G'day all, I've recently installed cygwin v1.5.0-1 and gcc v3.2.3 on my machine FYI, cygwin 1.5.0 is a test release... It should still work, but you might also try it with 1.3.22 and let this list know if ther

Re: Assembler messaes:FATAL can't create /cygdrive....

2003-07-27 Thread Igor Pechtchanski
Hi, Replies inline below. On Mon, 28 Jul 2003, Guy wrote: > G'day all, > I've recently installed cygwin v1.5.0-1 and gcc v3.2.3 on my machine FYI, cygwin 1.5.0 is a test release... It should still work, but you might also try it with 1.3.22 and let this list know if there's a regression in 1.5

Re: Erroneous complaint about being unable to run emacs

2003-07-27 Thread Larry Hall
Matthew O. Persico wrote: On Sun, 27 Jul 2003 12:57:31 -0400, Larry Hall wrote: Matthew O. Persico wrote: On Sun, 27 Jul 2003 10:35:04 -0500, Bill McCormick wrote: Martin Cohen Wrote: The reason for this is that my McAfee firewall was set (due to my mistake) to not allow emacs to access the

Local printer access question..

2003-07-27 Thread Ishwar Rattan
Hello, I am using cygwin (dll 1.3.22) under Windows 2K Pro. An attempt to use lpr results in: lpr: can't open 'prn' for writing lpr: The printer name is invalid Is there a way to access the printer (Deskjet 694C on parallel port)?? Thanks in advance. -ishwar -- Unsubscribe info: http://

Assembler messaes:FATAL can't create /cygdrive....

2003-07-27 Thread Guy
G'day all, I've recently installed cygwin v1.5.0-1 and gcc v3.2.3 on my machine (windows ME) but am having a nightmare getting gcc to work! I was running configure thus sh configure --prefix=c:/fltk-1.1.4/fltk-1.1.4rc1/ and getting... checking for gcc... gcc checking for C compiler default outpu

Re: Serial Port?

2003-07-27 Thread thors_hammer123
Oh, sorry. Thanks a bunch guys. Anthony --- Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Sun, Jul 27, 2003 at 06:08:30PM -0700, > thors_hammer123 wrote: > >Are you sure about this? As I said, there is *no* > /dev > >directory, so I am confused as to how I can just > >access /dev/ttyS0 l

Re: Serial Port?

2003-07-27 Thread Christopher Faylor
On Sun, Jul 27, 2003 at 06:08:30PM -0700, thors_hammer123 wrote: >Are you sure about this? As I said, there is *no* /dev >directory, so I am confused as to how I can just >access /dev/ttyS0 like in Linux... http://cygwin.com/who.html cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscrib

Re: Serial Port?

2003-07-27 Thread Igor Pechtchanski
Of course he's sure -- he wrote that code! :-D Seriously, though, /dev is a *virtual* directory, like /proc or /cygdrive. If it makes you feel better (and for tab-completion purposes), you could do "cd / && cmd /c mkdir dev", and then run the "create_devices" scripts in

Re: missing exported function from cygwin1.dll

2003-07-27 Thread Igor Pechtchanski
On Mon, 28 Jul 2003, H Q wrote: > Hi, > > I've looked through all the faqs and have searched the archives, but I can't > find a resolution. I downloaded cygwin 1.3.22-1 along with several other > binaries from the cygwin site using setup.exe. I have the current versions > of everything. Vim and

Re: Serial Port?

2003-07-27 Thread thors_hammer123
Are you sure about this? As I said, there is *no* /dev directory, so I am confused as to how I can just access /dev/ttyS0 like in Linux... Anthony --- Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Sun, Jul 27, 2003 at 03:09:40PM -0700, Martin > Gainty wrote: > >Check out this serial port c

Re: Japanese Windows login name and SSH

2003-07-27 Thread Igor Pechtchanski
On Sun, 27 Jul 2003, Ryan Shaw wrote: > Hello, > > My Windows XP login name is in Japanese: $B%i%$%"%s(B > > As this is not a legal UNIX username AFAIK, I have > the following in /etc/profile: > > export USER="ryan" > export HOME="/home/ryan" > > I also changed the relevant line in /etc/passwd >

missing exported function from cygwin1.dll

2003-07-27 Thread H Q
Hi, I've looked through all the faqs and have searched the archives, but I can't find a resolution. I downloaded cygwin 1.3.22-1 along with several other binaries from the cygwin site using setup.exe. I have the current versions of everything. Vim and tcsh would not work, with an error ind

Re: CYGRUNSRV Issue

2003-07-27 Thread Igor Pechtchanski
On Mon, 28 Jul 2003, Linden Glen wrote: > HI All, > > Having a problem installing Cron as a service. When I try to run the > install: > cygrunsrv -I cron -p /usr/sbin/cron -a -D > > I get this in return > bash: cygrunsrv: command not found > > What do I need to install so that this command is avai

CYGRUNSRV Issue

2003-07-27 Thread Linden Glen
HI All, Having a problem installing Cron as a service. When I try to run the install: cygrunsrv -I cron -p /usr/sbin/cron -a -D I get this in return bash: cygrunsrv: command not found What do I need to install so that this command is available? Cheers, Linden ___

Re: Erroneous complaint about being unable to run emacs

2003-07-27 Thread Matthew O. Persico
On Sun, 27 Jul 2003 12:57:31 -0400, Larry Hall wrote: >Matthew O. Persico wrote: > >>On Sun, 27 Jul 2003 10:35:04 -0500, Bill McCormick wrote: >> >>>Martin Cohen Wrote: >>> The reason for this is that my McAfee firewall was set (due to my mistake) to not allow emacs to access the intern

Re: How to delete cygwin files?

2003-07-27 Thread Larry Hall
Peng Yu wrote: > Hi, > I installed cygwin a few months ago(installed on XP). I reinstalled > WindowsXP recently. But there are some files in cygwin installation > directory can be deleted. Could somebody help me? Presumably, you reinstalled XP but left the previously installed Cygwin intact.

Re: Serial Port?

2003-07-27 Thread Christopher Faylor
On Sun, Jul 27, 2003 at 03:09:40PM -0700, Martin Gainty wrote: >Check out this serial port code from CGF >http://sources.redhat.com/ml/cygwin/1999-08/msg00563.html Um, no. 1999 was four years ago. The serial port for cygwin these days is /dev/ttyS0. You use serial ports like you do on linux. c

Japanese Windows login name and SSH

2003-07-27 Thread Ryan Shaw
Hello, (B (BMy Windows XP login name is in Japanese: $B%i%$%"%s(B (B (BAs this is not a legal UNIX username AFAIK, I have (Bthe following in /etc/profile: (B (Bexport USER="ryan" (Bexport HOME="/home/ryan" (B (BI also changed the relevant line in /etc/passwd (Bfrom this: (B $B%i%$%"%

Re: Serial Port?

2003-07-27 Thread Martin Gainty
Check out this serial port code from CGF http://sources.redhat.com/ml/cygwin/1999-08/msg00563.html Hth, Martin - Original Message - From: "thors_hammer123" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 27, 2003 11:21 AM Subject: Serial Port? > I wanted to port some Linu

Serial Port?

2003-07-27 Thread thors_hammer123
I wanted to port some Linux code I wrote that interfaces with the serial and parallel ports to Windows via Cygwin. I don't see a /dev directory? How do I use the serial/parallel ports? Anthony __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design

How to delete cygwin files?

2003-07-27 Thread Peng Yu
Hi, I installed cygwin a few months ago(installed on XP). I reinstalled WindowsXP recently. But there are some files in cygwin installation directory can be deleted. Could somebody help me? Best wishes, Peng -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Erroneous complaint about being unable to run emacs

2003-07-27 Thread Larry Hall
Matthew O. Persico wrote: On Sun, 27 Jul 2003 10:35:04 -0500, Bill McCormick wrote: Martin Cohen Wrote: The reason for this is that my McAfee firewall was set (due to my mistake) to not allow emacs to access the internat. This caused the failure above. I do not know why emacs (and other applicat

RE: Erroneous complaint about being unable to run emacs

2003-07-27 Thread Matthew O. Persico
On Sun, 27 Jul 2003 10:35:04 -0500, Bill McCormick wrote: >Martin Cohen Wrote: >>The reason for this is that my McAfee firewall was >>set (due to my mistake) to not allow emacs to access the >>internat. This caused the failure above. >> >>I do not know why emacs (and other applications, such as >>x

RE: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-27 Thread Stephan Mueller
On NTish systems (including Windows 2000, XP, Server 2003) cmd.exe has gained some useful enhancements over the years. Find much of the new stuff in the output of set /? for /? if /? call /? Of particular interest here: call /? documents that %* is supported as a wa

[ANNOUNCEMENT] naim 0.11.6

2003-07-27 Thread Daniel Reed
naim 0.11.6 is now available. naim is a console AIM, ICQ, IRC, and Lily client. Development work is done on Linux, but naim should work on any system with an ANSI C compiler, BSD sockets, and ncurses. This includes operating systems such as BeOS, FreeBSD, Mac OS 10, NetBSD, and Microsoft Windows u

RE: Erroneous complaint about being unable to run emacs

2003-07-27 Thread Bill McCormick
Martin Cohen Wrote: > I recently started a thread here with the following > message: > > >I installed cygwin in my D: partition under Win XP. > >Running startx results in the usual screen and the > >3 windows. However, when I type in my usual > >"emacs . &", I get this > > > >emacs: cannot connect

RE: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-27 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 27, 2003 2:22 AM > On Sat, 26 Jul 2003, Hannu E K Nevalainen (garbage mail) wrote: > > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf > > > Of Igor Pechtchanski > > > > --8<-- > > > What you could do is create