On Jun 28, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote:
> On 28 Jun 2000, Alexandre Oliva wrote:
>> On Jun 28, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote:
>>
>> > Do you mean like this?
>>
>> Yup.
>>
>> > I tried to rerun with this change but I got the same error.
>>
>> This particular change wouldn't help at all. Just make sure you're
>> getting an up-to-date libtool.m4 in your aclocal.m4, because it is in
>> the aclocal.m4 copy of libtool.m4 that the source of this problem is.
> Well, this is now showing up in my aclocal.m4
I'm talking about the libtool.m4 part of aclocal.m4, the one that
appends AC_LIBTOOL_CXX to AC_PROG_CXX.
> automake: src/joystick/Makefile.am: object `SDL_sysjoystick.lo' created
> by `SDL_sysjoystick.cc' and `SDL_sysjoystick.c'
> automake: src/joystick/Makefile.am: object `SDL_sysjoystick.lo' created
> by `SDL_sysjoystick.cc' and `SDL_sysjoystick.c'
> Perhaps the first error is a wild goose chase. This
> error seems to be caused by a conflict between
> SDL_sysjoystick.c and SDL_sysjoystick.cc,
Yup. But this is an automake issue. You must now have multiple
source files generating the same object file. You'll have to rename
one of them.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me