Re: parallel make

2003-08-28 Thread Rolf Campbell
make -j does work in cygwin, to an extent. If you try to use too many processes, cygwin seems to flip out. -j20 does seem to work fine though (it only starts acting strang around -j100). On my large build system, we have a slow disk, and I find that when the disk cache is empty, -j4 speeds it

Re: parallel make

2003-08-28 Thread Christopher Faylor
On Wed, Aug 27, 2003 at 08:15:19PM -0400, Rolf Campbell wrote: >make -j does work in cygwin, to an extent. If you try to use too many >processes, cygwin seems to flip out. -j20 does seem to work fine though >(it only starts acting strang around -j100). More likely it "flips out" around -j62 or

Re: snapshot compilation failure

2003-08-28 Thread peter garrone
> Hallo peter, > > Am Mittwoch, 27. August 2003 um 08:31 schriebst du: > > > Please try the latest available perl snapshot test pre-release: > http://anfaenger.de/cygwin-1.5/perl/perl-5.8.1-1.tar.bz2 > > You can use setup.exe to install it, to do so, add this URL to the > mirrors list: http://

Re: parallel make

2003-08-28 Thread Rich Elberger
This is starting to sound promising. I hope others have similar experiences. Unfortunately I cannot just take make and the cyg dll. The problem comes in with how different utils interpret drive paths: our old gnu: //c/... perl: c:/... cyg: /cygdrive/c/... (we mount NFS exports, hence the dri

Re: parallel make

2003-08-28 Thread Rolf Campbell
Christopher Faylor wrote: On Wed, Aug 27, 2003 at 08:15:19PM -0400, Rolf Campbell wrote: make -j does work in cygwin, to an extent. If you try to use too many processes, cygwin seems to flip out. -j20 does seem to work fine though (it only starts acting strang around -j100). More likely it "f

Re: parallel make

2003-08-28 Thread Christopher Faylor
On Wed, Aug 27, 2003 at 09:03:55PM -0400, Rolf Campbell wrote: >Christopher Faylor wrote: >>On Wed, Aug 27, 2003 at 08:15:19PM -0400, Rolf Campbell wrote: >>>make -j does work in cygwin, to an extent. If you try to use too many >>>processes, cygwin seems to flip out. -j20 does seem to work fine >

Installation looks for _update-info-dir even if it exists

2003-08-28 Thread Carlo Florendo
Hello, I've downloaded the entire cygwin distribution (source and binary) and started installation from local directory. However, the installation stops when it starts installing _update-info-dir-.tar.bz2. Setup pops up a dialog which says "Download Incomplete. Try again?" I always click

Re: Installation looks for _update-info-dir even if it exists

2003-08-28 Thread Carlo Florendo
Sorry, I forgot to attach the file listing... here it is Carlo Florendo wrote: Hello, I've downloaded the entire cygwin distribution (source and binary) and started installation from local directory. However, the installation stops when it starts installing _update-info-dir-.tar.bz2. Setup p

Re: parallel make

2003-08-28 Thread Igor Pechtchanski
Rich, First off, if you're willing to forgo the ability to access UNC paths from Cygwin, you can set your Cygdrive prefix to '//' to address the drives in the same way you did in your old GNU toolset (see ). Secondly, why not use Cygwin perl? Th

mysql compilation: log.o(.text+0x3bf6):log.cc: undefined referenceto `__static_initialization_and_destruction_0(int, int)'

2003-08-28 Thread Terrence Brannon
Hi, I am using the great and wonderful Cygwin (thank you for creating this!). I am trying to compile mysql under this version of cygwin: [unix shell]: uname -a CYGWIN_NT-5.1 threnody 1.3.22(0.78/3/2) 2003-03-18 09:20 i686 unknown unknown Cygwin [unix shell]: and here is the error I get mkdir .

Re: parallel make

2003-08-28 Thread Christopher Faylor
On Wed, Aug 27, 2003 at 09:35:05PM -0400, Igor Pechtchanski wrote: >First off, if you're willing to forgo the ability to access UNC paths >from Cygwin, you can set your Cygdrive prefix to '//' to address the >drives in the same way you did in your old GNU toolset But not for long... cgf -- Unsub

Re: parallel make

2003-08-28 Thread Rich Elberger
On Wed, 27 Aug 2003, Igor Pechtchanski wrote: > Rich, > > First off, if you're willing to forgo the ability to access UNC paths from > Cygwin, you can set your Cygdrive prefix to '//' to address the drives in > the same way you did in your old GNU toolset (see >

links bug?

2003-08-28 Thread Lucifer
Sometimes when I am surfering the web using links, I need do some other thing, so I press Ctrl-Z to suspend links and fg back sometime later. However, every time I Ctrl-Z the foreground links and fg it and then Ctrl-Z it again, from the output of ps, I found there will be 2 links processes. Every

Re: newlib: conflicting types for `_fstat64_r'

