Le Vendredi 09 Septembre 2005 17:40, Galmes Pierre-Andre a écrit :
> Le Vendredi 09 Septembre 2005 15:28, Stephan Bergmann a écrit :
> > Galmes Pierre-Andre wrote:

>
> Ok, I will open an issue.
>
> > > After, I tryed to hard code the line :
> > > CPPUHELPERLIB=-luno_cppuhelpergcc3
> > >
> > > I compiled, but then I suppose there are linkage problems between the
> > > two versions. Here is the error :
> > >
> > > $ make countermain.run
> > > cd /tmp/oooSdk_build//OpenOffice.org2.0_SDK/LINUXexample.out/bin &&
> > > countermain
> > > terminate called after throwing an instance of
> > > 'com::sun::star::registry::CannotRegisterImplementationException'
> > > /bin/sh: line 1:  8377 Abandon                 countermain
> >
> > This most probably is due to the old libgcc_s.so.1 included in
> > (Sun-builds) of OOo (are you using a Sun-built OOo?).  Try replacing
> > <ooo>/program/libgcc_s.so.1 (watch out---that might be a symbolic link
> > to libgcc_s.so.1.1) with the one that comes with your GCC 4 (probably
> > found under /lib on your system).
>
> In fact, following your instruction does not change anything to the
> error... I am now trying to compile GCC3.4. Hope this works !

To reply to myself, I compiled gcc3.4.4 with the following options :
--prefix=/opt/gcc-3.4/ --enable-threads

and configuring OpenOffice.org_SDK to work with it, I finally got the examples 
to compile.

cheers,
Pierre-André
-- 
StarXpert - www.starxpert.fr
e-mail : [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to