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/li

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
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 Thi

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 d

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

Re: perl winpid?

2005-02-08 Thread Gerrit P. Haase
Yitzchak Scott-Thoennes wrote: On Mon, Feb 07, 2005 at 02:17:32PM +0100, Reini Urban wrote: Igor Pechtchanski schrieb: On Sun, 6 Feb 2005, Reini Urban wrote: I feel quite stupid now, but found nothing simple. How to get the winpid from the current process in cygwin's perl? We will check out there

Re: Courier-0.47, linker error: perlfilter.c: undefined reference to `_boot_'

2005-01-25 Thread Gerrit P. Haase
Yitzchak Scott-Thoennes wrote: On Mon, Jan 24, 2005 at 11:53:46PM +0100, Gerrit P. Haase wrote: perlfilter.o(.text+0x36):perlfilter.c: undefined reference to `_boot_' It seems that the xsinit.c file was generated wrong: = xsinit.c = #include #include EXTERN_C void xs_init

Courier-0.47, linker error: perlfilter.c: undefined reference to `_boot_'

2005-01-24 Thread Gerrit P. Haase
Hi there, getting this error when building courier with perl-5.8.6 on Cygwin which works before upgrading to perl-5.8.6 (was perl-5.8.5 without Win32CORE static extension): make[6]: Entering directory `/k/ftproot/pub/courier/courier-0.47/.build/courier/filters/perlfilter' Compiling /k/ftproot/p

Re: TEXT mode, BINARY mode default file opening

2005-01-24 Thread Gerrit P. Haase
Pete James wrote: Hello, I am new to the list a have only been using CYGWIN for a few months. I would like to use the GNU compiler as a cross compiler for a Windoze machine and I am having problems with the files being opened in BINARY mode, I think. I have the whole system running on Windoze 2000

Re: CPAN install of LWP::UserAgent

2005-01-23 Thread Gerrit P. Haase
Alex Beamish wrote: On Sun, 23 Jan 2005 20:06:36 +0100, Gerrit P. Haase <[EMAIL PROTECTED]> wrote: Alex Beamish wrote: Just wondering if anyone else had problems installing LWP::UserAgent using CPAN. Yes: robot/ua-get..FAILED tests 2, 7 Failed 2/8 tests, 75.00% okay ro

Re: CPAN install of LWP::UserAgent

2005-01-23 Thread Gerrit P. Haase
Alex Beamish wrote: Just wondering if anyone else had problems installing LWP::UserAgent using CPAN. Yes: robot/ua-get..FAILED tests 2, 7 Failed 2/8 tests, 75.00% okay robot/ua..FAILED tests 2, 7 Failed 2/7 tests, 71.43% okay local/http-getFAILED test

Re: gnome-vfs problems with XP SP2

2005-01-23 Thread Gerrit P. Haase
Walter Landry wrote: As I mentioned in another message, I managed to get gnome-vfs working by removing all traces of gconfd. However, I have to do this periodically, because gconfd hangs around too long. If I run my program, then gconfd doesn't exit when the program exits. So when I exit cygwin

Re: Cygwin Perl bug -- pod2usage(-verbose => 0) & pod2usage(-verbose => 1)

2005-01-17 Thread Gerrit P. Haase
Gerrit P. Haase wrote: David Christensen wrote: Cygwin: Perl Pod::Usage pod2usage(-verbose => 0) is supposed to display the Pod SYNOPSIS information (ref. 'perdoc Pod::Usage'). See attached script 'test0'. On Debian 3.0r2, it works: [EMAIL PROTECTED]:~/cygwin-issue

Re: Cygwin Perl bug -- pod2usage(-verbose => 0) & pod2usage(-verbose => 1)

2005-01-17 Thread Gerrit P. Haase
David Christensen wrote: Cygwin: Perl Pod::Usage pod2usage(-verbose => 0) is supposed to display the Pod SYNOPSIS information (ref. 'perdoc Pod::Usage'). See attached script 'test0'. On Debian 3.0r2, it works: [EMAIL PROTECTED]:~/cygwin-issues/Pod-Usage$ perl test0 Usage: This is

Re: Can "DLL's" & libraries be marked as non-executable?

2005-01-16 Thread Gerrit P. Haase
linda w wrote: More to the point, what would "break" in the cygwin environment, Try to chmod 644 any dll and call a program that uses this dll. This fails for me (on NT4 with NTFS), if it succeeds for you, fine. Change the permissions as you like it;) Gerrit -- =^..^= -- Unsubscribe info: htt

Re: ORSA/Cygwin porting

