Re: Serious performance problems (Gerrit/Danny please comment)

2005-05-28 Thread Gerrit P. Haase
Christopher Faylor wrote: cgf, your box must be really fast if this lasts half the time than it lasts for me and I have already a really fast box;) It's pretty fast. This is my famous hyperthreading machine running XP SP2, 3.0GHZ with 1G of memory. I sometimes think that this new machine

Re: Postgresql still maintained?

2005-05-27 Thread Gerrit P. Haase
Hi Carlo, do you want to contribute / maintain MySQL instead? There is some support for Cygwin in the latest releases, e.g. the #pragma inplementation stuff was changed. Also some other patches I collected were applied. The last time I tried a build was in January with Cygwin 1.15.12 and the

Re: Make of gtk+-2.6.7 fails

2005-05-27 Thread Gerrit P. Haase
Franz Haeuslschmid wrote: Dear readers of g.o.c.xfree, Good.Old.Cygwin.Xfree? gcc -shared .libs/cyggtk-x11-2.0-0.dll.def .libs/fnmatch.o [...OBJECT FILE LIST...] -Wl,--whole-archive dgmime/.libs/libxdgmime.a -Wl,--no-whole-archive -L/cygdrive/d/Src/gtk+-2.6.7/gdk-pixbuf/.libs

Re: make of glib-2.6.4 fails

2005-05-26 Thread Gerrit P. Haase
Franz Haeuslschmid wrote: Gerrit P. Haase [EMAIL PROTECTED] writes: jose isaias cabrera wrote: Greetings! I am trying to build glib 2.6.4, since a package that I want to build requires it. the configure part went ok without errors. I'm trying to accomplish the same thing for an up

Re: make of glib-2.6.4 fails

2005-05-26 Thread Gerrit P. Haase
Franz Haeuslschmid wrote: Franz Haeuslschmid [EMAIL PROTECTED] writes: Gerrit P. Haase [EMAIL PROTECTED] writes: [...] This was a libtool bug, which version of ltmain.sh is included in the sources? Try to upgrade the source tree with: autoreconf --install --force --verbose after

Attention libtool maintainer: Re: `make install' of glib fails

2005-05-26 Thread Gerrit P. Haase
Franz Haeuslschmid wrote: After having managed to actually make the latest version of glib, `make install' fails and spits out an error message that I don't understand (excuse the mass of lines): [EMAIL PROTECTED] /cygdrive/d/Src/glib-2.6.4/gobject $ make install make install-am make[1]:

Re: connect()/cygwin_select() hangs in =1.5.15

2005-05-26 Thread Gerrit P. Haase
Sunil wrote: This piece of code hangs with cygwin1.dll =1.5.15 during connect(), strace is attached. The same code runs fine with cygwin1.dll version 1.5.13. fd = socket (proto-family, 1, proto-stream_proto_num); if (fd 0) { ; goto out; } if

Attention libtool maintainer: Re: `make install' of glib fails

2005-05-26 Thread Gerrit P. Haase
Franz Haeuslschmid wrote: After having managed to actually make the latest version of glib, `make install' fails and spits out an error message that I don't understand (excuse the mass of lines): [EMAIL PROTECTED] /cygdrive/d/Src/glib-2.6.4/gobject $ make install make install-am make[1]:

Re: How to install perl modules?

2005-05-26 Thread Gerrit P. Haase
Manuel Tejada wrote: Thanks to you and the other people for the answer. Unfortunatly I don't have Internet-like programs installed (as lynx, wget, ncftpget, ncftp, etc) in my cygwing, so I can't use the -MCPAN or just de command cpan. I don't intend to install those programs to avoid my cygwin

