Hi,
Recently , I successfully compiled ypops 0.6 from the source on Mac OS X 10.3.5. (you can see the saga at ypops / mac forum.)
When others get my binary files on their systems, ypops.bin cannot run there, because it expects some dynamic loading library. The error message says
dyld: /usr/local/bin/ypops.bin can't open library: /sw/lib/libxml.1.dylib (No such file or directory, errno = 2)
Obviously, I do not encounter the error because I installed it separately for ypops compilation. However, not all Mac OS X users have it.
Is it possible to compile ypops with this library included in the final binary? (I guess it's called 'static linked', right?) What do I need to do in ypcompile or Makefile? My goal is to compile a 'self-contained' binary file, which does not require the additional installation of libxml package. (it's not part of standard Mac OS X).
Thanks in advance.