2003-08-28 Thread Gerrit P. Haase
Hallo Corinna, >>> /winsup/src/newlib/libc/reent/fstat64r.c:61: error: conflicting types for >>> `_fstat64_r' >>> /winsup/src/newlib/libc/include/reent.h:89: error: previous declaration of >>> `_fstat64_r' >> Very unlikely since it's a result of a newlib change of yesterday. >> Try this fix: >

Re: mysql compilation: log.o(.text+0x3bf6):log.cc: undefined reference to `__static_initialization_and_destruction_0(int, int)'

2003-08-28 Thread Gerrit P. Haase
Hallo Terrence, Am Donnerstag, 28. August 2003 um 03:37 schriebst du: > Hi, I am using the great and wonderful Cygwin (thank you for creating > this!). I am trying to compile mysql under this version of cygwin: [...] > log.o(.text+0x3bf6):log.cc: undefined reference to > `__static_initializati

Core dumps : gij (GNU libgcj) version 3.2 20020927 (prerelease)

2003-08-28 Thread jurgen . defurne
Hello, I am writing some code using the following directory structure, like it should be in java ./source ./source/classes putting into ./source the application, and in ./source/classes the libraries, where one of the libraries is programmed to throw an exception at a certain moment. When I exec

Re: snapshot installation confusion

