[CYGWIN] SIGSEGV while debugging app when compiled by latest gcc

2002-10-26 Thread Rommel Garcia Custodio
good morning, short intro, ive been using cygwin for approx 3 years now. and this is the first time this happened to me. im building an application under cygwin. needless to say my application ran properly when compiled by older versions of the gcc compiler. whenever i run my appl

Re: Apache doesn't run anymore with 1.3.14

2002-10-26 Thread Gerrit P. Haase
Hallo Ralf, Am Samstag, 26. Oktober 2002 um 00:38 schriebst du: >> Why does apache tries to load cygxml2-2.dll? >> > the php module uses this dll. Isn't rebasing included in the mod_php dist anymore? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: NetPBM & JPEG2000?

2002-10-26 Thread Gerrit P. Haase
Hallo Bryan, Sorry, I used the wron reply-to. > I had never heard of JPEG2000 when I got your email. > However, I did a quick Google search to find out what it is. And I > looked in Freshmeat and found JJ2000, which appears to convert between > JPEG2000 and Netpbm formats. > I'm going to look

1.3.13-2: crypt fails: Win2000

2002-10-26 Thread Aaron Powers
echo "Hi" | crypt key | crypt key This should output "Hi". On cygwin on two separate Windows 2000 SP 2 boxes, crypt outputs randomly different strings every time it is run, for examples: rb3HPzoIeOQvc OFoKrVTobXTfE On several tested Solaris boxes, this works fine, and echo "Hi" | crypt ke

Re: 1.3.13-2: crypt fails: Win2000

2002-10-26 Thread Max Bowsher
Aaron Powers <[EMAIL PROTECTED]> wrote: >> echo "Hi" | crypt key | crypt key >> >> This should output "Hi". No, thats not what Cygwin crypt is there for. Read /usr/doc/Cygwin/crypt.README Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cy

RE: Setup.exe and accessability

2002-10-26 Thread Gary R. Van Sickle
> As far I can see, you can not select individual packages within > setup.exe without using the mouse. That is currently the case, yes. > I'm blind, and therefore I can not > install cygwin without assistance from a sighted person. Is it > possible that this will be changed in the next version? O

Re: [CYGWIN] SIGSEGV while debugging app when compiled by latest gcc

2002-10-26 Thread Larry Hall (RFK Partners, Inc)
At 03:56 AM 10/26/2002, Rommel Garcia Custodio wrote: >good morning, > >short intro, ive been using cygwin for approx 3 years now. > and this is the first time this happened to me. > >im building an application under cygwin. needless to say > my application ran properly when compiled by

Re: 1.3.13-2: crypt fails: Win2000

2002-10-26 Thread Larry Hall (RFK Partners, Inc)
At 11:20 AM 10/26/2002, Aaron Powers wrote: >Note, cygcheck might be having issues (but this is probably not related): >$ cygcheck -s -v -r > cygcheck.out >cygcheck: dump_sysinfo: GetVolumeInformation() failed: 53 > > > >Cygwin Win95/NT Configuration Diagnostics >Current System Time: Sat Oct 26 11

Re: COM Servers

2002-10-26 Thread Larry Hall (RFK Partners, Inc)
At 11:38 AM 10/25/2002, Bob Calco wrote: >Anyone: > >I've looked for information about building COM servers with Cygwin but a.) >the archive search tool crapped out on me when I attempted a search, and b.) >question doesn't appear on the FAQ list. Feel free to use google and point it at cygwin.co

dmake for cygwin

2002-10-26 Thread Vijay Sampath
Hi, Has anybody had any luck compiling dmake for cygwin. Any help is appreciated. Thanks, Vijay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http:/

Re: NetPBM & JPEG2000?

2002-10-26 Thread Bryan Henderson
>I found also JasPer[1] which does pretty much of the thing I searched >for, I'm not sure whether the license of JasPer is compatible with >GPL and whether it is possible to include it into netpbm, also it is >not Java but C code. Great, I'll look at that too. The web site was down when I tried t

RE: COM Servers

2002-10-26 Thread Bob Calco
Larry: Thanks for your reply. :) What I'm trying to do is implement an ActiveX scripting engine for Ruby. I'd prefer to do it in Cygwin gcc since not everybody had the MS compiler. There other other capabilities that are implied: Compiling IDL files, linking to COM libraries, and ATL support. Som

Problems compiling OpenLDAP (2.1.8), Cygwin 1.3.12

2002-10-26 Thread Erich Oliphant
Hi, I've been over the other posts regarding issues w/ openldap & cygwin but did not see this particular one. Duing the build (and the make depend) I get lots of warnings about symbol conflicts betwenn unix/cygwin headers and winsock.h. For example: -- $ make Making all in /cygdrive/c/download/o

RE: COM Servers

2002-10-26 Thread Larry Hall (RFK Partners, Inc)
Understood. You're right to be concerned about COM server implementations. COM is very much driven by MS. It's not too hard to be a COM client with gcc but if you want to build a COM server from scratch without MS tools, you're going to have problems finding an IDL compiler and you may find issu