From: Dan F. <da...@co...> - 2009-02-26 04:36:08
|
On Wed, Feb 25, 2009 at 06:00:13PM -0800, Benny Smith wrote: > In several of the files in libexif, an include statement is made: #include > <config.h> > > What does this file accomplish? It holds configuration information about the compiler, library and architecture that you're building for. > I cannot find it in the libexif package? libexif -0.6.17?. > > I see a file labeled ?config.h.in?. Is that related? It is one of the inputs used by autoconf to generate the config.h file. The file is created as part of the process of running ./configure before you compile the library. If you're not compiling on a POSIX system that can run ./configure, you'll have to create your own config.h file manually. >>> Dan -- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved |