[GnuWin32-Users] [gnuwin32 - Help] mkfifo cannot create fifo ``x'': No such file

2005-01-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2929413 By: nobody When trying to create a named pipe using mkfifo I keep receiving the following error message... > mkfifo mypipename > mkfifo.exe: cannot create fifo ``mypipename'':

[GnuWin32-Users] [gnuwin32 - Help] Does the windows port of tar work with tapes?

2005-01-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2934372 By: nobody I've read conflicting accounts. Can I read and write to a DLT tape using the gnuwin32 port of tar? If so, how? THanks,

[GnuWin32-Users] [gnuwin32 - Help] RE: Does the windows port of tar work with tapes?

2005-01-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2934723 By: gnuwin32 Only after mapping it to a drive and when using the option --force-local. __ You are receiving this email because you

[GnuWin32-Users] [gnuwin32 - Help] Gnu Scientific Library - update?

2005-01-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2944953 By: nobody I need to use GSL. Anyone is interested in update the package? The current version of GSL is 1.6 but for Gnuwin is 1.0 (4 years delay) thanks for all your help

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : psmark

2005-01-18 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: psmark Date : 2005-01-17 23:24 Project "GnuWin32" ('gnuwin32') has released the new version of package 'psmark'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [gnuwin32 - Help] RE: Gnu Scientific Library - update?

2005-01-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2946383 By: gnuwin32 Compilations of recent gsl with Mingw, end in some unexpected error related to preprocessing the sources. The exact cause seems difficult to find

[GnuWin32-Users] [gnuwin32 - Help] RE: Calling bison from Borland Builder C++ 6

2005-01-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2946398 By: gnuwin32 Some work is delegated to M4, simply because that's the way Bison has been designed since 1.875. M4 is provided with Bison. If you put it in the same folder as Bison, Bison shou

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : libwmf

2005-01-19 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: libwmf Date : 2005-01-18 22:02 Project "GnuWin32" ('gnuwin32') has released the new version of package 'libwmf'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [gnuwin32 - Help] tar: Problem with --exclude-from option

2005-01-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2947494 By: petea Hi, I'm having trouble with the --exclude-from option in tar. The following works: tar -cvf backup.tar --exclude *.exe mydir in that .exe files are excluded from the archive. But

[GnuWin32-Users] [gnuwin32 - Help] How *exactly* do I compile FileUtils

2005-01-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2948845 By: nobody In an ongoing effort to get GnuWin32 apps to work in the Msys shell I decided to try and fix it myself. Now there must be other people trying to do what I am doing. So what have I done wrong

[GnuWin32-Users] [gnuwin32 - Help] Curl?

2005-01-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2948859 By: nobody Hey, Why no curl in the GNUWin32 files? Is there one that works? Tks. __ You are receiving this email because you

[GnuWin32-Users] [gnuwin32 - Help] RE: Calling bison from Borland Builder C++ 6

2005-01-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2949793 By: bitminer49er I have posted this same messgage at Borland Developers Network (BDN) borland.public.cppbuilder.ide in hopes it is simply a miss configuration on my part. I will post the results of

[GnuWin32-Users] [gnuwin32 - Help] RE: Curl?

2005-01-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2950639 By: mblain The homepage for cURL is http://curl.haxx.se There are several win32 ports available there. __ You are receiving this

[GnuWin32-Users] [gnuwin32 - Help] RE: tar: Problem with --exclude-from option

2005-01-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2951295 By: petea I have more info. It's a problem with line endings. The --exclude-from option does work if the file has *nix line endings, LF rather than CRLF. I'll delve into the source and se

[GnuWin32-Users] [gnuwin32 - Help] RE: tar: Problem with --exclude-from option

2005-01-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2952038 By: petea OK. The file open mode in tar is defaulting to binary, so the CRLF line endings are not being converted to LF. When tar reads the exclude-from file it gets the CR characters in the pattern

[GnuWin32-Users] [gnuwin32 - Help] a2dll not working for glpk_jni

