|
|
sybperl-l Archive
Up Prev Next
From: Herold Heiko <Herold dot Heiko at previnet dot it>
Subject: sybperl-2.11 Win32 makefile problems ?
Date: Oct 13 1999 3:17PM
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 ?
Thanks
Heiko
-- PREVINET S.p.A. Heiko.Herold@previnet.it
-- Via Marocchesa, 14 ph x39-041-5494228
-- I-31021 Mogliano V.to (TV) fax x39-041-5492263
-- ITALY
|