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 [EMAIL PROTECTED] lib]$ pwd /src3/ooo103/stlport/unxlngppc.pro/lib [EMAIL PROTECTED] 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 [EMAIL PROTECTED] lib]$ pwd /src3/ooo103/solver/641/unxlngppc.pro/lib [EMAIL PROTECTED] 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 [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >