emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with EDE


From: Sascha Wilde
Subject: Re: Problems with EDE
Date: Fri, 09 Oct 2009 14:34:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

And two more problems...  ;-)

With target type "sharedobject" ede projects build shared libraries.
Using an ede automake project building such an target fails in tow
respects:

1. Setup of the autotools infrastructure:

    -*- mode: compilation; default-directory: "/tmp/cedettest/" -*-
    Compilation started at Fri Oct  9 14:23:30

    aclocal;automake --add-missing;autoreconf;
    configure.ac:8: required file `./ltmain.sh' not found
    configure.ac:8: required file `./ltmain.sh' not found
    autoreconf: automake failed with exit status: 1

    Compilation exited abnormally with code 1 at Fri Oct  9 14:24:03

   This might be actually due to an automake bug, because IMO 
   `automake --add-missing' should generate ltmain.sh -- anyway it
   doesn't (tested with automake 1.10.1 on Debian Lenny).

   Calling libtoolize manually fixes this.

2. After hot-fixing (1) compilation still fails:

    make: *** No rule to make target `libfoo.so'.  Stop

   This is due the fact, that using libtool/automake the target for the
   library is libfoo.la, not libfoo.so.

   Manual compile with `M-x compile RET make libfoo.la' works.

cheers
sascha
-- 
Sascha Wilde : xedit? Das sieht zwar wie vi aus als könne es nix, aber im
             : Gegensatz zu vi kann es wirklich nix und nix ist noch geschönt!
             : (Michael Core in dafc)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]