Re: Beginner: a simple question about shared libraries

2002-08-02 Thread Alexandre Duret-Lutz
>>> "Ladislav" == Ladislav Strojil <[EMAIL PROTECTED]> writes: [...] >> Thanks. I can reproduce this, it's definitely a bug in >> Automake. It seems Automake outputs these rules twice because >> it has seen two differents C++ extensions (.cc and .cpp). I'll >> look into this. Actually I'

Re: Beginner: a simple question about shared libraries

2002-08-02 Thread Ladislav Strojil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 02 August 2002 16:53, Alexandre Duret-Lutz wrote: > >>> "Ladislav" == Ladislav Strojil <[EMAIL PROTECTED]> writes: > > [...] > > Ladislav> I still get a lot of > Ladislav> Makefile:723: warning: overriding commands for target > `admisSK.o'

Re: Beginner: a simple question about shared libraries

2002-08-02 Thread Alexandre Duret-Lutz
>>> "Ladislav" == Ladislav Strojil <[EMAIL PROTECTED]> writes: [...] Ladislav> I still get a lot of Ladislav> Makefile:723: warning: overriding commands for target `admisSK.o' Ladislav> Makefile:290: warning: ignoring old commands for target `admisSK.o' [...] Thanks. I can reproduce this,

Re: Beginner: a simple question about shared libraries

2002-08-02 Thread Ladislav Strojil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 02 August 2002 13:38, Alexandre Duret-Lutz wrote: > >>> "Ladislav" == Ladislav Strojil <[EMAIL PROTECTED]> writes: > > [...] > > Ladislav> I tried installing 1.6.3 (removed 1.5 before that) > Ladislav> but now autconf tells me: > Ladislav

Re: Beginner: a simple question about shared libraries

2002-08-02 Thread Alexandre Duret-Lutz
>>> "Ladislav" == Ladislav Strojil <[EMAIL PROTECTED]> writes: [...] Ladislav> I tried installing 1.6.3 (removed 1.5 before that) Ladislav> but now autconf tells me: Ladislav> [lada@smrz libadmis]$ aclocal && autoconf && automake Ladislav> configure.in:6: error: possibly undefined macro: AC_

Re: Beginner: a simple question about shared libraries

2002-08-01 Thread Ladislav Strojil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 01 August 2002 21:56, Alexandre Duret-Lutz wrote: > >>> "Ladislav" == Ladislav Strojil <[EMAIL PROTECTED]> writes: > > [...] > > Ladislav> [lada@smrz ~]$ automake --version > Ladislav> automake (GNU automake) 1.5 > > Thanks. The current

Re: Beginner: a simple question about shared libraries

2002-08-01 Thread Alexandre Duret-Lutz
>>> "Ladislav" == Ladislav Strojil <[EMAIL PROTECTED]> writes: [...] Ladislav> [lada@smrz ~]$ automake --version Ladislav> automake (GNU automake) 1.5 Thanks. The current version is 1.6.3, could you try that? If it still doesn't work, could you send in your Makefile.am and the resulting Mak

Re: Beginner: a simple question about shared libraries

2002-08-01 Thread Ladislav Strojil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 01 August 2002 17:50, Alexandre Duret-Lutz wrote: > Hi! > > >>> "Ladislav" == Ladislav Strojil <[EMAIL PROTECTED]> writes: > > [...] > > Ladislav> I am trying to move our school project to automake. > > What version of Automake? [lada@sm

Re: Beginner: a simple question about shared libraries

2002-08-01 Thread Alexandre Duret-Lutz
Hi! >>> "Ladislav" == Ladislav Strojil <[EMAIL PROTECTED]> writes: [...] Ladislav> I am trying to move our school project to automake. What version of Automake? [...] -- Alexandre Duret-Lutz

Beginner: a simple question about shared libraries

2002-08-01 Thread Ladislav Strojil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am sorry to ask such a simple questions but I am really lost here. I am trying to move our school project to automake. I have succeeded building programs, but I am stuck with .so files. Currently (with a hand written Makefile) it works like