can someone help me with this compilation problem

2007-02-27 Thread Nordine
hello everyone, When compilling makefile: "Gulp program" using G95 under cygwin. I got this error message: /bin///ld: cannot find -lf95 make[1]: *** [gulp_] Error 1 make[1]: Leaving directory `/cygdrive/c/gulpsource/src/{os}' mv: cannot stat `gulp': No such file or directory make: *** [gulp] Err

The SYSTEM user cannot access the mount point /usr/lib

2007-02-27 Thread linux1974
I get the error message above when trying to run cron-config. If i run mount is see the mount point to be there: $ mount C:\cygwin\bin on /usr/bin type user (binmode) C:\cygwin\lib on /usr/lib type user (binmode) C:\cygwin on / type user (binmode) c: on /cygdrive/c type user (binmode,noumount) d

Re: The SYSTEM user cannot access the mount point /usr/lib

2007-02-27 Thread Reini Urban
Yes, the idea I got from this message is that the SYSTEM user cannot access the mount point /usr/lib. That means you need to give this user read-access to /usr/lib /usr/lib usually has read and execute access for everybody. 2007/2/27, linux1974 <[EMAIL PROTECTED]>: I get the error message abov

Re: --enable-auto-image-base for ruby

2007-02-27 Thread Corinna Vinschen
On Feb 26 14:47, Alexander Stigsen wrote: > Hi, > > This is mostly a question for the ruby maintainer (Corinna?). > > Would it be possible to update the ruby package to compile with the > --enable-auto-image-base flag, so we can avoid rebase problems? I can > supply a patch if needed. No worri

Re: The SYSTEM user cannot access the mount point /usr/lib

2007-02-27 Thread Corinna Vinschen
On Feb 27 02:03, linux1974 wrote: > > I get the error message above when trying to run cron-config. > > If i run mount is see the mount point to be there: > > $ mount > C:\cygwin\bin on /usr/bin type user (binmode) > C:\cygwin\lib on /usr/lib type user (binmode)

Re: [ANNOUNCEMENT] The SYSTEM user cannot access the mount point /usr/lib

2007-02-27 Thread linux1974
*** * Warning: User mode mounts detected. This will likely cause * * the service to fail to start. You must have system mode mounts * * in order to run services. Re-run setup and choose 'All Users' * * or consult the FAQ for

[ANNOUNCEMENT] Updated: ruby-1.8.5-3

2007-02-27 Thread Corinna Vinschen
I have updated the version of ruby on cygwin.com to 1.8.5-3. This is an update to the offical latest version of ruby 1.8.5, patchlevel 12. This version is built using the --enable-auto-image-base linker flag, which should alleviate rebase problems. To update your installation, click on the "Ins

Re: can someone help me with this compilation problem

2007-02-27 Thread Christopher Faylor
On Tue, Feb 27, 2007 at 08:13:24AM +, Nordine wrote: >hello everyone, > >When compilling makefile: "Gulp program" >using G95 under cygwin. > >I got this error message: > >/bin///ld: cannot find -lf95 >make[1]: *** [gulp_] Error 1 >make[1]: Leaving directory >`/cygdrive/c/gulpsource/src/{os}' >m

Re: can someone help me with this compilation problem

2007-02-27 Thread Angelo Graziosi
Nordine ??? wrote: > Please gives me some assistance to resolv this problem. > thank you very much. The best solution is to flag your G95/Gulp problems directly to G95 guys: http://www.g95.org/ If you visit that page, you will find useful informations on how to send a bug report and to who. Y

RE: Strange message from updatedb

2007-02-27 Thread Furash Gary
Here's what I run: chmod a=rwx -R /cygdrive/c/cygwin/var updatedb --prunepaths='/cygdrive/c/WINDOWS /cygdrive/e /cygdrive/d /cygdrive/z cygdrive/y /proc /cygdrive/c/System\ Volume\ Information /usr /var /cygdrive/c/Documents and Settings/furashg/Local\ Settings/Temporary\ Internet\ Files /usr/bin

Re: [ANNOUNCEMENT] The SYSTEM user cannot access the mount point /usr/lib

2007-02-27 Thread Larry Hall (Cygwin)
linux1974 wrote: *** * Warning: User mode mounts detected. This will likely cause * * the service to fail to start. You must have system mode mounts * * in order to run services. Re-run setup and choose 'All Users' * * or co

