Re: Install Lame encoder under cygwin

2007-03-10 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 [EMAIL PROTECTED] wrote: > After a Google search, my results did not return a tutorial for > installing lame. One cygwin thread mentioned compiling the lame source > code. Other people mentioned using mplayer, which presents the same > request for a

Install Lame encoder under cygwin

2007-03-10 Thread robert_neville310
I want to develop a simple script for converting wave files to mp3s using the lame encoder. I need too automate the process, which takes to much time with helper applications like iTunes (opening iTunes, import the wave files, convert them, populate the ID3 tags). The script would also take the fi

Re: bash process substitution "<(list)"

2007-03-10 Thread Tom Rodman
On Sat 3/10/07 15:55 MST Eric Blake wrote: > According to Tom Rodman on 3/10/2007 8:14 AM: > > ~ $ /tmp/foo <(echo ABC) > > + test -s /proc/self/fd/63 > > + echo 1 > > > > The 'test -s "$file"' in the test run above should return 0. > > How do you figure? pipes are special file types, and

RE: GCC doesn't create an executable

2007-03-10 Thread Bogus Bill
Dave Korn wrote: > >> http://www.nabble.com/file/7076/cygcheck.out cygcheck.out > " Warning: There are multiple cygwin1.dlls on your path " > > That's a guaranteed disaster zone right there. Looks like you've been > nabbled by some http://cygwin.com/acronyms#3PP. Get rid of these files: >

Re: bash process substitution "<(list)" possible bug

2007-03-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Tom Rodman on 3/10/2007 8:14 AM: > ~ $ /tmp/foo <(echo ABC) > + test -s /proc/self/fd/63 > + echo 1 > > The 'test -s "$file"' in the test run above should return 0. How do you figure? pipes are special file types, and st_size is u

RE: GCC doesn't create an executable

2007-03-10 Thread Dave Korn
On 10 March 2007 21:20, Bogus Bill wrote: >> Also, do you have any of Norton/MacAffee/Symantec antivirus, Logitech >> webcam software, Kerio, Agnitum or ZoneAlarm Personal Firewall, LanDesk, >> or Windows Defender installed? >> > > No, none of those. STOPzilla could in theory cause problems

RE: GCC doesn't create an executable

2007-03-10 Thread Bogus Bill
Dave Korn wrote: > > That's very odd, it should at least have spit out some text. How about > something simpler: does "/usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe > --help" > produce any output at all? > None. > Hmm, it's unusual that you haven't got the top-level 'gcc' package > ins

Re: GCC doesn't create an executable

2007-03-10 Thread Bogus Bill
Norton Allen wrote: > >>> I have the same problem. I tried to compile the requisite "Hello, >>> world!" >>> program, but gcc didn't give any messages, nor generate any output. > > Are you sure this failed, or were you perhaps expecting to find an > executable called hello.exe? The output I g

Re: Cygwin Installtion problem!

2007-03-10 Thread Christopher Faylor
On Sat, Mar 10, 2007 at 02:55:54PM -, Dave Korn wrote: >On 10 March 2007 14:41, seema r j wrote: >> We are upgrading our application with latest cygwin-1.5.24-2 on windows >> 2003. we built cygwin against few changes to the IPC system calls. The >> build was successfull with no errors. But when

bash process substitution "<(list)" possible bug

2007-03-10 Thread Tom Rodman
test script "/tmp/foo", and test run showing the problem: ~ $ cat /tmp/foo #!/bin/bash file=$1 TMPF=$(mktemp /tmp/XX) set -x test -s "$file" || echo $? cp $file $TMPF cat $TMPF ~ $ /tmp/foo <(echo ABC) + test -s /proc/self/fd/63 + echo 1 1 + cp /proc/self/fd/63 /tmp

RE: Cygwin Installtion problem!

2007-03-10 Thread Dave Korn
On 10 March 2007 14:41, seema r j wrote: > Hi All, > We are upgrading our application with latest cygwin-1.5.24-2 on windows > 2003. we built cygwin against few changes to the IPC system calls. The > build was successfull with no errors. But when we made 'make install' we > encountered the followi

Cygwin Installtion problem!

2007-03-10 Thread seema r j
Hi All, We are upgrading our application with latest cygwin-1.5.24-2 on windows 2003. we built cygwin against few changes to the IPC system calls. The build was successfull with no errors. But when we made 'make install' we encountered the following errors. make[3]: *** [cygserver.exe] Error 1 m

Problem with ruby and cygssl-0.9.8.dll

2007-03-10 Thread Geoffrey T. Cheshire
Hi all, I'm getting a conflict on several different machines between ruby and cygssl-0.9.8.dll. Here's an example: 8 [main] ruby 3280 E:\cygwin\bin\ruby.exe: *** fatal error - unable to remap E:\cygwin\bin\cygssl-0.9.8.dll to same address as parent(0x34) != 0x473 9 [main] ruby 3392