Re: GTK+ externals are unresolved

2008-12-17 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 René Berber wrote: > You're wrong, libraries shared or static are dealt the same way by the > compiler which looks for its list of unresolved symbols and doesn't > re-scan libraries when another symbol appears. Since I apparently didn't make myself

Re: Why is it difficult to get PHP for Apache 1 ??

2008-12-17 Thread Mike Fahlbusch
Hi, I'm not sure why you can't just install Apache and PHP for windows instead of using cygwin apache. Use localhost:8080 for development, cygwin doesn't care what apache host is used. If it's any use here is the corresponding apache version and PHP version from RedHat Linux 7.3 (Valhalla).

[ANNOUNCEMENT] Updated: wget-1.11.4-1

2008-12-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of wget, 1.11.4-1, is available for cygwin 1.5 users, leaving 1.11.3-1 as previous. For those testing cygwin 1.7, 1.11.4-2 replaces 1.11.3-2. NEWS: = This is a new upstream release. A summary of upstream changes is attached. The v

[ANNOUNCEMENT] [1.7] Updated: coreutils-7.0-2

2008-12-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For those people testing cygwin 1.7, a new release of coreutils, 7.0-2, has been uploaded, replacing 7.0-1 as current. 6.10-2 remains current for cygwin 1.5 users. NEWS: = This is a rebuild with libgmp support enabled, so that expr and factor can

Re: GTK+ externals are unresolved

2008-12-17 Thread René Berber
Yaakov (Cygwin/X) wrote: > Once again, these are all shared libraries, in which case the order > among them does NOT matter. But if any of them were static, then this > top-down order is correct. [snip] You're wrong, libraries shared or static are dealt the same way by the compiler which looks f

Re: GTK+ externals are unresolved

2008-12-17 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Reini Urban wrote: > I tend to disagree. > With the original order: > -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 > -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig > -lpangox-1.0 -lX11 -lpango-1.0 -lm -lg

Re: [1.7] cannot run native win32 app

2008-12-17 Thread Christopher Faylor
On Wed, Dec 17, 2008 at 05:14:47PM +0900, SungHyun Nam wrote: > Christopher Faylor wrote: >>Please, at the very least provide the cygcheck output that we always >>ask for whether this is Cygwin 1.5 or 1.7. For the record, what we "always ask for" is mentioned here: http://cygwin.com/problems.html

Cmake doesn't seem to find the new OpenGL include files correctly

2008-12-17 Thread Brian Keener
Working with a project that uses Cmake/ccmake and OpenGL I noticed that while cmake seems to locate the Libraries for Opengl correctly in /usr/lib/w32api it seems to insist that the include directory is /usr/include and not /usr/include/w32api or /usr/include/opengl (as the latest patch creates

Re: Setup.exe (v2.609) Primary Group Problem

2008-12-17 Thread Matt Rice
Karl M wrote: Date: Wed, 17 Dec 2008 14:10:11 -0500 To: cygwin@cygwin.com Subject: Re: Setup.exe (v2.609) Primary Group Problem Corinna Vinschen wrote: Sorry for mailing twice, I never got a response. Is there a workaround for getting the default install group to be what I want it to be? I don

RE: Setup.exe (v2.609) Primary Group Problem

2008-12-17 Thread Karl M
> Date: Wed, 17 Dec 2008 14:10:11 -0500 > To: cygwin@cygwin.com > Subject: Re: Setup.exe (v2.609) Primary Group Problem > > Corinna Vinschen wrote: >>> Sorry for mailing twice, I never got a response. Is there a workaround for >>> getting the default install group to be what I want it to be? >>

Re: GTK+ externals are unresolved

2008-12-17 Thread Reini Urban
Yaakov (Cygwin/X) schrieb: Reini Urban wrote: The order of libs is wrong for $(pkg-config --libs gtk+-2.0) -lgtk-x11-2.0 -lgdk-x11-2.0 should be at the end. $ pkg-config --libs gtk+-2.0 -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz

Re: Setup.exe (v2.609) Primary Group Problem

2008-12-17 Thread Matt Rice
Corinna Vinschen wrote: Sorry for mailing twice, I never got a response. Is there a workaround for getting the default install group to be what I want it to be? I don't understand why a later chgrp doesn't provide what you need. Corinna That's what I'm doing now, but that means I have to

Re: Slatec

2008-12-17 Thread Tim Prince
Geza I. Mark wrote: > I'd like to use the Slatec numerical library on Cygwin (under WinXP). > I've searched the net but found no definitive answers. There is some > hint at > > http://devernay.free.fr/hacks/netlibs.html > > but the method described there does not work -- the library is NOT found

Slatec

2008-12-17 Thread Geza I. Mark
Hi, I'd like to use the Slatec numerical library on Cygwin (under WinXP). I've searched the net but found no definitive answers. There is some hint at http://devernay.free.fr/hacks/netlibs.html but the method described there does not work -- the library is NOT found at the ftp.debian.org si

Re: Cygwin 1.7 domains and home directories

2008-12-17 Thread Corinna Vinschen
On Dec 17 18:09, Corinna Vinschen wrote: > On Dec 17 09:39, Andrew Schulman wrote: > > After a reboot, I ran > > > > strace -o strace.txt c:\cygwin-1.7\bin\bash.exe --login > > > > and observed the error in the shell that started. The strace output is at > > http://home.comcast.net/~aschulman2/c

Re: Cygwin 1.7 domains and home directories

2008-12-17 Thread Corinna Vinschen
On Dec 17 09:39, Andrew Schulman wrote: > After a reboot, I ran > > strace -o strace.txt c:\cygwin-1.7\bin\bash.exe --login > > and observed the error in the shell that started. The strace output is at > http://home.comcast.net/~aschulman2/cygwin-1.7/strace.txt.bz2 . Thanks for the strace. It'

Re: Printing to network printers

2008-12-17 Thread Rick Rankin
> From: Steve Rainbird > "Rick Rankin" wrote in message > > [snip] > > > > Well, by default it does. A couple of (hopefully) obvious questions: Is the > file you're trying to print (PRINT.BALANCES.20081203083027) a simple ASCII > file, > and is the printer (IAS_HP4PBN_A) a postscript printe

Re: Cygwin 1.7 domains and home directories

2008-12-17 Thread Andrew Schulman
After a reboot, I ran strace -o strace.txt c:\cygwin-1.7\bin\bash.exe --login and observed the error in the shell that started. The strace output is at http://home.comcast.net/~aschulman2/cygwin-1.7/strace.txt.bz2 . Andrew. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pr

Re: Setup.exe (v2.609) Primary Group Problem

2008-12-17 Thread Corinna Vinschen
On Dec 17 08:04, Matt Rice wrote: > Matt Rice wrote: >> Corinna Vinschen wrote: >>> On Dec 9 14:14, Matt Rice wrote: My understanding was that when I ran setup.exe, new files would have my primary group (the way I had it set up in /etc/passwd). I was eager to try it out since the cu

[ANNOUNCEMENT] Updated: perl-Error-0.17015-1

2008-12-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new version of perl-Error, 0.17015-1, is now available for use; leaving 0.17014-1 as previous. NEWS: = This is a new upstream release. Upstream changes are attached. See also /usr/share/doc/perl-Error-0.17015/. DESCRIPTION: perl-

Re: Setup.exe (v2.609) Primary Group Problem

2008-12-17 Thread Matt Rice
Matt Rice wrote: Corinna Vinschen wrote: On Dec 9 14:14, Matt Rice wrote: My understanding was that when I ran setup.exe, new files would have my primary group (the way I had it set up in /etc/passwd). I was eager to try it out since the current stable version of setup.exe (v2.573.2.3) would a

Re: Printing to network printers

2008-12-17 Thread Steve Rainbird
"Rick Rankin" wrote in message news:315835.54676...@web65606.mail.ac4.yahoo.com... From: Steve Rainbird "Rick Rankin" wrote in message news:189950.11753...@web65613.mail.ac4.yahoo.com... >> From: Steve Rainbird >> > >> How can I print to a network printer? >> >> I know if its attached t

[1.7] proftpd + anon ftp login error

2008-12-17 Thread SungHyun Nam
Hello, It works fine if I use cygwin-1.5. And error with 1.7. I copied passwd, group, proftpd.conf from cygwin-1.5/etc. And I can ftp login with my usual windows account. But cannot login as anonymous user. failed with anonymous login === [master] ~[23]$ ftp 192.168.10

Re: Cygwin 1.7 domains and home directories

2008-12-17 Thread Corinna Vinschen
On Dec 17 08:44, John Morrison wrote: > On Tue, December 16, 2008 6:10 pm, Christopher Faylor wrote: > > >>I'm *sure* I've seen it without having to reboot. Are you planning > >>another release of the dll soon(ish)? Does cygwin do anything if/when it > >>detects that the dll has changed? I've t

Re: [1.7] Problem - user fstab when username contains a space

2008-12-17 Thread Corinna Vinschen
On Dec 16 22:16, Ken Brown wrote: > I just installed cygwin 1.7 on a computer in which one of the usernames has > a space in it. The first time the user ran Cygwin.bat, she got an error > message involving fstab. (She doesn't remember the precise error message.) > I checked /etc/fstab.d and f

Re: Cygwin 1.7 domains and home directories

2008-12-17 Thread John Morrison
On Tue, December 16, 2008 6:10 pm, Christopher Faylor wrote: >>I'm *sure* I've seen it without having to reboot. Are you planning >>another release of the dll soon(ish)? Does cygwin do anything if/when it >>detects that the dll has changed? I've tried 'touch'ing it, that didn't >>trigger anythi

Re: [ANNOUNCEMENT] [1.7] Updated: coreutils-7.0-1

2008-12-17 Thread Corinna Vinschen
On Dec 16 20:12, Eric Blake wrote: > Most readdir() implementations return files either in creation order or > name order. But what matters for the optimization done by coreutils is > inode order - on file systems where increasing inodes represent increasing > disk positions, then stat'ing files i

Re: [ANNOUNCEMENT] [1.7] Updated: coreutils-7.0-1

2008-12-17 Thread Corinna Vinschen
On Dec 16 21:18, Christian Franke wrote: > Corinna Vinschen wrote: >> 160 drwxrwx---+ 1 corinna vinschen 163840 Dec 16 10:13 bin >> 0 drwxrwx---+ 1 corinna vinschen0 Apr 15 2008 cygdrive >> 0 drwxrwx---+ 1 corinna vinschen0 Apr 30 2008 dev >> 12 drwxrwx---+ 1 co