2005-01-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2959504 By: thlin I cannot find binaries for glpk_jni so I use MSYS+MinGW to create DLL from .a static library. According to compile document on this site I run a2dll to call dllwrap/dlltool but i got this

[GnuWin32-Users] [gnuwin32 - Help] RE: a2dll not working for glpk_jni

2005-01-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2959549 By: thlin I compared my glpk_jni.dll with other JNI DLL and found that other JNI DLL begins with an underline: [EMAIL PROTECTED] Just wonder if this is the reason, and which flag of gcc in

[GnuWin32-Users] [gnuwin32 - Help] RE: a2dll not working for glpk_jni

2005-01-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2961069 By: gnuwin32 Perhaps adding the options --add-stdcall-alias and / or --enable-stdcall-fixup will help. __ You are receiving this

[GnuWin32-Users] [gnuwin32 - Help] PlotUtils in .Net

2005-01-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2966035 By: nobody Hi, I bumped into PlotUtils when I was looking for graphics library for Visual Studio compiler. I was wandering if the libPlotter library in the PlotUtils can be used in VS.Net C

[GnuWin32-Users] [gnuwin32 - Help] RE: Does the windows port of tar work with ta

2005-01-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2967378 By: nobody What does it mean? Until now I know only how to map a net drive to a local drive. But how to map a tape to a drive

[GnuWin32-Users] [gnuwin32 - Help] RE: Does the windows port of tar work with ta

2005-01-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2967719 By: gnuwin32 Usually, when a tape drive has been attached to your system, it is represented in the list of drive letters. At least that's how it is with ZIP-tape drives. If this is not the case

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : sgrep

2005-01-31 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: sgrep Date : 2005-01-31 13:19 Project "GnuWin32" ('gnuwin32') has released the new version of package 'sgrep'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : libpaper

2005-02-01 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: libpaper Date : 2005-02-01 18:55 Project "GnuWin32" ('gnuwin32') has released the new version of package 'libpaper'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : barcode

2005-02-01 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: barcode Date : 2005-02-01 19:00 Project "GnuWin32" ('gnuwin32') has released the new version of package 'barcode'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : nawk

2005-02-01 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: nawk Date : 2005-02-01 23:13 Project "GnuWin32" ('gnuwin32') has released the new version of package 'nawk'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [gnuwin32 - Help] RE: info and man

2005-02-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2979425 By: nobody Hi, You can get TkInfo at <http://math-www.uni-paderborn.de/~axel/tkinfo/> and TkMan at <http://tkman.sourceforge.net/>. You will need TCL/Tk installed <http://www.tcl.tk

[GnuWin32-Users] [gnuwin32 - Help] RE: MAN Page reader...

2005-02-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2979428 By: nobody Hi, You can get TkInfo at <http://math-www.uni-paderborn.de/~axel/tkinfo/> and TkMan at <http://tkman.sourceforge.net/>. You will need TCL/Tk installed <http://www.tcl.tk

[GnuWin32-Users] [gnuwin32 - Help] RE: RE: info and man

2005-02-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2979430 By: nobody Hi, You can get TkInfo at <http://math-www.uni-paderborn.de/~axel/tkinfo/> and TkMan at <http://tkman.sourceforge.net/>. You will need TCL/Tk installed <http://www.tcl.tk

[GnuWin32-Users] [gnuwin32 - Help] Plotutils and c++ name-mangling in VC 98

2005-02-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2989192 By: gconant Sorry to ask a question regarding the visual c++ environment, but I've come across something that seems straight-forward and yet doesn't work. I downloaded the latest developer bi

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : file

2005-02-10 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: file Date : 2005-02-10 20:53 Project "GnuWin32" ('gnuwin32') has released the new version of package 'file'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [gnuwin32 - Help] RE: Plotutils and c++ name-mangling in VC 98

2005-02-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2989696 By: gnuwin32 I think that only functions, and not objects or classes, from DLL's created with the Mingw compiler, can be used with Vis

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : unrtf