2005-01-15 Thread Gerrit P. Haase
Hi Pasquale, You might be interested in the kde-cygwin.sf.net project, they have ported QT to cygwin and they are working to port it to Windows. They have also ported the KDE desktop. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: WFM (Was: Re: Missing ntdll.dll export with perl 5.8.6 om Win9x)

2005-01-14 Thread Gerrit P. Haase
Jacek Piskozub wrote: Hi, Confirming that Perl 5.8.6-2 works for me on Windows Me. Thanks Gerrit! Thank you for confirming that it works ok now! Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: DLL's

2005-01-14 Thread Gerrit P. Haase
Barthel, Mattias wrote: Hello! I am compiling stuff on cygwin but with -mno-cygwin to make the produced software independent of cygwin itself. The DLL's that you can download from the setup of cygwin are all dependent of cygwin1.dll? There are two packages containing no-cygwin DLLs, mingw-zlib and

Re: Anyone creating programs using the MySQL C api using Cygwin?

2005-01-14 Thread Gerrit P. Haase
Mikael Åsberg wrote: Hello, I installed a native windows version of MySQL (4.1.18) and tried to compile a C program using the MySQL C API using GCC (version 3.3.3 cygwin special). The program compiles and links without any errors or warnings (maximum warning level, c99-mode) but segfaults near t

Re: cygwin perl - accessing data from a Microsoft SQL Server via ODBC

2005-01-14 Thread Gerrit P. Haase
Cary Lewis wrote: Is there a way to use Cygwin's Perl to access data from a remote SQL server via ODBC? I know there is Win32::ODBC which works with ActiveState, but I want to be able to it natively from within Cygwin (so that I can eventually do it from Linux) Any help or pointers would be appreci

Re: Problem running cygrunsrv with non SYSTEM accounts

2005-01-14 Thread Gerrit P. Haase
Aitken, Sean wrote: I have tried about anything. Does anyone know of any Win2K3 settings that would disallow certain acccounts from being worthy service runners? There is a policy that disallows all code running in kernel mode instead of user mode, is sshd running in kernel mode? If so it is a goo

Re: Problem running cygserver

2005-01-13 Thread Gerrit P. Haase
Tan Phat Huynh wrote: Hi all! I have problem when i'm trying to install and run cygserver /*-*/ $ export CYGWIN=SERVER Set the CYGWIN environment variable in your global Windows environment before starting any Cygwin processes. Gerrit -- =^.

Re: perl 5.8.6

2005-01-11 Thread Gerrit P. Haase
Yitzchak Scott-Thoennes wrote: Why was this not a problem with 5.8.5 before including Win32CORE statically? Probably because it didn't link ntdll then. When static extensions specify libraries that they need, and then perl is linked using those libraries. Does removing ntdll from the Win32CORE hin

Re: Building new GLib and Pango

2005-01-11 Thread Gerrit P. Haase
Roger Leigh wrote: Could anyone involved with Cygwin glib maintenance possibly assist with tracking down a Cygwin header bug? While building Pango, one of the tests fails with lots of errors in . The detail may be found here, along with a link to a build of glib-2.6.1 (required dependency). http:/

Re: atoi() missing on Win98, perl extension breaks

2005-01-10 Thread Gerrit P. Haase
Jacek Piskozub wrote: Gerritt wrote, There it is: $ cat ext/Win32CORE/hints/cygwin.pl [...] $self->{LIBS} = [q{ -L/lib/w32api -lnetapi32 -lwininet -lversion -lmpr -lodbc32 -lodbccp32 -lwinmm -lstdc++ -lole32 -loleaut32 -luuid -lcomctl32 -lgdi32 -lcomdlg32 -lntdll }]; [...] Now the question is wh

Re: atoi() missing on Win98, perl extension breaks

2005-01-10 Thread Gerrit P. Haase
Yitzchak Scott-Thoennes wrote: On Mon, Jan 10, 2005 at 10:22:11PM +0100, Gerrit P. Haase wrote: Christopher Faylor wrote: All I needed to trigger it was "perl -V". Hmmm, atoi() is not available on Win98/ME? Strange. Why would perl be finding atoi in ntdll.dll? It should be comin

Re: atoi() missing on Win98, perl extension breaks

2005-01-10 Thread Gerrit P. Haase
Christopher Faylor wrote: All I needed to trigger it was "perl -V". Hmmm, atoi() is not available on Win98/ME? Strange. Why would perl be finding atoi in ntdll.dll? It should be coming from the cygwin DLL shouldn't it? Yes, as it used to be, it is used all over the place in the perl sources. I'

Re: perl 5.8.6

