Re: lynx & w3m ports (was Re: [ANNOUNCEMENT] Initial Release: GNU Ghostscript 5.50-1)

2002-01-22 Thread Jason Tishler
On Tue, Jan 22, 2002 at 02:11:22PM -0500, Bradford, Denis wrote: > I've tried without success to build the latest w3m sources (w3m-0.2.4.tar) > on Windows 2000 (through Cygwin). I see others having the same problem, so > thought I'd try to find the compiled binaries: > > [snip] > > Any help appr

Re: lynx & w3m ports (was Re: [ANNOUNCEMENT] Initial Release: GNU Ghostscript 5.50-1)

2002-01-22 Thread Bradford, Denis
I've tried without success to build the latest w3m sources (w3m-0.2.4.tar) on Windows 2000 (through Cygwin). I see others having the same problem, so thought I'd try to find the compiled binaries: > On Mon, 5 Mar 2001, Kevin Wright wrote: > > these files. (NOTE: I have ported lynx and w3m if anyo

Re: Cygwin Autotool Wrappers

2002-01-22 Thread Charles Wilson
Charles Wilson wrote: > > I *really* don't know what the right answer is, here...perhaps (in empty > directory) > > aclocal --version: report DEVEL > automake --version: report DEVEL > autoconf --version: report DEVEL > autoheader --version: report DEVEL > > because these four are of

Re: Cygwin Autotool Wrappers

2002-01-22 Thread Charles Wilson
Parker, Ron wrote: > There is a problem IMO with the autotool wrappers. If I configure in a > directory other than the source directory, most configure scripts will fail > to find aclocal, autoconf, automake and autoheader utilities. This normally > isn't a problem, but I have run into some packa

Re: Bug? No _TCHAR type is defined

2002-01-22 Thread Christopher Faylor
On Tue, Jan 22, 2002 at 07:30:44AM -0800, Andriy Palamarchuk wrote: >Type _TCHAR is not defined in cygwin tchar.h header, >only TCHAR type. According to Microsoft documentation >type _TCHAR should be used for creating Unicode/ANSII >portable applications. > >MBCS Survival Guide at >http://www.micr

winuser.h Missing macros

2002-01-22 Thread Andriy Palamarchuk
I found a few defines which are in Windows docs, but not in the header file. I *believe* these defs should exist in the header file. I use cygwin v1.3.3 under NT 4.0. Regards, Andriy Palamarchuk __ Do You Yahoo!? Send FREE video emails in Yahoo! M

Re: no output from net.exe

2002-01-22 Thread Corinna Vinschen
On Tue, Jan 22, 2002 at 10:22:01AM -0500, Alex BATKO wrote: > > But if it's not just cygwin's subtree then that doesn't make sense to me. Why do you make it that complicated? If you want to have POSIX security on the Cygwin subtree, go ahead and change the permissions there. If you want to use

Bug? No _TCHAR type is defined

2002-01-22 Thread Andriy Palamarchuk
Type _TCHAR is not defined in cygwin tchar.h header, only TCHAR type. According to Microsoft documentation type _TCHAR should be used for creating Unicode/ANSII portable applications. MBCS Survival Guide at http://www.microsoft.com/globaldev/fareast/mbcssg.asp says: "For ANSI conformance, the "o

What happened to gcc/g++ in setup.exe ?

2002-01-22 Thread Andrew Nelson
Hi There, I'm installing cygwin on my notebook, but can't find the gcc/g++ compilers in the list of packages found by setup.exe. Last time I did this - it installed it by default. Can someone please tell me how to install these. Thanks, Andrew.

Cygwin installation problem

2002-01-22 Thread Igor Trevisan
Hi! I tried to install Cygwin under WinNT 4.0 being logged on as a simple user, and I couldn't do it successfully. The C:/cygwin/bin directory contained just a very small part of the application I selected using setup.exe, and there weren't any *.dll files in. The directory C:/cygwin/usr/bin seem

Re: no output from net.exe

2002-01-22 Thread Alex BATKO
But if it's not just cygwin's subtree then that doesn't make sense to me. Here's my reasoning: Before installing cygwin, windows file permissions are correct. After installing cygwin (with CYGWIN='ntea' as opposed to 'ntsec'), windows file permissions should still be correct (and are). Changi

Serial port settings

2002-01-22 Thread ROLAND
Does anybody know if it is possible to print the settings of the serial port on screen??? I opened the port (it is using struct sgttyb, 'cause it's a rather old program), and now I want to print the settings of the port in a readable format. So I would like to see something like: 8-N-1 or 7-E-1. C

RE: named colour list

2002-01-22 Thread "Schaible, Jörg"
>Either rxvt loads libW11.dll dynamically or cygcheck has a bug ... OK, forget it, I read the rest of the thread ... :( -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

RE: named colour list

2002-01-22 Thread "Schaible, Jörg"
Hi Chuck, >rxvt DOES use libW11.dll. /dev/c/Temp/Eimer/Day> cygcheck rxvt Found: c:\cygwin\bin\rxvt.exe c:\cygwin\bin\rxvt.exe c:\cygwin\bin\cygwin1.dll C:\WINNT\System32\KERNEL32.dll C:\WINNT\System32\NTDLL.DLL C:\WINNT\System32\USER32.dll C:\WINNT\System32\GDI32.DLL Either r

RE: New setup.exe snapshot

2002-01-22 Thread Stephano Mariani
BUG: Crash on winXP Pro (build 2600, all current patches) when it tries to download the setup.ini. This happens at different times during the setup.ini download. How to reproduce: Start setup in "Install from internet" mode. Choose "Unix" file format and "Just me" Root dir "E:/Cygwin" Local Pack

texmf packages ready

2002-01-22 Thread Jan Nieuwenhuizen
Hi, The texmf packages have been available for a week now, so cc'ing the cygwin list so that other people can use them. Greetings, Jan. From: Jan Nieuwenhuizen <[EMAIL PROTECTED]> Subject: texmf matching new tetex-beta-20001218-3 To: [EMAIL PROTECTED] Date: 16 Jan 2002 13:01:57 +0100 Organiza

RE: Autotools broken?

2002-01-22 Thread Stephano Mariani
Everything else seemed to work fine... although I did not try to build a dll or shared library. Unfortunately, my code does no currently lend itself to a dll/so form without extensive modification. One other observation: the configure script became huge, from 267k to almost 460k! but this is not

Porting OmniORB with Cygwin

2002-01-22 Thread leonardo x
Hi, I am trying to port omniORB on cygwin on win2k. I was able to port Python2.1, and i tried to compile omniORB with vc++. It fails to resolve the paths for PYthon.h (though the path was set in omni/src/tool/omniidl/cxx/dir.mk). Looks like there seem to be a problem the way windows reslov

Re: no output from net.exe

2002-01-22 Thread Corinna Vinschen
On Mon, Jan 21, 2002 at 06:07:58PM -0500, Alex BATKO wrote: > Please confirm that this recursion only has to be done for cygwin's > subtree (from /), and not for the entire c:\ tree. As you like. There's no rule. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin

Re: RPC and NFS port for cygwin

2002-01-22 Thread Corinna Vinschen
On Tue, Jan 22, 2002 at 05:01:13PM +0800, Rico Juinio wrote: > I have search high and low for a port of ONC/SUN RPC to cygwin. Alas I can > find only the ONCRPC port for Windows NT that does not even support > compiling using gcc. So I ported SUNRPC 4.0. Its seems to be working > however would

Re: security with the ftp daemon

2002-01-22 Thread Corinna Vinschen
On Tue, Jan 22, 2002 at 10:18:01AM +0900, Dylan Cuthbert wrote: > Thanks, you were right, I regenerated the groups file and it returned to > being secure again - it seems a bit dangerous to default to admins group, > maybe better if it defaults to guest or something along those lines? Security wa

Re: New setup.exe snapshot

2002-01-22 Thread Robert Collins
The usual place: http://www.cygwin.com/setup-snapshots Rob === - Original Message - From: "David Starks-Browning" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 22, 2002 8:44 PM Subject: New setup.exe snapshot > On Tuesday 22

New setup.exe snapshot

2002-01-22 Thread David Starks-Browning
On Tuesday 22 Jan 02, Robert Collins writes: > I've uploaded a new preview of setup.exe. Where do we get it? Thanks, David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FA

New setup.exe snapshot

2002-01-22 Thread Robert Collins
I've uploaded a new preview of setup.exe. This is the first feature-complete setup.exe for the next setup release. Main changes from the current released setup.exe: * Support for multiple mirror sites (use Ctrl-Click). * A Wizard style interface. * Hierarchical categories can be clicked on - whi

RPC and NFS port for cygwin

2002-01-22 Thread Rico Juinio
I have search high and low for a port of ONC/SUN RPC to cygwin. Alas I can find only the ONCRPC port for Windows NT that does not even support compiling using gcc. So I ported SUNRPC 4.0. Its seems to be working however would anybody be interested in polishing this effort? or maybe there is al

[Fwd: Re: How to make g++ link with QT (a microsoft compatible library) on x86]

2002-01-22 Thread Pavel Tsekov
Original Message From: - Tue Jan 22 09:25:53 2002 X-UIDL: 1011646075.3390.mail X-Mozilla-Status: 0011 X-Mozilla-Status2: Return-Path: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Received: (qmail 3388 invoked by alias); 21 Jan 2002 20:47:55 - Delivered-To: [E

RE: Install *everything* option for 'setup.exe'..

2002-01-22 Thread Bernard Dautrevaux
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 22, 2002 5:00 AM > To: [EMAIL PROTECTED] > Subject: Re: Install *everything* option for 'setup.exe'.. > > > On Tue, Jan 22, 2002 at 02:50:54PM +1100, Robert Collins wrote: > > > >=== > >--