Re: Problem executing gnomemeeting



GARNOME builds and uses the version of libtool found under ./bootstrap. 

Let's take a closer look at the gnomemeeting build:
* cd geektoys/gnomemeeting
* make clean
* make > make.log 2>&1 &

This will provide you with a clean log of the build to poke through. You
can learn what libraries were used.

Go to the build directory and examine the Makefile. Examine the variable

        GNOMEMEETING_LIBS

It should include a linker directive like

        -L/usr/local/garnome/lib

embedded in the definition in one or more places. If you don't see
something like this, then the problem occurred at the configuration
stage and we need to figure out why.  

If you do see this linker directive, there is something wrong with your
runtime environment.

You might want to connect to the IRC channel #garnome on gimpnet to get
a more interactive response to your questions.


-Joseph

=========================================================================


On Sat, 2005-11-05 at 17:10 +0100, gui Toun wrote:
> Hello Joseph
> I recently installed gepolabo and when I run ldd on it it shows me the garnome libs (see below)
> I use a Mandrake 10.0 with gcc version 3.3.2 and  GNU ld version 2.14.90.0.7 20031029
> And my Libtool is :
> [root /usr/local/src]# /usr/bin/libtool --version
> ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)
> And
> [root /usr/local/src]# /usr/local/garnome/bin/libtool --version
> ltmain.sh (GNU libtool) 1.5.14 (1.1220.2.195 2005/02/12 12:12:33)
> But also :
> [root /usr/local/src/gnomemeeting-1.2.2]# ./libtool --version
> ltmain.sh (GNU libtool) 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) Debian: 203 $
> I think this is that last one that is used.
> 
> 
> [root /usr/local/src]# ldd /usr/local/bin/gepolabo
>         linux-gate.so.1 =>  (0xffffe000)
>         libgnomeui-2.so.0 => /usr/local/garnome/lib/libgnomeui-2.so.0 (0xb7f65000)
>         libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb7f42000)
>         libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb7f2b000)
>         libbonoboui-2.so.0 => /usr/local/garnome/lib/libbonoboui-2.so.0 (0xb7ecf000)
>         libxml2.so.2 => /usr/local/garnome/lib/libxml2.so.2 (0xb7dcd000)
>         libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7dbd000)
>         libz.so.1 => /lib/libz.so.1 (0xb7dac000)
>         libgnomecanvas-2.so.0 => /usr/local/garnome/lib/libgnomecanvas-2.so.0 (0xb7d84000)
>         libgnome-2.so.0 => /usr/local/garnome/lib/libgnome-2.so.0 (0xb7d71000)
>         libpopt.so.0 => /lib/libpopt.so.0 (0xb7d68000)
[snip...]

-- 
joseph_sacco [at] comcast [dot] net




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