Comments

Flat
HTK installation on CYGWIN (Windows 7)
User: Bhupaesh Ghai
Date: 7/5/2012 12:12 pm
Views: 3958
Rating: 17

I am getting the follwoing at the end of execution of ./configure.

configure: creating ./config.status

config.status: creating HTKLib/Makefile

config.status: WARNING: HTKLib/Makefile.in seems to ignore the --datarootdir setting

config.status: creating HTKTools/Makefile

config.status: WARNING: HTKTools/Makefile.in seems to ignore the --datarootdir setting

config.status: creating HLMLib/Makefile

config.status: WARNING: HLMLib/Makefile.in seems to ignore the --datarootdir setting

config.status: creating HLMTools/Makefile

config.status: WARNING: HLMTools/Makefile.in seems to ignore the --datarootdir setting

config.status: creating HTKLVRec/Makefile

config.status: WARNING: HTKLVRec/Makefile.in seems to ignore the --datarootdir setting

config.status: creating Makefile

config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting

Is there any body to help me.? Please.......

Re: HTK installation on CYGWIN (Windows 7)
User: kmaclean
Date: 7/11/2012 3:00 pm
Views: 538
Rating: 19

>config.status: WARNING: HTKLib/Makefile.in seems to ignore the

>--datarootdir setting

was a configure file created (even with the warnings)?

background from the GNU Makefile page:

Data files used by the program during its execution are divided into categories in two ways.

  • Some files are normally modified by programs; others are never normally modified (though users may edit some of these).
  • Some files are architecture-independent and can be shared by all machines at a site; some are architecture-dependent and can be shared only by machines of the same kind and operating system; others may never be shared between two machines.

This makes for six different possibilities. However, we want to discourage the use of architecture-dependent files, aside from object files and libraries. It is much cleaner to make other data files architecture-independent, and it is generally not hard.

Here are the variables Makefiles should use to specify directories to put these various kinds of files in:

‘datarootdir’

The root of the directory tree for read-only architecture-independent data files. This should normally be ‘/usr/local/share’, but write it as ‘$(prefix)/share’. (If you are using Autoconf, write it as ‘@datarootdir@’.) ‘datadir’’s default value is based on this variable; so are ‘infodir’, ‘mandir’, and others.

PreviousNext