2005-02-12 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: unrtf Date : 2005-02-13 00:00 Project "GnuWin32" ('gnuwin32') has released the new version of package 'unrtf'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : xpm

2005-02-14 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: xpm Date : 2005-02-14 20:45 Project "GnuWin32" ('gnuwin32') has released the new version of package 'xpm'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php?gro

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : xpm2wico

2005-02-14 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: xpm2wico Date : 2005-02-14 20:51 Project "GnuWin32" ('gnuwin32') has released the new version of package 'xpm2wico'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [gnuwin32 - Help] New libtiff packages

2005-02-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=264 By: michelepetrazzo I have see that there is a new libtiff packages (3.7.x) released. There is someone that think to upgrade gnuwin32 libtiff from 3.6.x to 3.7? I want to use it to my new release of

[GnuWin32-Users] [gnuwin32 - Help] RE: New libtiff packages

2005-02-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=343 By: gnuwin32 Real soon now, hopefully in the next weekend. __ You are receiving this email because you elected to monitor this forum

[GnuWin32-Users] [gnuwin32 - Help] RE: New libtiff packages

2005-02-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3000144 By: michelepetrazzo Fantastic! Thanks a lot, Michele Petrazzo __ You are receiving this email because you elected to monitor this

[GnuWin32-Users] [gnuwin32 - Help] Bison and %destructor directive

2005-02-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3002748 By: nobody I'm trying to implement some error recovery in Bison. My lexer allocates memory with new and passes it back to Bison via a semantic value. During error recovery, Bison discards t

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : tiff

2005-02-18 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: tiff Date : 2005-02-18 23:36 Project "GnuWin32" ('gnuwin32') has released the new version of package 'tiff'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : gsl

2005-02-19 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: gsl Date : 2005-02-19 16:00 Project "GnuWin32" ('gnuwin32') has released the new version of package 'gsl'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php?gro

[GnuWin32-Users] [gnuwin32 - Help] RE: Bison and %destructor directive

2005-02-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3011048 By: nobody Since you guys are no help, I thought I'd try to answer my own question ... This source of memory leaks is a well known problem when using Flex/Bison. There are several posting about

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : gd

2005-02-23 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: gd Date : 2005-02-23 23:27 Project "GnuWin32" ('gnuwin32') has released the new version of package 'gd'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php?gro

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : zimg

2005-02-25 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: zimg Date : 2005-02-24 22:42 Project "GnuWin32" ('gnuwin32') has released the new version of package 'zimg'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [gnuwin32 - Help] GSL: Unable to run on Visual C++ 6.0

2005-02-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3020255 By: nobody Hello all, We have a problem. We are trying to use GSL (for calculating eigen values). We have installed the windows version of it. The library gets compiled and linked with the

[GnuWin32-Users] [gnuwin32 - Help] Unable to run GSL example

2005-02-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3021303 By: nobody Hello!! While trying to run GSL doc's example (Ch 14, eigen values), we get a problem. The program runs, displays the eigen values correctly, but in the last iteration of the loop, t

[GnuWin32-Users] [gnuwin32 - Help] Unable to run GSL example

2005-02-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3021341 By: nobody Hello!! While trying to run GSL doc's example (Ch 14, eigen values), we get a problem. The program runs, displays the eigen values correctly, but when it exits, it throws an exce

[GnuWin32-Users] [gnuwin32 - Help] RE: Unable to run GSL example

2005-03-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3025600 By: jds2 Hi- I'm not sure what's causing your difficulty. I copied the Ch 14 example code into a source file, compiled it with MinGW linking with either the gsl/gslcblas static or dll lib

[GnuWin32-Users] [gnuwin32 - Help] RE: GSL: Unable to run on Visual C++ 6.0

2005-03-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3027262 By: nobody 1. Within VisualStudio, go to File->New->Project, then "Visual C++ Projects," then "Win32," then "Win32 Console Application." Enter a name and click &q

[GnuWin32-Users] [gnuwin32 - Help] RE: GSL: Unable to run on Visual C++ 6.0

2005-03-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3027143 By: jds2 Hi- You say the "library gets compiled and linked". Do you mean that you are compiling the gsl library itself, or just that you're trying to link your program against the lib

[GnuWin32-Users] [gnuwin32 - Help] Bison / m4 error message.

2005-03-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3029455 By: nobody Hi, I'm trying to use the GnuWin32 port of Bison in a Visual Studio VC++6 Custom Build step, and I keep getting an error message (apparently from M4) saying it can't find a file.

[GnuWin32-Users] [gnuwin32 - Help] Need some help to process a text file

2005-03-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3035845 By: nobody Hi, I need to find a Win32 command line tool to look for a string in a text file and output x number of characters from where it found the string. For example if the file contains: Post

[GnuWin32-Users] [gnuwin32 - Help] RE: Need some help to process a text file

2005-03-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3035906 By: nobody Download sed-4.1.2-bin.zip, sed-4.1.2-dep.zip and sed-4.1.2-doc.zip, install it and then write sed -n ":x;s/^\([^\n]*\)Comment\s\+\([^\n]\{0,6\}\)[^\n]*/\1\n\2/;tx;s/^[^\n]*

[GnuWin32-Users] [gnuwin32 - Help] re installers...

2005-03-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3036257 By: michaelis See also http://sourceforge.net/mailarchive/forum.php?thread_id=6493761&forum_id=2177 for a tool thats automatically downloads the newest binaries and documentation packages of

[GnuWin32-Users] [gnuwin32 - Help] providing a Gtk/pkgconfig/... package?

2005-03-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3038071 By: nobody Can you guys provide a Gtk/Glib/pkgconfig ... packages in http://gnuwin32.sourceforge.net/packages.html why/why not (how do you decide what to include

[GnuWin32-Users] [gnuwin32 - Help] RE: providing a Gtk/pkgconfig/... package?

2005-03-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3038823 By: gnuwin32 A port of pkgconfig is available with the win32 port of Gimp: http://www.gimp.org/win32/ __ You are receiving this

[GnuWin32-Users] [gnuwin32 - Help] RE: compiling 'calc' for Win32

2005-03-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3043128 By: gnuwin32 An MS-Windows (Win32) port of calc is now available from http://gnuwin32.sourceforge.net/ __ You are receiving this

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : cygutils

2005-03-11 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: cygutils Date : 2005-03-11 21:12 Project "GnuWin32" ('gnuwin32') has released the new version of package 'cygutils'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : bc

2005-03-11 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: bc Date : 2005-03-11 21:13 Project "GnuWin32" ('gnuwin32') has released the new version of package 'bc'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php?gro

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : coreutils

2005-03-11 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: coreutils Date : 2005-03-11 21:13 Project "GnuWin32" ('gnuwin32') has released the new version of package 'coreutils'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/pro

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : calc

2005-03-11 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: calc Date : 2005-03-11 21:14 Project "GnuWin32" ('gnuwin32') has released the new version of package 'calc'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : readline

2005-03-11 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: readline Date : 2005-03-11 21:14 Project "GnuWin32" ('gnuwin32') has released the new version of package 'readline'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : units

2005-03-11 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: units Date : 2005-03-11 21:14 Project "GnuWin32" ('gnuwin32') has released the new version of package 'units'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : less

2005-03-13 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: less Date : 2005-03-13 16:44 Project "GnuWin32" ('gnuwin32') has released the new version of package 'less'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : gsar

2005-03-13 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: gsar Date : 2005-03-13 16:47 Project "GnuWin32" ('gnuwin32') has released the new version of package 'gsar'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : pdcurses

2005-03-13 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: pdcurses Date : 2005-03-13 16:50 Project "GnuWin32" ('gnuwin32') has released the new version of package 'pdcurses'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : zip

2005-03-13 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: zip Date : 2005-03-13 16:54 Project "GnuWin32" ('gnuwin32') has released the new version of package 'zip'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php?gro

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : nenscript

