On Tue, 27 Mar 2007, Ray Wells wrote: > After much drama I finally found a deb package for Graphicsmagick and it > appears to be working - gm display brings up the logo. > > However, when I run configure for xastir (1.8.5) it complains it can't > find GraphicsMagick-configure, and wants to compile with Imagemagick, > which isn't working. > > Could GraphicsMagic-configure be known by another name on Debian Sarge?
Unlikely. Typically if you install a pre-compiled package you'll end up installing the libraries and executables, but not the headers. There may be another package called something like graphicsmagick-devel perhaps? from the same place you found the other package. In order to compile anything that uses libraries, you need the header files installed as well. Often these are in a separate "dev" or "devel" package with a similar name. -- Curt, WE7U. APRS Client Comparisons: http://www.eskimo.com/~archer "Lotto: A tax on people who are bad at math." -- unknown "Windows: Microsoft's tax on computer illiterates." -- WE7U "The world DOES revolve around me: I picked the coordinate system!" _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
