gcc-3.2-1/i686-pc-cygwin/gcc/genflags is segfaulting

2002-11-29 Thread James Michael DuPont
Dear Fellow Hacker , The gcc-3-2-1 source from the netinstaller download sources are segfaulting in genflags- I am having the same problems building gcc 3.2 from the cvs head, but in gengtype. Now for the cvs head, it just does not build. gengtype crashes, always. Here is my bug reports: http://

Re: Machine reboots when editing files in /etc

2002-11-29 Thread Danilo Turina
Same problem for me, but only when XFree is running. In my case, the problem seems to be the antivirus: if I disable it, I have no more crashes (I think that also my NFS client software (FTP Software's InterDrive) had some part in the problem, but now I uninstalled it). Note that if I only disa

Re: Telnetd hangs for a while before giving login prompt (SOLVED)

2002-11-29 Thread Danilo Turina
Corinna Vinschen wrote: On Thu, Nov 28, 2002 at 12:55:13PM +0100, Danilo Turina wrote: Raghav wrote: Hi, I have installed cygwin 1.3.16 on my win2k workstation. I have installed inetd as a service and am running it as localsystem. I have created passwd/group files for local users only, not

Re: NTP server?

2002-11-29 Thread Doug Wyatt
Ntp looks like it might be a tough build under Cygwin, but you can get ntp v4.1.71 pre-built for NT with a gui installer at: . Regards, Doug Wyatt On 29 Nov 2002 at 2:03, jose_gonzalez wrote: > Hi > > NTP (Network Time Protocol) server available in cygwin? > >

Re: winpids::enumNT: error 0xC0000005 - huh?

2002-11-29 Thread Rui Carmo
Good point. I'll do that when I'm using that box again (this weekend). But I can add that it is a dual processor system, which might give you some hints. R. Christopher Faylor wrote: On Sun, Nov 24, 2002 at 04:10:56PM +, Rui Carmo wrote: Having suffered from repeated rxvt hangs, I dutiful

Re: Cygwin causes 0x00000024 Stop Error (BLUE SCREEN)

2002-11-29 Thread Danilo Turina
I have done some other try. First of all I have uninstalled InterDrive 5.0 from FTP Software (a NFS client), I suspected that it caused many problems in my system (frequent crashes of explorer.exe, 3 minutes delay when loggin to my machine with telnet, blue screens (maybe)). Now trying disablin

gcc, cygwin, jni headers

2002-11-29 Thread Al
Ive seen one other post on this topic but there were no replies. Maybe Ill be more lucky. Im trying to compile a simple dll using gcc and cygwin. Something very similar to below used to work on dos and mingw but now Im geting loads of errors as gcc tries to compile some headers?! Below is my make f

Re: sshd installation on NT 5.0

2002-11-29 Thread Corinna Vinschen
On Fri, Nov 29, 2002 at 08:47:06AM +0200, Marc Girod wrote: > > "MG" == Marc Girod <[EMAIL PROTECTED]> writes: > > MG> A bit liberal, maybe... Usually -r-xr-xr-x should be enough? (Also below) > > Once I was mentioning protections problems (some enhancements to the > post-processing part of t

undefined reference to __pei386_runtime_relocator

2002-11-29 Thread Alan Hourihane
I'm using the new --enable-runtime-pseudo-reloc parameter to ld and finding that nothing links and ld blurts out ertr03.o(.rdata+0x0): undefined reference to `__pei386_runtime_relocator' Is there something extra I need to add to ld, or is this missing from the current libraries ? Or does

Re: undefined reference to __pei386_runtime_relocator

2002-11-29 Thread egor duda
Hi! Friday, 29 November, 2002 Alan Hourihane [EMAIL PROTECTED] wrote: AH> I'm using the new --enable-runtime-pseudo-reloc parameter to ld and AH> finding that nothing links and ld blurts out AH> ertr03.o(.rdata+0x0): undefined reference to AH> `__pei386_runtime_relocator' AH> Is there s

Re: Cygwin official logo ?

2002-11-29 Thread Corinna Vinschen
On Thu, Nov 28, 2002 at 10:26:21AM +, Yann Crausaz wrote: > Hello, > > As an illustration for a paper I'm writing about Cygwin, I'm looking for > THE official Cygwin logo. I guess that this official logo isn't the "GNU > + Cygnus + Windows = Cygwin" standing on the homepage (www.cygwin.com), >

Re: gcc, Write and Modify permissions (ntsec)

2002-11-29 Thread Corinna Vinschen
On Fri, Nov 29, 2002 at 09:29:29AM +0300, Roman Belenov wrote: > I've noticed that executables generated by gcc (cygwin 1.3.17-1, gcc > 3.2-3, binutils 20021117-1, Windows XP) have Read, Read&Execute and > Write permissions for group and others, ls -l shows their attributes > as -rwxrwxrwx . It see

Samba Client compilation on the latest DLL

2002-11-29 Thread Linux Mail Account
Hi, I'm the maintainer of smbclient for Win32 (http://main.mswinxp.net/~lpackham/smbclient/) If I compile samba on the latest version of cygwin it now borks with a segfault. It appears that pointer initialisation isn't quite working correctly. You can grab the patch for the samba source off the

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Corinna Vinschen
On Fri, Nov 29, 2002 at 12:53:02PM -, Linux Mail Account wrote: > This used to work... > > char xx_blah[255]; ^^^ Huh? > char *blah = xx_blah; > > for (int i = 0; i < 256; i++) ^^^ Oh oh! > blah[i] = 0; > > It now s

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Lee Packham
My bad... i mean xx_blah[256] ;) > On Fri, Nov 29, 2002 at 12:53:02PM -, Linux Mail Account wrote: >> This used to work... >> >> char xx_blah[255]; >^^^ > Huh? > >> char *blah = xx_blah; >> >> for (int i = 0; i < 256; i++) > ^^^ >

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Lee Packham
My bad, I mean char xx_blah[256]; > On Fri, Nov 29, 2002 at 12:53:02PM -, Linux Mail Account wrote: >> This used to work... >> >> char xx_blah[255]; >^^^ > Huh? > >> char *blah = xx_blah; >> >> for (int i = 0; i < 256; i++) > ^^^ >

Re: how to be "superuser" on W98 ?

2002-11-29 Thread Elfyn McBratney
There is no root account, Unless your windows username ir root or you have changed the pw_name field in /etc/passwd to be root. Elfyn [EMAIL PROTECTED] What happened to the root account? Elfyn McBratney ([EMAIL PROTECTED]) wrote*: > >Hi, > >Because there is a lack of a security model in win9x

Re: pipe performance problem

2002-11-29 Thread Robert Collins
On Fri, 2002-11-29 at 13:00, Christopher Faylor wrote: > Of course, it is entirely possible that there is something wrong with > the logic in cygwin and that a pipe is waiting 10ms for every read or > something like that. I don't know. I don't see how that's possible > from the code in ready_for

Re: NTP server?

2002-11-29 Thread Elfyn McBratney
Hi, I have been able to compile the latest (4.1.1) with some changes to the source (mainly headers). It is not yet production code but can be compiled OOTB after a few changes. If you really want to compile this yourself under cygwin I'll provide a patch file, But running the daemon in native

Re: gcc, cygwin, jni headers

2002-11-29 Thread Elfyn McBratney
Hi, Ive seen one other post on this topic but there were no replies. Maybe Ill be more lucky. Im trying to compile a simple dll using gcc and cygwin. Something very similar to below used to work on dos and mingw but now Im geting loads of errors as gcc tries to compile some headers?! Below is my

Re: gcc, cygwin, jni headers

2002-11-29 Thread Elfyn McBratney
Sorry i hust saw this on the net: http://www.xraylith.wisc.edu/~khan/software/gnu-win32/README.jni.txt Theres a bit about changing the header files, Maybe this will help. Elfyn [EMAIL PROTECTED] Hi, Ive seen one other post on this topic but there were no replies. Maybe Ill be more lucky. Im

Re: [ANNOUNCEMENT] Updated Cygwin Package: rxvt-2.7.9-1

2002-11-29 Thread Frank-Michael Moser
What happend with +/-ip option? $ rxvt -ip rxvt: bad option "-ip" Rxvt v2.7.9 - released: 04 OCTOBER 2002 ... In the manpages of v2.7.8 you find -ip|+ip Turn on/off inheriting parent window's pixmap. Alternative form is -tr; resource inheritPixmap. Is ther

Re: Cygwin official logo ?

2002-11-29 Thread Barry Buchbinder
How about a penguin looking through a window? The penguin is from http://www.isc.tamu.edu/~lewing/linux/ which says "Permission to use and/or modify this image is granted provided you acknowledge me [EMAIL PROTECTED] and The GIMP if someone asks." I made the window. Since the MS logo has curvy w

Re: gcc, cygwin, jni headers

2002-11-29 Thread Al
Thank you. That patch did the trick. :-) - Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 29, 2002 1:44 PM Subject: Re: gcc, cygwin, jni headers > Sorry i hust saw this on the net: > > http://www.xraylith.wisc.edu/~khan/softw

RE: Cygwin official logo ?

2002-11-29 Thread Rolf Campbell
You got my vote. > -Original Message- > From: Barry Buchbinder [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 29, 2002 9:21 AM > To: [EMAIL PROTECTED] > Subject: Re: Cygwin official logo ? > > > How about a penguin looking through a window? > > The penguin is from > http://www.isc

RE: Cygwin official logo ?

2002-11-29 Thread Vince Hoffman
If we're getting in to a discussion here i'd vote for a Badger, no good reason but I'm sure I could think of one if you want ;) I'm not sure on having a penguin as Cygwin is not Linux. > -Original Message- > From: Barry Buchbinder [mailto:[EMAIL PROTECTED]] > Sent: 29 November 2002 14:21 >

Re: Cygwin official logo ?

2002-11-29 Thread egor duda
Hi! Friday, 29 November, 2002 Barry Buchbinder [EMAIL PROTECTED] wrote: BB> How about a penguin looking through a window? It'd be clearly misleading. Cygwin is not Linux for Windows. We have enough confusion already with people thinking otherwise. Egor.mailto:[EMAIL PROTECTED] ICQ 5

Re: Cygwin official logo ?

2002-11-29 Thread Elfyn McBratney
I think the linux pengu should stay with them. I do like the idea for a koala. Is anyone a good drawer? Elfyn [EMAIL PROTECTED] How about a penguin looking through a window? The penguin is from http://www.isc.tamu.edu/~lewing/linux/ which says "Permission to use and/or modify this image is gra

RE: Cygwin official logo ?

2002-11-29 Thread Rolf Campbell
> -Original Message- > From: egor duda [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 29, 2002 9:59 AM > To: Barry Buchbinder > Cc: [EMAIL PROTECTED] > Subject: Re: Cygwin official logo ? > > > BB> How about a penguin looking through a window? > > It'd be clearly misleading. Cygwin

RE: [list] Re: Cygwin official logo ?

2002-11-29 Thread Chris January
> I think the linux pengu should stay with them. I do like the idea for a > koala. Is anyone a good drawer? I'm working on a koala design right now - let's me avoid proper work... :-) Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.

Re: Cygwin official logo ?

2002-11-29 Thread egor duda
Hi! Friday, 29 November, 2002 Rolf Campbell [EMAIL PROTECTED] wrote: >> -Original Message- >> From: egor duda [mailto:[EMAIL PROTECTED]] >> Sent: Friday, November 29, 2002 9:59 AM >> To: Barry Buchbinder >> Cc: [EMAIL PROTECTED] >> Subject: Re: Cygwin official logo ? >> >> >> BB> How a

Re: pipe performance problem

2002-11-29 Thread Randall R Schulz
Rob, I'm not sure if this finding ever made it through here as such, but in my experiments, nice-ing "mkisofs" up (negative nice value) and "cdrecord" down (positive nice value) I could turn certain failure of a 270 MB recording session into probable success. Still, the behavior was not ideal:

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Corinna Vinschen
On Fri, Nov 29, 2002 at 12:58:36PM -, Lee Packham wrote: > My bad, I mean char xx_blah[256]; Works for me. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developermailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscri

re: Cygwin official logo ?

2002-11-29 Thread Barry Buchbinder
OK. Then how about a swan? A swan and a gnu? A swan and a gnu being viewed through a window? ("GNU + Cygnus + Windows = Cygwin") -Original Message- From: egor duda [mailto:[EMAIL PROTECTED]] Sent: Friday, November 29, 2002 9:59 am Subject: Re: Cygwin official logo ? Hi! Friday, 29 No

cmd.exe as telnetd login shell: "mode con LINES=24 COLS=80" has no effect..

2002-11-29 Thread nicebounce
Hello: A couple of people that insist on using cmd.exe as their login shell when they telnet or ssh to our w2kserver. When the login shell is set to "/cygdrive/c/winnt/system32/cmd", and "putty" is the telnet client: 1) "more < foo" does not work, it has no clue about the windo

Re: [list] Re: Cygwin official logo ?

2002-11-29 Thread Corinna Vinschen
On Fri, Nov 29, 2002 at 03:58:53PM -, Chris January wrote: > > I think the linux pengu should stay with them. I do like the idea for a > > koala. Is anyone a good drawer? > I'm working on a koala design right now - let's me avoid proper work... :-) Wait, wait! I didn't told you about the pr

Re: Cygwin official logo ?

2002-11-29 Thread Corinna Vinschen
On Fri, Nov 29, 2002 at 05:58:53PM +0300, Egor Duda wrote: > Hi! > > Friday, 29 November, 2002 Barry Buchbinder [EMAIL PROTECTED] wrote: > > BB> How about a penguin looking through a window? > > It'd be clearly misleading. Cygwin is not Linux for Windows. We have > enough confusion already with

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Randall R Schulz
Lee, Have you checked to verify that all the declarations of the suspect global data are consistent with its definition? Randall Schulz Mountain View, CA USA At 04:53 2002-11-29, Linux Mail Account wrote: Hi, I'm the maintainer of smbclient for Win32 (http://main.mswinxp.net/~lpackham/smbclie

setup.ini : incorrect content

2002-11-29 Thread gagou
Entry for regex in current setup.ini is @ regex sdesc: "POSIX compliant regular expression library" category: Libs requires: cygwin [prev] version: 4.4-2 install: release/regex/regex-4.4-2.tar.bz2 44536 75516107c120eb3c64bc54ef96786b17 source: release/regex/regex-4.4-2-src.tar.bz2 43329 29eb699c7

Re: Cygwin official logo ?

2002-11-29 Thread Chris January
> > > I think the linux pengu should stay with them. I do like the > idea for a > > > koala. Is anyone a good drawer? > > I'm working on a koala design right now - let's me avoid proper > work... :-) > > Wait, wait! I didn't told you about the problem... It should have > a specific width to hight

