|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: sybperl-2.11 Win32 makefile problems ?
Date: Oct 13 1999 3:27PM
Herold Heiko writes:
> Hello,
>
> we're just starting with perl and sybperl, so ... newbie alert :-)
> Anyway, from 2.10.02 to 2.11 in Makefile.PL appeared the lines
>
> if($Config{lns}) {
> system("cd CTlib; $Config{lns} ../pod/sybperl.pod CTlib.pod") if(!-e
> 'CTlib/CTlib.pod');
> system("cd DBlib; $Config{lns} ../pod/sybperl.pod DBlib.pod") if(!-e
> 'DBlib/DBlib.pod');
> }
>
> (possibly wrapped by mailer)
> which do produce a shell error (file/path not found).
> If I understand this correctly it has something to due with
> internationalization, and should not worry me / shouldn't create problems
> ... am I correct ?
Actually it creates/copies the sybperl.pod file to the appropriate
CTlib.pod or DBlib.pod files, so that the manual gets installed
correctly. The error is not fatal, and you could also make the copies
yourself if you wanted...
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|