Re: error compiling python2-biggles-1.6.4

2004-05-17 Thread Gerrit P. Haase
iwamae wrote: > gcc -shared -Wl,--enable-auto-image-base > build/temp.cygwin-1.5.9-i686-2.3/src/libplot/libplot.o -L/usr/local/lib > -L/usr/X11R6/lib -L/usr/lib/python2.3/config -lplot -lXaw -lXmu -lXt -lSM > -lICE -lXext -lX11 -lpython2.3 -o > build/lib.cygwin-1.5.9-i686-2.3/biggles/libplot/lib

Re: Error compiling glib, help?

2004-05-17 Thread Gerrit P. Haase
Jean wrote: > Le dim 16/05/2004 à 19:20, Jamil a écrit : >> I am trying to compile the latest version of glib under a CYGWIN/WinXP >> using NTFS, but I get errors about function's references. I would >> appreciate if someone would help me fix this problem; here is an error >> report that more clea

Re: How to force Setup.exe to behave?

2004-05-17 Thread Errol Smith
"Lex Ein" <[EMAIL PROTECTED]> wrote: >Please help me figure out how to get Setup.exe to STOP TRYING TO INSTALL >X. >Setup.exe won't stop trying to snag unnecessary components. >What file(s) to I have to edit manually to make this happen? >What can I manually delete? >It's a remote system, so I ca

Re: user-specific mounts

2004-05-17 Thread Baurjan Ismagulov
Hello, Igor! On Fri, May 14, 2004 at 04:14:44PM -0400, Igor Pechtchanski wrote: > I did try it. I should have amended the above with "on my system, mounts > work as expected, with user mounts shadowing the system ones". In fact, > mount actually gives a warning that "system mount point of '/...'

Re: user-specific mounts

2004-05-17 Thread Baurjan Ismagulov
Hello, Igor! I've also tried your "at" suggestion, but couldn't get it to work: C:\> at 13:24 /interactive g:\cygwin\bin\bash -i Added a new job with job ID = 1 C:\> at 1 Task ID: 1 Status:OK Schedule: Today Time of day: 13:24 PM Interactive: Yes Command: g:\cygwin\

RE: cygwin problem

2004-05-17 Thread Richard Campbell
Please just email the list directly, not me personally. Redirected to the list. > I have just read at http://www.cygwin.com/ml/cygwin/2004-02/msg01336.html > that you had a problem with cygwin like: > 28 [main] ? 2608 init_cheap: Couldn't reserve space for cygwin's heap, Win3 >2 error 487 >c:

Problem with pty allocation code, race condition?

2004-05-17 Thread John P. Rouillard
Hello: I have noticed a problem when I start X windows. As part of my startup, I fire up three xterms, but only one of them actually completes and displays a prompt. I believe there may be a race condition in the pty allocation code as the three bash processes all share the same tty. "ps -ef" sho

Re: user-specific mounts

2004-05-17 Thread Igor Pechtchanski
On Mon, 17 May 2004, Baurjan Ismagulov wrote: > Hello, Igor! > > I've also tried your "at" suggestion, but couldn't get it to work: > > C:\> at 13:24 /interactive g:\cygwin\bin\bash -i > Added a new job with job ID = 1 > > C:\> at 1 > > Task ID: 1 > Status:OK > Schedule: Today >

RE: user-specific mounts

2004-05-17 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Igor Pechtchanski > Sent: 17 May 2004 14:36 > Wow! Yes, this does indeed look suspicious. Since I only > have Win2k to > play with, can someone with WinXPPro verify this behavior? > Hopefully it's > a local configuration thing...

sshd as an ordinary user (was: Re: user-specific mounts)

2004-05-17 Thread Baurjan Ismagulov
Hello, I've created a user lokal_sshd to run sshd. I've used the following command: cygrunsrv -I sshd -p /cygdrive/g/cygwin/usr/sbin/sshd -a -D \ -e "CYGWIN=ntsec tty" -d "CYGWIN sshd" -u lokal_sshd -w 123 I had to add lokal_sshd to Administrators and grant it the following privileges: Create a

Re: Problem with pty allocation code, race condition?