2005-01-10 Thread Gerrit P. Haase
Reini Urban wrote: Your libwin32 package, does it work on Win98 / ME? I have included Yitzchak's patch and the Win32CORE module statically into perl, now the users are getting: ntdll.dll is missing export atoi(). Hmmm. atoi() is used all over the place in the perl source... Why was this not a pro

atoi() missing on Win98, perl extension breaks (was: Re: bug in w32api?)

2005-01-10 Thread Gerrit P. Haase
Jacek Piskozub wrote: When the atom clock displayed 10/01/2005 21:27, Gerrit P. Haase emitted the following byte stream: Jacek Piskozub wrote: After updating to perl 5.8.6-1 I got an missing ntdll.dll export error. Because I use Windows Me, I do not obviously have any ntdll.dll. It seems the

bug in w32api? (was: Re: Missing ntdll.dll export with perl 5.8.6 om Win9x)

2005-01-10 Thread Gerrit P. Haase
Jacek Piskozub wrote: After updating to perl 5.8.6-1 I got an missing ntdll.dll export error. Because I use Windows Me, I do not obviously have any ntdll.dll. It seems the new perl was compiled for WindowsNT/2k/Xp only. A bug in w32api? What says cygcheck for you? Please note that on NT ntdll.dll

Re: Missing ntdll.dll export with perl 5.8.6 om Win9x

2005-01-10 Thread Gerrit P. Haase
Jacek Piskozub wrote: After updating to perl 5.8.6-1 I got an missing ntdll.dll export error. Which export is missing? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: Updated: perl-5.8.6-1

2005-01-10 Thread Gerrit P. Haase
ipts using perlcc. such as perlcc $target.pl -O -o $target you may try this on the simple perl script I've attached. grusel, H. Gerrit P. Haase wrote: Hans Horn wrote: Hi Gerrit, with the newly installed perl I get the following Can't locate object method "_save_common_middle" v

Re: Latest perl has a zero byte cygwin specific readme file

2005-01-10 Thread Gerrit P. Haase
Dr. Volker Zell wrote: see subject Oops. Will update ASAP. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Updated: perl-5.8.6-1

2005-01-10 Thread Gerrit P. Haase
Hans Horn wrote: Hi Gerrit, with the newly installed perl I get the following Can't locate object method "_save_common_middle" via package "B::FAKEOP" at /usr/lib/perl5/5.8/cygwin/B/C.pm line 389. Any clue what happed? No sorry. Wat do I need to do to reproduce it? Gerrit -- =^..^= -- Unsubscribe

Re: Repeated installation of gcc-testsuite and setup .src files

2005-01-10 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: And secondly I do not really understand why what actually comes down the pipeline for gcc-testsuite is gcc-testsuite-3.4.1-1-src.tar.bz2 (though there may be a good reason for this, too). gcc-3.4.1 is tagged as test release. Gerrit -- =^..^= -- Unsubscribe info:

Re: perl 5.8.6

2005-01-09 Thread Gerrit P. Haase
Yitzchak Scott-Thoennes wrote: On Sun, Jan 09, 2005 at 06:11:42PM +0100, Gerrit P. Haase wrote: Hmmm, getting this error: Skipping lib/auto/Win32CORE/Win32CORE.a (directory does not exist) Can I have a little more context? If this is during the make, this is what I see: I got it, the problem

Re: perl 5.8.6

2005-01-09 Thread Gerrit P. Haase
Yitzchak Scott-Thoennes wrote: On Wed, Dec 08, 2004 at 11:30:53AM -0800, Yitzchak Scott-Thoennes wrote: Gerrit, I've hoped to have some time to work on Win32:: stuff on the perl side, but haven't gotten around to it. For 5.8.6, could you give a try to including the Win32CORE module from the perl-l

Re: -lfreetype missing from /usr/lib/pkgconfig/pangoft2.pc

2005-01-08 Thread Gerrit P. Haase
Dr. Volker Zell wrote: 03:23 PM [720]> pkg-config.exe --libs "pangoft2" -Wl,--export-dynamic -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv It seems that -lfreetype is missing from /usr/lib/pkgconfig/pangoft2.pc Yes. I'll update the package when I found the bug

Re: Obscene content in cygwin file.

2005-01-08 Thread Gerrit P. Haase
Gary R. Van Sickle wrote: The question stands: What is the reason Cygwin should provide this obscene content? Yes, why not? Yes, it is traditional. Yes, administrators like those kind of things. Yes, computers are not for children. Yes, because we like freedom of speech. Yes, because we like guys

Re: Compiling SRecord fails on Cygwin; succeeds on Linux/FreeBSD.

