[Xastir] Compile Failure for Mac OSX
Jason Winningham
jdw at eng.uah.edu
Fri Dec 3 15:47:15 EST 2004
On Dec 3, 2004, at 2:21 PM, Jon Ogden wrote:
> I have no ld.so.cache file in my /etc directory.
>
> Also, ldconfig is not recognized as a command...............
MacOS doesn't use these shared library tools, so this is not a problem.
> And Magick-config is not recognized either.............
>
> In my /usr/local/bin I have Magick++-config and Magic-config
>
> In my /usr/local/lib, I have all of the ImageMagick libraries
>
> Trying to run Magic-config inside the /usr/local/bin directory does
> nothing
It's Magick-config (with a "k").
do echo $PATH and see if /usr/local/bin is in there; or just type
Magick-config and see what happens.
If you get
g5:~ jdw$ Magick-config
-bash: Magick-config: command not found
then you have a path problem. if you can't find it, xastir's configure
probably won't find it either. Try this:
g5:~ jdw$ export PATH=$PATH:/usr/local/bin
g5:~ jdw$ Magick-config
Usage: Magick-config [--cflags] [--cppflags] [--exec-prefix]
[--ldflags] [--libs] [--prefix] [--version]
Example: gcc `Magick-config --cflags --cppflags` source.c
`Magick-config --ldflags --libs`
At this point (in the same shell!) try the xastir configure again.
-Jason
kg4wsv
More information about the Xastir
mailing list