2005-03-13 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: nenscript Date : 2005-03-13 21:12 Project "GnuWin32" ('gnuwin32') has released the new version of package 'nenscript'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/pro

[GnuWin32-Users] [gnuwin32 - Help] RE: compiling 'calc' for Win32

2005-03-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3046270 By: nobody Thanks you _very_ much. __ You are receiving this email because you elected to monitor this forum. To stop monitoring

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : a2ps

2005-03-15 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: a2ps Date : 2005-03-15 23:18 Project "GnuWin32" ('gnuwin32') has released the new version of package 'a2ps'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : re2c

2005-03-15 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: re2c Date : 2005-03-15 23:26 Project "GnuWin32" ('gnuwin32') has released the new version of package 're2c'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [gnuwin32 - Help] RALCGM for Win32

2005-03-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3053923 By: nobody Hello! Would you please fix the download for RALCGM? Thanks a lot! __ You are receiving this email because you elected

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : findutils

2005-03-20 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: findutils Date : 2005-03-20 22:56 Project "GnuWin32" ('gnuwin32') has released the new version of package 'findutils'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/pro

[GnuWin32-Users] [gnuwin32 - Help] GSL wavelet crash

2005-03-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3058932 By: gervasoni I got some troubles to use wavelet api from the GSL libraries. Each time i try, the program does crash. I'm using MinGW32 binaries (from gnuwin32), static version. Here's

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : findutils

2005-03-22 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: findutils Date : 2005-03-22 19:34 Project "GnuWin32" ('gnuwin32') has released the new version of package 'findutils'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/pro

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : patch

2005-03-24 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: patch Date : 2005-03-24 21:53 Project "GnuWin32" ('gnuwin32') has released the new version of package 'patch'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : texinfo

2005-03-24 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: texinfo Date : 2005-03-24 23:31 Project "GnuWin32" ('gnuwin32') has released the new version of package 'texinfo'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : gri

2005-03-27 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: gri Date : 2005-03-27 19:18 Project "GnuWin32" ('gnuwin32') has released the new version of package 'gri'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php?gro

[GnuWin32-Users] [gnuwin32 - Help] libpng 1.2.8 has no real static libs

2005-03-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3069394 By: nobody Hi list, I just downloaded libpng 1.2.8 and the static libs in there are not static, they still try to link to the DLLs. The 1.2.7 version does not have the problem. Thanks, Christian

[GnuWin32-Users] [gnuwin32 - Help] RE: libpng 1.2.8 has no real static libs

2005-03-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3069445 By: gnuwin32 In compiling the source distribution, a static version of pngtest is created by linking to libpng.a, so it seems that libpng.a is a true static library. Mingw-GCC chooses automatically

[GnuWin32-Users] [gnuwin32 - Help] Help PHP and Freetype Library on Windows

2005-03-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3069795 By: nobody I have been working on this project of mines in which i have to add text to image at runtime. I came aross php manuals and got the hint of using ImageTTFText(). On using it, it does not

[GnuWin32-Users] [gnuwin32 - Help] Cannot download wget

2005-03-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3072429 By: nobody When following the link for the wget binaries, I'm getting an error:- Could not read file. /home/ftp/pub/sourceforge//g/gn/gnuwin32/wget-1.9.1-bin.zip Is this just a temporary source

[GnuWin32-Users] [gnuwin32 - Help] RE: Cannot download wget

2005-03-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3072870 By: gnuwin32 It was a bug in the generation of the web page. This bug has been fixed. __ You are receiving this email because you

[GnuWin32-Users] [gnuwin32 - Help] join problem with accentuated characters

2005-03-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3075378 By: nobody Hi, Congratulations for the great work !! Join 5.2.1 gives wrong results when the two files include french accentuated characters. (for instance é|è|â|ï|ü|ê|ç|î|ô|û|ü|ë|à|ù) Best, Boris

[GnuWin32-Users] [gnuwin32 - Help] find current directory permission denied