2005-01-08 Thread Gerrit P. Haase
E. Weddington wrote: Hello! I've been trying to build the SRecord package version 1.20: Compiling this fails with 3.4.1: $ make ccache g++ -g -O2 -Wall -Ilib/srec -Iinclude -c \ lib/srec/memory.cc lib/srec/memory.cc: In member function `void srec_memory::c

Re: libxml2 and libxslt (was: Python packages that need updating to 2.4)

2005-01-08 Thread Gerrit P. Haase
Matthew Harris wrote: At the beginning of this week I reported that libxsl2-python and libxslt need to be updated to use python2.4/site-packages/. I have since I'll try to update the two packages, wait a minute... Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: glade_xml_signal_autoconnect doesn't find functions, symbols not exported?

2005-01-07 Thread Gerrit P. Haase
Eduardo M KALINOWSKI wrote: Gerrit P. Haase wrote: gtk_widget_hide_on_delete is exported explicitly (at least in version 2.4.14 whioch is the latest available). That's the version I use (2.4.14-1, actually). All other packages are most likely in their latest versions, because I installed c

Re: glade_xml_signal_autoconnect doesn't find functions, symbols not exported?

2005-01-07 Thread Gerrit P. Haase
Eduardo M KALINOWSKI wrote: I'm porting I program I wrote under Linux to Windows using cygwin. It compiled without a single change, but when run, libglade's glade_xml_signal_autoconnect function did not find the signal handler functions, and issues errors like this: libglade-WARNING **: could n

Re: Cygwin installation problem