RE: Cygwin official logo ?

2002-11-29 Thread Randall R Schulz
Yeah! F*ck 'em Bucky! Randall Schulz Born in Milwaukee, educated in Madison, exiled to California At 06:53 2002-11-29, Vince Hoffman wrote: If we're getting in to a discussion here i'd vote for a Badger, no good reason but I'm sure I could think of one if you want ;) I'm not sure on having a p

Re: setup.ini : incorrect content

2002-11-29 Thread Max Bowsher
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Entry for regex in current setup.ini is > @ regex > sdesc: "POSIX compliant regular expression library" > category: Libs > requires: cygwin > [prev] > version: 4.4-2 > install: release/regex/regex-4.4-2.tar.bz2 44536 > 75516107c120eb3c64bc54ef96786b17

Re: cmd.exe as telnetd login shell: "mode con LINES=24 COLS=80" has no effect..

2002-11-29 Thread Elfyn McBratney
Hi, Hello: A couple of people that insist on using cmd.exe as their login shell when they telnet or ssh to our w2kserver. When the login shell is set to "/cygdrive/c/winnt/system32/cmd", and "putty" is the telnet client: 1) "more < foo" does not work, it has no clue about the

RE: cmd.exe as telnetd login shell: "mode con LINES=24 COLS=80" has no effect..

