> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Thanks for the info, JMarc. I will try it. Incidentally, I
Angus> found that, in order to get the configure test to run properly:
Angus> LYX_USE_XFORMS_IMAGE_LOADER
Angus> I had to define CPPFLAGS=-I/usr/local/include rather than
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Thanks for the info, JMarc. I will try it. Incidentally, I
Angus> found that, in order to get the configure test to run properly:
Angus> LYX_USE_XFORMS_IMAGE_LOADER
Angus> I had to define CPPFLAGS=-I/usr/local/include rather than
On Wednesday 13 March 2002 12:28 pm, Jean-Marc Lasgouttes wrote:
> Angus> Having just updated my tree, JMarc's change to configure.in
> Angus> triggered an automatic rerun of configure. In the past this has
> Angus> failed to run correctly, because configure has insisted on
> Angus> using g++ rath
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Having just updated my tree, JMarc's change to configure.in
Angus> triggered an automatic rerun of configure. In the past this has
Angus> failed to run correctly, because configure has insisted on
Angus> using g++ rather than deccx
Having just updated my tree, JMarc's change to configure.in triggered an
automatic rerun of configure. In the past this has failed to run correctly,
because configure has insisted on using g++ rather than deccxx. I have,
therefore, had to run the configure script as
CXX=deccxx configur
It seems that lib/configure part of cvs as well as lib/configure.m4?
Why?
A
On 4 Oct 2000, Jean-Marc Lasgouttes wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> Can I ask why the sigc++ configure script repeats so many of
> Angus> the tests already performed in the base directory? It loads up
> Angus> ../config.cache. Isn't this enough? It
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Can I ask why the sigc++ configure script repeats so many of
Angus> the tests already performed in the base directory? It loads up
Angus> ../config.cache. Isn't this enough? It seems such a waste of
Angus> effort to do everything t
Can I ask why the sigc++ configure script repeats so many of the tests
already performed in the base directory? It loads up ../config.cache. Isn't
this enough? It seems such a waste of effort to do everything twice.
Angus