libtool problem?

Andreas Simon yuipx at gmx.net
Fri Jun 7 14:36:45 BST 2002


On Friday 07 June 2002 05:52, Neil Stevens wrote:

> '../../../../../kdemultimedia/mpeglib/lib/mpegplay/'`../../../../..
>/kdemultimedia/mpeglib/lib/mpegplay/mmxidct_asm.S libtool:
> unrecognized option `-c'
> Try `libtool --help' for more information.
> make[4]: *** [mmxidct_asm.lo] Error 1
>
> Is this my fault?

I think this is some bug in kdemultimedia's autostuff.

In kdemultimedia/configure the following code is generated:

CCAS=$(CC)
CCASFLAGS=$(CFLAGS)

AS=$(CC)
ASFLAGS=$(CFLAGS)

which leads to unset CCAS, etc. variables in the Makefiles.
If you substitute this with

CCAS=$CC
CCASFLAGS=$CFLAGS
AS=$CC
ASFLAGS=$CFLAGS

it works.

Cheers,
Andreas





More information about the kde-core-devel mailing list