2002-11-29 Thread Ross Smith II
Tom, The Windows Telnet Service fixes the MORE and DOSKEY problems you describe. If you want to disallow external telnet, you could block port 23, and require users to ssh in, and then run % telnet localhost Of course, they'll have to enter their NTLM username/password. You could even change t

Re: cygwin official logo ?

2002-11-29 Thread Christopher Faylor
On Fri, Nov 29, 2002 at 01:39:39PM +0100, Corinna Vinschen wrote: >On Thu, Nov 28, 2002 at 10:26:21AM +, Yann Crausaz wrote: >> Hello, >> >> As an illustration for a paper I'm writing about Cygwin, I'm looking for >> THE official Cygwin logo. I guess that this official logo isn't the "GNU >> +

Re: [ANNOUNCEMENT] Updated Cygwin Package: rxvt-2.7.9-1

2002-11-29 Thread Steve O
> What happend with +/-ip option? I had xpm support disabled for testing purposes and I forgot to reenable it. I'll be making another release later today to support a multichar patch, that one should have the xpm support. To be honest, I had no idea that the ip option got used. -steve -- Unsu

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Christopher Faylor
On Fri, Nov 29, 2002 at 08:15:57AM -0800, Randall R Schulz wrote: >Have you checked to verify that all the declarations of the suspect global >data are consistent with its definition? Yes. What Randall is effectively saying is that contrary to popular opinion on the cygwin mailing list, every se

