One important piece I forgot to mention is that
one needs to adjust some paths in GD.pm's Makefile.PL:

# =====> PATHS: CHECK AND ADJUST <=====
$ENV{'GD_LIBS'} = '.' unless exists $ENV{'GD_LIBS'};
$ENV{'GD_INC'} = '.' unless exists $ENV{'GD_INC'};
system('DEFINE/JOB/TRANS=CONCEAL lib_root userdisk:[user.mv.projekte.lib.]');
my @INC     = qw(-I/lib_root/freetype-1_3/lib
                 -I/lib_root/gd-1_8_3
                 -I/lib_root/jpeg-6b
                 -I/lib_root/libpng-1_0_8
                 -I/lib_root/zlib-1_1_3);
my @LIBPATH = qw(-L/lib_root/freetype-1_3
                 -L/lib_root/gd-1_8_3
                 -L/lib_root/jpeg-6b
                 -L/lib_root/libpng-1_0_8
                 -L/lib_root/zlib-1_1_3);
my @LIBS    = qw(-lgd -lpng -lz);


The assignments to GD_LIBS and GD_INC prevent two lists that get
built to contain a blank entry which throws off MM_VMS.pm (I guess).

cu,
  Martin
-- 
 OpenVMS:         | Martin Vorlaender         VMS & WNT programmer
 When you KNOW    | work: [EMAIL PROTECTED]
 where you want   |       http://www.pdv-systeme.de/users/martinv/
 to go today.     | home: [EMAIL PROTECTED]

Reply via email to