softov / opensoftphone

Automatically exported from code.google.com/p/opensoftphone
0 stars 0 forks source link

x86_64 release for Linux #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
a) Trying to download a release for 64 bit systems

b) Trying to compile on 64 bit Linux

What is the expected output? What do you see instead?
Expect link to 64 bit release, only 32 bit releases available. Also tried
to build from source but the makefile is too specific to the platform of
the developer (absolute path names, sun vs. openJDK, hard coded
architecture etc.)

What version of the product are you using? On what operating system?
svn revision 8, with pjsip 1.0.3 on branch 1.0 from svn revision 2830
Operating system is Ubuntu 9.10 with openJDK 1.6, Eclipse Galileo and g++ 4.4.1

Original issue reported on code.google.com by taenzerm...@gmail.com on 9 Apr 2010 at 6:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
this doesnt works under x86_64 bit architecture. 
double click on ./softphones seems something will get open but then it comes to 
# prompt.

using ubantu desktop 64 bit operating system and under /lib directory has link 
of ld-linux.so2 -> /lib32/ld-linux.so.2

Original comment by gaurav6...@gmail.com on 22 Jun 2010 at 6:12

GoogleCodeExporter commented 9 years ago
There are two things you need to do:
- Compile a x64 version of the pjsip_jni library against a x64 version of pjsip
- Create an eclipse RCP application based on the x64 version of the RCP 
(eclipse) platform

Both are possible with a little bit of work, I have done it a few months ago.

Original comment by florian....@gmail.com on 10 Jan 2012 at 8:17