automake
[Top][All Lists]
Advanced

[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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]