Andre Poenitz <[EMAIL PROTECTED]> writes:

| I just checked out the latest CVS, started autogen.sh and got
| the following message
| 
| automake: src/mathed/Makefile.am: `libmathed.o' is not a standard libtool
| library name
| 
| The same for libinsets.o.

This is due to a bug in automake, libtool have not problem with
libraries ending in .o (tht means to use partial linking).


| 
| make afterwards complains about finding "no rule to make target
| `support/libsupport.o' needed by `lyx' "  There is indeed no rule for
| that in the Makefile (only for libsupport.la). 
| 

This is a different error, and one of mine, just change
support/libsupport.o to support/libsupport.la in src/makefile.am


| If I change the Makefiles to use .o instead of .la, everything is fine.
| 
| What am I doing wrong?
| 


Nothing,

        Lgb

Reply via email to