Hi, Perry. I am using version 0.7.0 because I need to build code that is branched off from it. Note, however, that the make error occurs even when I try to build this version straight out of the distribution tarball, without any changes. I am following the build instructions that are in the distribution tarball, in the file README.txt: Building with GNU tools (Linux, *BSD, MacOS X, mingw, etc.) Generally these should be all that are needed to build the libraries, applications, and samples: $ ./configure $ make dep && make clean && make Thanks, Moshe -----Original Message----- From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org] On Behalf Of Perry Ismangil Sent: Thursday, October 29, 2009 2:29 PM To: pjsip list Subject: Re: Build failing on Linux Hi Moshe, The instructions on the website applies to the latest version of pjsip, 1.4.5. Version 0.7.0 seems very old, are you sure you got the right version? Thank you, Best Regards, On Wed, Oct 28, 2009 at 21:47, Moshe Matitya <Moshe.Matitya at xconnect.net> wrote: > I am trying to build PJSIP 0.7.0, "out of the box" without any changes, and the build is failing. > > As per the build instructions, I run the following commands: > > ./configure > make dep > make clean > make > > The final command (make) fails. ?The following are the last few lines of the output: > > gcc -o ../bin/samples/confsample-i686-pc-linux-gnu \ > ? ?output/samples-i686-pc-linux-gnu/confsample.o \ > ? ?-L/home/moshem/Projects/PjSip0/pjsip/pjlib/lib -L/home/moshem/Projects/PjSip0/pjsip/pjlib-util/lib -L/home/moshem/Projects/PjSip0/pjsip/pjnath/lib -L/home/moshem/Projects/PjSip0/pjsip/pjmedia/lib -L/home/moshem/Projects/PjSip0/pjsip/pjsip/lib -L/home/moshem/Projects/PjSip0/pjsip/third_party/lib ?-lpjsua-i686-pc-linux-gnu -lpjsip-ua-i686-pc-linux-gnu -lpjsip-simple-i686-pc-linux-gnu -lpjsip-i686-pc-linux-gnu -lpjmedia-codec-i686-pc-linux-gnu -lpjmedia-i686-pc-linux-gnu -lpjnath-i686-pc-linux-gnu -lpjlib-util-i686-pc-linux-gnu -lresample-i686-pc-linux-gnu -lgsmcodec-i686-pc-linux-gnu -lspeex-i686-pc-linux-gnu -lilbccodec-i686-pc-linux-gnu -lportaudio-i686-pc-linux-gnu -lpj-i686-pc-linux-gnu -lm -luuid -lnsl -lrt -lpthread ?-lssl -lcrypto > /usr/bin/ld: cannot open output file ../bin/samples/confsample-i686-pc-linux-gnu: No such file or directory > collect2: ld returned 1 exit status > make[2]: *** [../bin/samples/confsample-i686-pc-linux-gnu] Error 1 > rm output/samples-i686-pc-linux-gnu/confsample.o > make[2]: Leaving directory `/home/moshem/Projects/PjSip0/pjsip/pjsip-apps/build' > make[1]: *** [samples] Error 2 > make[1]: Leaving directory `/home/moshem/Projects/PjSip0/pjsip/pjsip-apps/build' > make: *** [all] Error 1 > > I am using Linux 2.4.21 on an x86 machine, with GCC 3.2.3. > > Any ideas? > > Thanks, > > Moshe Z. Matitya > XConnect Global Networks, Ltd. > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -- Perry Ismangil _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip at lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org