> I'm running into trouble when trying to get Amanda binaries statically > linked. I'm trying to compile a set of statically linked linux binaries > that I can place on an NFS mount where linux systems will run them > without fighting over libc revisions, etc. When I run ./configure with > the --enable-static=yes option I still end up with dynamically linked > binaries, as revealed by running ldd after a make install. Setting the > CFLAGS environment variable to contain -static doesn't help either. How > can I get Amanda to produce statically linked binaries for me?
I think you'll have to hack the Makefiles. I once did it for a statically linked amrestore.
