Hi there,

I had chance to quickly try on the new p3 release of l2h.

In oder to install it on my os/2 machine I had to add the following
code in configure-pstoimg

if ($^O =~ MSWin32) {
    $Default{'GS'}='gswin32c';
# -------------- added lines below --------
} elsif ($^O =~ os2) {
    $Default{'GS'}='gsos2.exe';
}
# -------------- added lines above --------
else {
    $Default{'GS'}='gs';
}

Furthermore I changed in override.pm

        sub find_executable {
        if (($OS =~ MSWin32) || ($OS =~ os2)) {

Maybe these changes can be incorporated into the next
release. Otherwise the install went really smooth ;-)

        Cheers

                Uli

-- 
        Uli Wortmann
        Dept. of Geology       Fax (Switzerland) (1) 632  1080
        ETH-Zuerich            Fon                        3694
        email: [EMAIL PROTECTED], http://bonk.ethz.ch

Reply via email to