2005-01-07 Thread Gerrit P. Haase
Herbert Eppel wrote: I removed the burnatonce software and tried to reinstall Cygwin, but after 90% I get the same problem, i.e. I first get a warning message (see http://homepage.ntlworld.com/herb.eppel_new/temp/CygwinWarn1.jpg), This is no prblem and no error, just follow the hint displayed. i

Re: "make all" and "make install" for smake

2005-01-07 Thread Gerrit P. Haase
THUFIR HAWAT wrote: ftp://ftp.berlios.de/pub/smake/ I *think* it's the same. the context is star and cdrTools. with regards to directories, ls / gives: bin cygwin.bat cygwin.ico etc home lib tmp usr var should I get packages from cygwin.com ? No. Just try to figure out what the smake Makefile is

Re: "make all" and "make install" for smake

2005-01-07 Thread Gerrit P. Haase
THUFIR HAWAT wrote: - Original Message - From: "Gerrit P. Haase" <[EMAIL PROTECTED]> [..] Schily Software is installed into /opt/schily by default. [..] sorry, not sure I follow you there. what or where is /opt/schily, please? This is a directory. Try `ls /opt` and s

Re: "make all" and "make install" for smake

2005-01-07 Thread Gerrit P. Haase
THUFIR HAWAT wrote: $ smake bash: smake: command not found "make all" and "make install" suceeded, so why isn't smake a command now? tried deleting the INSTALL file, but had the same results. Schily Software is installed into /opt/schily by default. Gerrit -- =^..^= -- Unsubscribe info: http

Re: Another spurious "multiple copies of cygwin1.dll" -- this time in perl

2005-01-06 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: rebaseall was no help I'm rather puzzled -- any clues, anyone? rebaseall doesn't know about perl extension dlls which you may have installed manually, these need to be rebased manually (or added to the rebaseall list), there were some scripts posted to the list how to do th

Re: Another spurious "multiple copies of cygwin1.dll" -- this time in perl

2005-01-06 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: Perhaps perl is looking for 0xBF bytes and only getting 0x75 bytes? But that does seem unlikely -- perl shouldn't be anywhere near such a pig as xemacs. Perl uses 8 MB for stack, however that is not too much I think. Could you post a perl snippet which results in t

Re: Obscene content in cygwin file.

2005-01-06 Thread Gerrit P. Haase
Christopher Faylor wrote: How do you feel about the off-color content in the cygwin fortune files? [ ] Offended. Think about the children! [ ] Not offended. Stop bothering me with your Puritanical values. [x] Don't care. Can we go back to talking about how negative this list is now? G

Re: Another spurious "multiple copies of cygwin1.dll" -- this time in perl

2005-01-05 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: Gerrit has admonished me, and I am abashed -- I've run cygcheck (below). You have actually read the website I quoted? I.e. this: "Run cygcheck -s -v -r > cygcheck.out and include that file as an attachment in your report. Please do not compress or otherwise encode the outpu

Re: Another spurious "multiple copies of cygwin1.dll" -- this time in perl

2005-01-05 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: C:\cygwin\bin\perl.exe (2208): *** cygheap version mismatch detected - 0x6179000 0/0xBF. You have multiple copies of cygwin1.dll on your system. [...] I'm rather puzzled -- any clues, anyone? http://cygwin.com/problems.html Gerrit -- =^..^= -- Unsubscribe info: htt

Re: listdlls causes cygwin-bash to consume 100% of CPU time

2005-01-04 Thread Gerrit P. Haase
josef hinteregger wrote: If I use listdlls.exe from www.sysinternals.com to display the dll's referenced by bash, bash starts consuming almost 100% of CPU time. listdlls hangs, while bash still accepts and executes commands. I am using cygwin1.dll version 1.5.12. Possibly http://www.cygwin.com/

Re: expand changing DOS line endings to Unix line endings

2005-01-03 Thread Gerrit P. Haase
David Christensen wrote: Gerrit P. Haase wrote: I took the textfile from the attachment which has actually two \r\n at the end which are 78 bytes at all: Thanks for your suggestion. I believe my copy of textfile.txt has one CRLF pair at the end, and the length is 76 bytes: Maybe an issue with

Re: expand changing DOS line endings to Unix line endings

2005-01-02 Thread Gerrit P. Haase
David Christensen wrote: you wrote in your second posting with this subject that it is not resolved, however it works for me. I have run Cygwin setup and chosen "DOS" line endings. Well, I use binary mode mounts but have some textmode mounts for testing. When I create a text file with DOS line end

Re: "od" wrong line endings and byte count

2005-01-02 Thread Gerrit P. Haase
Gerrit P. Haase wrote: David Christensen wrote: And then look at it with Cygwin "od", I see: Obviously you used an old buggy version of od. Hmm, I don't get it. Resolved. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Re: "od" wrong line endings and byte count

2005-01-02 Thread Gerrit P. Haase
Brian Dessent wrote: David Christensen wrote: cygwin: When I create a file using notepad: This is a text file created with Notepad. It has DOS (CRLF) line endings. Look at it using "wc": [EMAIL PROTECTED]:~$ wc textfile.txt 2 14 76 textfile.txt And then look at i

Re: sshd under Cygwin

2005-01-02 Thread Gerrit P. Haase
pedal2metal wrote: [...] I'm running Windows 2000 Pro SP4 & using a February 25,2004 archive of the redhat mirror for the Cygwin install. This is ten month old and no longer supported, try to update to a recent version of Cygwin and tools. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.co

Re: Bug: Missing va_end() in cygwin_internal() (OT)

2005-01-01 Thread Gerrit P. Haase
Gary R. Van Sickle wrote: - Put in the va_end()s. Bravo! Happy New Year! Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwi

Re: gcc-3.3.3 :fpclassify

2004-12-30 Thread Gerrit P. Haase
Dave Korn wrote: Gerrit, does the output from "gcc -v" for 3.4.1 show "--enable-c99"? Or has someone fixed it in the headers somehow? No, I didn't used --enable-c99. Maybe it was considered to be a bad change and reverted. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

Re: gcc-3.3.3 :fpclassify

2004-12-30 Thread Gerrit P. Haase
Wrong list, please use the main cygwin list for such postings. [EMAIL PROTECTED] wrote: [...] $ g++ test.cpp the following errors occurs: test.cpp: In function `int main()': test.cpp:17: error: `fpclassify' undeclared in namespace `std' test.cpp:18: error: `fpclassify' undeclared in namespace `std'

[ANNOUNCEMENT] Updated: glib2-2.4.6-2

2004-12-30 Thread Gerrit P. Haase
CTED] 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 this URL. Gerrit P. Haase -- =^..^= -- Unsubscribe info: http://cygwin.c

Re: Porting issues: file owned by root, user nobody

2004-12-30 Thread Gerrit P. Haase
David Arnstein wrote: My issues concern porting a Linux application to cygwin. I read http://cygwin.com/faq/ but I did not find answers. If there is another resource I should read, please advise. The application is "dnrd," published on SourceForge For security reasons, dnrd 1. Insists that

Re: gnome-vfs problems with XP SP2

2004-12-28 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Walter Landry wrote: "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: Walter Landry wrote: About the gconftool-2 postinstall script hangs: Is there an easy way to figure out why gconftool is hanging? I guess the problem is starting up gconfd-2. It fails if

Re: gcc installation problem and solution

2004-12-28 Thread Gerrit P. Haase
Christopher Faylor wrote: On Tue, Dec 28, 2004 at 06:56:32PM +0100, Gerrit P. Haase wrote: There are two kinds of symlinks, Windows style (with .lnk ending) and pure Cygwin symlinks, binutils obviously contains Cygwin stlye symlinks. setup.exe only creates pure cygwin symlinks. I suspect that

