Hi, I used the flag "--output-dir=MYBUILDDIR" in my bootstrap file. When I run bootstrap, the Makefile.in files get created in the buid area instead of the source area( source area is the default behavior ), which is what I want. However, when I do a gmake I get the following error:
configure.in: 431: required file `./$out_makefiles.in' not found make: *** [/auto/repyga/fas/testbuild/VegasSW/Makefile.in] Error 1 It appears that the gmake creates a Makefile.in the top level directory where I ran bootstrap from. However, I wanted the Makefile.in created in our build area and not in the src area. Once the Makefile.in has been created the gmake( shown above ) works. Does the Makefile.in in the top level needs to exist in there for things to work? Thanks in advance, fausto..