2004-05-17 Thread Igor Pechtchanski
On Mon, 17 May 2004, John P. Rouillard wrote: > Hello: > > I have noticed a problem when I start X windows. As part of my > startup, I fire up three xterms, but only one of them actually > completes and displays a prompt. > > I believe there may be a race condition in the pty allocation code as >

Re: user-specific mounts

2004-05-17 Thread Baurjan Ismagulov
Hello, Igor! On Mon, May 17, 2004 at 09:35:34AM -0400, Igor Pechtchanski wrote: > A WAG: "at" runs as LocalSystem (a.k.a. SYSTEM). Does g:\cygwin\bin\bash > have execute permissions for everyone? Also, try making the executable > name "g:\cygwin\bin\bash.exe" instead. Yes, thank you! I think, i

OT: Re: user-specific mounts

2004-05-17 Thread Baurjan Ismagulov
Hello, Dave! On Mon, May 17, 2004 at 02:45:33PM +0100, Dave Korn wrote: > > Wow! Yes, this does indeed look suspicious. Since I only > > have Win2k to > > play with, can someone with WinXPPro verify this behavior? > > Hopefully it's > > a local configuration thing... > > Repeatable here.

Re: Fwd:CYGWIN & CDRECORD

2004-05-17 Thread [EMAIL PROTECTED]
Baurjan wrote: > Could you please keep answers on the list? This would be useful in two > ways: > > 1. Your problems and successes would be archived, perhaps helping the >others in the future. > > 2. The people would know if it worked, and wouldn't waste their time on >an already resolved

RE: Re: user-specific mounts

2004-05-17 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Baurjan Ismagulov > Sent: 17 May 2004 15:09 > Can you also see the garbage after the command line? Looks like a > Windows bug... Yep, although not as much of it. Sometimes it appends an 'l' to the -i option, sometimes it appends a

Re: problems running programs with wGui

2004-05-17 Thread Brian Ford
On Sat, 15 May 2004, Pablo Orduña Fernández wrote: > Taking out the '-mwindows' parameter and running the program under cmd > it gives me this error: > > 89 [main] ? 2024 init_cheap: Couldn't reserve 9194692 bytes of > space for cygwin's heap, Win32 error 487 C:\WINDOWS\Escritorio\New > Folde

OT: Re: Fwd:CYGWIN & CDRECORD

2004-05-17 Thread Baurjan Ismagulov
Hello, Gabriele, On Mon, May 17, 2004 at 04:26:08PM +0200, [EMAIL PROTECTED] wrote: > I've tried to burn a CD with the command "cdrecord -v speed=2 dev=0,6,0 -data > cd_image" > the process works with no errors, but I can't read data from the CD under Windows OS What are the brand and model name

Re: CYGWIN 1.5.9-1 - Is vprintf() not thread safe?

2004-05-17 Thread Brian Ford
On Sun, 16 May 2004, John William wrote: > I'm having problems with a program that uses vprintf() to show error > messages. The program works fine when run as a single-threaded program. When > compiled as a multi-threaded program, the console output of vprintf() is > "interleaved" with output from

Re: Error compiling glib, help?

2004-05-17 Thread Gerrit P. Haase
Jamil schrieb: > However, I can stop feeling that this would be job of the maintainer > of the package. I realize that the product is free, but if the > developers have not been able to realize this error, what would be > the quality of the product they produce? http://nyckelpiga.de/donate.htm

Re: Problem with pty allocation code, race condition?

2004-05-17 Thread Christopher Faylor
On Mon, May 17, 2004 at 09:29:44AM -0400, John P. Rouillard wrote: >Does the last cygwin snapshot contain any code changes in the pty >allocation area? Yes, the very latest snapshot attempts to fix this problem. Please give it a try and report the results here. -- Christopher Faylor

function exported from DLL compiled under Cygwin

2004-05-17 Thread Yu, Ted
I exported the following function from DLL produced by Cygwin: extern "C" int ted( float *data, int rows, int cols ) { return cols; } When I called this function from MSVC, I got exception. When I tried to initialize _impure_ptr in entry function, ld complained: djbfft2d.o(.text+0x1):djbff

RE: function exported from DLL compiled under Cygwin

