Say I'm generating a build tree with x.ecc. When I generate the build tree in config tool, I get 3 directories: x_install, x_mlt, x_build. But if I do
$ ecosconfig --config=x.ecc I get everything that would have been in the x_build and x_install directories in the current directory. $ ecosconfig --config=x.ecc --prefix=x_install can move the install stuff, but the build stuff still gets dumped into the current directory. This makes it difficult to move between using configtool and ecosconfig. - Why doesn't ecosconfig do what configtool does? - How can I make it do what configtool does? Thanks, Tim S -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
