Hi Jan, Apply this patch in sw/source/core/unocore to makefile.mk
--- makefile.mk~ Tue Nov 6 03:34:24 2001 +++ makefile.mk Fri Dec 7 12:13:51 2001 @@ -144,8 +144,14 @@ $(SLO)$/unotbl.obj \ $(SLO)$/unotext.obj -EXCEPTIONSNOOPTFILES = \ - $(SLO)$/unoportenum.obj +.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCPOWERPC" + EXCEPTIONSFILES += \ + $(SLO)$/unoportenum.obj +.ELSE + EXCEPTIONSNOOPTFILES = \ + $(SLO)$/unoportenum.obj +.ENDIF + That should do the trick. In the future, just e-mail me directly if you have ppc build issues since I have probably been-there-and-done-that. Hope this helps, Kevin # --- Targets ------------------------------------------------------- On March 4, 2002 05:38, Jan-Hendrik Palic wrote: > Hi ... > > after 24h I got this on PPC: > Making: ../unxlngppc.pro/lib/libsw641lp.so > g++ -c -fPIC -o ../unxlngppc.pro/slo/sw_dflt_version.o -DUNX > -I../unxlngppc.pro/inc > /home/palic/Files/Projekte/OpenOffice/source/debian/openoffice-641c/buil >d-tree/oo_641c_src/solenv/src/version.cxx gcc -shared > -Wl,--version-script ../unxlngppc.pro/misc/sw_sw641lp.map > -L../unxlngppc.pro/lib -L../lib -L/home/palic > /Files/Projekte/OpenOffice/source/debian/openoffice-641c/build-tree/oo_6 >41c_src/solenv/unxlngppc/lib -L/home/palic/ > Files/Projekte/OpenOffice/source/debian/openoffice-641c/build-tree/oo_64 >1c_src/solver/641/unxlngppc.pro/lib -L/home > /palic/Files/Projekte/OpenOffice/source/debian/openoffice-641c/build-tre >e/oo_641c_src/solenv/unxlngppc/lib -L/lib -L/usr/lib -L/usr/local/lib > -L/usr/local/j2sdk1.3/lib > -L/home/palic/Files/Projekte/OpenOffice/source/debian/openoffice-641c/de >bian/local/stlport-home/lib -L/usr/X11R6/lib ../unxlngppc.pro/slo/ > > . > . > . > . > > ../unxlngppc.pro > /lib/libsw641lp.so > Checking DLL ../unxlngppc.pro/lib/libsw641lp.so ...: ERROR: > ../unxlngppc.pro/lib/libsw641lp.so: undefined symbol: G > etAnchor__C5SwFmtUc > dmake: Error code 3, while making '../unxlngppc.pro/lib/libsw641lp.so' > dmake: '../unxlngppc.pro/lib/libsw641lp.so' removed. > > Build Env is debian-sid! > > > Does anyone has a hint? Is it PPC specific or does anyone get it on > Intel too? > > Regards > > Jan