linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Linux build error - 3.5.0 stable


From: Rich Chase
Subject: [Linphone-developers] Linux build error - 3.5.0 stable
Date: Fri, 30 Dec 2011 10:16:57 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0

Hello,

I got the following error when trying to compile 3.5.0 stable source
code on Fedora 16.  It seems like an autotools configuration file error
of some kind, but I don't know how to find the exact cause of this
error.  I would just edit the Makefiles, but it seems there is a
stamping system I don't understand that causes a reconfiguration when I
call make. Any help would be greatly appreciated.

Fedora has a linphone rpm package, but it's an older version, and I want
linphone with srtp support.  I am using GNU Make 3.82, gcc 4.6.2,
autoconf 2.68.

~phatgeek

My config options:
./configure --prefix=/usr --libdir=/usr/lib64 --enable-gtk_ui=yes
--enable-notify=yes --enable-ipv6 --enable-truespeech
--enable-nonstandard-gsm --enable-rsvp --enable-ssl --enable-video
--enable-alsa --enable-strict --enable-tunnel=no --with-pic
--with-gnu-ld  --with-osip --with-readline --with-ffmpeg

Error Text:

make  all-am
make[5]: Entering directory
`/home/rich/Desktop/linphone-3.5.0/mediastreamer2/src'
if test -d ../.git ; then \
    /bin/echo -n "#define GIT_VERSION " > gitversion.h.tmp &&\
    /bin/echo \"`cd .. && git describe`\" >> gitversion.h.tmp &&\
    if test "`cat gitversion.h.tmp`" != "`cat ./gitversion.h`" ; then \
        cp -f gitversion.h.tmp ./gitversion.h ; \
    fi \
    && rm -f gitversion.h.tmp ;\
fi
if ! test -f ./gitversion.h ; then \
    /bin/echo -n "#define GIT_VERSION \"unknown\" " > ./gitversion.h ;\
fi
  CC     mscommon.lo
  CXXLD  libmediastreamer.la
../libtool: line 5992: cd: (exec_prefix)/lib64: No such file or directory
libtool: link: cannot determine absolute directory name of
`(exec_prefix)/lib64'
make[5]: *** [libmediastreamer.la] Error 1
make[5]: Leaving directory
`/home/rich/Desktop/linphone-3.5.0/mediastreamer2/src'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/home/rich/Desktop/linphone-3.5.0/mediastreamer2/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/rich/Desktop/linphone-3.5.0/mediastreamer2'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/rich/Desktop/linphone-3.5.0/mediastreamer2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rich/Desktop/linphone-3.5.0'
make: *** [all] Error 2




reply via email to

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