[GnuWin32-Users] [gnuwin32 - Help] RE: Installed okay; why can't I use the commands

2011-07-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4599409 By: keithmarshall If you've installed in c:\gnuwin32\bin, why add C:\Program Files\GnuWin32\bin to %PATH%? You should append the directory where you installed: PATH=%PATH%;C

[GnuWin32-Users] [gnuwin32 - Help] Installed okay; why can't I use the commands

2011-07-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4599409 By: divades Running on a PC. Download gnuwin32. in the C:/gnuwin32/bin I see the command I want to use. It is cat.exe I added the following environment var to System Properties

[GnuWin32-Users] [gnuwin32 - Help] RE: problem about GSL

2011-06-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1313047 By: raysatiro dlls built for mingw and visual studio 2010 sp1 versions here: https://sourceforge.net/projects/getgnuwin32/files/getgnuwin32/test%20builds

[GnuWin32-Users] [gnuwin32 - Help] RE: problem about GSL

2011-06-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1313047 By: julia1234 Hi! I have a similar problem, my program compiled, linked successfully, but have a run problem: Unhandled exception : Access violation writing location. I have

[GnuWin32-Users] [gnuwin32 - Help] RE: problem about GSL

2011-06-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1313047 By: mz2ptc0 On Windows XP systems when you link to a .dll you usually use an import library. I don't know anything about Dev C++ or what compiler it uses. Your import library could

[GnuWin32-Users] [gnuwin32 - Help] RE: if (substr($1, 1, 3) == 123)...

2011-05-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4550522 By: reggie27 Whoo, lordy. I'll have to set aside some time to digest this. But thank you, again. I appreciated

[GnuWin32-Users] [gnuwin32 - Help] RE: if (substr($1, 1, 3) == 123)...

2011-05-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4550522 By: reggie27 Thanks again, Ray. I'm going to get one of those Buddha statues, write raysatiro in magic marker on it, and light a candle in front of it. I read about the back slashes

[GnuWin32-Users] [gnuwin32 - Help] RE: if (substr($1, 1, 3) == 123)...

2011-05-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4550522 By: mz2ptc0 quoteI kept thinking, What am I escaping from? If it's not too much bother, Why don't I need the escape back slashes for numerics? /quote If you read the manual, numeric

[GnuWin32-Users] [gnuwin32 - Help] RE: 'sed' is not recognized as an internal...

2011-05-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4549696 By: raysatiro You could call the program directly, for example if you have sed.exe in C:\Program Files\gnustuff\bin C:\Program Files\gnustuff\bin\sed.exe s/whitesox/White Sox/g

[GnuWin32-Users] [gnuwin32 - Help] RE: 'sed' is not recognized as an internal...

2011-05-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4549696 By: reggie27 Ray, after a bit of stumbling around, playing with single quotes and double quotes, and restarting my PC, I got everything you suggested to work. Your graphic

[GnuWin32-Users] [gnuwin32 - Help] if (substr($1, 1, 3) == 123)...

2011-05-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4550522 By: reggie27 I just downloaded the gawk utility today to run commands in DOS on my PC. I can get a SUBSTR for numeric values to work in an IF statement, but I can't get alpha

[GnuWin32-Users] [gnuwin32 - Help] RE: if (substr($1, 1, 3) == 123)...

2011-05-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4550522 By: raysatiro You need to use the backslash character to escape the quotes. gawk {if (substr($1,1,3) == \Sun\) print $0} abc.txt

[GnuWin32-Users] [gnuwin32 - Help] 'sed' is not recognized as an internal...

2011-05-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4549696 By: reggie27 I'm no PC jockey. I just use it to get other stuff done, so bear with me. I downloaded the GNUWin sed package so that I could run sed at the DOS command prompt. When I

[GnuWin32-Users] [gnuwin32 - Help] RE: recode binary

2011-05-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1335359 By: ptandler Thanks for your reply! It's a pity if recode is not maintained anymore, it's such a handy tool! A colleague pointed me at a Windows binary of recode.exe that is included

