[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: integration of perl with automake
From: |
Bob Friesenhahn |
Subject: |
Re: integration of perl with automake |
Date: |
Thu, 15 Oct 2009 11:21:47 -0500 (CDT) |
User-agent: |
Alpine 2.01 (GSO 1266 2009-07-14) |
On Thu, 15 Oct 2009, Andreas Otto wrote:
to build a perl extension it's best to use the perl build-system based on
perl Makefile.PL
I have been dealing with this situation for many (11?) years (first in
ImageMagick, and then in GraphicsMagick). It is really difficult to
integrate Automake with Perl's Make::Maker because Perl's Make::Maker
does not observe any normal conventions and has a mind of its own
based on whatever options were used way back when perl itself was
built with some other compiler. Nightmare is an understatement.
Regardless, I suggest to take a look at ImageMagick or GraphicsMagick
Automake makefiles to see how it may be done.
See the hunk of junk at
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/PerlMagick/Makefile.am
Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
- integration of perl with automake, Andreas Otto, 2009/10/15
- Re: integration of perl with automake,
Bob Friesenhahn <=
- Re: integration of perl with automake, Ralf Wildenhues, 2009/10/15
- Re: integration of perl with automake, Andreas Otto, 2009/10/19
- Re: integration of perl with automake, Ralf Wildenhues, 2009/10/20
- Re: integration of perl with automake, Andreas Otto, 2009/10/20
- Re: integration of perl with automake, Ralf Wildenhues, 2009/10/20
- Re: integration of perl with automake, Andreas Otto, 2009/10/21
- Re: integration of perl with automake, Ralf Wildenhues, 2009/10/21