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

Re: openoffice.org-1.0.3 build problem on s390



Hi Gerhard,

The build specifies the static lib here:
 
 -Wl,-Bstatic -lstlport_gcc -

Are you using the internal stlport or an externally built one.  If using 
the internal, there is a libstlport_gcc.a built in stlport and delivered 
to the solver on my build of OOo 1.0.3

[kbhend@localhost lib]$ pwd
/src3/ooo103/stlport/unxlngppc.pro/lib
[kbhend@localhost lib]$ ls
libstlport_gcc.a   libstlport_gcc.so.4.5      libstlport_gcc_stldebug.so
libstlport_gcc.so  libstlport_gcc_stldebug.a  
libstlport_gcc_stldebug.so.4.5

[kbhend@localhost lib]$ pwd
/src3/ooo103/solver/641/unxlngppc.pro/lib
[kbhend@localhost lib]$ ls libstlport*
libstlport_gcc.a   libstlport_gcc.so.4.5      libstlport_gcc_stldebug.so
libstlport_gcc.so  libstlport_gcc_stldebug.a  
libstlport_gcc_stldebug.so.4.5

That line that specifies the static version can be foud in your 
solenv/inc/unxlng*.mk file here:


LIBSTLPORT=$(DYNAMIC) -lstlport_gcc -lstdc++
LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC)

where STATIC and DYNAMIC are typically defined earlier in that file to be:

# switches for dynamic and static linking
STATIC          = -Wl,-Bstatic
DYNAMIC         = -Wl,-Bdynamic


Is your set up similar?

Kevin

> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-openoffice-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact 
listmaster@lists.debian.org
> 
> 



Reply to: