Hi Gerhard, On Tue, Apr 15, 2003 at 06:58:10PM +0200, Gerhard Tonn wrote: > stlport_gcc is supposed to be linked statically, but there is no > libstlport_gcc.a file. Any idea what is going wrong?
Hmm, I'm surprised previous versions worked for you at all. We work around this for i386 and powerpc by always using the shared library - see patches/011_stlportlink.diff. We have: 011_stlportlink.diff:+LIBSTLPORTST=$(LIBSTLPORT) You have: 501_s390_build.diff:+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) Chris