Re: Attention libtool maintainer: Re: `make install' of glib fails

2005-05-26 Thread Gerrit P. Haase
Franz Haeuslschmid wrote: Gerrit P. Haase [EMAIL PROTECTED] writes: Franz Haeuslschmid wrote: After having managed to actually make the latest version of glib, `make install' fails and spits out an error message that I don't understand (excuse the mass of lines): [... Output of make

Re: How to install perl modules?

2005-05-26 Thread Gerrit P. Haase
George wrote: On Wed, May 25, 2005 at 11:55:59AM +0100, Jason Pearce wrote: Yes, use the CPAN module as Brian suggests. Just make sure environment variable PERLIO is unset when using -MCPAN, otherwise it will fail. (You might set this to CRLF for DOS compatibility purposes). Also be aware

Re: installing XML::Xerces in Perl

2005-05-26 Thread Gerrit P. Haase
marcos rebelo wrote: I'm getting crazy I have the Xerces (I think) installed. Now I have to set some variables but I dont know to what, can someone help me XERCES_LIB XERCES_INCLUDE XERCESCROOT XERCES_CONFIG XERCES_LIB=/usr/lib XERCES_INCLUDE=/usr/include XERCESCROOT=/usr/src/xerces ?

Re: How to install perl modules?

2005-05-25 Thread Gerrit P. Haase
Manuel Tejada wrote: Hello! Somebody can tell me from what URL I must to download a perl module and how to install it in Cygwing? To browse the CPAN (Comprehensive Perl Archive Network) manually use http://www.cpan.org/ and http://search.cpan.org/ . In pure Windows is easy is you have

Re: Trying to build gcc from src package

2005-05-25 Thread Gerrit P. Haase
Richard Copley wrote: I want to be able to recompile the gcc-3.4.1 so that I can work out a kludge for the problem I've been having - that is, programs compiled with '-mno-cygwin -fprofile-arcs' can't open the output file to write the arc-profiling data. I'm having a lot of trouble. What I

Re: Problems installing binutils

2005-05-25 Thread Gerrit P. Haase
Aaron Gray wrote: I am having problems installing binutils on just this machine. AFAIKS I haave the same instillation as my other machine which builds and installs binutils fine. Doing 'make install' I get the following error :- makeinfo --split-size=500 -I

Re: Trying to build gcc from src package

2005-05-25 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Richard Copley wrote: I want to be able to recompile the gcc-3.4.1 so that I can work out a kludge for the problem I've been having - that is, programs compiled with '-mno-cygwin -fprofile-arcs' can't open the output file to write the arc-profiling data. I'm having a lot

Re: libXML

2005-05-24 Thread Gerrit P. Haase
marcos rebelo wrote: I was trying to install this library and the perl module that do the warp around it. After some changes in the instalation script I'm able of installing the module but I'm no longer able of calling one program from the Perl. the version 2.6.13(1.236 kb) has +- twice the

Re: make of glib-2.6.4 fails

2005-05-23 Thread Gerrit P. Haase
jose isaias cabrera wrote: Greetings! I am trying to build glib 2.6.4, since a package that I want to build requires it. the configure part went ok without errors. I configured with the --prefix=/usr option on. Here is the last part of the make run: bs/gspawn.o

Re: gnome-session build fails

2005-05-23 Thread Gerrit P. Haase
jose isaias cabrera wrote: Ago, Ok, I agree, but somehow, libtool is not figuring itself out. However, is that dynamic link ok? yes gcc (or ld) would work fine. I don't know why libtool does not. Any options that I can do to libtool to make it work? Create the file libXrender.la.

Re: make of glib-2.6.4 fails

2005-05-23 Thread Gerrit P. Haase
jose isaias cabrera wrote: /usr/bin/install: cannot create regular file `/usr/local/share/aclocal/glib-gett ext.m4': Permission denied make[3]: *** [install-m4dataDATA] Error 1 make[3]: Leaving directory `/home/us319318/apps/glib-2.6.4/m4macros' make[2]: *** [install-am] Error 2 make[2]:

Re: libtool-1.5.18 build fails

2005-05-23 Thread Gerrit P. Haase
jose isaias cabrera wrote: Greetings! Long story, but trying to build latest libtool to see if it fixes a problem, but it's also failing. Here is the full 'make' and 'make install' run: libtool 1.5.10 is fine for me. I have compiled nearly the whole GNOME platform with this libtool. If

Re: /etc/profile always does a cd $HOME

2005-05-23 Thread Gerrit P. Haase
Sven Köhler wrote: i'd like to use cygwin from a normal windows-app. The problem is, that i need a login-shell, so that all environment-vars are properly set. The problem: bash -li always changes the current workdir! So here's what i'd like to do. Perhaps you could help me with that: I'm

Re: XML::LibXML on Cygwin

2005-05-23 Thread Gerrit P. Haase
marcos rebelo wrote: Just for the record: The subject is wrong, XML::XSLT is correct. XML::LibXML works ok: All tests successful, 1 test skipped. Files=22, Tests=1090, 75 wallclock secs (37.12 cusr + 25.31 csys = 62.44 CPU) /bin/make test -- OK It is possible to install this Perl module

Re: XML::LibXSLT on Cygwin

2005-05-23 Thread Gerrit P. Haase
marcos rebelo wrote: Ok, to clarify this: Which module do you try to install: 1. XML::LibXSLT(M/MS/MSERGEANT/XML-LibXSLT-1.57.tar.gz) 2. XML::XSLT (J/JS/JSTOWE/XML-XSLT-0.48.tar.gz) 3. XSLT(J/JO/JOSTEN/XML-XSLT-0.20.tar.gz) I guess the 1st. This email has already sent

Re: XML::LibXSLT on Cygwin

2005-05-23 Thread Gerrit P. Haase
René Berber wrote: marcos rebelo wrote: It is possible to install this Perl module in the Cygwin. Looks like only if you force install of XML::DOM you can install this one. I tried the easy way: $ cpan cpan install XML::XSLT and all dependencies where installed, except XML::DOM which

Re: Problems installing binutils-2.15

2005-05-23 Thread Gerrit P. Haase
Aaron Gray wrote: I am trying to build and install binutils-2.15 as I need this version. I have successfully done this before on my other machine, but am unable to do it on this one. Okay I was missing pod2man from Perl. No that was not it :( Any ideas ? $ makeinfo --version makeinfo

Re: new setup for testing

2005-05-22 Thread Gerrit P. Haase
Brian Dessent wrote: You can find the test version here: http://cygwin.com/setup-snapshots/setup-2.506-alpha.exe This doesn't work for me anymore when called with -5 parameter. I have W2K Prof. Gerrit -- =^..^=

Re: new setup for testing

2005-05-22 Thread Gerrit P. Haase
Brian Dessent wrote: Gerrit P. Haase wrote: This doesn't work for me anymore when called with -5 parameter. I have W2K Prof. That was a change of Max's. The --no-md5 / -5 option is gone completely, as is the functionality it was meant to inhibit. There is no more pre-checking of md5s

Re: new setup for testing

2005-05-22 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Gerrit P. Haase wrote: Brian Dessent wrote: You can find the test version here: http://cygwin.com/setup-snapshots/setup-2.506-alpha.exe This doesn't work for me anymore when called with -5 parameter. I have W2K Prof. Gerrit The column headers disappear

Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Gerrit P. Haase
Hello Cygwinners, I'm getting this errorcode when running my local mozilla build: #define ENOTSUP 134 /* Not supported */ when this call is issued: rv = pthread_attr_setschedparam(tattr, schedule); Is pthread_attr_setschedparam() not supported? What can I do about it?

Re: Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Gerrit P. Haase
Corinna Vinschen wrote: On May 22 14:00, Gerrit P. Haase wrote: Is pthread_attr_setschedparam() not supported? No. What can I do about it? Is it save to comment this call? Implement it. Probably yes. And why is this in /usr/include/sys/features.h:87 then: # define

Re: Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Gerrit P. Haase
Corinna Vinschen wrote: On May 22 15:04, Gerrit P. Haase wrote: And why is this in /usr/include/sys/features.h:87 then: # define _POSIX_THREAD_PRIORITY_SCHEDULING 1 ? Yup, you're right, I just replied without looking into the source first (which, btw., is always a good way of figuring

Re: Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Corinna Vinschen wrote: On May 22 15:04, Gerrit P. Haase wrote: And why is this in /usr/include/sys/features.h:87 then: # define _POSIX_THREAD_PRIORITY_SCHEDULING1 ? Yup, you're right, I just replied without looking into the source first (which, btw

Re: Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Gerrit P. Haase
Corinna Vinschen wrote: On May 22 15:42, Gerrit P. Haase wrote: Corinna Vinschen wrote: On May 22 15:04, Gerrit P. Haase wrote: And why is this in /usr/include/sys/features.h:87 then: # define _POSIX_THREAD_PRIORITY_SCHEDULING 1 ? Yup, you're right, I just replied without

Re: trying to compile mod_dosevasive with cygwin and getting errors

2005-05-22 Thread Gerrit P. Haase
Tony Guadagno wrote: Hi, Sorry, I am new at this. Could someone please help. I have cygwin 1.5.16-1 and apache 2.0.54 I have compiled the apache source with no problem. I use the following command to compile mod_dosevase and get the following error: I am sure I am not doing something

Re: New call: Please test latest snapshot

2005-05-20 Thread Gerrit P. Haase
Christopher Faylor wrote: On Fri, May 20, 2005 at 01:38:58AM +0200, Gerrit P. Haase wrote: Gerrit P. Haase wrote: Christopher Faylor wrote: On Fri, May 20, 2005 at 12:05:06AM +0200, Gerrit P. Haase wrote: Gerrit P. Haase wrote: Corinna Vinschen wrote: We would like to release 1.5.17 soon

Re: New call: Please test latest snapshot

2005-05-20 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Christopher Faylor wrote: On Fri, May 20, 2005 at 01:38:58AM +0200, Gerrit P. Haase wrote: Gerrit P. Haase wrote: Christopher Faylor wrote: On Fri, May 20, 2005 at 12:05:06AM +0200, Gerrit P. Haase wrote: Gerrit P. Haase wrote: Corinna Vinschen wrote: We would like

Re: New call: Please test latest snapshot

2005-05-19 Thread Gerrit P. Haase
Corinna Vinschen wrote: We would like to release 1.5.17 soon. Please try the latest snapshot, 2005-May-17, from http://cygwin.com/snapshots/ [...] Please test, Corinna I tried the snapshot from 2005-05-19 and my postgres problems are fixed now (was broken after the upgrade to 1.5.16 recently).

Re: New call: Please test latest snapshot

2005-05-19 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Corinna Vinschen wrote: We would like to release 1.5.17 soon. Please try the latest snapshot, 2005-May-17, from http://cygwin.com/snapshots/ [...] Please test, Corinna I tried the snapshot from 2005-05-19 and my postgres problems are fixed now (was broken after

Re: gnu c++ linker errors on double processor machine

2005-05-19 Thread Gerrit P. Haase
Bernd Prager wrote: Hi everybody, I'm experencing an odd error on a double processor machine. The same source code compiles well on all boxes I used but on a single machine it fails. It's the only 2-processor box I use. That's why I assume the problem is some weird concurrency issue but I'm not

Re: New call: Please test latest snapshot

2005-05-19 Thread Gerrit P. Haase
Christopher Faylor wrote: On Fri, May 20, 2005 at 12:05:06AM +0200, Gerrit P. Haase wrote: Gerrit P. Haase wrote: Corinna Vinschen wrote: We would like to release 1.5.17 soon. Please try the latest snapshot, 2005-May-17, from http://cygwin.com/snapshots/ [...] Please test, Corinna I tried

Re: New call: Please test latest snapshot

2005-05-19 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Christopher Faylor wrote: On Fri, May 20, 2005 at 12:05:06AM +0200, Gerrit P. Haase wrote: Gerrit P. Haase wrote: Corinna Vinschen wrote: We would like to release 1.5.17 soon. Please try the latest snapshot, 2005-May-17, from http://cygwin.com/snapshots/ [...] Please

Re: Cygwin installing too much stuff

2005-05-18 Thread Gerrit P. Haase
Brandon J. Van Every wrote: I have a reasonably healthy Cygwin installation that I typically use to build various HLL compilers. One of these compilers needed the zip tool in order to be built. So I fired up Cygwin and clicked to install zip. Well, instead of doing just that, it also started

Re: Cygwin installing too much stuff

2005-05-18 Thread Gerrit P. Haase
Lionel B wrote: To give an example, I have installed the exp gcc 3.4.1 and mingw-gcc 20040822 packages. Now I see I have libtool-devel 1.9f_20041024 installed, whreas setup wants to change that to 1.5.10. I suspect, but am not sure, that this is a dependancy of my exp gcc and should therefore

Re: dllwrap command line processing problem

2005-05-18 Thread Gerrit P. Haase
jules wrote: I'm using a rather outdated version, so I'm not sure if this has been fixed, but dllwrap seems to ignore the --mno-cygwin command line option that is documented in its --help output. -mno-cygwin works as expected. $ dllwrap --version GNU dllwrap 2.15.91 20040725 Copyright 2004

Re: More: Recent increase in size

2005-05-16 Thread Gerrit P. Haase
Gary R. Van Sickle wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fergus [snip] ... but maybe there's some huge directory come into being? I mean (sorry to bang on) has /bin/ always contained ~1700 files at 269M; and /lib/ ~500 files at 164M?

Re: Building GCC 3.4.3

2005-05-14 Thread Gerrit P. Haase
Aaron Gray wrote: Hi, I believe or am pritty sure I have a problem. I am building GCC 3.4.3 but the same problem happerns with 2.95.3 and presumably with other GCC's. I have built this before and got it to work and I am sure I had other includes present. Yes I know Cygwin GCC3.4.3 has not been

Re: date.exe problem

2005-05-14 Thread Gerrit P. Haase
Natxo Asenjo wrote: Hi, I would like to use the cygwin tools in batch files, to extend the poor shell windows has. My shell is cmd.exe for xp pro. Ok. One thing that is not working as should is 'date'. As I understand from the faq, one can use full paths to executables in cmd.exe, that works fine

[ANNOUNCEMENT] New Package: db-4.3.28-1

2005-05-14 Thread Gerrit P. Haase
there. It will be in the format: [EMAIL PROTECTED] If you need more information on unsubscribing, start reading here: http://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at the above URL. Gerrit P. Haase

New Package: db-4.3.28-1

2005-05-14 Thread Gerrit P. Haase
there. It will be in the format: [EMAIL PROTECTED] If you need more information on unsubscribing, start reading here: http://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at the above URL. Gerrit P. Haase -- =^..^=

Re: Cannot find the librtl3 package even after reading suggestions in FAQ and posts!

2005-05-12 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: I am assuming that there should be a release\libintl3 with a libintl3/libintl3-0.14.1-1 file in it. Shouldn't there? If not, why doesn't setup show it when I switch it to FULL mode? Since libintl is part of gettext there is no dir release/libintl3 but the dir

Re: Cannot find the librtl3 package even after reading suggestions in FAQ and posts!

2005-05-12 Thread Gerrit P. Haase
Christopher Faylor wrote: On Thu, May 12, 2005 at 09:01:17PM +0200, Gerrit P. Haase wrote: [EMAIL PROTECTED] wrote: I am assuming that there should be a release\libintl3 with a libintl3/libintl3-0.14.1-1 file in it. Shouldn't there? If not, why doesn't setup show it when I switch it to FULL

Re: sqlite / pysqlite ... RFC/ITP?

2005-05-11 Thread Gerrit P. Haase
Jan Schormann wrote: Hi all, I'm not sure just *how* off-topic this is, let's see ... I'm using Reini's own package of sqlite 3.0.7 for cygwin in conjunction with the pysqlite source-distribution. This works quite well, only I'd like it all in cygwin packages in the standard distribution. For the

Re: JNI and cygwin

2005-05-11 Thread Gerrit P. Haase
Venkatesh Gopal wrote: I need to use the cygwin libraries for getting curses support. What about pdcurses? http://prdownloads.sf.net/mingw/pdcurses-2.6.0-2003.07.21-1.exe?download http://prdownloads.sf.net/mingw/pdcurses-2.6.0-src.tar.bz2?download Command line used... gcc -mno-cygwin

Re: Gentle ping for Berkeley DB 4.3 package.

2005-05-08 Thread Gerrit P. Haase
Max Bowsher wrote: I'm not in any hurry for it, but it would be great if there could be a db4.3 package at some point in the next couple of months or so. Thanks! Thank you for pinging me, I'll try to get it out asap. Gerrit -- =^..^=

Re: gcc 4.0 and 3.3 at the same time?

2005-04-22 Thread Gerrit P. Haase
Krzysztof Duleba wrote: Hi Since gcc 4.0 is out, sooner or later there will be a Cygwin release. As much as I look forward to it, I hope it won't replace the current release of 3.3. I see that C++ headers are kept in /usr/include/c++/3.3.3 and some libraries in /lib/gcc-lib/i686-pc-cygwin/3.3.3,

Re: Courier-IMAP on cygwin

2005-04-21 Thread Gerrit P. Haase
Kees Vonk wrote: I am currently trying to install courier imap on cygwin. I have seen several people on the list saying they have managed it, but I don't seem to be able to get it working. In fact I don't even get courier-authlib (0.55) to configure without errors. When I start configure without

Re: Courier-IMAP on cygwin

2005-04-21 Thread Gerrit P. Haase
Brian Dessent wrote: Kees Vonk wrote: When I start configure without the --without-authldap option I get the following error: checking for netinet/in.h... yes checking whether -lresolve is needed for res_query... configure: error: Cannot find function res_query You lack the 'minires-devel'

Re: compiling fails on cygwin with dsniff

2005-04-21 Thread Gerrit P. Haase
wrote: Hello, i think i need your help! i downloaded the more full cygwin which is about 485M. it is 1.85G after installed. And i get the dsniff2.3. When i compiled dsniff2.3 on cygwin,it failed. the mistake like this: **the mistake*** checking for Berkeley DB with 1.85

Re: [ANNOUNCEMENT] Updated: perl-libwin32-0.191-4

2005-04-21 Thread Gerrit P. Haase
Reini Urban wrote: This email is to inform you about the release of the updated libwin32 perl package for the current perl-5.8.6 through http://cygwin.com/setup.exe. Compliment! Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-21 Thread Gerrit P. Haase
Mikael wrote: As the topic says, I just tried to build the second release candidate of GCC 4.0.0 on Cygwin. The process itself was simple, but it took some time to perform the make bootstrap part, but that was expected. All steps of the build process completed successfully. I proceeded to try

Re: sshd not properly working

2005-04-03 Thread Gerrit P. Haase
Hi giuseppe, as a result I get the client ssh work properly but if i try from a linux machine (LM in the following) i get $ ssh -l username name_WM ssh: connect to host name_WM port 22: Connection timed out Firewall activated? Gerrit -- =^..^= Action Soccer:

Re: gcc 3.3.3, const symbols and shared libraries

2005-03-29 Thread Gerrit P. Haase
Norton Allen wrote: I have seen the discussions at http://sourceware.org/ml/cygwin/2004-09/msg01101.html referenced at http://cygwin.com/ml/cygwin/2005-03/msg00048.html regarding gcc 3.3.3's placement of const symbols into rdata which then cannot be properly initialized. This problem seems pretty

Re: gcc 3.3.3, const symbols and shared libraries

2005-03-29 Thread Gerrit P. Haase
Norton Allen wrote: Gerrit P. Haase wrote: Norton Allen wrote: I have seen the discussions at http://sourceware.org/ml/cygwin/2004-09/msg01101.html referenced at http://cygwin.com/ml/cygwin/2005-03/msg00048.html regarding gcc 3.3.3's placement of const symbols into rdata which then cannot

Re: Missing libs when compiling GTK+ code

2005-03-26 Thread Gerrit P. Haase
Radek Vokal wrote: I'm trying to compile my project under Cygwin/X and faced several problems. The first one was missing libXrender.la file. Thanx to this mailing list I've solved this issue but right after fixing this the makefile reports: gcc.exe: /usr/lib/libgpg-error.dll.a: No such file or

Re: Netscape or Mozilla binaries for Cygwin?

2005-03-26 Thread Gerrit P. Haase
Michael Yanowitz wrote: Hello: I was just wondering if there are any binaries for Netscape or Mozilla for Cygwin? I was able to copile Mozilla. The embedded browser works so far, however Mozilla itself was not working as expected. I'll announce if I get it working. Gerrit -- =^..^= Action

Re: Cygwin/X11/QT3.3.3/Scribus1.3CVS: ./configure errors

2005-03-24 Thread Gerrit P. Haase
Steven Boothe wrote: Gerrit P. Haase wrote: configure:2620: gcc -fdata-sections -Wl, --enable-runtime-pseudo-reloc, --script, /opt/qt/3.3/mkspecs/cygwin-g++/i386pi.x-no-rdata conftest.c 5 gcc: /opt/qt/3.3/mkspecs/cygwin-g++/i386pi.x-no-rdata: No such file or directory cc1: error: unrecognized

Re: g++ rand() in Cygwin

2005-03-20 Thread Gerrit P. Haase
Alex Vinokur wrote: -- foo.cpp -- #include cstdlib #include iostream using namespace std; int main () { cout rand() endl; cout rand() endl; return 0; } - // g++ version 3.3.3 (cygwin special) $ g++ foo.cpp The program below generates the following output:

Re: Cygwin/X11/QT3.3.3/Scribus1.3CVS: ./configure errors

2005-03-20 Thread Gerrit P. Haase
Steven Boothe wrote: Hello all: I've just been taking some time to return to looking into compiling Scribus 1.3 from Scribus CVS and thought after looking at the errors in the config.log that I would start here as they looked to be more related to compiling under cygwin than issues related to the

Re: unison-2.9.1, unison-2.9.20, unison-2.10.2

2005-03-06 Thread Gerrit P. Haase
Max Bowsher wrote: Andrew Schulman wrote: Therefore, in order to provide the most utility to Cygwin users, I've decided to split the existing unison package into three new packages: unison-2.9.1, unison-2.9.20, and unison-2.10.2. The package URLs are below. Note that Debian includes unison

Re: Error on make expat-1.95.8

2005-03-06 Thread Gerrit P. Haase
Robert Mark Bram wrote: Hi All! I am getting an error while trying to compile expat-1.95.8 I had this error first: http://www.cygwin.com/ml/cygwin/2003-04/msg01686.html and implemented the solution suggested. This is basically what I am doing. However I didn't tried this with the very latest

Re: Problems instaling perl Net::Pcap module

2005-03-06 Thread Gerrit P. Haase
SonOfLilit wrote: I hope this is the right place to post this. The steps I went through: * d/l it * extract * cd to dir * d/l WinPcap developer kit and put ./lib to my /lib/Pcap and ./include to my /usr/include, without replacing 2-3 .h headers that I already had * $ perl Makefile.PL

Re: Problems creating -mno-cygwin DLLs with libtool.

2005-03-06 Thread Gerrit P. Haase
Charles Wilson wrote: OTOH, I never have understood why tools insist on including such things as -lcygwin or -lc on a linker command line. There's a good reason for libtool to do so, but it escapes me at the moment. Trust Me(tm). Since gcc already includes libcygwin and libgcc and such

Re: Error on make expat-1.95.8

2005-03-06 Thread Gerrit P. Haase
Robert Mark Bram wrote: Hi Gerrit, 1. Expat is included in the netrelease, install it using setup.exe. What does this mean? Is this a specific package perhaps? For Cygwin you should be able to install the package 'expat' via setup.exe, ie. this is done automatically in case you install 'perl'.

Re: Buiding net-snmp perl in cygwin - Please anyone help me

2005-03-04 Thread Gerrit P. Haase
Hi, comments below. Currently I uninstalled activeperl and I am having cygwin perl alone and correspondingly I changed the Path variable to D:\cygwin\bin. Herewith I am attcahing the output of perl Makefile.PL, make $ make [...snip...] LD_RUN_PATH= ld2 -s -L/usr/local/lib agent.o -o

Re: Buiding net-snmp perl in cygwin - Please anyone help me

2005-03-03 Thread Gerrit P. Haase
Aparna R wrote: I Downloaded net-snmp-5.2.1.tar.gz and it got successfully installed on cygwin. Installed Modules: ActivePerl 5.8.6 Perl that comes with cygwin When Net-SNMP Perl modules are installed in cygwin I am getting following error $perl MakeFile.PL is

Re: Update: perl-Win32-GUI, perl-libwin32

2005-03-02 Thread Gerrit P. Haase
Reini Urban wrote: Gerrit P. Haase schrieb: $ nm /lib/libodbccp32.a | grep ' _SQL' nm: '/lib/libodbccp32.a': No such file I have the import library in the right place: $ nm /lib/w32api/libodbccp32.a | grep ' _SQL' T [EMAIL PROTECTED] T [EMAIL PROTECTED] So this should be found

Re: perl 5.8.6: unable to compile PAR 0.87

2005-03-02 Thread Gerrit P. Haase
Kevin Everets wrote: I'm trying to get PAR 0.87 (from http://par.perl.org) installed with the perl currently in cygwin (v5.8.6). This install worked with an older version of perl that was in cygwin (perl, v5.8.2 built for cygwin-thread-multi-64int) The error during the install process (normally

Re: Update: perl-Win32-GUI, perl-libwin32

2005-02-28 Thread Gerrit P. Haase
Reini Urban wrote: Gerrit P. Haase schrieb: Reini Urban wrote: Ok, I fixed all cygwin issues. vendor, pid's, rebased, better pm_to_blib patch. http://xarch.tu-graz.ac.at/publ/cygwin/release/perl-Win32-GUI/perl-Win32-GUI-1.0-2.tar.bz2 http://xarch.tu-graz.ac.at/publ/cygwin/release/perl-Win32-GUI

Re: Update: perl-Win32-GUI, perl-libwin32

2005-02-28 Thread Gerrit P. Haase
Reini Urban wrote: Gerrit P. Haase schrieb: gcc -shared -o ODBC.dll -Wl,--out-implib=libODBC.dll.a -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--stack,8388608 \ -s -L/usr/local/lib CMom.o Constant.o CResults.o ODBC.o Odbc.res /usr/lib/perl5/5.8/cygwin/CORE/libperl.dll.a -L/lib/w32api

Re: (RESOLVED) Re: Installing Perl modules with perl -MCPAN -e shell; fails with 02packages.details.txt.gz does not contain a Line-Count header

2005-02-28 Thread Gerrit P. Haase
John Morrison wrote: On Mon, February 28, 2005 12:19 pm, Stephan Petersen said: Hi Gerrit, thanks for your and all the others' replies. - The CPAN repository and build directory *must* reside in a path mounted in binmode: mount -s -b -f c:/cygwin/home/username/.cpan /home/username/.cpan

Re: Update: perl-Win32-GUI, perl-libwin32

2005-02-27 Thread Gerrit P. Haase
Reini Urban wrote: Ok, I fixed all cygwin issues. vendor, pid's, rebased, better pm_to_blib patch. http://xarch.tu-graz.ac.at/publ/cygwin/release/perl-Win32-GUI/perl-Win32-GUI-1.0-2.tar.bz2 http://xarch.tu-graz.ac.at/publ/cygwin/release/perl-Win32-GUI/perl-Win32-GUI-1.0-2-src.tar.bz2

Re: Installing Perl modules with perl -MCPAN -e shell; fails with 02packages.details.txt.gz does not contain a Line-Count header

2005-02-27 Thread Gerrit P. Haase
Stephan Petersen wrote: Hi David, Please check the validity of the index file by comparing it to more than one CPAN mirror. Have you tried this? E.g. configured CPAN to use another mirror and tried again? yes, it's the same for every CPAN mirror I've tried. I've deleted CPAN's config.pm and my

Re: libperl.dll

2005-02-27 Thread Gerrit P. Haase
Ariel Burbaickij wrote: Hello mailing list participants, xchat in binary form as provided by cygnome requires libperl.dll in some particular version (5.6.1) in my case. File is not available in my installation and the version of perl used is considerably higher 5.8. So well the simple symlink

Re: Please upload: docbook-xsl-1.68.0-1

2005-02-13 Thread Gerrit P. Haase
Marcel Telka wrote: Hi. Please upload new docbook-xsl-1.68.0-1 files: http://telka.sk/cygwin/docbook-xsl/docbook-xsl-1.68.0-1-src.tar.bz2 http://telka.sk/cygwin/docbook-xsl/docbook-xsl-1.68.0-1.tar.bz2 Uploaded. and remove old 1.67.0-1 files. Done. Thanks. Thank you, Gerrit -- =^..^=

Re: corrupted files: docbook, lintntl1

2005-02-13 Thread Gerrit P. Haase
Marcel Telka wrote: On Mon, Feb 07, 2005 at 01:49:41PM -0500, Christopher Faylor wrote: Could the package maintainers for the packages in the subject provide a URL where I can fix this problem? Apparently I wasn't paying attention when I downloaded docbook-xsl and only part of the src file was

Re: Update: perl-Win32-GUI, perl-libwin32

2005-02-12 Thread Gerrit P. Haase
Reini Urban wrote: I would like to maintain perl-Win32-GUI, the Win32-platform native graphical user interface toolkit for perl, and I want to take over maintainership for perl-libwin32. We need a current perl-5.8.6 build. What about the changes we talk about in PM, are they still needed? Well,

Re: Update: perl-Win32-GUI, perl-libwin32

2005-02-12 Thread Gerrit P. Haase
Reini Urban wrote: I would like to maintain perl-Win32-GUI, the Win32-platform native graphical user interface toolkit for perl, and I want to take over maintainership for perl-libwin32. We need a current perl-5.8.6 build. Both extract to: usr/lib/perl5/site_perl/ Wasn't it you who propagates to

Re: perl Win32 lib support

2005-02-12 Thread Gerrit P. Haase
Reini Urban wrote: Gerrit P. Haase schrieb: linda w wrote: File.o(.text+0x7450):File.c: undefined reference to `_win32_get_osfhandle' File.o(.text+0x13b79):File.c: undefined reference to `_win32_open_osfhandle' collect2: ld returned 1 exit status Hmm, we really should wait until Reini gets all

Re: new package: mined text editor

2005-02-11 Thread Gerrit P. Haase
Christopher Faylor wrote: On Fri, Feb 11, 2005 at 02:31:07AM +0100, Gerrit P. Haase wrote: [EMAIL PROTECTED] wrote: If I remember correctly, I would have to wait until the package shows up in the distribution (being uploaded by you or some other kind maintainer) and then send a message to cygwin

Re: Building Perl modules

2005-02-11 Thread Gerrit P. Haase
Alejandro Calbazana wrote: Attached is my output of cygcheck -s -r -v. I see nothing unusual besides the LIB environment setting which causes problems with perl frequently. Remove this from the cygwin environment: LIB = `c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\' $ unset LIB

Re: new package: mined text editor

2005-02-10 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: If I remember correctly, I would have to wait until the package shows up in the distribution (being uploaded by you or some other kind maintainer) and then send a message to cygwin-announce, right? Uploaded. I removed the '@ mined' line from the setup.hint;) Gerrit --

Re: perl Win32 lib support

2005-02-10 Thread Gerrit P. Haase
linda w wrote: Gerrit P. Haase wrote: This is annoying, I get it occasionally, I believe it is a bug in MakeMaker, but I couldn't find it yet. Does the build continue if you add the missing tab and run make again? === Think I got past that point, -- have it building in win32 again and running

Re: Building Perl modules

2005-02-10 Thread Gerrit P. Haase
Alejandro Calbazana wrote: Hello, No... group file exists has the proper entries. Still unable to build Thanks, Alejandro Hmmm, s.th. wrong with the permissons? Is your /etc/group file empty, then run `mkgroup -l -d` and try again. Same errors. Please send the output of `cygcheck -svr`

Re: Building Perl modules

2005-02-09 Thread Gerrit P. Haase
Olaf Föllinger wrote: A snippet of the errors: gcc -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\3.45\ -DXS_VERSION=\3.45\ -I/usr/lib/perl5/5.8/cygwin/CORE -DMARKED_SECTION Parser.c Parser.xs:18:20: EXTERN.h: No such file or

Re: Building Perl modules

2005-02-09 Thread Gerrit P. Haase
linda w wrote: If the current cygwin version of perl is 5.8.6, will the 5.8.5 directory be used? If I print out @INC from my cygwin perl, I don't see 5.8.5 or 5.8.6 in the include path: The naming scheme has changed, I use only the major numbers since 5.8.6 and for upcoming releases. perl -v

Re: Building Perl modules

2005-02-09 Thread Gerrit P. Haase
Alejandro Calbazana wrote: That's what puzzles me... All the files gcc claims are missing exist in my include path '/usr/lib/perl5/5.8/cygwin/CORE'. This path does exist on my install. $ pwd /usr/lib/perl5/5.8/cygwin/CORE $ ls -lrt | grep EXTERN.h -rwxrwxrwx 1 acalbaza mkgroup-l-d1751 Jan

Re: Building Perl modules

2005-02-09 Thread Gerrit P. Haase
Gerrit P. Haase wrote: linda w wrote: perl -V This is perl, v5.8.6 built for cygwin-thread-multi-64int perl -e 'for(@INC) {print $_; print \n;}' /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/site_perl/5.8 /usr/lib

Re: perl Win32 lib support

2005-02-09 Thread Gerrit P. Haase
linda w wrote: Yitzchak Scott-Thoennes wrote: What exactly is giving the error, and what error are you getting? I had an IsWinNT is undefined error message 2 days ago, but I removed some old-seeming directories (since I have 5.8.6 installed, I thought I'd try deleting older versioned directories,

Re: Help with deleting Cygwin shortcuts

2005-02-08 Thread Gerrit P. Haase
Ivan Lenev wrote: I'm pretty sure that I have full access since I'm the only user, and I don't see a Security/Permissions Tab in the properties of any of my files. I'm running WinXP Home, and no file sharing. XP Home sucks, get a book about XP where is described how to tweak security settings

<    1   2   3   4   5   6   7   8   9   10   >