Re: gcc installation problem and solution

2004-12-28 Thread Gerrit P. Haase
Rainer Dunker wrote: "Gerrit P. Haase" <[EMAIL PROTECTED]> schrieb am 28.12.04 11:40:39: These are supposed to be symbolic links to the executables in the >>>/usr/bin directory, but - for whatever reason - the setup program >>>did not install them in a w

Re: gcc installation problem and solution

2004-12-28 Thread Gerrit P. Haase
Rainer Dunker wrote: Having installed gcc (package version 3.3.3-3, cygwin.dll 1.5.10-3, WinNT 4), I had the following problem: # gcc helloworld.c -o helloworld /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld: installation problem, cannot exec `/usr/lib/gcc-lib/i686-pc-cy

Re: gnome-vfs problems with XP SP2

2004-12-24 Thread Gerrit P. Haase
Walter Landry wrote: "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: Walter Landry wrote: About the gconftool-2 postinstall script hangs: Is there an easy way to figure out why gconftool is hanging? I guess the problem is starting up gconfd-2. It fails if there is a stale /tmp/gconf

Re: New setup.exe release candidate - please test

2004-12-23 Thread Gerrit P. Haase
Max Bowsher wrote: Version 2.459 Updated cygwin to 1.5.12-1 (finally), it seems to work ok on my main devel box which is an NT4 system. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: gnome-vfs problems with XP SP2

2004-12-23 Thread Gerrit P. Haase
Walter Landry wrote: About the gconftool-2 postinstall script hangs: Is there an easy way to figure out why gconftool is hanging? I guess the problem is starting up gconfd-2. It fails if there is a stale /tmp/gconfd-USER directory with files in it, look into /tmp if there is a directory gconfd-USE

Re: cygnome 1.4 question about initial installation

2004-12-22 Thread Gerrit P. Haase
Bharat Sinha wrote: from the future to us. Would you please set the correct date at your machine? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: where are the dirname and basename functions?

2004-12-22 Thread Gerrit P. Haase
Hans Horn wrote: Christopher Faylor wrote: On Wed, Dec 22, 2004 at 02:15:28PM -0800, Hans Horn wrote: libfetish.a seems to be related to GNU coreutils (google on it). Maybe one of the hardcore cygwin gurus could shed a light on this? I think Gerrit qualifies as a "hardcore cygwin guru". I did thin

Re: [ANNOUNCEMENT] New package: coreutils-5.2.1-2

2004-12-22 Thread Gerrit P. Haase
Jeremy C. Reed wrote: On Wed, 22 Dec 2004, Gerrit P. Haase wrote: Jeremy C. Reed wrote: > By the way, where do I download the files like shown at http://cygwin.com/cgi-bin2/package-cat.cgi?file=gcc-core%2Fgcc-core-3.4.1-1-src&grep=gcc-core ?) I'm sure you saw this link at the w

Re: [ANNOUNCEMENT] New package: coreutils-5.2.1-2

2004-12-22 Thread Gerrit P. Haase
Jeremy C. Reed wrote: > By the way, where do I download the files like shown at http://cygwin.com/cgi-bin2/package-cat.cgi?file=gcc-core%2Fgcc-core-3.4.1-1-src&grep=gcc-core ?) I'm sure you saw this link at the website: http://cygwin.com/mirrors.html Gerrit -- =^..^= -- Unsubscribe info: http:

Re: [ANNOUNCEMENT] New package: coreutils-5.2.1-2

2004-12-22 Thread Gerrit P. Haase
Jeremy C. Reed wrote: Where is gcc configured or patched to add the ".exe" in the first place? It is in in gcc/config/i386/cygming.h: #define TARGET_EXECUTABLE_SUFFIX ".exe" Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Re: cp and "are the same file"

2004-12-22 Thread Gerrit P. Haase
Jeremy C. Reed wrote: On Sat, 18 Dec 2004, Igor Pechtchanski wrote: The suffix is required on Win9x, AFAIK, so this is not a viable route. That said, I believe the OP didn't request that gcc not produce .exe files by default, only how can *he* make gcc not produce the .exe suffix. What you have t

Re: gnome-vfs problems with XP SP2

2004-12-22 Thread Gerrit P. Haase
Hello Walter, Many thanks for this report this is actually the first feedback I receive at all for gnome-vfs;) Walter Landry wrote: Greetings, I have just installed cygwin yesterday, and I am having problems getting gnome-vfs to work. It always hangs in the postinstall. Looking at the script it is

Re: where are the dirname and basename functions?

