>>>>> On Wed, 17 Feb 2010 11:26:51 -0800, Doug Sampson said: > > Hello, > > While configuring the 'make config' options, I see that there isn't any > option to disable the libtool option. I wish to create a statically linked > bacula client which requires disabling the libtool option. When I attempt to > do: > > ./configure --disable-libtool > > it complains of not being told whether it's a client-only install or not.
You need to add --enable-client-only as the message says. > Looking at the make config options, I see that, by default, the 'Native > Language Support via gettext utilities' checkbox is checked. What is the > command line parameter for that? Look in the port Makefile and you will find that it uses --enable-nls. > Why isn't the 'disable libtool' option not listed in the make config > options? Because noone added it yet? It is also non-trivial to make it an option because it affects pkg-plist. The output of 'make config' is the list of items in the OPTIONS variable, which is not the same thing as the arguments to configure. __Martin ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