Ambiguous error from ./configure

2007-02-27 Thread Forrest Aldrich
I've been working on building a patched version of SSH. Using the standard configure, it's generating this error: configure:4187: error: C preprocessor "gcc -E" fails sanity check Unfortunately, it seems I can't copy-and-paste from a Cygwin shell window, but the code near 4187 shows: if $ac_pr

Re: Strange message from updatedb

2007-02-27 Thread Phil Edwards
On 2/27/07, Furash Gary <[EMAIL PROTECTED]> wrote: /cygdrive/c/System\ Volume\ Information Quotes and backslashes aren't going to solve the problem, I think. I looked at updatedb (it's a shell script), and the --prunepaths argument is passed through a sed script which replaces spaces in order

RE: Strange message from updatedb

2007-02-27 Thread Furash Gary
So is there anything I can do for win cygwin? -Original Message- From: Phil Edwards [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 11:51 AM To: Furash Gary Cc: cygwin@cygwin.com; [EMAIL PROTECTED] Subject: Re: Strange message from updatedb On 2/27/07, Furash Gary <[EMAIL PRO

Re: /dev/null timing and clock skew problems

2007-02-27 Thread Pedro Alves
Tim Prince escreveu: [EMAIL PROTECTED] wrote: I see this a lot on regular files. I just got this: make: Warning: File `Makefile' has modification time 0.42 s in the future If you are accessing files on another machine, and you aren't using any means for keeping the date clocks synchronized,

Remove user access to local drives?

2007-02-27 Thread Francis
I am running a OpenSSH server for some friends on my machine, and I was hoping to disable access to /cygdrive (local drives.) Is there a way to prevent them from modifying any files also? this is intended just as a SSH tunneling method to get us around some Websense. Francis -- Unsubscribe

Re: Remove user access to local drives?

2007-02-27 Thread Larry Hall (Cygwin)
Francis wrote: I am running a OpenSSH server for some friends on my machine, and I was hoping to disable access to /cygdrive (local drives.) Is there a way to prevent them from modifying any files also? this is intended just as a SSH tunneling method to get us around some Websense. This on

Re: Remove user access to local drives?

2007-02-27 Thread Christopher Faylor
On Tue, Feb 27, 2007 at 07:37:25PM +, Francis wrote: >I am running a OpenSSH server for some friends on my machine, and I was >hoping to disable access to /cygdrive (local drives.) Is there a way to >prevent them from modifying any files also? this is intended just as a >SSH tunneling method t

Re: Strange message from updatedb

2007-02-27 Thread Igor Peshansky
On Tue, 27 Feb 2007, Phil Edwards wrote: > On 2/27/07, Furash Gary <[EMAIL PROTECTED]> wrote: . Thanks. > > /cygdrive/c/System\ Volume\ Information > > Quotes and backslashes aren't going to solve the problem, I think. I > looked at updatedb (it's a s

Re: Strange message from updatedb

2007-02-27 Thread Phil Edwards
On 2/27/07, Igor Peshansky <[EMAIL PROTECTED]> wrote: On Tue, 27 Feb 2007, Phil Edwards wrote: > Quotes and backslashes aren't going to solve the problem, I think. I > looked at updatedb (it's a shell script), and the --prunepaths > argument is passed through a sed script which replaces spaces i

Undefined subroutine in perl debugger only on letter [t]

2007-02-27 Thread Kelvin
Using perl v5.8.7-5 under Cygwin 1.5.24: I'm trying to use the perl debugger and it terminates whenever I want to use the letter 't'. It's the strangest thing. When I press 't' (without and only lowercase) I get: -- Undefined subroutine readline::F_MenuComplete at /usr/

Re: Undefined subroutine in perl debugger only on letter [t]

2007-02-27 Thread Igor Peshansky
On Tue, 27 Feb 2007, Kelvin wrote: > Using perl v5.8.7-5 under Cygwin 1.5.24: > > I'm trying to use the perl debugger and it terminates whenever I want to > use the letter 't'. It's the strangest thing. When I press 't' > (without and only lowercase) I get: > > -- >Undefined

Re: Undefined subroutine in perl debugger only on letter [t]

2007-02-27 Thread Christopher Faylor
On Tue, Feb 27, 2007 at 05:05:25PM -0500, Igor Peshansky wrote: >Check the bindings in your ~/.inputrc... And make sure that this file does not have CRLF line endings. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Do

Re: Undefined subroutine in perl debugger only on letter [t]

2007-02-27 Thread Kelvin
Igor Peshansky wrote: On Tue, 27 Feb 2007, Kelvin wrote: Using perl v5.8.7-5 under Cygwin 1.5.24: I'm trying to use the perl debugger and it terminates whenever I want to use the letter 't'. It's the strangest thing. When I press 't' (without and only lowercase) I get: --

Re: Strange message from updatedb

2007-02-27 Thread Cary Jamison
Phil Edwards wrote: > I'm aware of the restrictions, and I will bet long odds that spaces > show up in filenames far more often than colons (or any other > punctuation commonly used as a separator in pathname lists) are used. > I've not changed my opinion that updatedb is behind the times and is >

[ANNOUNCEMENT] Updated: mathomatic-12.6.10-1

2007-02-27 Thread Reini Urban
A new upstream release with minor feature fixes. Cygwin build changes: none Changes: See http://mathomatic.orgserve.de/changes.txt Allow calculating large powers of complex numbers at the prompt, like (i#+1)^99. Add "set special_variable_character" option. About: Mathomatic is a highly portable

1.7.0 CVS & perl mutex panic

2007-02-27 Thread Brian Ford
FYI $ uname -a CYGWIN_NT-5.1 PC1163-8460-XP 1.7.0(0.166/4/2) 2007-02-26 09:41 i686 unknown unknown Cygwin $ perl --version This is perl, v5.8.7 built for cygwin-thread-multi-64int (with 1 registered patch, see perl -V for more detail) [snip] $ perl -e 'open(x, "ls|")' panic: MUTEX_UNLOCK (1) [u

Re: Strange message from updatedb

2007-02-27 Thread Christopher Faylor
On Tue, Feb 27, 2007 at 04:17:54PM -0700, Cary Jamison wrote: >Phil Edwards wrote: >> I'm aware of the restrictions, and I will bet long odds that spaces >> show up in filenames far more often than colons (or any other >> punctuation commonly used as a separator in pathname lists) are used. >> I've

What does setup selection for DOS vs UNIX actually do?

2007-02-27 Thread Kylo Ginsberg
I have the impression that the DOS vs UNIX selection at setup time merely sets the mount modes (binmode vs textmode) for the default mount points. And nothing else. Is this correct? Thus, there is no difference in behavior under the default mounts with a DOS setup and an explicit textmode mount

Re: What does setup selection for DOS vs UNIX actually do?

2007-02-27 Thread Larry Hall (Cygwin)
Kylo Ginsberg wrote: I have the impression that the DOS vs UNIX selection at setup time merely sets the mount modes (binmode vs textmode) for the default mount points. And nothing else. Is this correct? Correct. Thus, there is no difference in behavior under the default mounts with a DOS

Re: Strange message from updatedb

2007-02-27 Thread Larry Hall (Cygwin)
Christopher Faylor wrote: On Tue, Feb 27, 2007 at 04:17:54PM -0700, Cary Jamison wrote: Phil Edwards wrote: I'm aware of the restrictions, and I will bet long odds that spaces show up in filenames far more often than colons (or any other punctuation commonly used as a separator in pathname list

Re: Strange message from updatedb

2007-02-27 Thread Enrico Forestieri
Furash Gary writes: > > So is there anything I can do for win cygwin? Try replacing spaces ' ' with dots '.' in the paths specified with --prunepaths. In a regexp a dot matches any character. -- Enrico -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Cernlib with Cygwin 1.5.24

2007-02-27 Thread nautilus42 42
Hi, I've had some difficulty running the Cernlib package on Cygwin. In the past I was able to make the package work by simply installing the precompiled binaries at http://zyao.home.cern.ch/zyao/cernlib.html However, a few days ago I did a fresh install of Cygwin and now I cannot get the Cernlib

animated gif

2007-02-27 Thread garbicha
Hi, I'm a kind of new to cygwin and gnu .I want to make an animated gif/png movie using gnuplot. Can someone help me with that? thanks a lot -- View this message in context: http://www.nabble.com/animated-gif-tf3307083.html#a9198800 Sent from the Cygwin Users mailing list archive at Nabbl