develooper Front page | perl.macosx | Postings from August 2001

Re: Compiling expat for OSX

Thread Previous | Thread Next
From:
Paul McCann
Date:
August 22, 2001 17:41
Subject:
Re: Compiling expat for OSX
Message ID:
B7AA8813.50D2%pmccann@maths.adelaide.edu.au
Hi again,

many thanks to all respondents: expat 1.95.1 installed without a hitch using
simply:

% ./configure
% make 
% sudo make install

I installed XML::Parser 2.30 by adding in the explicit paths, as suggested
by Nathaniel: 

% perl Makefile.PL EXPATLIBPATH=/usr/local/lib/  \
   EXPATINCPATH=/usr/local/include/

% make
% make test 
(All successful)
% sudo make install

The end result is one happy camper. Module in place, doing what it's
supposed to do; auxiliary XML modules about to be added to the fire.

Thanks again,
               Paul


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About