2004-12-22 Thread Gerrit P. Haase
Hans Horn wrote: Group, can somebody tell me where the objects for the dirname and basename functions have gone? Way back when (say summer 2003) both lived in libfetish.a. Currently (since summer 2004) I can find only basename (in libiberty.a). What is libfetish, never heard this name? I have code

Re: cygwin 1.5.12-1, g++ 3.3.3 and DB2 UDB DLLs

2004-12-20 Thread Gerrit P. Haase
Lange Torsten wrote: Hi, I've got a problem using embedded SQL with cygwin 1.5.12-1, g++ (GCC) 3.3.3 (cygwin special) and DB2 UDB 8.1.4. My platform is Windows NT 4 SP 6. Preprocessing the embedded SQL-code works and I am able to compile the generated code and link the program with db2api.lib! (I t

Re: [Fwd: [gp@familiehaase.de: sem_* functions in cygwin]]

2004-12-20 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Corinna Vinschen wrote: [Catching up on some older mails] - Forwarded message from "Gerrit P. Haase" ----- From: "Gerrit P. Haase" To: cygwin ML Subject: sem_* functions in cygwin Date: Sun, 21 Nov 2004 22:48:20 +0100 Hi, nearly all sem_* function

Re: Error Compiling Mysql 4.1.7

2004-12-13 Thread Gerrit P. Haase
Milis wrote: Hello cygwin, i have submitted this matter to mysql bug report and they verified this! : http://bugs.mysql.com/7123 which mysql version did work with Gcc and G++ 3.3.3 ? There are some minor issues with every version, see the archives, please. Gerrit -- =^..^= -- Unsubscribe info:

curses.h / termcap.h: conflicting types of tparm (was: Re: Error Compiling Mysql 4.1.7)

2004-12-12 Thread Gerrit P. Haase
push it upstreams or find a cygwin specific solution. Gerrit Gerrit P. Haase wrote: Milis wrote: after used ./configure --without-server then i continue with make command but i got error when using make.see this screenshot : http://img12.exs.cx/img12/7594/cygwin15qr.jpg Sorry, I cannot load the

Re: [Fwd: [gp@familiehaase.de: sem_* functions in cygwin]]

2004-12-12 Thread Gerrit P. Haase
Corinna Vinschen wrote: [Catching up on some older mails] - Forwarded message from "Gerrit P. Haase" ----- From: "Gerrit P. Haase" To: cygwin ML Subject: sem_* functions in cygwin Date: Sun, 21 Nov 2004 22:48:20 +0100 Hi, nearly all sem_* functions are available, but s

Re: perl 5.8.6

2004-12-12 Thread Gerrit P. Haase
Reini Urban wrote: Jason Pearce schrieb: Reini Urban wrote: Maybe I'll come to the pending Win32::API problem with the callbacks on gcc also. A simple hack30-like solution should always be possible. Or a fallback to C::Dynalib. Win32::OLE didn't compile OOTB, but this is easy. Just forgot where I

Re: perl 5.8.6

2004-12-12 Thread Gerrit P. Haase
Many thanks, just FYI, I'm back at Thursday or Friday and will prepare the 5.8.6 release then for the following weekend. Gerrit Yitzchak Scott-Thoennes wrote: On Wed, Dec 08, 2004 at 11:30:53AM -0800, Yitzchak Scott-Thoennes wrote: Gerrit, I've hoped to have some time to work on Win32:: stuff on th

Re: building perl modules in cygwin

2004-12-12 Thread Gerrit P. Haase
Many thanks, just FYI, I'm back at Thursday or Friday and will prepare the 5.8.6 release then for the following weekend. Gerrit Reini Urban wrote: Yitzchak Scott-Thoennes schrieb: On Wed, Dec 08, 2004 at 08:34:09AM -0800, a c wrote: cpan> install Win32 Win32 is rather a special case. There are pa

Re: Error Compiling Mysql 4.1.7

2004-12-12 Thread Gerrit P. Haase
Milis wrote: after used ./configure --without-server then i continue with make command but i got error when using make.see this screenshot : http://img12.exs.cx/img12/7594/cygwin15qr.jpg Sorry, I cannot load the picture. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: ld command not found when configuring w3m

2004-12-07 Thread Gerrit P. Haase
olli wrote: hi there i want to compile w3m a textual web browser for emacs. when i run ../configure i get an error that the script can't find the ld command. do i need it, is it possible that it wasn't part of my cygwin installation and if so, where can i find it? You need binutils besides other

Re: Suppressing linking errors with GCC/G++/ld under Cygwin