2004-05-17 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Yu, Ted > Sent: 17 May 2004 17:47 > I exported the following function from DLL produced by Cygwin: > extern "C" int ted( float *data, int rows, int cols ) > { > return cols; > } > When I called this function from MSVC, I got exce

Request for GCC maintainer (DWARF 2)

2004-05-17 Thread Brian Ford
If/When you get around to releasing a new gcc package (presumably 3.4+), please consider including this patch for DWARF 2 support: http://gcc.gnu.org/ml/gcc-patches/2004-04/msg02004.html which has already been approved and committed to the 3.5 branch. It should apply cleanly with minimal effort

Re: Request for GCC maintainer (DWARF 2)

2004-05-17 Thread Christopher Faylor
On Mon, May 17, 2004 at 12:39:30PM -0500, Brian Ford wrote: >If/When you get around to releasing a new gcc package (presumably 3.4+), >please consider including this patch for DWARF 2 support: > >http://gcc.gnu.org/ml/gcc-patches/2004-04/msg02004.html > >which has already been approved and committe

running nmake in rxvt with gnu screen spawns cmd

2004-05-17 Thread Marc Vaillant
Hi, I've recently installed cygwin on an XP box and I am experiencing a problem that never manifested on my 2000 machine. When running rxvt and gnu screen, nmake spawns cmd shells into which stout and sterr are written. Not only is it annoying, but the shells disappear when builds terminate an

g++ include string.h

2004-05-17 Thread Christian Rudiger
Hi there, i'm kind of newbee to c++ programming and try to do my first steps with the gcc in delivered with cygwin. I'd like to include the string.h into my little program but it wasn't found as the compiler doesn't accept my string declarations. here's my program and what the compiler sais: **

matlab and cygwin on xp

2004-05-17 Thread bruno patin
Hi, I've already sent a mail on this topic (see the joined mail). I can't say I advance a lot. So my new question. I'm now trying to see what can happen inside matlab during the crash. I tried strace but nothing occured. I even try purify but for the time being it is a failure. Do you know a to

[OT] RE: g++ include string.h

2004-05-17 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christian Rudiger > Sent: 17 May 2004 19:00 > Hi there, > > i'm kind of newbee to c++ programming and try to do my first > steps with > the gcc in delivered with cygwin. > > I'd like to include the string.h into my little program b

Re: NFS server issue with directory permissions (fwd)

2004-05-17 Thread Pavel Tsekov
Good to hear! May I suggest you to post your findings and maybe a patch (if you have coded one) that works around the issue to the cygwin mailing list. This way the cygwin NFS maintainer would be aware of the problem and fix it for the next NFS server release so that everyone including you can get

Re: cygwin/matlab/xp

2004-05-17 Thread Brian Ford
On Sun, 9 May 2004, bruno patin wrote: > There you're right. What I'm afraid of is that the cygwin code is not > called at all and as it is matlab that calls it I'll be unable to do > that debugging (we'll see). If I arrive to some results I'll let the > list knows if the problem is related to cyg

binutils 20040312-1 : problem linking 16bit x86 code with ld

2004-05-17 Thread Brice VIDDEAU
when I link 16bit code with ld, strangely enough linking is not doing correctly : some symbols are off by two byte when I make a call. here is an example : one coded with .code16, the other without. Tested on a debian it works fine. first one : working, 32bit mode (ld script is home made), putc (

Re: Problem with pty allocation code, race condition?

2004-05-17 Thread Brian Keener
sr/bin/login start CMD /c bin\login.exe start CMD /c bin\login.exe start CMD /c bin\login.exe exit Prior to the current snapshot depending on system load I might or might not get 4 sessions started as they should be with a login prompt. With the current snapshot 20040517 this has worked su

SSCOP and SRGP for Cygwin

2004-05-17 Thread KevinGPO
Am wondering if it's possible to get SRGP and SSCOP for Cygwin/windows? libSSCOP.a and SRGP.a for Cygwin/windows? Cheers guys -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

Re: xemacs shell problem

2004-05-17 Thread Levent Yilmaz
Dave, As a beginner Xemacs-user with hardly any understanding of lisp (yet) I have to make sure that I understand it correctly. You suggest that I should, - Type "M-x eval-expression" - Type "(setq process-connection-type nil) [return]" - Observe that Minibuffer displays: "nil" - Type "M-x shell"