Re: [Linphone-users] linphonec: segmentation fault

2008-01-15 Thread Francois-Xavier KOWALSKI

Simon,

Recent kernels do notify application segfaults on the kernel console 
(via a handler of the associated MMU processor trap). This is a way for 
administrators that something is going wrong on the machine. Otherwise 
the crash is only visible from the user's context  the disk may fill-up 
silently with core dumps.


The exact format in the syslog is kernel-dependent  hence differs from 
Debian  RHEL (the 2 OS's I have observed this message on).


There is a similar messagefor un-aligned memory access.

--FiX

Simon Morlat wrote:

Hi,

Can you please run the same test from gdb ?
I'm a but surprised with this segfault message coming from the kernel.

Simon

Le Wednesday 09 January 2008 18:21:46 Gerard Robin, vous avez écrit :
  

Hello,
linphonec craches (on cli):
my system:
laptop acer 5102wlmi (amd64)
OS: Debian Sid
linphone: version: 2.0.1-3

~$ linphonec
Friend EUGENIOhome sip:[EMAIL PROTECTED] is Gone
8-

Ready
Warning: video is disabled in linphonec.
linphonec caRegistration on sip:ekiga.net successful.
linphonec call 500
linphoneec[7498]: segfault at  rip 2af858f467b9 rsp
7fff526c8c30 error 4

~$ strace -c linphonec
--8--
Process 4299 detached
% time seconds  usecs/call callserrors syscall
-- --- --- - - 
   48.760.000470 470 1   execve
   24.900.000240   0   560   read
   12.550.000121   1   103   mmap
   10.370.000100   25146 access
3.420.33   0   291   gettimeofday
0.000.00   022   write
0.000.00   07937 open
0.000.00   052   close
0.000.00   0 5 2 stat
0.000.00   038   fstat
0.000.00   042   mprotect
0.000.00   0 4   munmap
0.000.00   0 3   brk
0.000.00   020   rt_sigaction
0.000.00   0 9   rt_sigprocmask
0.000.00   021   ioctl
0.000.00   0 2   pipe
0.000.00   0 1   select
0.000.00   011socket
0.000.00   010   connect
0.000.00   0 1   bind
0.000.00   011   getsockname
0.000.00   010   setsockopt
0.000.00   0 1   clone
0.000.00   0 2   fcntl
0.000.00   0 1   chmod
0.000.00   0 1   getrlimit
0.000.00   0 1   arch_prctl
0.000.00   015 2 futex
0.000.00   0 1   set_tid_address
0.000.00   0 1   set_robust_list
-- --- --- - - 
100.000.000964  137087 total

do other users of linphonec have the same issue ?

With xwindow linphone starts fine but I can't hear my correspondant and
him can't hear me neither.

Thanks for any advice.






___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users

  


--
Francois-Xavier FiX KOWALSKI /_ __Tel:+33 (0)4 76 14 63 27
HP OpenCall Software  - EMTS  / //_/Fax:+33 (0)4 76 14 51 62
Media-Processing Engineering/  http://www.hp.com/go/opencall
  i n v e n t




___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Error in Linphone installation (While Make)

2007-01-24 Thread Francois-Xavier KOWALSKI
The problem that is causing error messages below is located *before* in 
the traces. Are you familiar with compilation?


venkatram mustoor wrote:

Sir,

I am facing a serious problem while installing Linphone-1.5.1.

After ./configure when i try to make make i get the following error 
messages.


Please help me in this regard.

collect2: ld returned 1 exit status
make[4]: *** [mediastream] Error 1
make[4]: Leaving directory
`/home/praveen/praveen/IP-Phone/linphone-1.5.1/mediastreamer2/tests'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/praveen/praveen/IP-Phone/linphone-1.5.1/mediastreamer2'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/praveen/praveen/IP-Phone/linphone-1.5.1/mediastreamer2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/praveen/praveen/IP-Phone/linphone-1.5.1'

make: *** [all] Error 2


I have installed esound-0.2.26 and other gobject, gthread of version2.0.

Waiting for ur reply.
Regards,
Mustoor Venkatram.






On 1/23/07, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

Send Linphone-users mailing list submissions to
linphone-users@nongnu.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.nongnu.org/mailman/listinfo/linphone-users
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of Linphone-users digest...


Today's Topics:

   1.  Re: Linphone-wx-0.0.4: can't setup public firewall   IP
  (Petr Pisar)
   2. Re:  asterisk and linphonec setup (Craig Matsuura)
   3. Re:  Linphone 0.0.4 crash on win32 : no debug symbols
  (Francois-Xavier KOWALSKI)
   4. Re:  asterisk and linphonec setup (Craig Matsuura)
   5. Re:  asterisk and linphonec setup (Craig Matsuura)


--

Message: 1
Date: Mon, 22 Jan 2007 18:14:32 + (UTC)
From: Petr Pisar [EMAIL PROTECTED]
Subject: [Linphone-users] Re: Linphone-wx-0.0.4: can't setup public
firewallIP
To: linphone-users@nongnu.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=utf-8

What about gettext? It's powerfull system and some examples of
integration with wx toolkit are listed in
/usr/share/doc/gettext/examples/hello-c++-wxwidgets. It will allow to 
reuse the

linux PO file too.

-- Petr

On 2007-01-22, Simon Morlat [EMAIL PROTECTED] wrote:
 Hi,

 Thanks for reporting this bug.
 I didn't yet look how hard is intl support with wxwidget. I plan to 
do it.


 Simon

 Le dimanche 21 janvier 2007 21:46, Petr Pisar a écrit:
 Hi,

 I tried your win32 version. It looks good, but I'm not able to set up
 public IP of firewall. If I fill in the IP address into NAT/Firewall
 adress, press Close button and reopen the setting dialogue, the 
value

 will be moved into STUN field.

 If I edit linphonerc by hand then after opening Settings window the
 client will crash.


 One OT Q: Are you going to implement some i18n/l10n capability into
 windows port? Native language is really important for normal users ;)

 --Petr



 ___
 Linphone-users mailing list
 Linphone-users@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/linphone-users





--

Message: 2
Date: Mon, 22 Jan 2007 12:45:39 -0700
From: Craig Matsuura [EMAIL PROTECTED]
Subject: Re: [Linphone-users] asterisk and linphonec setup
To: linphone-users@nongnu.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain;  charset=iso-8859-1

Thank you Simon.  Here are two logs one is from linphone 1.5 and the 
other is

from 1.2.  I calling a SIP phone and with 1.2 I make a connection and
everything works.  With version 1.5 I make the call the to the SIP 
Phone, and

everything appears to work but not audio.

I will also attach my .linphonerc (or .linphonec) config too.

Linphone 1.5 Log

| INFO3 | osip_event.c: 89 MESSAGE REC. CALLID:1600048906
| INFO1 | jcallback.c: 1218 cb_rcv2xx (id=8)
| INFO1 | eXosip.c: 340 eXosip: timer sec:3 usec:52632!
ortp-message-cfg= sip:192.168.0.21, cfg-rid=1, rid=1
| INFO1 | jreg.c: 81 Release a non-terminated transaction
| INFO2 | osip_transaction.c: 285 free transaction ressource 8 
1600048906

| INFO2 | nict.c: 123 free nict ressource
| INFO1 | eXosip.c: 281 Release a terminated transaction
| INFO2 | osip_transaction.c: 285 free transaction ressource 4 
147186140

| INFO2 | ict.c: 127 free ict ressource
| INFO2 | osip_transaction.c: 285 free transaction ressource 6 
147186140

| INFO2 | nict.c: 123 free nict ressource
| INFO1 | eXosip.c: 281 Release a terminated transaction
| INFO2 | osip_transaction.c: 285 free transaction ressource 5 
147186140

| INFO2 | ist.c: 83 free ist ressource
| ERROR | eXosip.c: 168 module sfp: _osip_kill_transaction transaction
should be released

Re: [Linphone-users] make error

2006-11-28 Thread Francois-Xavier KOWALSKI

 Who can help me?
 (Fedora Core 5 2.6.15-1;gcc-3.4.2;g++4.1.1)
[...]
 mkdir .libs
 gcc -I../../../linphone-1.5.0/mediastreamer2
 -I../../../linphone-1.5.0/mediastreamer2/../oRTP/include
 -I/usr/include/ffmpeg -DVIDEO_ENABLED -DORTP_INET6 -DINET6 -Wall -O2
 -g -Werror -pthread -D_REENTRANT -rdynamic -o .libs/mediastream
 mediastream.o -pthread ../src/.libs/libquickstream.so
 ../src/.libs/libmediastreamer.so ../../oRTP/src/.libs/libortp.so
 -lasound /usr/lib/libartsc.so -lspeex -lpthread -lrt -lvorbisenc -ldl
 -Wl,--rpath -Wl,/root/Desktop/IP-PBX/linphone-build//lib
 /usr/lib/libavcodec.so.51: undefined reference to `av_vlog'
 /usr/lib/libavcodec.so.51: undefined reference to `av_log_get_level'
 /usr/lib/libavcodec.so.51: undefined reference to `av_solve_lls'
 /usr/lib/libavcodec.so.51: undefined reference to `av_freep'
 /usr/lib/libavcodec.so.51: undefined reference to `av_free'
 /usr/lib/libavcodec.so.51: undefined reference to `av_realloc'
 /usr/lib/libavcodec.so.51: undefined reference to `av_evaluate_lls'
 /usr/lib/libavcodec.so.51: undefined reference to `av_log'
 /usr/lib/libavcodec.so.51: undefined reference to `av_init_lls'
 /usr/lib/libavcodec.so.51: undefined reference to `av_mallocz'
 /usr/lib/libavcodec.so.51: undefined reference to `av_malloc'
 /usr/lib/libavcodec.so.51: undefined reference to `av_update_lls'
 collect2: ld returned 1 exit status
 make[4]: *** [mediastream] Error 1

Here is the real error message (the one Simon  myself have been
requesting in our previous answers): seems like your FFMPEG is not built
properly. You should probabaly fetch a pre-built one. ATrpms.net builds
decent ones.

--FiX


___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] (no subject)

2006-11-21 Thread Francois-Xavier KOWALSKI
Your build output lacks the real error (probably located one or two
lines above your build log snippet)

--FiX

原硕 王 wrote:
 Hi all,
I tray to compile linphone 1.5.0 on Fedora Core 5,I get make
 error like:

 make[4]: *** [mediastream] Error 1
 make[4]: Leaving directory 
 `/root/Desktop/IP-PBX/linphone-1.5.0/mediastreamer2/tests'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory 
 `/root/Desktop/IP-PBX/linphone-1.5.0/mediastreamer2'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory 
 `/root/Desktop/IP-PBX/linphone-1.5.0/mediastreamer2'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/root/Desktop/IP-PBX/linphone-1.5.0'
 make: *** [all] Error 2

 The configure is :

 configure: linphone-1.5.0  A full featured audio/video sip phone.
 configure: licensed under the terms of the General Public License (GPL)
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for gawk... gawk
 checking whether make sets
  $(MAKE)... yes
 checking how to create
  a ustar tar archive... gnutar
 checking for style of include used by make... GNU
 checking for gcc... gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables... 
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ISO C89... none needed
 checking dependency style of gcc... gcc3
 checking for strerror in -lcposix... no
 checking for gcc... (cached) gcc
 checking whether we are using the GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking dependency style of gcc... (cached) gcc3
 checking for inline... inline
 checking for gcc...
  (cached) gcc
 checking whether we are using the
  GNU C compiler... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for gcc option to accept ISO C89... (cached) none needed
 checking dependency style of gcc... (cached) gcc3
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /bin/grep
 checking for egrep... /bin/grep -E
 checking for ANSI C header files... yes
 checking for perl... /usr/bin/perl
 checking for XML::Parser... ok
 checking for iconv... /usr/bin/iconv
 checking for msgfmt... /usr/bin/msgfmt
 checking for msgmerge... /usr/bin/msgmerge
 checking for xgettext... /usr/bin/xgettext
 checking build system type... i686-pc-linux-gnu
 checking host system type... i686-pc-linux-gnu
 checking for a sed that does not truncate output... /bin/sed
 checking for ld used by gcc... /usr/bin/ld
 checking if the linker (/usr/bin/ld) is GNU ld... yes
 checking for
  /usr/bin/ld option to reload object files...
  -r
 checking for BSD-compatible nm... /usr/bin/nm -B
 checking whether ln -s works... yes
 checking how to recognise dependent libraries... pass_all
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking dlfcn.h usability... yes
 checking dlfcn.h presence... yes
 checking for dlfcn.h... yes
 checking for g++... g++
 checking whether we are using the GNU C++ compiler... yes
 checking whether g++ accepts -g... yes
 checking dependency style of g++... gcc3
 checking how to run the C++ preprocessor... g++ -E
 checking for g77... no
 checking for f77... no
 checking for xlf... no
 checking for frt... no
 checking for pgf77... no
 checking for cf77...
  no
 checking for fort77... no
 checking for
  fl32... no
 checking for af77... no
 checking for f90... no
 checking for xlf90... no
 checking for pgf90... no
 checking for pghpf... no
 checking for epcf90... no
 checking for gfortran... no
 checking for g95... no
 checking for f95... no
 checking for fort... no
 checking for xlf95... no
 checking for ifort... no
 checking for ifc... no
 checking for efc... no
 checking for pgf95... no
 checking for lf95... no
 checking for ftn... no
 checking whether we are using the GNU Fortran 77 compiler... no
 checking whether  accepts -g... no
 checking the maximum length of command line arguments... 32768
 checking command to parse /usr/bin/nm -B output from gcc object... ok
 checking for objdir... .libs
 checking for ar... ar
 checking for ranlib... ranlib
 checking for strip... strip
 checking if gcc supports -fno-rtti -fno-exceptions... no
 checking for gcc option to
  produce PIC... -fPIC
 checking if gcc PIC flag -fPIC
  works... yes
 checking if gcc static flag -static works... yes
 checking if gcc supports -c -o file.o... yes
 checking whether the gcc linker (/usr/bin/ld) supports 

Re: [Linphone-users] linphone FC4

2006-03-27 Thread Francois-Xavier KOWALSKI
I have fixed some other build pbs on fc4. Build is now successful from 
scratch.


fixed  build from  scratch on  fc4 with  gcc-4.0.2 with  the following
configure line:

./configure \
--prefix=/usr \
--enable-strict \
--enable-alsa \
--enable-ipv6 \
--enable-video \
--with-osip=/usr \
--with-speex=/usr \
--with-readline=/usr \
--with-ffmpeg=/usr \
--with-sdl=/usr \
 make  make rpm

I do not duplicate any autotools-related problems. Care to post an error 
log?


--FiX

Simon Morlat wrote:

Hello,

Thanks for reporting this.
It is now fixed, just update your cvs tree.

Simon

Le Samedi 18 Mars 2006 13:59, Prakash N a écrit :
  

When Iam trying to install linphone1.3.2, with speex1.0.5, I get an error
during make. Could anyone help in solving the problem,

 ***
 make[4]: Entering directory
`/home/prakash/linphone/linphone-1.3.2/mediastreamer2' if /bin/sh
../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I../oRTP/include -I../gsmlib   `cat ../oRTP/ortp.defs`
-I/usr/include/speex -Wall -Wp,-D_FORTIFY_SOURCE=2 -Werror -g -O2
-fno-strict-aliasing -MT msfilerec.lo -MD -MP -MF .deps/msfilerec.Tpo -c
-o msfilerec.lo msfilerec.c; \ then mv -f .deps/msfilerec.Tpo
.deps/msfilerec.Plo; else rm -f .deps/msfilerec.Tpo; exit 1; fi gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I../oRTP/include -I../gsmlib -DORTP_INET6
-I/usr/include/speex -Wall -Wp,-D_FORTIFY_SOURCE=2 -Werror -g -O2
-fno-strict-aliasing -MT msfilerec.lo -MD -MP -MF .deps/msfilerec.Tpo -c
msfilerec.c  -fPIC -DPIC -o .libs/msfilerec.o cc1: warnings being treated
as errors
 msfilerec.c: In function 'rec_process':
 msfilerec.c:58: warning: ignoring return value of 'write', declared with
attribute warn_unused_result msfilerec.c: In function 'write_wav_header':
 msfilerec.c:109: warning: ignoring return value of 'write', declared with
attribute warn_unused_result make[4]: *** [msfilerec.lo] Error 1
 make[4]: Leaving directory
`/home/prakash/linphone/linphone-1.3.2/mediastreamer2' make[3]: ***
[all-recursive] Error 1
 make[3]: Leaving directory
`/home/prakash/linphone/linphone-1.3.2/mediastreamer2' make[2]: *** [all]
Error 2
 make[2]: Leaving directory
`/home/prakash/linphone/linphone-1.3.2/mediastreamer2' make[1]: ***
[all-recursive] Error 1
 make[1]: Leaving directory `/home/prakash/linphone/linphone-1.3.2'
 make: *** [all] Error 2

***
***

 Regards
 Prakash


-
 Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time.




___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users

  


--
Francois-Xavier FiX KOWALSKI /_ __  Tel:+33 (0)4 76 14 63 27
OpenCall Business Unit -- OCBU/ //_/  Fax:+33 (0)4 76 14 51 62
Media-Processing Engineering/ http://www.hp.com/go/opencall
  i n v e n t




___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Possibilities for smaller jitter buffer?

2006-01-05 Thread Francois-Xavier KOWALSKI

Simon Morlat wrote:


Hi,
 


1. Is it possible to extend the possible range towards smaller values, e.g.
having 5 ms or 10 ms as the smallest possible buffer size?
   


There are good reasons for not going under 10ms:
* The OS resolution is usually 10 ms, except with some linux-2.6
 



linux-2.4 : ia64  alpha: 1024 Hz

--FiX


___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] 1.1.0 compile failure on FC4 X86_64

2006-01-02 Thread Francois-Xavier KOWALSKI

Hi,

This might be due to a Debian/Fedora difference on x86_64: On Debian, 
64-bits libraries come into /usr/lib, while 32-bits one live into 
/usr/lib32. This is the opposite on Fedora, where 64-bits go into 
/usr/lib64  32-bits into /usr/lib. Consequently, the libtool.m4 
delivered by Fedora  Debian must differ. I suggest to clean-up the 
aclocal.m4 delivered with linphone (generated on Simon's Debian)  
re-run ./autogen.sh to use the libtool.m4 that comes with Fedora.


--FiX

Simon Morlat wrote:


Hi,

Yes I think it's safe to restore the file after linphone has been compiled.
It confirms this looks like a libtool bug, maybe restricted to libpopt for 
some reason.


Simon

Le Lundi 19 Décembre 2005 21:38, John A. Sullivan III a écrit :
 


That works but what have I done? Should I restore the file after
compiling Linphone? If I do, will Linphone now break? If I don't, will
something else break? Thanks - John

On Mon, 2005-12-19 at 14:49 +0100, Simon Morlat wrote:
   


This is the correct thing... I wonder why libtool tansforms the -lpopt
in /usr/lib/libpopt.so
Maybe a libtool bug ?
Can you try removing the /usr/lib/libpopt.la file ?

Simon

Le Vendredi 16 Décembre 2005 20:35, John A. Sullivan III a écrit :
 


I get this:

pkg-config --libs libgnomeui-2.0
-Wl,--export-dynamic -pthread -L/usr/X11R6/lib64 -lgnomeui-2 -lSM -lICE
-lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt
-lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0
-lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm
-lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0

I did notice that libgnome-2.0.pc has a reference to -lpopt and there
is no libpopt.pc file.  I have no idea if that is a problem.  Thanks -
John

On Fri, 2005-12-16 at 20:19 +0100, Simon Morlat wrote:
   


Hi,

I think it's a gnome-devel problem.
The compile and link flags are got by linphone build using
pkg-config. What does
pkg-config --libs libgnomeui-2.0
gives ?

If it contains /usr/lib/libpopt.so, thus you can try to patch
manually the /usr/lib/pkgconfig/libgnomeui-2.0.pc

I hope the naming conventions are the same for fedora and debian
(which I use)

Simon

Le Vendredi 16 Décembre 2005 04:09, John A. Sullivan III a écrit :
 


Linphone 1.1.0 fails to compile on my fully patched Fedora Core 4
on X86_64.  The problem appears to be that it insists on looking
for libpopt.so in /usr/lib instead of /usr/lib64.  What do I need
to do to get it to link against the proper library? Here is the
actual error:

gcc -Wall -Werror -DORBIT2=1 -DXTHREADS -D_REENTRANT
-DXUSE_MTSAFE_API -I/usr/include/libgnomeui-2.0
-I/usr/include/libgnome-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0
-I/usr/include/libart-2.0 -I/usr/include/gconf/2
-I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/include/orbit-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib64/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2
-I/usr/lib64/gtk-2.0/include -I/usr/X11R6/include
-I/usr/include/atk-1.0 -I/usr/include/freetype2/config
-I/usr/include/libxml2 -DORBIT2=1 -I/usr/include/libgnome-2.0
-I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/include/orbit-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2
-I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -DXTHREADS -D_REENTRANT
-DXUSE_MTSAFE_API -DORBIT2=1 -I/usr/include/panel-2.0
-I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0
-I/usr/include/libbonoboui-2.0 -I/usr/lib64/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -DINET6
-g -O2 -o .libs/linphone main.o linphone.o gui_utils.o support.o
interface.o callbacks.o presence.o propertybox.o addressbook.o
friends.o -Wl,--export-dynamic -Wl,--export-dynamic 
-L/usr/X11R6/lib64 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2

-lpthread -lz
-lgnomecanvas-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0
-lpangox-1.0 -lpango-1.0 -lgobject-2.0 -pthread -lgnome-2
/usr/lib/libpopt.so -lgnomevfs-2 -lbonobo-2 -lgconf-2
-lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -lgthread-2.0
-lglib-2.0 ../coreapi/.libs/liblinphone.so -ldl
/usr/lib/libpopt.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status


Thanks - John
   




___
Linphone-users