[Xastir] Libgeotiff & OS X
Derrick J Brashear
shadow at dementia.org
Thu Aug 26 11:40:13 EDT 2004
On Thu, 26 Aug 2004, Jason Winningham wrote:
> How practical is it to get a fat binary out of a build? I'd like to be able
> to build on one system, then take the binary and /usr/local/shar/xastir to my
> other systems. Right now I have to go through the whole build process on 3
> different systems, or try an duplicate a bunch of /usr/local.
If you use shared libraries (dylibs) you need to copy all of them (that
you linked against)
> This may make it easier for someone to build a package (RPM, pkg-add, etc)
> with everything in it and get more users who would use xastir but don't want
> to deal with the whole "build 7 packages from source" routine.
>
> I guess this is a request for ./configure --fat-binary
as above, if you have shared libraries, you can't link them in. (well, you
can on some systens which allow the linker to do it, but that's not really
a portable assumption)
you could build for map types for which no dynamic libraries were needed,
and get a binary.
More information about the Xastir
mailing list