Re: [Ekiga-list] ekiga-3.9.90 : make issue (on Mageia 2 x86_64)



On 09-23-2012 16:56, I wrote:

I did install successfully ptlib-2.10.7 and opal-3.10.7.

I did configure ekiga-3.9.90 with this command :

$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --disable-eds

with this result:
>
> ...
> ...
> collect2: ld returned 1 exit status
> make[3]: *** [ekiga] Erreur 1
> make[3] : on quitte le répertoire « /home/gerard/ekiga-3.9.90/src »
> make[2]: *** [all] Erreur 2
> make[2] : on quitte le répertoire « /home/gerard/ekiga-3.9.90/src »
> make[1]: *** [all-recursive] Erreur 1
> make[1] : on quitte le répertoire « /home/gerard/ekiga-3.9.90 »
> make: *** [all] Erreur 2

Fortunately, Eugen was here to give me good advices. Yesterday I redid all ptlib, opal and ekiga compilations after having uninstalled some Mageia packages (not only ekiga as I did the first times):

ekiga-3.3.2
lib64opal3.10.2
lib64opal3.10.2-plugins
lib64pt2.10.2
lib64pt2.10.2-plugins

Then, these are the few usual commands I used *successfully* this time:

$ tar xf ptlib-2.10.7.tar.xz
$ tar xf opal-3.10.7.tar.xz
$ tar xf ekiga-3.9.90.tar.xz
$ cd ptlib-2.10.7/
$ ./configure
$ make
$ su
# make install
# exit
$ cd ../opal-3.10.7/
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
$ make
$ su
# make install
# exit
$ cd ../ekiga-3.9.90/
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --disable-eds
$ make
$ su
# make install
# exit

And now I can launch Ekiga 3.9.90 with:

$ LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/ekiga :-)

(Hoping this could help somebody sometime.)



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