2003-08-28 Thread peter garrone
In answer to my own query I copied from /install/* into /usr, where the install directory hierarchy appeared to be rooted. -- __ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze -- Unsubscribe info: htt

Re: Using gdb on cygwin library/dll functions

2003-08-28 Thread peter garrone
In answer to my own query, after compiling and installing a snapshot, ensuring an unstripped cygwin1.dll was installed, and setting a breakpoint at and stopping at main, then breakpoints could be set within cygwin library In fact though a bit frustrated yesterday, today i'm quite impressed. -- _

7-Zip

2003-08-28 Thread Biju G C
To : [EMAIL PROTECTED] To : [EMAIL PROTECTED] 7-Zip an application made by Igor Pavlov ( http://7-zip.org/ ) gives a very high compression ratio. Mainy users wish it should also be available in Linux. see http://sourceforge.net/forum/forum.php?thread_id=758481&forum_id=45797 But as Igor is no

Re: 7-Zip

2003-08-28 Thread Marcel Telka
On 28.08.2003 09:13, Biju G C wrote: 7-Zip an application made by Igor Pavlov ( http://7-zip.org/ ) gives a very high compression ratio. The homepage contains comparison between 7-zip and another windows compression programs, but it lacks comparison with bzip2... Is the compression ratio for 7-zi

Re: perl test fails

2003-08-28 Thread Rob Clack
Thank you Igor. However, I've now read the entry on smbntsec and it doesn't seem relevant. (Was a useful exercise in itself, since I didn't know about the CYGWIN env var either ;)) I don't have a problem on the Linux box, only on the NT one. And it doesn't matter whether I'm running the scrip

Re: how can i use my own func in stdio.a?,such as printf

2003-08-28 Thread zhao mindong
Because i want to use gdb as a part of my IDE(windows platform),but think it too slow if i use pipe to communicate with gdb,so i want to using my stdio func to get the gdb's output...just an idea From: Rolf Campbell <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: how can i use my own fun

all apps crash at startup with current CVS checkout of cygwin

2003-08-28 Thread Ronald Landheer-Cieslak
All Cygwin applications have this behaviour with the self-built Cygwin - so I'm rolling back to B20 (well.. the Aug 23 snapshot). If anyone is interested, I'll be happy to send the result of $ objdump -x cygwin1-20030828.dll > cygwin1-20030828.dll.headers or anything else (the bui

problems with make under cygwin

2003-08-28 Thread Ricky Wildman
Hi, I have recently installed cygwin and make components onto a PC. I have a working makefile for a set of Fortran programs that works fine with Solaris machine, but when I try these under cygwin I get the following error: Target pattern contains no '%' I'm a bit confused because I can't see any

install problem

2003-08-28 Thread Janos.Kannar
Hi, I'm just trying to install dictd-1.9.7 on my machine (with Win2000). The package is already compiled, but the install process stops with the following error messages: /cygdrive/c/cygwin/bin/install: cannot change ownership of `/usr/local/bin/dict.exe': Invalid argument /cygdrive/c/cygwin/bin

Terminate batch job at logout?

2003-08-28 Thread waxmop
Hi - I've been using cygwin for a day now, and every time I plan to exit out of the shell, I get asked, "Terminate batch job (Y/N)?" I'm not sure what this is referring to. Any ideas? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: problems with make under cygwin

2003-08-28 Thread Igor Pechtchanski
On Thu, 28 Aug 2003, Ricky Wildman wrote: > Hi, > > I have recently installed cygwin and make components onto a PC. > I have a working makefile for a set of Fortran programs that works > fine with Solaris machine, but when I try these under cygwin I get > the following error: > > Target pattern co

Re: install problem

2003-08-28 Thread Igor Pechtchanski
On Thu, 28 Aug 2003 [EMAIL PROTECTED] wrote: > Hi, > > I'm just trying to install dictd-1.9.7 on my machine (with Win2000). The > package is already compiled, but the install process stops with the > following error messages: > > /cygdrive/c/cygwin/bin/install: cannot change ownership of > `/usr/

Re: Terminate batch job at logout?

2003-08-28 Thread Igor Pechtchanski
On Thu, 28 Aug 2003 [EMAIL PROTECTED] wrote: > Hi - > > I've been using cygwin for a day now, and every time I plan to exit out of > the shell, I get asked, "Terminate batch job (Y/N)?" > > I'm not sure what this is referring to. > Any ideas? This happens if you press Ctrl-C during the execution

Re: problems with make under cygwin

2003-08-28 Thread Ricky Wildman
"Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, 28 Aug 2003, Ricky Wildman wrote: > > > Hi, > > > > I have recently installed cygwin and make components onto a PC. > > I have a working makefile for a set of Fortran programs that works > > fine with Solaris

[ANNOUNCEMENT] Updated: wtf-0.0.4-1

2003-08-28 Thread Igor Pechtchanski
I've updated wtf to 0.0.4-1 (a new upstream release). This is still compiled against Cygwin 1.3.22 for now. See below for a list of changes. wtf(6) is a utility provided by some UNIX and UNIX-like systems including Slackware Linux and NetBSD. It translates acronyms and filename suffixes by look

RE: Terminate batch job at logout?

2003-08-28 Thread Vince Hoffman
> > On Thu, 28 Aug 2003 [EMAIL PROTECTED] wrote: > > > Hi - > > > > I've been using cygwin for a day now, and every time I plan > to exit out of > > the shell, I get asked, "Terminate batch job (Y/N)?" > > > > I'm not sure what this is referring to. > > Any ideas? its refering to the batch file

Re: Terminate batch job at logout?

2003-08-28 Thread waxmop
I edited my cygwin.bat file and changed this line: bash --login -i to: start bash --login -i And now, I don't get the 'terminate batch job' message at logout despite my frequent use of ctrl-C. Thanks for the help. Should we add this to the FAQ? > On Thu, 28 Aug 2003 [EMAIL PROTECTE

RE: install problem

2003-08-28 Thread Janos.Kannar
Hi, Thanks for your help! It was the install rule of the make file which produced the enclosed error messages. The problem should be the /etc/passwd file, because after removing it temporarily the code was installed properly. Br, Janos -Original Message- From: ext Igor Pechtch

RE: Terminate batch job at logout?

2003-08-28 Thread Igor Pechtchanski
On Thu, 28 Aug 2003, Vince Hoffman wrote: > > On Thu, 28 Aug 2003 [EMAIL PROTECTED] wrote: > > > > > Hi - > > > > > > I've been using cygwin for a day now, and every time I plan > > to exit out of > > > the shell, I get asked, "Terminate batch job (Y/N)?" > > > > > > I'm not sure what this is refe

Re: all apps crash at startup with current CVS checkout of cygwin

2003-08-28 Thread Christopher Faylor
On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote: >With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this >when I start rxvt: > > 6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION > 15845 [main] rxvt 1912 open_stackdumpfile: Du

RE: install problem

2003-08-28 Thread Igor Pechtchanski
Not a good idea. You should make sure the permissions are correct, and after removing /etc/passwd, who knows what they'll be. You might end up with non-executable code after reinstating /etc/passwd. Did you check what the failing command is? Just run "make -n install", and you should see exactl

perl-5.8.1-1 problem

2003-08-28 Thread Lester Ingber
I just updated packages from rcn.net. The new perl-5.8.1-1 failed when running pt with perl.exe - Entry Point Not Found The procedure entry point __getreent could not be located in the dynamic link library cygwin1.dll. I went back and reinstalled perl-5.6.12 and everything seems to be working a

David Creelman is on leave

2003-08-28 Thread DCreelman
I will be out of the office starting 23/08/2003 and will not return until 01/09/2003. If you urgently need to contact me, please contact me on (H) 9868 2565 or (Mob) 0410 495958. == "The information contained in this e-mail message may be confident

Re: 7-Zip

2003-08-28 Thread Biju G C
Assuming .bz2 and bzip2 format are the same. I did following test. Downloaded http://umn.dl.sourceforge.net/sourceforge/gaim/gaim-0.67.tar.bz2 (mirrors at http://prdownloads.sourceforge.net/gaim/gaim-0.67.tar.bz2?download ) unzipped and re-zipped 7-Zip format. and here are the numbers gaim-0.67.

RE: Speclib's new perl patch --> Cygwin snapshot compilation failure

2003-08-28 Thread Cook, Kelley (R.K.)
Gerrit wrote: > Hallo Kelley, > Am Mittwoch, 27. August 2003 um 19:26 schriebst du: >> I was seeing the exact same failure on attempting to compile the >> recent >> 8-23-2003 cygwin snapshot as Peter Garrone >> http://sources.redhat.com/ml/cygwin/2003-08/msg01381.html >> I was compiling under

Re: perl-5.8.1-1 problem

2003-08-28 Thread Gerrit P. Haase
Lester schrieb: > I just updated packages from rcn.net. The new perl-5.8.1-1 failed > when running pt with > perl.exe - Entry Point Not Found > The procedure entry point __getreent could not be located in the dynamic link > library cygwin1.dll. This perl is a test release which requires cygwin

Re: perl-5.8.1-1 problem

2003-08-28 Thread Peter J. Stieber
> This perl is a test release which requires cygwin-1.5.3. Gerrit, I'm having the same problem. I updated in my normal way using setup.exe. I did not have the Exp radio button checked and am using 1.3.22. It seems like I shouldn't get this until 1.5.3 is the "Curr". I'm I missing something? Pet

Re: perl-5.8.1-1 problem

2003-08-28 Thread Christopher Faylor
On Thu, Aug 28, 2003 at 08:50:57AM -0700, Peter J. Stieber wrote: >> This perl is a test release which requires cygwin-1.5.3. > >I'm having the same problem. I updated in my normal way using setup.exe. I >did not have the Exp radio button checked and am using 1.3.22. It seems like >I shouldn't get

Re: perl-5.8.1-1 problem

2003-08-28 Thread Peter J. Stieber
> This is my fault. I somehow made 5.8.1 the default. I've fixed this now > but it will take a while to propagate to mirrors. > > cgf Thanks, Pete -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: ht

Perl-5.8.1-1 package wants Cygwin1.dll:__getreent

2003-08-28 Thread s t
"Cygcheck -s -r -v perl" output attached in perl5811.out I installed Perl-5.8.1-1; no cygwin1.dll upgrade was available. Calling perl raised this error: "Cygperl5_8_1.dll file is linked to missing export CYGWIN1.DLL:__getreent" As cygcheck shows, this is win98 with C:/cygwin/bin/cygwin1.dll -

Re: Perl-5.8.1-1 package wants Cygwin1.dll:__getreent

2003-08-28 Thread Gerrit P. Haase
Hello s, > "Cygcheck -s -r -v perl" output attached in perl5811.out > I installed Perl-5.8.1-1; no cygwin1.dll upgrade was available. > Calling perl raised this error: > "Cygperl5_8_1.dll file is linked to missing export > CYGWIN1.DLL:__getreent" > As cygcheck shows, this is win98 with >

undefined reference to _WinMain@16

2003-08-28 Thread Joshua Lokken
Hello I am trying to build the expat lib (1.95.6) on Cygwin 1.3.22, and I keep seeing the above error during the 'make' step. From what I've read on the mailing list, it's a linking problem, but I'm no developer. I need expat as a dependency. Any help or a workaround? -- Best Regards, Joshua

Re: undefined reference to _WinMain@16

2003-08-28 Thread Elfyn McBratney
Joshua Lokken wrote: > Hello > > I am trying to build the expat lib (1.95.6) on Cygwin 1.3.22, and I keep > seeing the above error during the 'make' step. Do you have a special need to to build your own version? (expat 1.95.6 is available via the Cygwin mirror system; just install it via setup.e

Need help: cron jobs can't access mounted network drives

2003-08-28 Thread Louis-Luc Le Guerrier
Hi, I'm using Cygwin on a Windows 2000 Server box. I mount some network drives from other Windows machines's shared directories, and the problem is cron jobs can't access these drives. A given script will access mounted net drives as /cygwin/f/ when manually invoked, but that SAME script will refu

Re: all apps crash at startup with current CVS checkout of cygwin

2003-08-28 Thread Christopher Faylor
On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote: >On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote: >>With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this >>when I start rxvt: >> >> 6 [main] rxvt 1912 handle_exceptions: Exception:

Re: Need help: cron jobs can't access mounted network drives

2003-08-28 Thread Rich Elberger
This is a windows problem. Similar tell-tale issue is well explained here: http://www.denicomp.com/faq.htm#Q21 It all has to do with login session issues. Win2k terminal services somewhat solved this problem with allowing more than one user to access the same mapped drive, but it was essentially

Re: perl-5.8.1-1 problem: TW.dll is 182 megabytes

2003-08-28 Thread Eric Hanchrow
> "cgf" == Christopher Faylor <[EMAIL PROTECTED]> writes: cgf> On Thu, Aug 28, 2003 at 08:50:57AM -0700, Peter J. Stieber wrote: >>> This perl is a test release which requires cygwin-1.5.3. cgf> This is my fault. I somehow made 5.8.1 the default. I've cgf> fixed this now bu

perldoc unreadable

2003-08-28 Thread waxmop
Hi - perldoc isn't working for me: [EMAIL PROTECTED] ~ $ perldoc perldoc Ignored /usr/bin/perldoc: unreadable Ignored /usr/bin/perldoc: unreadable Ignored /bin/perldoc: unreadable No documentation found for "perldoc". Here's the permissions information for the perldoc file: [EMAIL PROTECTED] ~

Re: Need help: cron jobs can't access mounted network drives

2003-08-28 Thread Louis-Luc Le Guerrier
Thanks for the tip. I'm having a look right now... But what does UNC stand for? Luc On Thu, 28 Aug 2003, Rich Elberger wrote: > This is a windows problem. Similar tell-tale issue is well explained > here: > http://www.denicomp.com/faq.htm#Q21 > > It all has to do with login session issues. Wi

Re: Need help: cron jobs can't access mounted network drives

2003-08-28 Thread Rich Elberger
it's Universal Naming Convention (heh heh funny) ... \\server\share notation. On Thu, 28 Aug 2003, Louis-Luc Le Guerrier wrote: > > Thanks for the tip. I'm having a look right now... > But what does UNC stand for? > > Luc > On Thu, 28 Aug 2003, Rich Elberger wrote: > > > This is a windows problem

[PATCH] gcc3/ld patch for direct-linking-to-dll and auto-import support

2003-08-28 Thread Ralf Habacker
Hi while compiling trolltechs qt/xfree library with gcc3 (3.2x) on cygwin I recognized, that the auto-import stuff in combination of recent ld does not work in case of const variables in a dll when using direct linking to a dll, because gcc put those variables into a readonly, that means the .text

Re: Need help: cron jobs can't access mounted network drives

2003-08-28 Thread Corinna Vinschen
On Thu, Aug 28, 2003 at 03:55:18PM -0400, Rich Elberger wrote: > it's Universal Naming Convention (heh heh funny) ... \\server\share > notation. Think of using forward slashes when giving an UNC path to a Cygwin application: //server/share/... Corinna -- Corinna Vinschen Please

Re: parallel make

2003-08-28 Thread Rolf Campbell
Christopher Faylor wrote: On Wed, Aug 27, 2003 at 09:03:55PM -0400, Rolf Campbell wrote: Christopher Faylor wrote: On Wed, Aug 27, 2003 at 08:15:19PM -0400, Rolf Campbell wrote: make -j does work in cygwin, to an extent. If you try to use too many processes, cygwin seems to flip out. -j20 does

[ANNOUNCEMENT] Updated: wtf-0.0.4-2

2003-08-28 Thread Igor Pechtchanski
Version 0.0.4-2 of wtf (still compiled against Cygwin 1.3.22 for now) is available and should be coming soon to a mirror near you. See below for a list of changes. wtf(6) is a utility provided by some UNIX and UNIX-like systems including Slackware Linux and NetBSD. It translates acronyms and fil

Agustos bulteni

2003-08-28 Thread Umitnk
www.Jeton.net Aðustos Güncellemeleri * 17 farklý kategoride 3.000 in üzerinde hazýr sms mesajý * Ücretsiz sms servisleri * 70 yeni melodi * Cep telefonu alým-satým panosu http://www.Jeton.net Sitemiz tamamen ücretsizdir ve reklam dahi yoktu

Re: perl-5.8.1-1 problem: TW.dll is 182 megabytes

2003-08-28 Thread Gerrit P. Haase
Hallo Eric, > I suffered from that problem, so I re-ran setup, which reasonably > replaced version 5.8.1 with 5.8.0-4. However, the installation is > taking forever -- the setup screen shows that it's copying the file > /usr/lib/perl5/5.8.0/cygwin-multi-64int/auto/Encode/TW/TW.dll, and > that fil

Re: Need help: cron jobs can't access mounted network drives

2003-08-28 Thread Andrew DeFaria
Corinna Vinschen wrote: On Thu, Aug 28, 2003 at 03:55:18PM -0400, Rich Elberger wrote: it's Universal Naming Convention (heh heh funny) ... \\server\share notation. Think of using forward slashes when giving an UNC path to a Cygwin application: //server/share/... Yeah, otherwise \\server\share

Re: perldoc unreadable

2003-08-28 Thread Gerrit P. Haase
Hallo waxmop, Am Donnerstag, 28. August 2003 um 21:42 schriebst du: > Hi - > perldoc isn't working for me: > [EMAIL PROTECTED] ~ > $ perldoc perldoc > Ignored /usr/bin/perldoc: unreadable > Ignored /usr/bin/perldoc: unreadable > Ignored /bin/perldoc: unreadable > No documentation found for "pe

Re: undefined reference to _WinMain@16

2003-08-28 Thread Gerrit P. Haase
Hallo Joshua, Am Donnerstag, 28. August 2003 um 19:09 schriebst du: > Hello > I am trying to build the expat lib (1.95.6) on Cygwin 1.3.22, and I keep > seeing the above error during the 'make' step. From what I've read on the > mailing list, it's a linking problem, but I'm no developer. I nee

Re: perldoc unreadable

2003-08-28 Thread [EMAIL PROTECTED]
I use perl version 5.8.0. On Thu, 28 Aug 2003 23:24:09 +0200 "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: > Hallo waxmop, > > Am Donnerstag, 28. August 2003 um 21:42 schriebst du: > > > Hi - > > > > perldoc isn't working for me: > > > [EMAIL PROTECTED] ~ > > $ perldoc perldoc > > Ignor