RE: [list] Re: cygwin official logo ?

2002-11-29 Thread Chris January
> >> Hello, > >> > >> As an illustration for a paper I'm writing about Cygwin, I'm > looking for > >> THE official Cygwin logo. I guess that this official logo > isn't the "GNU > >> + Cygnus + Windows = Cygwin" standing on the homepage (www.cygwin.com), > >> and not even the black "C" above the "In

Re: cygwin official logo ?

2002-11-29 Thread Elfyn McBratney
An otter sounds nice. Could it at least be an otter sitting on Bill Gates face? Joking aside, I have an clear photo of an otter, if anyone wants to use it to develop a logo. It was taken by me so there is no copyright infingements. On Fri, Nov 29, 2002 at 01:39:39PM +0100, Corinna Vinschen wrot

Re: [ANNOUNCEMENT] Updated Cygwin Package: rxvt-2.7.9-1

2002-11-29 Thread Frank-Michael Moser
Fine. To be honest, I had no idea that the ip option got used. It simply looks nice when i.e. you're running wmaker with a pixmap and then "rxvt -ip +sb -rv". Nothing else ;) Frank-Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin

gcj / cygwin / threads

2002-11-29 Thread zdys
hi, i am trying to compile a java application using gcj under w98/cygwin. it is a multithreaded non gui server using jdk1.1. with debian it runs perfectly, compiling with gcj under cygwin i get a running java app, but as soon as i use a thread it tells me s.th. about 'threads not available'. so

Re: gcj / cygwin / threads

