Andrey Repin wrote:
Greetings, Timothy Madden!
I would like to write a php script to run from my cygwin command line.
I have the php CLI executable (php.exe) in PATH and I use
#!/bin/env php
as the first line of the .php script, and make it executable.
Dearly use Windows native versi
> > In order to replicate my build you need to install latest version of the
> > grib_api library
> > (http://www.ecmwf.int/products/data/software/download/grib_api.html)
> > and istall it with jasper
>
> What is "jasper"? Wikipedia lists four entirely different open source
> projects by that
> Thanx a lot, Marco for takng time!
>
> In order to replicate my build you need to install latest version of the
> grib_api library
> (http://www.ecmwf.int/products/data/software/download/grib_api.html)
> and istall it with jasper
>
> tar xvfz grib_api-1.9.9.tar.gz
> ./configure [--with-jasper=
On Nov 9 22:18, Leon Vanderploeg wrote:
> Many thanks to Charles and Corinna for the help. I have modified the
> code to use the POSIX functions. I still have one problem I cannot
> seem to conquer.
>
> I need to be able to read and write the (yes, I know it's evil)
> archive bit. Unless the
On Nov 9 19:14, Yaakov (Cygwin/X) wrote:
> On Wed, 2011-11-09 at 16:50 +0100, Corinna Vinschen wrote:
> > On Nov 9 09:45, Jeremy Bopp wrote:
> > > On 11/9/2011 09:29, Corinna Vinschen wrote:
> > > > I'm surprised that we don't have php in the Cygwin distro. Did nobody
> > > > try to port php to
On Nov 10 10:58, Corinna Vinschen wrote:
> On Nov 9 22:18, Leon Vanderploeg wrote:
> > Many thanks to Charles and Corinna for the help. I have modified the
> > code to use the POSIX functions. I still have one problem I cannot
> > seem to conquer.
> >
> > I need to be able to read and write t
Christopher Faylor wrote:
On Tue, Nov 01, 2011 at 02:50:35PM -0700, Dave wrote:
Jon:? Thanks for the?pointers to the fork() problem faqs.? That and a bit of
googling led?me to give rebaseall a try, and
that appears to have cured my issue.? (For others, instructions can be found at
http://www.h
On 10.11.2011 03:27, Andrey Repin wrote:
Greetings, Timothy Madden!
I would like to write a php script to run from my cygwin command line.
I have the php CLI executable (php.exe) in PATH and I use
#!/bin/env php
as the first line of the .php script, and make it executable.
Dearly use
Greetings, Timothy Madden!
> As Linda said, I would like to be able to execute my new script from a
> cygwin prompt and from a sh script, with a command like
> parseLog.php/logfile/
Fine.
> For this to work, I think I need the shebang line.
For cygwin, seems so.
> So I tried "#! ph
Version 0.8.9-3 of "rtorrent" has been uploaded.
rtorrent is an ncurses based bittorrent client. It is ideal for use
with screen or dtach. It supports saving of sessions and allows
the user to add and remove torrents.
This release addresses a packaging error in the '-2' release.
**
Dear Corinna, Dear Christopher, Dear Cygwin mailing list!
A couple of days ago, I had serious problems finding the appropriate
DLLs for a recent Win32-port of Jörg Schillings famous CDRTools.
The port done by Thomas Plank available at
http://www.student.tugraz.at/thomas.plank/cdrtools-3.01a06-win3
On Wed, Nov 09, 2011 at 10:43:42PM +0100, Dr. Torsten K?hn wrote:
>Dear Corinna, Dear Christopher, Dear Cygwin mailing list!
If anyone responds to this please excise the private email messages when
doing so. I don't want this cluttering my inbox and I know that
Corinna doesn't either.
--
Problem
Thought it may be worthwhile to point out the following setup.exe
errors in case they indicate a problem that wants to be addressed.
--Ken Nellis
$ ./setup --help
Starting cygwin install, version 2.738
io_stream_cygfile: fopen(/etc/setup/net-proxy-host) failed 2 No such
file or directory
io_strea
On 11/9/2011 15:43, Dr. Torsten Kühn wrote:
A couple of days ago, I had serious problems finding the appropriate
DLLs for a recent Win32-port of Jörg Schillings famous CDRTools.
The port done by Thomas Plank available at
http://www.student.tugraz.at/thomas.plank/cdrtools-3.01a06-win32-bin.zip
is
On 11/9/2011 11:43 PM, Ryan Johnson wrote:
Hi all,
There's a somewhat annoying behavior in setup.exe when installing
packages in 'keep' mode: all dependencies selected by things which would
have been installed in 'Curr' mode still try to download. Often I can
tell that they're spurious and just
On 11/9/2011 11:43 PM, Ryan Johnson wrote:
Hi all,
There's a somewhat annoying behavior in setup.exe when installing
packages in 'keep' mode: all dependencies selected by things which would
have been installed in 'Curr' mode still try to download. Often I can
tell that they're spurious and just
On Thu, Nov 10, 2011 at 02:23:28AM -0800, Linda Walsh wrote:
>Christopher Faylor wrote:
>
>> On Tue, Nov 01, 2011 at 02:50:35PM -0700, Dave wrote:
>>> Jon:? Thanks for the?pointers to the fork() problem faqs.? That and a bit
>>> of googling led?me to give rebaseall a try, and
>>> that appears to h
On 10/11/2011 16:14, Nellis, Kenneth wrote:
> Thought it may be worthwhile to point out the following setup.exe
> errors in case they indicate a problem that wants to be addressed.
> --Ken Nellis
Thanks for mentioning it. They aren't significant, and it's only an
inadvertent side-effect of the
Hello,
I try to build a program with g++ under Cygwin. I added this libraries to the
linker:
-lcygboost_system
-lcygboost_thread
-lcygboost_iostreams
-lcygboost_regex
-lcygboost_program_options
-lboost_exception
-lcygboost_filesystem
-llapack
-lcblas
-lf77blas
-latlas
-lgfortran
-lhdf5_cpp
-lhdf5
On 11/10/2011 9:39 PM, Kraus Philipp wrote:
Hello,
I try to build a program with g++ under Cygwin. I added this libraries to the
linker:
-lcygboost_system
-lcygboost_thread
-lcygboost_iostreams
-lcygboost_regex
-lcygboost_program_options
-lboost_exception
-lcygboost_filesystem
-llapack
-lcblas
On 2011-11-10 20:39Z, Kraus Philipp wrote:
>
> I try to build a program with g++ under Cygwin. I added this libraries to the
> linker:
> -lcygboost_system
Shouldn't that be '-lboost_system'? Run 'info ld' and search for
'--dll-search-prefix': 'cyg-' is a typical default prefix that
the '-l' opti
On 2011-11-10 22:04:33 +0100, Marco Atzeri said:
On 11/10/2011 9:39 PM, Kraus Philipp wrote:
Hello,
I try to build a program with g++ under Cygwin. I added this libraries
to the linker:
-lcygboost_system
-lcygboost_thread
-lcygboost_iostreams
-lcygboost_regex
-lcygboost_program_options
-lboo
On 2011-11-10 22:11:48 +0100, Greg Chicares said:
On 2011-11-10 20:39Z, Kraus Philipp wrote:
I try to build a program with g++ under Cygwin. I added this libraries
to the linker:
-lcygboost_system
Shouldn't that be '-lboost_system'? Run 'info ld' and search for
'--dll-search-prefix': 'cyg-
Hi all,
I just installed a big mess of windows updates and rebooted, and ever
since emacs seems to have trouble with subprocesses: when attempting to
read mercurial revision info for a file or running make, it sometimes
freezes for 5-10 seconds without doing anything at all (no disk, no
cpu),
On 11/10/2011 5:10 PM, Ryan Johnson wrote:
Hi all,
I just installed a big mess of windows updates and rebooted, and ever
since emacs seems to have trouble with subprocesses: when attempting to
read mercurial revision info for a file or running make, it sometimes
freezes for 5-10 seconds without
Hi
New versions of 'libfpx/libfpx1/libfpx-devel' have been uploaded to a server
near you.
o Build for cygwin 1.7.9 with gcc-4.5.3
libfpx NEWS:
===
2011-09-09 1.3.1 Chris Madison
* Update with latest automake / autoconf.
2009-07-14 1.3.0 Chris Madison
* Update
Hi
New versions of 'lcms2/liblcms2_2/liblcms2-devel' have been uploaded to a
server near you.
o Initial release (can be installed together with lcms/liblcms1/liblcms-devel)
o Build for cygwin 1.7.9 with gcc-4.5.3
lcms2 NEWS:
===
2.2 Maintenance release
---
2.1 M
On 2011-11-10 21:22Z, Philipp Kraus wrote:
> On 2011-11-10 22:11:48 +0100, Greg Chicares said:
>
>> On 2011-11-10 20:39Z, Kraus Philipp wrote:
>>>
>>> undefined reference to `_WinMain@16'
>>> collect2: ld returned 1 exit status
>>
>> Does this thread
>> http://cygwin.com/ml/cygwin/2011-10/thre
On 10/11/2011 5:21 PM, Ken Brown wrote:
On 11/10/2011 5:10 PM, Ryan Johnson wrote:
Hi all,
I just installed a big mess of windows updates and rebooted, and ever
since emacs seems to have trouble with subprocesses: when attempting to
read mercurial revision info for a file or running make, it so
On Thu, Nov 10, 2011 at 7:36 PM, Ryan Johnson
wrote:
>>
>> Have you disabled Windows Defender?
>
> !!! It silently reinstalled itself at some point, or (just as likely) it
> just lied about leaving the first time. Stopped, disabled, rebooted, all is
> well.
>
> Does anybody know how to really
Hi
A new version of 'enscript' has been uploaded to a server near you.
o Rebuild for cygwin 1.7.9 with gcc-4.5
CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:
http://cygwin.
Hi
New versions of 'ghostscript/libgs9/libgs-devel' have been uploaded to a server
near you.
o Build for cygwin 1.7.9 with gcc-4.5.3
o Upgrade to latest upstream
ghostscript NEWS:
===
o http://www.ghostscript.com/News.html
CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
Hi,
I am trying to run the cygwin port of Xemacs on Windows XP without a
console window.
I tried this command but the window didn't appear. However I could see
the process running in TaskManager.
>c:\cygwin\bin\run.exe /usr/bin/xemacs
Then tried this version of the command and it worked.
>c:\cygw
Package: Unknown package
inetutils.sh exit code 1
xinetd.sh exit code 1
$ cygcheck -s -v -r > cygcheck.out
/usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32 error 5
Access is denied.
/usr/bin/cygrunsrv: warning: OpenService failed for 'ose': Win32 error 5
Access is denied.
34 matches
Mail list logo