[GnuWin32-Users] [gnuwin32 - Help] RE: recode binary

2011-05-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1335359 By: mz2ptc0 I am not sure that `recode' is being currently maintained by anybody. One project that comes to mind if unicode representations are involved is `libunistring'. Of course

[GnuWin32-Users] [gnuwin32 - Help] RE: recode binary

2011-05-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1335359 By: ptandler Is there any news on the recode binary package? Or is there a good alternative tool as powerful as recode? Thanks, PT

[GnuWin32-Users] [gnuwin32 - Help] RE: How to use bunzip2? new

2011-05-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4515924 By: noufmks [code]Thank you very much... I appreciate your replies... You were right, the OP doesn't have permission for the directory in which I was trying to save the output file

[GnuWin32-Users] [gnuwin32 - Help] RE: How to use bunzip2? new

2011-05-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4515924 By: keithmarshall Sorry, I was forgetting that gzip, bzip2, lzma, xz and friends default to compressing/decompressing in place, (i.e. overwriting the original file with the compressed

[GnuWin32-Users] [gnuwin32 - Help] RE: How to use bunzip2? new

2011-05-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4515924 By: keithmarshall It really shouldn't matter whether the read-only attribute is set for the input file (enwiki.bz2), or not. That shouldn't raise a permission denied exception

[GnuWin32-Users] [gnuwin32 - Help] RE: How to use bunzip2? new

2011-05-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4515924 By: mz2ptc0 In the documentation it mentions the -k switch which might help. There is no need to change the file attribute of the input file in this case. (On Windows a read-only file

[GnuWin32-Users] [gnuwin32 - Help] How to use bunzip2? new

2011-05-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4515924 By: noufmks Hello, I tried to use the bunzip2 command from the Command Prompt and I had the following message: bunzip2: I/O or other error, bailing out. Possible reason follows

[GnuWin32-Users] [gnuwin32 - Help] RE: hp2xx fails in windows 7

2011-04-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4425351 By: shinysurfer jay, I have downloaded your files and I am attempting a compile with tif support. I have to_tif.c but it is referencing tiffio.h, which I can't seem to find anywhere

[GnuWin32-Users] [gnuwin32 - Help] RE: hp2xx fails in windows 7

2011-04-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4425351 By: mz2ptc0 I have the Gnuwin tiff package installed (version 3.8.2) but you may want to build the latest version (3.9.4) yourself. The development header files are included

[GnuWin32-Users] [gnuwin32 - Help] RE: hp2xx fails in windows 7

2011-04-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4425351 By: shinysurfer thanks Allan. I just found tiff-3.7.2-src.zip. This matches the version of the tiff dll we are using on XP (libtiff3.dll ver .7.2.1953). Anyway, I was able

[GnuWin32-Users] [gnuwin32 - Help] RE: hp2xx fails in windows 7

2011-03-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4425351 By: raysatiro I started writing a tmpfile() replacement. I didn't have a chance yet to look into why hp2xx might be failing on Windows 7 x64. What you can do is try changing

[GnuWin32-Users] [gnuwin32 - Help] RE: hp2xx fails in windows 7

2011-03-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4425351 By: raysatiro Compiling hp2xx in mingw required some changes if I remember right. I had to make a makefile for it. My version had png support but not tiff. It's old though like two

[GnuWin32-Users] [gnuwin32 - Help] hp2xx fails in windows 7

2011-03-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4425351 By: shinysurfer hp2xx is failing to run on Windows 7. I believe it is this line in hp2xx.c that fails: if ((pg-td = tmpfile()) == NULL) The temp file IS actually created

[GnuWin32-Users] [gnuwin32 - Help] RE: Permission Denied when lau...

2011-03-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4417725 By: mz2ptc0 [quote]If I launch ed as a plain user (UAC enabled) under Vista, it prints the message Permission Denied and then exits. It works when I run it from a command prompt

[GnuWin32-Users] [gnuwin32 - Help] RE: Permission Denied when lau...

2011-03-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4417725 By: raysatiro This is not a manifest issue, it is an issue with the function that creates a random temp file for ed. It appears the function does not check the environment for TEMP

[GnuWin32-Users] [gnuwin32 - Help] Permission Denied when lau...

2011-03-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4417725 By: dannel If I launch ed as a plain user (UAC enabled) under Vista, it prints the message Permission Denied and then exits. It works when I run it from a command prompt

[GnuWin32-Users] [gnuwin32 - Help] RE: shuf in gnuwin32?

2011-03-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4396225 By: lennycz Thank you, guys! Finally I decided to solve the problem by moving everything into a Perl script. Without using any modules (not even warnings--of course, I'm not living

[GnuWin32-Users] [gnuwin32 - Help] RE: shuf in gnuwin32?

2011-03-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4396225 By: mz2ptc0 [quote]Hi guys, I could not find shuf in GnuWin32, so I assume it hasn't been not ported to win (yet?) Do you have any tip to achieve the same functionality? What I

[GnuWin32-Users] [gnuwin32 - Help] RE: shuf in gnuwin32?

2011-03-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4396225 By: raysatiro Later versions of sort have a random sort option: -R, --random-sort sort by random hash of keys --random-source=FILEget random bytes from FILE I

[GnuWin32-Users] [gnuwin32 - Help] RE: find.exe

2011-02-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1832242 By: feiyunw I confirmed this bug on my Win 7 x64 machine. Here is another example: http://stackoverflow.com/questions/3995493/gnuwin32-find-exe-expands-wildcard-be fore-performing

[GnuWin32-Users] [gnuwin32 - Help] dmidecode has been updated to 2.11

2011-01-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4084474 By: crysyx Hello. i just notices that dmidecode has been updated to version 2.11, any help to get a windows version ? Thanks in adavnce! [url]http://download.savannah.gnu.org

[GnuWin32-Users] [gnuwin32 - Help] Sed 4.2.1 incorrect version number

2011-01-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4059928 By: mz2ptc0 I installed the binaries/documentation for Sed 4.2.1; thanks for the update. When I peruse the source code in sed-4.2.1-src.zip though I found an error in the resource

[GnuWin32-Users] [gnuwin32 - Help] RE: incorrect md5sum of file libgw32c-lib.zip

2010-12-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4006727 By: stephanhennig To add two other files with wrong MD5: diffutils-2.8.7-1-dep.zip make-3.81-dep.zip Best regards, Stephan Hennig

[GnuWin32-Users] [gnuwin32 - Help] SFTP and SSH

2010-12-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4008983 By: garyfurash I'm greatful to the project people for keeping up GnuWin32, so... it would be great if you could add SFTP and SSH (telnet). Very common utilities (at least I use them

[GnuWin32-Users] [gnuwin32 - Help] Caps locks when searching in less adds odd ch

2010-11-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3946939 By: kevinarpe Hi, Great package. I am really impressed. Thank you. I have noticed when running less (pipe some results into it)... then searching with forward slash... If I press

[GnuWin32-Users] [gnuwin32 - Help] RE: wget: unable to resolve host address

2010-11-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3937992 By: mz2ptc0 [quote]I downloaded wget from here http://users.ugent.be/~bpuype/wget/, MS Visual C++ and linked with OpenSSL 0.9.8k. Probably the problem is in OpenSSL 0.9.8k part

[GnuWin32-Users] [gnuwin32 - Help] RE: wget: unable to resolve host address

2010-11-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3937992 By: d731704 I downloaded wget from here http://users.ugent.be/~bpuype/wget/, [b]MS Visual C++ and linked with OpenSSL 0.9.8k[/b]. Probably the problem is in OpenSSL 0.9.8k part

[GnuWin32-Users] [gnuwin32 - Help] wget: unable to resolve host address

2010-11-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3937992 By: d731704 I'm using [b]GNU Wget 1.11.4 for Windows[/b]. It seems that [b]wget cannot download from https://[/b] links in my case, but it works for http://, for instance: [code] C

[GnuWin32-Users] [gnuwin32 - Help] RE: wget: unable to resolve host address

2010-11-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3937992 By: mz2ptc0 wget uses Openssl for secure connections so you might be better able to troubleshoot this if you have a standalone version of Openssl installed. I find it helpful to use

[GnuWin32-Users] [gnuwin32 - Help] Running 'patch' in Windows 7 opens a c...

2010-11-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3928747 By: wwp Hi there, I noticed that the GNUwin32 patch command opens up an extra console when it runs in a console in Windows 7 (seven) or Server 2008, it is unusable under

[GnuWin32-Users] [gnuwin32 - Help] Build a DLL from source

2010-10-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3920531 By: jay-t How do I build a DLL from the source (version 2.4.3)? If I do a normal make only the .a and .la files are build, but no DLL. How do I build a DLL

[GnuWin32-Users] [gnuwin32 - Help] RE: Build a DLL from source

2010-10-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3920531 By: jay-t Im talking about freetype library 2.4.3. I will try this. _ You are receiving this email

[GnuWin32-Users] [gnuwin32 - Help] Help extracting lines from text files

2010-10-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3896831 By: bkmunger I am trying to use gawk to extract a set of lines from a text file. The limes start with a certain identifier but are not always at the same line numbers in the file

[GnuWin32-Users] [gnuwin32 - Help] patch created by diff cant be applied w patch

2010-10-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3877370 By: kongomongo Hi, I tried using diff/patch to create a patch that I will be constantly applying against new versions downloaded via svn. I created a patch by using diff -u -r

[GnuWin32-Users] [gnuwin32 - Help] RE: patch created by diff cant be applied w patch

2010-10-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3877370 By: kongomongo Hmmm, seems like i was using the wrong -p option in patch... _ You are receiving

[GnuWin32-Users] [gnuwin32 - Help] RE: Updated Tar?

2010-09-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3867898 By: raysatiro You'll have to use bzip2 -d to decompress the file manually. I had a similar problem when I ported sort 7.6. Windows can't fork like nix and so there was no easy way

[GnuWin32-Users] [gnuwin32 - Help] Updated Tar?

2010-09-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3867898 By: va7srt I have an installation program that depends on Tar having the -j switch? The --help from the Tar build in the GnuWin32 archives doesn't list it. Is it possible an updated

[GnuWin32-Users] [gnuwin32 - Help] RE: patch not working in Vista

2010-09-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1926465 By: sunek1 Yes I applied the workaround, but it didn't take immediately. It works after rebooting

[GnuWin32-Users] [gnuwin32 - Help] RE: patch not working in Vista

2010-09-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1926465 By: sunek1 Unfortunately this does not work on 64-bit Vista. After adding the patch, running patch results in a prompt saying (loosely translated from Swedish) The requested action

[GnuWin32-Users] [gnuwin32 - Help] RE: Newbie Question: Where Are the Executables?

2010-09-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3830669 By: alanf00 If your keyboard does not have the Windows key anyware try looking in the Start Menu for System Tools|System Information|Environment Variables which is another way

[GnuWin32-Users] [gnuwin32 - Help] RE: Writing to huge files a.k.a. oflag=nonblock

2010-09-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3836881 By: mz2ptc0 Since this task cannot be accomplished practically by using DD.exe directly I suggest you try using drive imaging software, specifically Clonezilla: http://clonezilla.org

[GnuWin32-Users] [gnuwin32 - Help] Writing to huge files a.k.a. oflag=nonblock

2010-09-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3836881 By: chrismunich Hi folks, first of all: great set of tools and thanks to all developers and contibutors. I'm currently working with dd.exe from the coreutil package to write

[GnuWin32-Users] [gnuwin32 - Help] RE: Writing to huge files a.k.a. oflag=nonblock

2010-09-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3836881 By: raysatiro You have an image file of your linux drive on your windows box? If I was doing testing like that I would boot the image in a virtual machine. I like vmware workstation

[GnuWin32-Users] [gnuwin32 - Help] RE: Newbie Question: Where Are the Executables?

2010-09-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3830669 By: mz2ptc0 If your keyboard does not have the Windows key anyware try looking in the Start Menu for System Tools|System Information|Environment Variables which is another way to edit

[GnuWin32-Users] [gnuwin32 - Help] RE: Newbie Question: Where Are the Executables?

2010-09-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3830669 By: alanf00 mz2pct0 wrote: The easiest way to use the tools is to add them to your search path using the `PATH' environment variable, usually by prepending the /bin folder to your

[GnuWin32-Users] [gnuwin32 - Help] RE: Newbie Question: Where Are the Executables?

2010-09-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3830669 By: alanf00 favna wrote: c:\program files\gnuwin32\bin no doubt it gets mentioned while you install it. or is findable by looking in program files, for the aptly named directory

[GnuWin32-Users] [gnuwin32 - Help] RE: Newbie Question: Where Are the Executables?

2010-08-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3830669 By: favna c:\program files\gnuwin32\bin no doubt it gets mentioned while you install it. or is findable by looking in program files, for the aptly named directory gnuwin32, and see

[GnuWin32-Users] [gnuwin32 - Help] RE: Newbie Question: Where Are the Executables?

2010-08-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3830669 By: favna alanf00 wrote: am I missing something @alanf00: yes, you are missing something. You didn't know they are command line tools. It could be these tools are not for you

[GnuWin32-Users] [gnuwin32 - Help] Newbie Question: Where Are the Executables?

2010-08-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3830669 By: alanf00 I just discovered GnuWin, have downloaded and installed a couple of tools via the setup programs on my Win XP machine. Various doc files get installed in the Start Menu

[GnuWin32-Users] [gnuwin32 - Help] RE: Newbie Question: Where Are the Executables?

2010-08-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3830669 By: mz2ptc0 The easiest way to use the tools is to add them to your search path using the `PATH' environment variable, usually by prepending the /bin folder to your PATH variable

[GnuWin32-Users] [gnuwin32 - Help] RE: Which confusion...

2010-08-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3823431 By: gnuwin32 Then you must have a much older which, not from GnuWin. _ You are receiving

[GnuWin32-Users] [gnuwin32 - Help] RE: grep --color bug

2010-08-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3796156 By: keithmarshall I would assume that an update to version 2.63 from the current 2.54 version might help. Maybe; maybe not. It works fine for me, with my MSYS version of grep

[GnuWin32-Users] [gnuwin32 - Help] RE: [Crash] Command df on W2k8 Server

2010-08-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3730305 By: keithmarshall This probably isn't the best place to discuss MSYS features, because MSYS is maintained by the MinGW Project, not the GnuWin32 Project to which this forum relates

[GnuWin32-Users] [gnuwin32 - Help] RE: grep --color bug

2010-08-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3796156 By: mz2ptc0 I am no expert on DJGPP version 2 internals but it works just like the old DOS programs in command line mode. It may use the MS terminal control layers or it may use its

[GnuWin32-Users] [gnuwin32 - Help] grep --color bug

2010-08-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3796156 By: comancheclaws Using grep with --color doesn't work. For example, the following command doesn't show the search in red (which is the default): grep -r -n --color=always test

[GnuWin32-Users] [gnuwin32 - Help] RE: grep --color bug

2010-08-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3796156 By: mz2ptc0 I tried your test case with DJGPP 2.04 beta `grep' 2.63 and it seems to work as expected. I would assume that an update to version 2.63 from the current 2.54 version might

[GnuWin32-Users] [gnuwin32 - Help] RE: tee error on Win7x64 w/ sys vars in file name

2010-07-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3762080 By: keithmarshall This isn't a bug in tee! It's because the substitution of %TIME% results in an invalid file name: echo %DATE%-%TIME%.log Wed 07-07-2010- 9:31:07.18.log Two

[GnuWin32-Users] [gnuwin32 - Help] tee error on Win7x64 w/ sys vars in file name

2010-07-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3762080 By: robi2106 When using tee on the command line of Win7x64 I get an error if the pipped file uses a system variable such as %TIME% Usage: c:\dev\project\ant build_all c:\bin\tee.exe

[GnuWin32-Users] [gnuwin32 - Help] MS security model : DEP, ASLR not enabled ?

2010-07-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3760925 By: mz2ptc0 Secunia has made a blog entry about open source applications not implementing all the MS security features: http://secunia.com/blog/105 . When you build for Windows XP

[GnuWin32-Users] [gnuwin32 - Help] RE: win-bash question.

2010-06-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3752336 By: cardinalbill Solution: The executable win-bash.exe was renamed wb.exe (less typing on my part). From inside the first script instead of just having a line that said

[GnuWin32-Users] [gnuwin32 - Help] RE: expr problem.

2010-06-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3752329 By: cardinalbill Solution: I finally found, via google, where someone said to use somevariable=$((10*100)), without quotes but it does require the double set of parentheses

[GnuWin32-Users] [gnuwin32 - Help] expr problem.

2010-06-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3752329 By: cardinalbill I am unable to multiply via expr. I've tried \*, *, '*', and plain old * (which is a big mistake). I have this working under bash on my linux machine and once upon

[GnuWin32-Users] [gnuwin32 - Help] win-bash question.

2010-06-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3752336 By: cardinalbill I would like to call a script from within a script. Failing that I'd like to take those scripts and make them functions, which would require functions calling

[GnuWin32-Users] [gnuwin32 - Help] RE: [Crash] Command df on W2k8 Server

2010-06-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3730305 By: mz2ptc0 Try a fresh build with MSYS/MinGw. If the package was built too long ago that may be the problem. There is also MSYS' own version of coreutils which may work for you

[GnuWin32-Users] [gnuwin32 - Help] Setup links on pkgs web pa...

2010-06-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3730676 By: mizzouece Every Setup link on the GnuWin packages download web page is currently broken. Clicking on a Setup link yields a 404 error on the web server: [url=http://gnuwin32

[GnuWin32-Users] [gnuwin32 - Help] RE: Setup links on pkgs web pa...

2010-06-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3730676 By: lowella If memory serves, this has existed for some time. It appears the problem is that the setup links on the GnuWin Packages page need to be changed from http://gnuwin32

[GnuWin32-Users] [gnuwin32 - Help] Downloading only changed files

2010-05-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3721906 By: brundleflyguy Hi there, I've looked through the forums without finding an answer to this. When using the Windows version of wget, can I tell it to only download the file

[GnuWin32-Users] [gnuwin32 - Help] RE: Downloading only changed files

2010-05-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3721906 By: brundleflyguy Looks like I'm a moron. :) The -N switch appears to do it. Sorry. _ You

[GnuWin32-Users] [gnuwin32 - Help] gawk treats pipe FS-delimiters inconsistently

2010-05-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3707582 By: tridsisme Hi there I'm using gawk 3.1.6 to parse some output from [b]isql [/b](Sybase) that looks like the following: [code] |data_type|type_name |precision |length

[GnuWin32-Users] [gnuwin32 - Help] RE: gawk treats pipe FS-delimiters inconsistently

2010-05-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3707582 By: raysatiro no that is not a bug. you have to escape twice like this [code]FS= *\\| *;[/code] for more information read this http://www.gnu.org/software/gawk/manual/gawk.html

[GnuWin32-Users] [gnuwin32 - Help] RE: gawk treats pipe FS-delimiters inconsistently

2010-05-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3707582 By: tridsisme Awesome - Thank you both for two excellent answers! It's good to know the right way (raysatiro), but i love the lateral solution too (lowella). Thanks again! =oD

[GnuWin32-Users] [gnuwin32 - Help] RE: problem about gsl_matrix_view_array

2010-05-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3700601 By: gnuwin32 Did you compile with the switch GSL_DLL on? _ You are receiving this email because

[GnuWin32-Users] [gnuwin32 - Help] RE: problem about gsl_matrix_view_array

2010-05-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3700601 By: breadbread1984 When I compiled the program with GSL_DLL on. The Visual Studio 05 complained that __imp_gsl_matrix_submatrix and __imp_gsl_matrix_view_array couldn't be found

[GnuWin32-Users] [gnuwin32 - Help] problem about gsl_matrix_view_array

2010-05-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3700601 By: breadbread1984 Why the GSL code compiled on VS2005 get runtime error every time. [code] #include cstdlib extern C { #include gsl/gsl_matrix.h } using namespace std; int main

[GnuWin32-Users] [gnuwin32 - Help] ETA for source code package of new m4 build

2010-04-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3690936 By: mz2ptc0 I have already installed the update to m4. Thanks a lot, but I would like a source code package as well. Since I have installed MSYS and MinGW (32-bit of course) I have

[GnuWin32-Users] [gnuwin32 - Help] can not link Regex for Windows in VS 2008

2010-04-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3659631 By: dand78 Hi, I have used Regex for Windows in MS VS 2008. The code is compiled successfully, but I get link error. I also have included library directory and library fie regex.lib

[GnuWin32-Users] [gnuwin32 - Help] RE: Using GSL on Qt for Windows

2010-03-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3643619 By: gnuwin32 I'm not at all familiar with Qt, so I'm afraid I can't be of much help here. In any case, I guess you would also have to define the macro (compile switch) GSL_DLL ; see

[GnuWin32-Users] [gnuwin32 - Help] RE: Using GSL on Qt for Windows

2010-03-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3643619 By: mabrand Hi, Just wanted to suggest that cross building on a Unix/Linux machine for MinGW32 might be a good solution. An excellent environment for doing this is mingw-cross-env

[GnuWin32-Users] [gnuwin32 - Help] RE: Need copy of old TexInfo 4.1

2010-02-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3548528 By: timayres Keith, Thanks for the tip, however I'm really looking for a [i]native[/i] way to read info files in the win32 console, that's why I'm looking to GnuWin32 instead of MSYS

[GnuWin32-Users] [gnuwin32 - Help] RE: Need copy of old TexInfo 4.1

2010-02-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3548528 By: timayres Ah yes, the infamous Sourceforge restructuring, it has bitten many. I would appreciate it if you could dig this old version out, on the off chance that it does actually

[GnuWin32-Users] [gnuwin32 - Help] RE: sort

2010-02-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3541892 By: porphyry5 Thank you very much. That did the job. _ You are receiving this email because you

[GnuWin32-Users] [gnuwin32 - Help] RE: sort

2010-02-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3541892 By: raysatiro Download GetGnuWin32-0.6.3.exe, run the exe to unzip. In its bin subdirectory will be sort-7.6

[GnuWin32-Users] [gnuwin32 - Help] RE: How to change the width for groff ascii outp.

2010-01-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3524517 By: mz2ptc0 I think you need to learn a little about formatting documents by first reading the groff manual. Do you have an Info reader or emacs installed? When I perused the manual

[GnuWin32-Users] [gnuwin32 - Help] Urgent need for an lz or xz utils build

2010-01-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3521934 By: mz2ptc0 I installed MinGW and MSYS on Windows XP but I needed an lzma compression utility to install. I did build a beta version of xz utils and installed it but it would

[GnuWin32-Users] [gnuwin32 - Help] RE: Urgent need for an lz or xz utils build

2010-01-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3521934 By: maddes Why not use xz from MinGW itself? See https://sourceforge.net/projects/mingw/files/MinGW%20xz/ Otherwise use 7-Zip

[GnuWin32-Users] [gnuwin32 - Help] RE: Urgent need for an lz or xz utils build

2010-01-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3521934 By: mz2ptc0 [quoteWhy not use xz from MinGW itself? See https://sourceforge.net/projects/mingw/files/MinGW%20xz/ Otherwise use 7-Zip.][/quote] Okay, the details are that MSYS xz beta

  1   2   3   4   5   6   7   >