2002-11-29 Thread Randall R Schulz
Hi, I think you already have your answer: "threads not available" If, for some reason, Sun's Java tools are unacceptable to you, you'll have to hook up with people of like mind who are working on GCJ and / or Cygwin support for the necessary thread functionality in order to accelerate progress

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Lee Packham
Not to sound offensive... but, yes. This is, afterall the samba source code we are talking about. Code that A: i'm familiar with, and B: works with every other major unix implementation. I've also been doing the patches for it to make it compile with cygwin for nearly a year now. So, yes, I have

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Lee Packham
Then, I start to wonder why smbclient fails on a line where the example I give, fails. /me goes back to drawing board. > On Fri, Nov 29, 2002 at 12:58:36PM -, Lee Packham wrote: >> My bad, I mean char xx_blah[256]; > > Works for me. > > Corinna > > -- > Corinna Vinschen Pleas

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Randall R Schulz
Lee, Surely all but the most inexperienced programmers using C or C++ know that a program that executes without overt failure cannot be considered bug-free? That a perfectly valid change in the compiler, the linker, the libraries or a switch to a different platform (which usually means all of

Newbie setup question

2002-11-29 Thread ramoynihan
My appologies for this simple question. Please let me know if this is the wrong place to ask, but I've been struggling with this for some time now... I'm trying to use GCC for Palm programming. I followed the "Installing prc-tools on MS Windows with Cygwin" instructions, downloading/installing:

Newbie setup question

2002-11-29 Thread David Starks-Browning
On Friday 29 Nov 02, [EMAIL PROTECTED] writes: > My appologies for this simple question. Please let me know if this is the > wrong place to ask, but I've been struggling with this for some time now... > > I'm trying to use GCC for Palm programming. I followed the "Installing > prc-tools on MS Wi

Re: Newbie setup question

2002-11-29 Thread Eduardo Osorio Armenta
it's a little confusing, the procedure. i do it with proc-tools from cygwin http://prc-tools.sourceforge.net/install from SETUP (program) and palm->sdk-4 : windows c:\PalmDev\sdk-4 then palmdev-prep and everything works fine maybe your problem is include PalmCompatibility.h --- David Starks-

Re: cygwin official logo ?

2002-11-29 Thread Doug Wyatt
Otters are great! O'reilly definitely likes them Doug On 29 Nov 2002 at 12:32, Christopher Fayl

cygwin + Apache "out of the box": dlopen: Win32 error 126

2002-11-29 Thread Javier
Hi, all!! I've just re-installed cygwin after a clean install of W2K. I'm trying to get a working system as close as possible to the one I had before, so I installed Cygwin, and the apache and mod_php... and when I've tried to get apache to run, I get: Cygwin> /usr/sbin/apachectl start Syntax err

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126

2002-11-29 Thread Elfyn McBratney
Hi, What does line 237 of httpd.conf contain? Does libphp4.dll exist in /usr/lib/apache? Run the below and see if you have all of the dll's that are printed out by cygcheck: Cygwin> cygcheck /usr/lib/apache/libphp4.dll If you have everything you need your next step should be to rebase the dl

RE: [list] Re: cygwin official logo ?

2002-11-29 Thread Gary R. Van Sickle
> I made a koala logo > (http://www.doc.ic.ac.uk/~ccj00/twiki/bin/view/Cygwin/CygwinKoala). I could > avoid more work knocking up an otter logo, but I really think I should get > some done :-) > Whoah! Who's he gonna poke with that giant staple! ;-) -- Gary R. Van Sickle Brewer. Patriot.

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126

2002-11-29 Thread Javier
Let's do the things step by step: "Elfyn McBratney" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > What does line 237 of httpd.conf contain? Does libphp4.dll exist in > /usr/lib/apache? Yes, it does exist: apache> dir lib* -rwxr-xr-x1 javier

cygcheck - cannot open dll (but it's right there)

2002-11-29 Thread Elfyn McBratney
Are one of the cygwin developers or the maintainer of the cygutils package (anyone ;) ) available to check that cygcheck is working correctly? I get the same error on my two machines, server and my servers at work (running 1.3.17): [root@webdev]:{374}:% cygcheck /usr/lib/apache/libphp4.dll /us

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126

2002-11-29 Thread Elfyn McBratney
I was going to send you my output from cygcheck but it seems its broken for me and my servers ;( Ive sent a thread to the ml so we'll see whats up with that. What cygwin version are you running under? When did you last update? From what I can remember php requires bz2, zlib, postgresql and expat

Re: cygcheck - cannot open dll (but it's right there)

2002-11-29 Thread Max Bowsher
Elfyn McBratney <[EMAIL PROTECTED]> wrote: > [root@webdev]:{374}:% cygcheck /bin/cygwin1.dll > /bin/cygwin1.dll - Cannot open max@POMELLO [~/devel/cygsetup/setup] $ cygcheck `cygpath -w /bin/cygwin1.dll` M:\cygwin\bin\cygwin1.dll C:\WINDOWS\System32\KERNEL32.dll C:\WINDOWS\System32\ntdll.dl

Re: cygcheck - cannot open dll (but it's right there)

2002-11-29 Thread Elfyn McBratney
weird. I recall using posix paths before with cygcheck... Cheers Max Elfyn McBratney [EMAIL PROTECTED] Elfyn McBratney <[EMAIL PROTECTED]> wrote: > [root@webdev]:{374}:% cygcheck /bin/cygwin1.dll > /bin/cygwin1.dll - Cannot open max@POMELLO [~/devel/cygsetup/setup] $ cygcheck `cygpath -w /bin

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126

2002-11-29 Thread Elfyn McBratney
The problem with cygcheck was my brain, been working too long with hourse to go still. cygcheck is a windows app so it will not take posix paths. As you see from above use cygpath -w (thanks to Max Bowsher) to convert the path... Here's my cygcheck output: [root@webdev]:{385}:% cygcheck `cygpat

Re: cygwin official logo ?

2002-11-29 Thread Lapo Luchini
Please grant me this one conceit. Linus likes penguins. I like otters. If there is going to be an animal mascot for cygwin it should be an otter. cgf [kidding] So what? I like Cornish Rex cats better ]=) Oh? You're cgf and I'm just the rsync port mantainer? Ohh, I guess that changes things

Re: Cygwin official logo ?

2002-11-29 Thread Peter A. Castro
On Fri, 29 Nov 2002, Elfyn McBratney wrote: > I think the linux pengu should stay with them. I do like the idea for a > koala. Is anyone a good drawer? For what it's worth, the Koala is on a few O'Reilly books (HTML related books). > Elfyn > [EMAIL PROTECTED] > > >How about a penguin looking

Re: cygwin official logo ?

2002-11-29 Thread Peter A. Castro
On Fri, 29 Nov 2002, Christopher Faylor wrote: > On Fri, Nov 29, 2002 at 01:39:39PM +0100, Corinna Vinschen wrote: > >On Thu, Nov 28, 2002 at 10:26:21AM +, Yann Crausaz wrote: > >> Hello, > >> > >> As an illustration for a paper I'm writing about Cygwin, I'm looking for > >> THE official Cygw

.dll.a, .dll files and other questions

2002-11-29 Thread Paul G.
Hi folks, Just had a couple of questions. Attempting to head off a problem at the pass... When using gcc -shared, what is default output (ie. what is expected from gcc - shared in order to read the .dlls/shared files) by Cygwin? Second question: If g++ -shared is used

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126 (Finally working!!)

2002-11-29 Thread Javier
I finally got it to run!! :) It was a two-prongued problem... Let's go bit by bit: "Elfyn McBratney" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I was going to send you my output from cygcheck but it seems its broken for > me and my servers ;( Ive se

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126 (Finallyworking!!)

2002-11-29 Thread Elfyn McBratney
Hi, I recall, when reading into this, the bzip2 package maintainer (Charles Wilson I think) said not to copy dll's to satisfy dependencies and also that cygbz21.0.dll is part of the libbz2 package. [snip]... Elfyn [EMAIL PROTECTED]

Re: .dll.a, .dll files and other questions

2002-11-29 Thread Elfyn McBratney
Hi, Hi folks, Just had a couple of questions. Attempting to head off a problem at the pass... When using gcc -shared, what is default output (ie. what is expected >from gcc -shared in order to read the .dlls/shared files) by Cygwin? Im not sure exactly what you mean. The gcc `-shared' option

[ANNOUNCEMENT] Updated: zsh-4.0.6-1

2002-11-29 Thread Peter A. Castro
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to [EMAIL PROTECTED] for more info. ---1463811071-788388250-1038616441=:6476 Content-Type: TEXT/PLAIN; charset=US-ASCII I've updated t

problem with mutexattr initialisation

2002-11-29 Thread Ralf Habacker
Hi, while porting the threaded qt-3 release to cygwin, it seems to me, that there is a bug in the current pthread implementation. The problem: Parts of the qt-3 thread initialisation code (which works under linux) look like below: pthread_mutexattr_t attr; pthread_mutexattr_ini

Re: [ANNOUNCEMENT] Updated: zsh-4.0.6-1

2002-11-29 Thread Peter A. Castro
On Fri, 29 Nov 2002, Peter A. Castro wrote: All, Sorry for the garbaged Announcement. I'd hoped the ChangeLog attachment would make it through the list intact. I see now that it didn't. For those who would like to see the notes, I've put them up here: http://www.fruitbat.org/Cygwin/zsh/Chang

Re: cygwin official logo ?

2002-11-29 Thread Charles Wilson
> Please grant me this one conceit. Linus likes penguins. I like > otters. Me too. > If there is going to be an animal mascot for cygwin it should be an > otter. Figured those FurryMuck people might be able to help -- they like to draw cartoon animals. How about contacting this guy: http://w

Re: Samba Client compilation on the latest DLL

2002-11-29 Thread Lee Packham
No program is ever bug free! ;) I have located where the problem is within samba... It is within the string handling library that they custom write so they can handle different character sets/code maps. And yes, I have been caught out by OS changes before. I'm a windows developer by trade and hav