[Lustre-discuss] Trying to build lustre with unsupported kernel

David Simas dgs at slac.stanford.edu
Wed Feb 13 14:26:39 PST 2008


On Wed, Feb 13, 2008 at 02:49:28PM -0700, Craig Tierney wrote:
> I am trying to build lustre against and unsupported
> kernel (2.6.20.20).  I am having some issues with it.
> 
> ./configure: line 3096: LB_CONFIG_FILES: command not found
> configure: creating ./config.status
> cd . && /bin/sh ./config.status autoMakefile
> config.status: error: invalid argument: autoMakefile
> 
> What is the proper way to rebuild the configure file?

You probably don't need them all, but the usual sequence of commands is

	aclocal
	autoconf
	autoheader
	automake -a

You can find this documented in many places on the web.  Search for
something like "GNU build system".

David S.

> 
> Thanks,
> Craig
> 
> 
> -- 
> Craig Tierney (craig.tierney at noaa.gov)



More information about the lustre-discuss mailing list