I am having a problem getting a project to compile under automake 1.9.2 (and 1.9.1)
where it works fine under 1.8
before I send a bug report off, I am wanting to know if anyone else has seen the
problem. make is reporting
make[3]: *** No rule to make target `cd_sdl_la-cd_sdl.lo', needed by `cd
I am having a problem getting a project to compile under automake 1.9.2 (and 1.9.1)
where it works fine under 1.8
before I send a bug report off, I am wanting to know if anyone else has seen the
problem. make is reporting
make[3]: *** No rule to make target `cd_sdl_la-cd_sdl.lo', needed by `cd
Alexandre Duret-Lutz wrote:
However your traces show that `cl' is detected as supporting -c
and -o together.
| configure:3356: checking whether cl and cc understand -c and -o together
| configure:3386: cl -c conftest.c -o conftest.obj >&5
...
That test is actually run by AC_PROG_CC_C_O (which is ca