On 24/12/2010 06:25, imacat wrote: > Dear all, > > Hi. This is imacat from Taiwan. I tried to compile OOo 3.2.1 on my > Debian Lenny 5.0.6 x86_64, gcc 4.3.2, glibc 2.7, and got the following > link errors: > > =========================================== > ERROR: Error 65280 occurred while making /usr/local/src/OOO320_m19/moz/ > rmdir /tmp/rSwBAs6SnU > make: *** [all] Error 1 > % > ===========================================
it breaks when compiling Mozilla. OOo needs Mozilla only for relatively obscure functionality, like integration with Mozilla address book. most likely you won't miss it, so give the --disable-mozilla flag to configure; this will also speed up the build. there used to be pre-built mozilla tarballs that can be used with the --disable-build-mozilla flag to configure. but i'm not sure if these are still available, and where... > But I do have FcCharSetHasChar in the fontconfig library: > > % strings /usr/lib/libfontconfig.so.1.3.0 | grep FcCharSetHasChar > FcCharSetHasChar > % > =========================================== > > I tried --disable-fontconfig and the result is still the same. Is > there anything I can do to fix it? Thank you very much in advance. indeed, it's not clear to me why it doesn't work. but maybe there is another libfontconfig.so.1 somewhere that gets used instead... GNU ld has an option to print the libraries it uses: -Wl,--trace -- "If rascals knew how much money could be made in being righteous, they would be righteous out of plain rascality!" -- Mark Twain --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