2004-12-07 Thread Gerrit P. Haase
Robert McLeay wrote: Hi, (Sorry if this is OT, I'm trying to find out the Cygwin equivalent of a GCC flag from other platforms.) I'm trying to compile a library for Qu-Prolog that will be linked at run-time with program internals. As it will be linked at run time, I would like to suppress all "unde

Re: PERL and XML::Parser

2004-12-05 Thread Gerrit P. Haase
Trevor McAlister wrote: Hi I have been having problems installing XML-Parser-2.34.tar.gz, I came across the course of the problem in your mailing archive but it didn't give the solution to the problem. XML::Parser is already included in the Cygwin Perl tarball. Gerrit -- =^..^= -- Unsubscribe in

Re: perl 5.8.6

2004-12-03 Thread Gerrit P. Haase
Yitzchak Scott-Thoennes wrote: On Thu, Dec 02, 2004 at 03:45:08PM +0100, "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: Reini Urban wrote: No need to hurry, Gerrit :) http://search.cpan.org/~nwclark/perl-5.8.6/pod/perl586delta.pod This arrived yesterday. Just wanted to know a rou

Re: perl 5.8.6

2004-12-02 Thread Gerrit P. Haase
Reini Urban wrote: No need to hurry, Gerrit :) http://search.cpan.org/~nwclark/perl-5.8.6/pod/perl586delta.pod This arrived yesterday. Just wanted to know a rough timeframe and what you plan to do with the DLL name, so that I can coordinate libwin32 and the Win32::GUI upgrades. I want to seper

Re: A vexing installation problem

2004-12-01 Thread Gerrit P. Haase
Hi, have you already tried to run the crashing application with dependency walker? http://www.dependencywalker.com/ Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/do

Re: Problem with cygwin & xerces-2.6

2004-12-01 Thread Gerrit P. Haase
[EMAIL PROTECTED] wrote: Hi: I'm developing a c++ application which uses xerces-c2.6 It works just fine on the Linux Platform, but when I try to make the binary file under cygwin I get some errors regarding the linking of the xerces library. I've compiled the sources for the xerces lib followin

Re: Cygwin build of perl5.8.5 (cygwin-thread-multi-64int)

2004-12-01 Thread Gerrit P. Haase
Tom Axehult wrote: Can anyone explain the outcome of running what follows on an XP, SP2? [...] 10:06:24 ~ > perldoc -v perldoc [...] C:\cygwin\bin\perl.exe (4076): *** couldn't release memory 0xA04000(1032192) for 'C:\cygwin\lib\perl5\5.8.5\cygwin-thread-multi-6 4int\auto\Fcntl\Fcntl.dll' alignment

Re: Compile within cygwin with -mnocygwin

2004-12-01 Thread Gerrit P. Haase
BARTHEL, MATTIAS wrote: Hello I am trying to compile a perl swig1.3 wrapper for a C++ lib using cygwin but with the compiler define -mno-cygwin. In perl.h there are lots of includes that cannot be found. Yes, Cygwin Perl is compiled without this flag and so WIN32 is not defined for Cygwin Perl. Sh

Re: httpd-2.0.52 (Apache2) testers wanted / maintainer searched

2004-12-01 Thread Gerrit P. Haase
Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Gerrit P. Haase Sent: 01 December 2004 13:59 See the bottom of the script, there is an option 'all' which runs all needed script targets, there are some more eg. 'strip'. It should work to run $ ./h

Re: gcc-g77 4.4.1-1 stack memory error

2004-12-01 Thread Gerrit P. Haase
Ata Bilgili wrote: G'day; I have a Fortran 77 code involving the finite element solution of rather large matrices using a conjugate gradient method. The code trustfully runs with g77 on Linux and Unix with no problems. When I tried running it this morning using the Cygwin gcc-g77 3.3.3-3, it comp

Re: httpd-2.0.52 (Apache2) testers wanted / maintainer searched

2004-12-01 Thread Gerrit P. Haase
Sorry for comiing in late, I'm currently out of office. Jon A. Lambert wrote: Gerrit P. Haase wrote: Hi, I just wanted to know if it is possible and if it is running and the answer is: *yes*. I have Apache2 compiled with a shared core and shared modules, I offer a full patch and script s

Re: SEDT (VMS EDT-like editor) under Cygwin ?

2004-11-28 Thread Gerrit P. Haase
Christopher Faylor wrote: On Mon, Nov 29, 2004 at 12:35:53AM +0100, Gerrit P. Haase wrote: Jim McCarthy wrote: Sorry, no patchfile, but ... 1) Edit sedt.c and change all 'stricmp' to 'sedt_stricmp' to avoid conflict with 'stricmp' declaration in /usr/include/strin

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