2005-03-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3076595 By: nobody On Windows XP, when I run find against "Documents and Settings" or any of its subdirectories, it works as expected. However if I run it against any other directory, including t

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : less

2005-03-31 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: less Date : 2005-03-30 20:54 Project "GnuWin32" ('gnuwin32') has released the new version of package 'less'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [gnuwin32 - Help] RE: find current directory permission denied

2005-03-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3077140 By: nobody Here are three cases: = C:\Documents And Settings>find . ./Administrator ./Administrator/Application Data ./Administrator/Application Data/desktop.ini [...snip...]

[GnuWin32-Users] [gnuwin32 - Help] RE: find current directory permission denied

2005-03-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3077101 By: gnuwin32 I cannot reproduce this on WinXP Pro SP2. Exacly what command do you give, and what is the supposed result? __ You are

[GnuWin32-Users] [gnuwin32 - Help] RE: join problem with accentuated characters

2005-03-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3077105 By: gnuwin32 Probably you need the select the correct codepage for Latin1 languages. See http://gnuwin32.sourceforge.net/faq.html#How_can_I_display_european_special_char acters,_such_as_ä,_ö,_and_ü

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : libarchive

2005-04-02 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: libarchive Date : 2005-04-03 00:31 Project "GnuWin32" ('gnuwin32') has released the new version of package 'libarchive'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/pro

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : bsdtar

2005-04-02 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: bsdtar Date : 2005-04-03 00:33 Project "GnuWin32" ('gnuwin32') has released the new version of package 'bsdtar'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : m4

2005-04-02 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: m4 Date : 2005-04-03 00:38 Project "GnuWin32" ('gnuwin32') has released the new version of package 'm4'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php?gro

[GnuWin32-Users] [gnuwin32 - Help] RE: find current directory permission denied

2005-04-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3084120 By: nobody FWIW, find works fine on any FAT filesystem on my system - it just fails as described on NTFS __ You are receiving this

[GnuWin32-Users] [gnuwin32 - Help] unrtf - whom should i contact with bugfixes?

2005-04-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3090142 By: poetcic unrtf - the source as well as the port to Win32 - has a bug that causes it to access an uninitialized pointer on \bullet or \endash if output style is HTML or text. There are other minor

[GnuWin32-Users] [gnuwin32 - Help] RE: unrtf - whom should i contact with bugfixes?

2005-04-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3090842 By: gnuwin32 Usually either the homepage of the package, or, as for unrtf, the page in http://directory.fsf.org/, gives details of a bug reporting mechanism. In this case you should send them to

[GnuWin32-Users] [gnuwin32 - Help] RE: find current directory permission denied

2005-04-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3091175 By: nobody I am running Win2k and get the same thing. Also NTFS. C:\find . -name CVS find: cannot get current directory: Permission denied

[GnuWin32-Users] [gnuwin32 - Help] RE: unrtf - whom should i contact with bugfix

2005-04-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3091821 By: poetcic Thank you. __ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : which

2005-04-11 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: which Date : 2005-04-11 18:23 Project "GnuWin32" ('gnuwin32') has released the new version of package 'which'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : less

2005-04-11 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: less Date : 2005-04-11 23:22 Project "GnuWin32" ('gnuwin32') has released the new version of package 'less'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [gnuwin32 - Help] RE: tar: on WinXP howto acces a DLT drive

2005-04-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3096747 By: gnuwin32 The GnuWin32 port of tar cannot write directly to tape. One has to create first a tar or tar.gz archive, and then use standard MS-Windows commands (copy ?) to copy this file to tape

[GnuWin32-Users] [gnuwin32 - Help] tar: on WinXP howto acces a DLT drive

2005-04-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3096479 By: nobody I've a Tandberg DLT VS80 tape drive on a WinXP, which is hooked to an ADAPTEC 29160 (160MB UltraWide SCSI) board. How to access viar tar the DLT drive? How to tell (GnuWin32)tar to use

  1   2   3   4   5   6   7   8   9   10   >